.mui-bar{
	max-width:750px;
	margin:0 auto;
}
.mui-content{
	max-width:750px;
	margin:0 auto;
	color: #666;
	padding-bottom:1.6rem;
}
.location{
	height:0.9rem;
	line-height:0.9rem;
	background:#fff;
	margin-top:0.1rem;
	margin-bottom:0.2rem;
}
.location i{
	width:0.22rem;
	height:0.28rem;
	background:#ddd;
	display:inline-block;
	vertical-align: middle;
	margin-left:0.2rem;
	margin-right:0.1rem;
	background:url(../img/location.png) 0 0 no-repeat;
	background-size:0.22rem 0.3rem;
	
}
.location span{
	color: #f60;
	margin-left:0.2rem;
}
.location .ing{
	color:#999;
}
.tit{
	height:0.4rem;
	line-height:0.4rem;
	color: #333;
	font-size:0.24rem;
}
.tit2{
	margin-top: 0.2rem;
	font-size:0.24rem;
	height:0.4rem;
	line-height:0.4rem;
	padding-left:0.2rem;
}
.hot_city{
	margin-bottom: 0.2rem;
	background:#fff;
	border-top: 1px solid #ddd;
}
.city_more{
	background:#fff;
	margin:0.2rem;
	margin-top:0.1rem;
}
.hot_city li{
	float: left;
	width:25%;
	height:0.7rem;
	line-height:0.7rem;
	text-align: center;
	box-sizing:border-box;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.hot_city li:nth-child(4){
	border-right:none;
}
.hot_city li:nth-child(8){
	border-right:none;
}
.letter{
	background: #fff;
	border-top:1px solid #ddd;
}
.letter li{
	float: left;
	width:20%;
	height:0.7rem;
	line-height:0.7rem;
	text-align: center;
}
.letter li a{
	color:#f60;
	font-size:0.3rem;
}
.letter_city{
	background: #fff;
	padding-bottom:0.5rem;
}
table{
	width: 100%;
	border:1px solid #ddd;
}
table td{
	width:25%;
	height:0.7rem;
	text-align:center;
	border: 1px solid #ddd;
	line-height:0.7rem;
}
table .one{
	font-size:0.6rem;
	color: #999;
}
table .chosen{
	background:#f2f2f2;
}
table td a{
	color: #666;
}


