.headerBox {
	width: 7.5rem;
	height:1rem;
	padding:0 .24rem;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	z-index: 999;
	background: #fff;
}
.headerBox a{
    z-index: 1;
}
.headerBox i.icon-zuojiantou {
	font-size: .3rem;
	margin-right: .12rem;
	padding: .2rem .1rem;
}

.headerBox .title{
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	font-size: .3rem;
	text-align: center;
}

.tabScroll{
	padding: .24rem;
    margin-top: 1rem;
    width: 100%;
}
.tabScroll em{
	min-width: 1rem;
	padding: 0 .2rem;
	height: .57rem;
	line-height: .57rem;
	background: #F7F7F7;
	border-radius: 0.1rem;
	font-size: .26rem;
	display: inline-block;
	text-align: center;
	margin-right: .16rem;
	margin-bottom: .16rem;
	color: #333;
}
.tabScroll em.active{
	color:#0076EE;
	background: #fff;
	border: 1px solid #0076EE
}
.tabList{
	padding: .2rem 0;
}
.tabList .item{
	padding: 0 .24rem;
	margin-bottom: .2rem;
}
.tabList .item .title{
	font-weight: 600;
	margin-bottom: .24rem;
	font-size: .32rem;
}
.tabList .item .imgBox{
	width: 3.44rem;
	height:3.44rem;
	background: rgba(0, 0, 0, 0.2);
	border-radius: .16rem;
	position: relative;
	display: inline-block;
}
.tabList .item .imgBox img{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.tabList .item .imgBox span{
	position: absolute;
	bottom: .2rem;
	left: .2rem;
	font-size: .24rem;
	color: #fff;
}
