@charset "UTF-8";
/* @import url(best.css); */
.search_box{
	padding:14px 16px;
	border-bottom: 1px solid #f3f4f5;
}
.search_ban{
	padding-right:48px;
	position: relative;
}
.search_ban .search_btn{
	position: absolute;
	right:0;
	top:3px;
	color:#ef3a3a;
	font-size: 16px;

}
.search_ban .input{
	width:100%;
	height:32px;
	line-height: 32px;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:34px;
	padding-right: 8px;
	border-radius: 4px;
	background:#F3F4F5 url(../images/searth_icon.png) no-repeat 10px center;
	background-size: 15px;
	position:relative;
}

.search_ban .input input{
	border: 0;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	background: #F3F4F5;
	padding-right:22px;
}
.delete{
	position: absolute;
	background: url(../images/clear_all.png) no-repeat center center;
	background-size: 15px;
	right:8px;
	top:4px;
	width:20px;
	height:24px;
	display: none;
}
.delete.delete_act{
	display: block;
}
.search_hot{
	padding:14px 16px;

}
.search_hot .h5{
	color: #999;
	margin-bottom: 14px;
}
.hot_list{
	overflow: hidden;
}
.hot_list ul{
	width: calc(100% + 20px);
}
.hot_list li{
	float:left;
	padding: 4px 14px;
	border:0.5px solid #ccc;
	border-radius: 2px;
	margin-right:20px;
	margin-bottom: 20px;
}
.hot_list li a{
	color:#666;
}