header .headLeft {
	width: 11%;
}

.classify_header {
	padding-right: 5%;
}

/*body {*/
	/*background: #f5f5f5;*/
/*}*/

.classify_header .text {
	background: transparent;
	border: none;
}

.classify_header .text {
	position: absolute;
	right: 2%;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 15px;
}
.classify_header #suggest{
	padding-left: 5%;
	border-radius: 14px;
	width: 100%;
	height: 30px;
	margin-top: 5px;
	font-size: 12px;
	vertical-align: middle;
	color: #4f4f4f;
}
#suggestions_wrap,.search_history,.seraching{
	width: 100%;
	margin: 0 auto;
	background: white;
	padding: 0 2.5%;
}

#suggestions_wrap .title{
	font-size: 1.2rem;
	color: #111;
	font-family: "microsoft yahei";
	margin-bottom: 0;
}
#suggestions_wrap .hot ul{
	overflow: hidden;
	padding-bottom:1rem;
	margin-left:-10px;
}
#suggestions_wrap .hot ul li{
	float: left;
	background: #ffeced;
	color: #fd333c;
	margin: 10px 0 0 10px;
	height: 2.2rem;
	line-height: 2.2rem;
	padding: 0 0.6rem;
	border-radius: 7px;
	font-size: 1rem;
}
.serach_history{
	padding-bottom: 0.8rem;
}
.history{
	color: #999;
	height: 3rem;
	line-height: 3rem;
	margin: 0;
	font-size: 1.2rem;
	border-bottom: 1px solid #efefef;
}
#suggestions li,#searching_result li{
	color: #333333;
	height: 3.5rem;
	line-height: 3.5rem;
	border-bottom: 1px solid #efefef;
	font-size: 1.1rem;
}
#suggestions li a,#searching_result li a{
	color: #333;
}
#suggestions li .fr,#searching_result li .fr{
	font-size: 0.8rem;
	color: #999;
	margin-right: 0.5rem;	
}
.clear_history_box{
	text-align: center;
	padding-bottom: 0.8rem;
}
.clear_history{
	border: 1px solid #e5e5e5;
	padding:0 1rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
}


/*输入时*/
.reset{
	position: absolute;
	top: 0.65rem;
	right: 1rem;
	color: #b8b8b8;
	display: none;
}
#searching_result li .fr{
	margin-right: 0.5rem;
}