html{
	padding:0;
	margin:0;
}
body{
	padding:0;
	margin:0;
}
a{
	color:#000;
	text-decoration:none;
}
.topImg{
	width:100%;
}
.topImg > img{
	width:100%;
	display:block;
}
.areaSelect{
	background-color:#f8f8f8;
	padding:0.5rem 0;
}
.clear{
	clear:both;
}
.areaText{
	width: calc(50% + 1.5rem);
	text-align:right;
	float:left;
}
.triangleButton{
	float:left;
	/* background-color:#c6c6c6; */
	/* width:1rem; */
	/* height:1rem; */
	/* transform:rotate(45deg); */
	width: 0;
	height: 0;
	border-left: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-bottom: 0.5rem solid #0081cc;
	margin-top: 0.5rem;
	margin-left: 0.3rem;
	transform: rotate(180deg);
}
.headings{
	background-color:#0081cc;
	padding:0.3rem 0;
	position:relative;
	z-index: 0;
}
.subHeadingsOne{
	width:50%;
	text-align:center;
	float:left;
	color:#fff;
	margin-top: 0.4rem;
}
.subHeadingsTwo{
	width:50%;
	text-align:center;
	float:left;
	color:#fff;
	font-size:0.8rem;
}
.singleDiv{
	padding:0.5rem 0;
}
.detailData{
	width:50%;
	text-align:center;
	float:left;
	font-size:0.9rem;
}
.allDetailData{
	position:relative;
	z-index:0;
	overflow-y:scroll;
}
.areaSelectDetail{
	position: absolute;
	z-index:100;
	width:100%;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 0.7rem solid transparent;
	border-right: 0.7rem solid transparent;
	border-bottom: 0.8rem solid #fff;
	/* position: absolute; */
	/* z-index:100; */
	margin-left:calc(50% - 0.7rem);
}
.allArea{
	/* position: absolute; */
	/* z-index:100; */
	width:100%;
	background-color:#fff;
	padding-bottom:0.5rem;
}
.singleAreaSelect{
	padding:0.5rem 0;
}
.areaSelectText{
	width:50%;
	margin-left:1rem;
	float:left;
	/* text-align: */
}
.areaButton{
	width:1rem;
	height:1rem;
	float:right;
	margin-right:2rem;
	margin-top:0.2rem;
}
.areaButton > img{
	width:100%;
}
.okButton{
	background-color:#ff0000;
	text-align:center;
	color:#fff;
	width: 35%;
	border-radius: 3px;
	margin-left: calc(32.5%);
	padding: 0.4rem 0;
	margin-top:0.5rem;
}
.mask{
	position:absolute;
	width:100%;
	background-color:rgba(0,0,0,0.4);
	display:none;
	z-index:100;
}
.selectedText{
	display:none;
	width:100%;
	text-align:center;
	color:red;
}
