html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
body{
	
}
body img{
	width:100%;
	display:block;
}
.step{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hide{
	display: none;
}
.cover{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 99;
}
.pop{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.pbg{
	height: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.mdbox {
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	height: 100%;
}
.pt {
	position: absolute;
	width: 100%;
	left: 0;
}
.pts {
	position: absolute;
	width: 100%;
	left: 0;
}
.mu.off, .mu.on {
	background: url(http://h.h5pub.cc/fhl/img/mu.png) center no-repeat/100% auto;
	width: 6%;
	height: 5%;
	/* display: none; */
	position: absolute;
	right: 2.5%;
	top: 1%;
	z-index: 9999;
}
.mu.off {
	background: url(http://h.h5pub.cc/fhl/img/mu1.png?v=2) center no-repeat/100% auto;
}
.mu.on {
	animation: bgmove 1.1s linear infinite;
	-webkit-animation: bgmove 1.1s linear infinite
}
@keyframes bgmove {
 0% {
 transform: rotate(0)
}
 100% {
 transform: rotate(360deg)
}
}
 @-webkit-keyframes bgmove {
 0% {
 transform: rotate(0)
}
 100% {
 transform: rotate(360deg)
}
}
.allpop{
	background: #666;
    border-radius: 5px;
    padding: 8px;
    line-height: 0.3rem;
    white-space: nowrap;
    letter-spacing: 0.05rem;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 99999;
    top: 45%;
    margin: 0 auto;
    font-size: 0.3rem;
    display: block;
	left: 50%;
    transform: translateX(-50%);
}
.wd{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	color: #ad3a2d;
}
.wd-title{
	position: absolute;
    width: 76%;
    text-align: center;
    font-size: 0.4rem;
    top: 25%;
    left: 12%;
    line-height: 0.6rem;
    font-weight: bold;
}
.wd-text{
	position: absolute;
    width: 76%;
    font-size: 0.45rem;
    top: 48%;
    left: 11.5%;
    line-height: 0.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.021rem;
}












.wbg{
	background-size: 100% auto;
}
.hbg{
	background-size: auto 100%;
}


















