/*wolcott*/

.head{
	position:fixed;
	top:0;
	width:100%;
	max-width:800px;
	height:45px;
	line-height:45px;
	/*background: -webkit-linear-gradient(left, #1e9bf3, #74c5ff);*/
	background:#1e9bf3;
	color:#fff !important;
	z-index:993;
}
.head_text{
	width:100%;
	height:45px;
	line-height:45px;
	float:left;
	text-align:center;
	font-size:16px;
}
.head_text i{
	margin-left: 5px;
}
.head_ico_left{
	width:80px;
	height:45px;
	line-height:40px;
	text-align:left;
	position:absolute;
	top:0;
	left:10px;
	font-size:22px;
}
.head_ico_left:after{
	content:'返回';
	font-size:14px;
	position:absolute;
	line-height:45px;
	left:25px;
}
.head_ico_right{
	width:50px;
	height:45px;
	line-height:45px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	font-size:22px;
}
.forbid_cover{
	width:50%;
	height:45px;
	position:fixed;
	top:0;
	right:0;
	z-index: 999999999;
}
.head_ico_search{
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	line-height: 45px;
	color:#fff !important;
	padding: 0 10px;
}
.head_ico_search i{
	color:#fff !important;
	vertical-align: -1px;
	margin-right: 3px;
}