.enCity{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11111;
	background-color: #fff;
	display: none;
}

.enCity .city-warp{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.enCity h2{
	background-color: #ececec;
	line-height: 50px;
	font-weight: normal;
	padding-left: 10px;
}

.hot-city-box .list{
	width: 33.33%;
	border-bottom: 1px solid #ececec;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.full-city-box .list{
	border-bottom: 1px solid #ececec;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
	padding-left: 20px;
}
.city-step1,.city-step2{
	display: none;
}
.show{
	display: block;
}
.hide{
	display: none;
}