﻿.hzw-city-picker{
	position: absolute;
	border:1px solid #e2e2e2;
	border-top:none;
	width: 406px;
	background: #ffffff;
	z-index: 100;
	font-size: 0;
}

.hzw-city-picker *{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}
.hzw-city-picker ul{
	list-style: none;
}
.hzw-city-picker ul li{
	display: inline-block;
	position: relative;
	margin: 4px;
	cursor: pointer;
}
.hzw-city-picker p{
	font-weight: bold;
	padding: 0 4px;
	margin-top: 4px;
	margin-bottom: 10px;
}
.hzw-city-picker .line{
	width: 94%;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d8d8d8;
}

/*热门城市*/
.hzw-city-picker .hzw-hot-wrap{
	width: 100%;
	background: #ffffff;
	padding: 9px;
}
.hzw-city-picker ul li{
	
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #333;
	padding:0px 4px;
	background-color: #f1f1f1;
}
.hzw-hot-wrap p a{color:#333;}
.hzw-city-picker .hzw-hot-wrap ul li a{ text-decoration:none; }
.hzw-city-picker ul li:hover{
	background-color: #e2e2e2;
}
