@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body.choose {
	height: 100%;
	overflow: hidden;
}
html, body {
	height: 100%;
}
.clearfix:after {
	clear: both;
	content: "\200B";
	display: block;
	height: 0;
}
.main {
	background: #f2f2f2;
	margin: 0 auto;
}
/*选择区域首页*/
.ey_citymain {
	position: relative;
	height: 55px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.city_tit p {
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.ey_citynav p {
	background: #eee;
	line-height: 38px;
	text-indent: 1em;
	font-size: 15px;
}
.ey_citynav ul {
	padding: 16px;
	background: #fff;
}
.ey_citynav li {
	float: left;
	width: 22%;
	text-align: center;
	border: 1px solid #eee;
	font-size: 15px;
	margin-right: 3%;
	line-height: 33px;
}
.ey_citynav li a {
	display: block;
}
.ey_citynav li:nth-child(-n+4) {
	margin-bottom: 0.1rem;
}
.ey_citynav li:nth-child(4n+4) {
	margin-right: 0;
}
.ey_citytop p {
	background: #eee;
	line-height: 38px;
	text-indent: 1em;
	font-size: 15px;
}
.ey_qbcity {
	background: #fff;
	margin-bottom: 100px;
}
.ey_qbcity ul {
	padding: 16px;
	border-bottom: 1px solid #eee;
}
.ey_qbcity li {
	float: left;
	width: 22%;
	text-align: center;
	border: 0.01rem solid #eee;
	font-size: 15px;
	margin-left: 2%;
	line-height: 38px;
	height: 38px;
	margin-bottom: 0.1rem;
}
.ey_qbcity li a {
	display: block;
}
.ey_qbcity li:first-child {
	height: 83px;
	line-height: 83px;
	font-size: 24px;
	background: #eee;
	margin-left: 0;
}
.ey_qbcity li:nth-child(4n+4) {
	margin-left: 0;
}
.ey_qbcity li:nth-child(4) {
	margin-left: 4%;
}
.dnegdai p {
	line-height: 0.4rem;
	font-size: 15px;
	text-align: center;
	background: #fff;
}
.city_pic {
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	line-height: 0.5rem;
	text-align: center;
	z-index: 2;
}
.city_pic a {
	display: block;
}
.city_pic img {
	width: 100%;
}
.ey_citymain-logo img {
	width: 20%;
	position: absolute;
	left: 0.08rem;
	top: 0.13rem;
}
.quyux {
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000000;
	overflow-y: auto;
}
.header-city {
	display: none !important;
}
@media screen and (max-width: 767px) {
.header-city {
	display: block !important;
}
}
.header-city {
	position: relative;
	line-height: 26px;
	padding: 0px 15px;
}
.fl {
	float: left;
}
.header-city a {
	display: inline-block;
	color: #575757;
}
.header-city i {
	display: inline-block;
	width: 23px;
	height: 15px;
	background: url(../images/icon-city.png) center center no-repeat;
	background-size: 12px auto;
	position: relative;
	top: 5px;
}
.so_input {
	margin-right: 50px;
}
/*选择区域首页 END*/
