.tit{
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 100%;
	color: #fff;
	height: 1.3rem;
	font-size: 1rem;
	text-align: center;
	padding: 0.5rem 0;
}	
.list{
    color: #fff;
    //background: #1F1F1F;
    width: 100%;
    position: fixed;
    top:3.5rem;
    left: 0;
    overflow: hidden;
    font-size: 0.4rem;
}
.list li{line-height: 180%;text-indent: 2em;}
.list li a{color: #fff;}
.header2{
	padding: 0.1rem;
	background: #f3f3f3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1rem;
}
.header2 a {
	z-index: 50;
	display: inline-block;
	position: absolute;
	left: 0.1rem;
	top: 0.2rem;
}
.header2 a img{
	width: 0.8rem;
	height: auto;
}
p{
	color:#fff;
	font-size: 0.4rem;
	line-height: 140%;
	padding: 0 0.2rem;
}
.imgBox{margin-bottom: 0.1rem;}
.imgBox,
.imgBox img{
	max-width: 90%;
	text-align: center;	
	margin: 0 auto;	
}
.header{
	padding: 0.1rem;
	background: #f3f3f3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1rem;
}
h3{
	color:#000;
	font-size: 0.6rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 220%;
}
.header a {
	z-index: 50;
	display: inline-block;
	position: absolute;
	left: 0.1rem;
	top: 0.2rem;
	}
.header a img{
	width: 0.8rem;
	height: auto;
}
.m{
	margin-top: 1.65rem;
}