* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[ga-data] > * {
  pointer-events: none;
}
html,
body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.container {
  min-height: 100vh;
  color: #fff;
  font-size: 0.38rem;
  text-align: center;
  background: #623AFF url(/img/c42554669c56c2f5a0c1786a66e2ddf9.png) no-repeat;
  background-size: 100%;
}
.container .pane {
  padding-top: 0.5rem;
  min-height: 100vh;
  background: url(/img/75251a1a3f5c589fb3dd00d70f310d71.png) center bottom no-repeat;
  background-size: 100%;
}
.container img {
  display: block;
  width: 100%;
}
.container a {
  text-decoration: none;
}
.container .top-tips {
  padding: 0 0.6rem;
  font-size: 0.42rem;
}
.container .title {
  margin-top: 0.3rem;
  padding: 0 0.6rem;
  font-weight: 800;
  font-size: 0.7rem;
  text-shadow: 0px 6px 10px #6046C2;
}
.container .title .yellow {
  color: #fae50d;
}
.container .box {
  margin-top: 0.3rem;
  height: 8.1rem;
  padding: 2.7rem 1.8rem 1rem;
  background: url(/img/1fec5b2491c924859ae6a01191056f2e.png) no-repeat;
  background-size: 100%;
}
.container .box-title {
  color: #FF7426;
  font-size: 0.48rem;
  font-weight: 800;
}
.container .box-code {
  margin-top: 0.8rem;
  color: #FF392D;
  font-size: 0.9rem;
  font-weight: 800;
  text-shadow: 0px 1px 0px #C10000;
}
.container .box-tips {
  margin-top: 0.1rem;
  color: #E4B8A5;
  font-size: 0.36rem;
}
.container .desc {
  padding: 0 1rem;
  line-height: 1.3;
}
.container .btn {
  display: block;
  margin: 0.5rem auto;
  width: 8.2rem;
  height: 1.18rem;
  line-height: 1.18rem;
  color: #FF392D;
  font-weight: 500;
  font-size: 0.42rem;
  background: linear-gradient(180deg, #FFF23C 0%, #FF9F10 100%);
  box-shadow: 0px 3px 0px 1px #EB5500;
  border-radius: 0.58rem;
  -webkit-animation: mymove 2s infinite;
          animation: mymove 2s infinite;
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes mymove {
  /*Safari and Chrome*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.container .btn-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C3B4FF;
  font-size: 0.36rem;
}
.container .btn-tips:before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.2rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAeFBMVEUAAADCtP+/o//Cs//DtP/DtP/Etv/Dtv/Cs//CtP/Dtf/EtP/EtP/Ct//Ftv/Ds//DtP/Etf/Dsf/Cs//CtP/CtP/Ds//DtP/Etf/EsP/Ds//DtP/DtP/DtP/Ctf/Etv/Ftf/Ctv/Ft//Ds//Ds//Dtf/DuP/DtP89oXMvAAAAJ3RSTlMA3wlD989HJ9uLgV+iQyDDkVAb8+vnx6dnF/PTvndeOzc/Ea9vay8ta5OSAAABMElEQVQ4y61S2baDIBBjBCpYt7rbzfZu+f8/vKcgKNXH5oFhSJjDCWEfBS+LBmg7zXfpo4IHDdE7HUtAaV4xNmYJATIO+cMZdF/aE0EcAl4gDYZGfaCIBRL2hgR17OUS/fxQKcTlx85KIZ1gANmzEgbf9hrhOAsIJ1P/gOv0vAIPOw7K8hnIbm5AzlgO3GyvYB3T7oVfef5avUCjNLVDYO0drs9QmNpiXPHTGdd5W6ExFVhbfgblrgE2guji+YVpUPmjDFgcHtGaWqwe+QvBVupu9k/7s+o5rb/DEhyK7YLcaOVNZ48iXUIBcmEDuTCk5iPcZw1OK5G6W/XFaXvIyLtT7wVGxEHk+jBy6TaUdFraI6E+bGNPCR8Zq7hWLvbB0IHgoe5sD5nuWqApSs4+iX/1exqDZsaCVAAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100%;
}

