body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-width: 580px;
}

.header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    max-width: 580px;
}

.header>img {
    width: 100%;
    display: block;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    max-width: 580px;
}

.footer>img {
    width: 100%;
    display: block;
}

.content {}

.content img {
    width: 100%;
	display: block;
}

.play-item {
    position: relative;
	display: flex;
}

.play-item img {
    width: 100%;
}

.play-item .play-btn {
    display: inline-block;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#a-download {
    display: none;
}

.zw {
    height: 2rem;
}

.mbtn {}

.tips {
    display: none;
    width: 100%;
    text-align: center;
    color: #039;
    font-size: 18px;
    padding: 20px 0px;
}


/*position: fixed; bottom: 10px;*/

.jc {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    color: white;
    background-color: rgb(39, 39, 39);
}

.jc {
    text-align: center;
    padding: 75px 0;
}

.jc img {
    width: 95%;
}

.close {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 50px;
    transform: rotate(45deg);
}
    .out-mask {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 50;
    }
    .out-panel {
      position: absolute;
      left: 0;
      right: 0;
      top: 25%;
      width: 80%;
      margin: 0 auto;
      max-width: 660px;
      padding: 15px 15px 0;
    }
    .out-panel .out-close {
      position: absolute;
      right: 20px;
      top: -30px;
      width: 29px;
    }
    .out-panel .out-bg {
      width: 100%;
    }
    .out-panel .game-btn {
      position: absolute;
      display: block;
      width: 50%;
      height: 20%;
      bottom: -70px;
      left: 25%;
    }
    .out-panel .game-btn {
      background-size: 100% 100%;
      background-repeat: no-repeat;
    }
    a[title="վ��ͳ��"] {
      display: none;
    }

@media screen and (min-width:541px){
	#qrcode{text-align:center;background-color:#fff;border-radius:10px;margin:auto;position:absolute;top: 30%;left: 50%;;z-index:9999;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
	#mask{width:100%;height:100%;z-index:112;background-color:rgba(8,8,8,.6);position:fixed;top:0;left:0;display:none;}
	#qrcode img{margin-top:15px;}
	#qr-title{width:50%;margin-left:15px;}
	#closeQrcode{display:inline-block;position:relative;left:45px;top:-10px;font-size:35px;color: #000;cursor: pointer;}
}
#codeDiv{display:none;}#qrcode{width:300px;height:330px;font-size:14px;display:none;padding-top:5px;}.hb{display:none;}

.gg-service{position:fixed;right:0px;top:30%;z-index:88}.gg-service img{width:100px}