body{
background-color: white;	
}

.h_title {
	width: 85%;
}

.input-search {
	width: 12.5rem;
	height: 1.5rem;
	background-color: white;
	float: left;
	margin-top: 0.35rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

.input-search i {
	display: block;
	float: left;
	margin-left: 0.2rem;
	width: 1rem;
	height: 1rem;
	margin-top: 0.25rem;
	margin-left: 0.25rem;
}
.input-search a{
	width: 2rem;
	height: 100%;
	line-height: 1.5rem;
	border-left: 1px solid #DFDFDF;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	color: #999;
	background-color: #EEE;
	font-size: 0.6rem;
}

.input-search i img {
	width: 100%;
	height: 100%;
	float: left;
}
.input-search input {
	height: 100%;
	width: 8.5rem;
	float: left;
	margin-left: 0.25rem;
}
.hote-list{
	
	padding: 0.75rem 0.5rem;
}
.hote-list label{
	font-size: 0.6rem;
	color: #AAAAAA;
}
.hote-list ul li{
	float: left;
	padding:0.2rem 0.4rem;
	background-color: #DFDFDF;
	font-size: 0.6rem;
	border-radius:0.2rem ;
	margin: 0.2rem;
}
.hote-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: black;
}
.main{
	height: 100%;
	position: relative;
}
.search-list{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0.75rem;
	display: none;	
}
.search-list a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #AAAAAA;
}
.search-list ul li{
	height: 1.75rem;
	line-height: 1.75rem;
	background-color: white;
	border-bottom: 1px solid #DFDFDF;
	padding:0 0.9rem;
}
