
.mescroll {
	position: fixed;
	top: 1.186rem;
	bottom: 0;
    width: 100%;
	height: auto;
	/*如设置bottom:50px,则需height:auto才能生效*/
	box-sizing: border-box;
    overflow-y: auto;
}
/* 头部 开始 */
.headerBox{
	font-size: .48rem;
	height: 1.186rem;
	/* line-height: 1.18rem; */
	background: #e94643;
}
.back{
	top: 1rem;
	left: 0;
	height: .52rem;
	width: .293rem;
	padding: 0 0.4rem;
	margin-top: 0.03rem;
	background: url(../images/common/backWhite.png) no-repeat center;
    background-size: .53rem .53rem;
}
.back.on{
	background: url(../images/common/hfBackBlack.png) no-repeat center;
    background-size: .53rem .53rem;
}
/* 头部 结束 */
.toolBar.active{
	width: 100%;
	left: 0;
	top: 0;
	/* height: 1.2rem; */
	/* line-height: 1.2rem; */
	z-index: 100;
	position: fixed;
}
.toolBar p.text-white{
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 1rem 0 0.4rem;
}
.headerBox #nav.active{
	top: 1.77rem!important;
}

.tpNavDiv a:last-child{
	border: 0;
}
