body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 580px;
}

img {
  pointer-events: none;
}

.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 img {
  width: 100%;
}

.play-item {
  position: relative;
}

.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: 1.2rem;
}

.mbtn {
}

.tips {
  display: none;
  width: 100%;
  text-align: center;
  color: #039;
  font-size: 18px;
  padding: 20px 0px;
}

.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);
}
#qrcode {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 116px;
  height: 116px;
  margin: auto;
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.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: -40px;
  width: 40px;
}

.out-panel .out-bg {
  width: 100%;
}

.out-panel .game-btn {
  position: absolute;
  display: block;
  width: 50%;
  height: 20%;
  bottom: -60px;
  left: 25%;
}

.out-panel .game-btn {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pop-box {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  max-width: 580px;
  left: 50%;
  transform: translate(-50%, 0%);
  overflow: hidden;
}
.pop-content {
  width: 300px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
.pop-content img {
  width: 100%;
  display: block;
}
.pop-text {
  background: #fff;
  padding: 15px;
  line-height: 26px;
  text-indent: 2em;
}
.pop-text i {
  color: rgb(255, 107, 5);
}
.pop-text span {
  display: inline-block;
  color: rgb(255, 107, 5);
}

.pop-foot {
  background: #fef8ec;
  width: 100%;
  border-radius: 0 0 10px 0;
}
.btn-left {
  background: #fef8ec;
  float: left;
  width: 50%;
  height: 100%;
  padding: 16px 0;
  color: rgb(255, 107, 5);
  font-size: 16px;
  text-align: center;
  border-radius: 0 0 0 10px;
}
.btn-right {
  background: #fef8ec;
  float: left;
  width: 50%;
  height: 100%;
  padding: 16px 0;
  color: rgb(255, 107, 5);
  font-size: 16px;
  text-align: center;
  border-radius: 0 0 10px 0;
}

.qr-container {
  z-index: 99;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
}

.qr-box {
  text-align: center;
  border-radius: 10px;
  font-size: 24px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.header .txts {
    position: absolute;
    top: 20%;
    right: 10px;
    line-height: 0.92rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.header .txts em {
    color: red;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite;
    display: inline-block;
    padding: 0 0.02rem;
    font-style: normal;
}