body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

@charset "utf-8";
.city{
	left: 2.667rem;
	height: 1.2rem;
	cursor: pointer;
	line-height:1.2rem;
	width: 3.83rem;
	display:block;
	white-space:nowrap; 
	text-overflow:ellipsis;
	overflow:hidden;
	text-align: center;
	font-size: 0.875em;
	margin:0;
	padding:0;
	margin-top:0.625rem;
	}
.popup{
	position: fixed;
	width: 15rem;
	height: 30rem;
	padding: 0.533rem 0.625rem 0 0.625rem;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99991;
	border-radius: 0.133rem;
	background-color: #fff;
}
.popup h4{
	font-size: 0.625em;
	color: #ff7700;
	width:6.25rem;
	text-align: left;
	font-weight: normal;
	font-family: "微软雅黑";
	float:left;
	margin:0;
	padding:0;
	}
.popup .hebei{
	width: 1.867rem;
	height: 1rem;
	line-height:1rem;
	border-radius:0.5rem;
	top: 0.5rem;
	color: #fff;
	font-size: 0.625rem;
	cursor: pointer;
	line-height: 0.625rem;
	text-align: center;
	border-radius: 0;
	position: absolute;
	display: inline-block;
	background-color: #ff7700;
	float:left;
	}
.popup .closebtn{
	width: 0.375rem;
	height: 0.375rem;
	display: block;
	cursor: pointer;
	right:0.875rem;
	position: absolute;
	top: -0.165rem;
	margin:0;
	padding:0;
	}
.popup ul{
	clear:both;
	width:15rem;
	height:6.875rem;
	display:block;
	margin:0;
	padding:0;
	margin-top:1.625rem;
}
.popup ul li{
	width:3rem;
	height:2rem;
	line-height:2rem;
	float: left;
	display:block;
	font-size: 0.875em;
	list-style: none;
	
	}
.popup .city_list li{
	color: #1a1a1a;
	cursor: pointer;
	line-height: 0.533rem;
	margin-right: 0.625rem;
	text-decoration: none;
	
	}
.popup .city_list li.citycolor{
	color: #ff7700;}
.popup .city_list li:nth-of-type(11){
	margin-right: 0px;}
.popup .county{
	display: none;
	padding: 0;
	margin:0;
	
}
.popup .county li a{
	line-height:2rem;
	color: #545454;
	font-size: 0.875em;
	margin-left: 0.533rem;
	display:inline-block;
	text-decoration: none;
	width:3rem;
	height:2rem;
	margin-left:1rem;
	white-space:nowrap; 
	text-overflow:ellipsis;
	overflow:hidden;
	}
.popup .county li a:hover{
	text-decoration: underline;}
.backdrop{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);}
/*测试环境隐藏模块*/
.popup,.backdrop{
	display: none;}