body{
    background: #f5f5f5;
}
html.active,body.active{
	height: 100%;
	overflow: hidden;
}
.header{
	width: 100%;
	height: 42px;
	background: #FFFFFF;
    border-bottom: 1px solid #f0f0f0;
}
.header .header_body{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header .header_body .hleft{
	line-height: 42px;
	width: 20%;
}
.header .header_body .hleft img{
	max-width: 80%;
}
.header .header_body .hmidden{
	padding-top: 7px;
	position: relative;
	width: 70%;
}
.header .header_body .hmidden img{
	position: absolute;
	top: 12px;
	left: 5px;
	width: 18px;
	height: 18px;
}
.header .header_body .hmidden input{
	width: 100%;
	height: 28px;
	background-color: #eee;
	border: none;
	outline: none;
	padding:0 30px;
	font-size: 12px;
}
.header .header_body .hright{
	line-height: 42px;
	width: 10%;
	text-align: right;
}
.header .header_body .hright img{
	width: 20px;
	height: 20px;
}
.content{
	margin-bottom: 50px;
}
