.header_tab{
    width: 100%;
    height: 1.46rem;
    background: #f2f2f2;
}

.header_con{
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.head_left{
	width: 1.64rem;
	height: 1.48rem;
}
.head_left img{ 
	width: 100%;	
	height: 100%;
}
.tab_list{
	display: flex;

}
.tab_list .tab_li{
}
.tab_list .tab_li .active_img{
	margin: 0 auto .16rem;
	width: .62rem;
	height: .66rem;
}
.tab_list .tab_li .active_img img{
	width: 100%;
	height: 100%;
}
.tab_list .tab_li .tab_item{
	padding: 0 .30rem;
	height: .46rem;
	line-height: .46rem;
	font-size: .24rem;
}
.tab_list .tab_li .tab_item.active{
	background: #ff9943;
	color: #fff;
	border-radius: .05rem;
}
