.common_header{
	padding: 0.18rem 0.2rem 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.common_header h3{
	padding-left: 0.15rem;
	height: 0.28rem;
	line-height: 0.3rem;
	font-size: 0.26rem;
	color: #222222;
	font-weight: normal;
	position: relative;
}
.common_header h3:before{
	display: block;
	content: "";
	width: 0.04rem;
	height: 100%;
	background-color: #ff5c46;
	position: absolute;
	left: 0;
	top: 0;
}
.common_header h3 a{
	float: right;
	display: block;
	width: 0.1rem;
	height: 0.18rem;
	padding: 0.05rem 0.2rem;
	margin-right: -0.2rem;
}
.common_header h3 a img{
	display: block;
	width: 100%;
	height: 100%;
}
.common_header_bottom{
	padding-bottom: 0.18rem;
	border-bottom: 0.01rem solid #e1e1e1;
}