@charset "gb2312";
/* CSS Document */

.H {
	z-index: 2;
	background: #e8e8e8;
	line-height: 46px;
	height: 46px;
	border-bottom: 1px solid #d9d9d9;
	color: #333;
	text-align: center;
	position: relative;
	font-size: 1em;
}
#i-wap {
	width:100%;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	padding-left:65px;
	padding-right:65px;
}
#i-wap input {
	width: 100%;
	height: 34px;
	line-height:14px;
	margin:0px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	font-size: 14px;
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-webkit-user-modify: read-write-plaintext-only;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:middle;
}
#i-wap input.clearOn
{
	padding-right:30px;
}
#ClearKw
{
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(/weizhan/images/icon_clear.png);
	background-size: 16px 16px;
	position:absolute;
	right:65px;
	top:0px;
	width:30px;
	height:46px;
}
.H .btn-search {
	position: absolute;
	top:7px;
	right:7px;
	z-index: 1;
	display: block;
	width: 50px;
	height: 36px;
	color: #111 !important;
	font-weight: 700 !important;
	font-size: .8em !important;
	font-family: 'Arial';
	cursor:pointer;
}
.H .btn-search span {
	position: absolute;
	width: 50px;
	height: 31px;
	right: 0px;
	top: 0px;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	line-height: 32px !important;
	border-left: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	background: #fafafa;
	z-index: 1;
}
.s {
	position: relative;
	width: 100%;
	border-top: 1px solid #bbbbbc;
	border-bottom: 1px solid #d9d9d9;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-shadow: 0 .1px 2px 0 #CCC;
}
.s a {
	position: relative;
	width: 100%;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	display: block;
	text-align: left;
	height: 46px;
	line-height: 46px;
	color: #666;
	font-size: 14px;
	padding: 0 8px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #FFF;
	overflow:hidden;
}
.s a span {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDgvMDgvMTNolOETAAABE0lEQVQokY2QzUrDUBCFz517pzfchNBnyKuI4CvkFXThqrjoQiUgdiUIIugrBAp9BMEieYQsuslCyB/YUMRWb9wY8SdFZzdnZg7fHBGG4aUxZp+IJBFBCIF/1ttqtbpSVVWNhBDNcDg8YmYppQQR/Xm8XC7P8zyPlLX2Jc/zsdZ64/v+seM4YGYIIbbSNE0TLRaLUwBQnZhl2YnjOK+u60ZaazBzL8l6vR4nSXLW9TIIgs9hXdd3rus+e563y8xgZiilIKXEx2uj2Ww2+Wr4zQAAiqK411o/GWP2iAhdsG3bHsZxfPGT6JcBAJRl+aCUejTG7BDRxlp7MJ1Or/vyUH0iAKRpejMYDALf99v5fH67be8dyLtWK4C+e7UAAAAASUVORK5CYII=");
	display: inline-block;
	position: relative;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-right: 8px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.line {
	position: absolute;
	top: 12px;
	width: 1px;
	height: 22px;
	background: #d9d9d9;
	-webkit-box-shadow: 1px 0 0 .5px #FFF;
	z-index: 1;
}