@charset "utf-8";
.city{
	position: absolute;
	top: 0px;
	right: 50px;
	height: 28px;
	cursor: pointer;
	line-height: 28px;
	padding: 0px 5px;
	width: 56px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	text-align: center;
	font-size: 0.875em;
	border: 1px solid #c0c2c3;
	background-color: #fff;}
.popup{
	position: fixed;
	width: 600px;
	height: 250px;
	padding: 20px 30px 0px 30px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 99991;
	border-radius: 5px;
	background-color: #fff;}
.popup h4{
	font-size: 1em;
	color: #ff7700;
	text-align: left;
	font-weight: normal;
	font-family: "微软雅黑";}
.popup .hebei{
	width: 70px;
	height: 30px;
	left: 180px;
	top: 1em;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	display: inline-block;
	background-color: #ff7700;}
.popup .closebtn{
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 13px;
	background: url(../img/close.jpg) no-repeat -5px -5px;}
.popup ul li{
	float: left;
	font-size: 0.875em;}
.popup .city_list li{
	color: #1a1a1a;
	cursor: pointer;
	line-height: 60px;
	margin-right: 25px;}
.popup .city_list li.citycolor{
	color: #ff7700;}
.popup .city_list li:nth-of-type(11){
	margin-right: 0px;}
.popup .county{
	display: none;
	padding: 0px 10px;}
.popup .county li a{
	color: #545454;
	font-size: 1em;
	line-height: 30px;
	padding-right: 15px;
	display: inline-block;}
.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;}
