/* CSS Document */
*{padding:0;margin:0;list-style: none;font-family:Microsoft YaHei}
html {font-size: 62.5%!important; /* 10÷16=62.5% */}  
@media only screen and (min-width: 481px){  
    html {font-size: 94%!important; /* 15.04÷16=94% */  }  
}  
@media only screen and (min-width: 561px){  
    html { font-size: 109%!important; /* 17.44÷16=109% */ }  
}  
@media only screen and (min-width: 641px){  
    html { font-size: 125%!important; /* 20÷16=125% */ }  
}
html,body{width:100%;height:100%;}

#content{height: 100%;width: 100%; }
#content li{height: 100%;width: 100%;overflow:hidden}
#content .one{ background: url(../images/7.png) no-repeat; background-size:100% 100%;}
#content .two{background: url(../images/6.png) no-repeat; background-size:100% 100%; position:relative; color:#FFF;}

#back {
	color: #fff;
	font-size: 30px;
	width: 60px;
	height: 60px;
	border: 2px solid #ccc;
	background: #ccc;
	cursor: pointer;
	position: fixed;
	bottom: 50px;
	left: 60px;
	text-align: center;
	line-height: 50px;
	display: none;
	_position: absolute;
	_right: 50px;
	/*_top: expression(eval(document.documentElement.clientHeight-this.offsetHeight-50+document.documentElement.scrollTop));*/
	z-index: 999;
}
.scan{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	z-index: 999;
	bottom: 50px;
	right: 60px;
}
.scan img{
	width: 120px;
	height: auto;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.scan p{
	color: #fff;
	font-size: 18px;
	margin: 0 0 8px;
}

@media screen and (min-width:768px) and (max-width:1680px){
	#content .one{ background: url(../images/7.png) no-repeat top left; background-size:100% 100%;}
	#content .two{background: url(../images/6.png) no-repeat top left; background-size:100% 100%;}
	}

@media only screen and (max-width: 767px){  
	#content .one{ background: url(../images/7.png)  no-repeat; background-size: auto 100%;}
	#content .two{ background: url(../images/6.png)  no-repeat; background-size: auto 100%;}

}

#two p{text-indent:2em;text-align:left}
#three p{text-indent:2em;text-align:left}
.join p{text-indent:2em;text-align:left}

p {
    margin: 0 0 0px;
}