/**********移动版页面**********/

@charset"utf-8";
/*顶部搜索框*/
.search-header{
	position: fixed;
	width: 10rem;
	height: 40px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	overflow: hidden;
	z-index: 1;
}
	.back{
		display: block;
		width: 40px;
		height: 40px;
		background: url("images/back.png") center left no-repeat;
		background-size: 20px;
		position: absolute;
		left: 0 ;
		top: 0;
	}
	.search-input{
		position: absolute;
		left: 40px;
		right: 10px;
		top: 5px;
		bottom: 5px;
		background: #EEF4F9;
		box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
		padding: 6px 40px 6px 5px;
	}
		.search-input input{
			display: block;
			font-family: "Microsoft Yahei","Hiragino Sans GB",arial,sans-serif;
			font-size: 12px;
			color: #000;
			border: none;
			padding: 0;
			background: transparent;
			width: 100%;
		}
		.search-input input:focus{outline: none;}
		.clear-search-input{
			position: absolute;
			right: 0;
			top: 0;
			height: 30px;
			width: 40px;
			background: url("images/clear-search.png") center center no-repeat;
			background-size: 26px;
		}

/*搜索结果*/
.search-result{
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	padding:10px;
	background: #FFF;
	overflow: hidden;
}
	.search-result-title{
		margin-bottom: 5px;
	}
		.search-result-list a{
			display: block;
			float: left;
			padding: 0 10px;
			font-size: 14px;
			color: #FE4B00;
			border: 1px solid #FE4B00;
			margin: 5px;
			border-radius: 50px;
		}

.hot-pool{
	box-shadow: none;
	background: transparent;
}
	.hot-pool .search-result-list a{
		border-radius: 4px;
		color: #000;
		border: 1px solid #000;
	}