@media only screen and (max-width: 1080px),
  only screen and (max-device-width: 1080px) {
  body,
  html {
    font-size: 144px;
  }
}
@media only screen and (max-width: 960px),
  only screen and (max-device-width: 960px) {
  body,
  html {
    font-size: 128px;
  }
}
@media only screen and (max-width: 800px),
  only screen and (max-device-width: 800px) {
  body,
  html {
    font-size: 106.67px;
  }
}
@media only screen and (max-width: 720px),
  only screen and (max-device-width: 720px) {
  body,
  html {
    font-size: 96px;
  }
}
@media only screen and (max-width: 640px),
  only screen and (max-device-width: 640px) {
  body,
  html {
    font-size: 85.33px;
  }
}
@media only screen and (max-width: 600px),
  only screen and (max-device-width: 600px) {
  body,
  html {
    font-size: 80px;
  }
}
@media only screen and (max-width: 540px),
  only screen and (max-device-width: 540px) {
  body,
  html {
    font-size: 72px;
  }
}
@media only screen and (max-width: 480px),
  only screen and (max-device-width: 480px) {
  body,
  html {
    font-size: 64px;
  }
}
@media only screen and (max-width: 414px),
  only screen and (max-device-width: 414px) {
  body,
  html {
    font-size: 55.2px;
  }
}
@media only screen and (max-width: 400px),
  only screen and (max-device-width: 400px) {
  body,
  html {
    font-size: 53.33px;
  }
}
@media only screen and (max-width: 375px),
  only screen and (max-device-width: 375px) {
  body,
  html {
    font-size: 50px;
  }
}
@media only screen and (max-width: 360px),
  only screen and (max-device-width: 360px) {
  body,
  html {
    font-size: 48px;
  }
}
@media only screen and (max-width: 320px),
  only screen and (max-device-width: 320px) {
  body,
  html {
    font-size: 42.67px;
  }
}
@media only screen and (max-width: 240px),
  only screen and (max-device-width: 240px) {
  body,
  html {
    font-size: 32px;
  }
}
html {
  font-size: calc(100vw / 7.5);
}
body {
  background-color: #3693f2;
  color: #fefefe;
  text-align: center;
  overflow-x: hidden;
}
.container {
  width: 68%;
  margin: 0 auto;
}
.tips img {
  width: 90%;
}
.bottom,
.cloud {
  width: 100%;
  display: block;
}
.shake {
  animation-name: shake-rotate;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.yellow {
  color: #ffd020;
}
.describe {
  text-indent: 0.64rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
  margin-top: 0.2rem;
  margin-bottom: 3rem;
  text-align: left;
}
.bottom {
  position: fixed;
  bottom: 0;
  font-size: 0;
  z-index: 10;
}
.downloadBtn {
  background: #ff5429;
  border-radius: 0.1rem;
  border: 0;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 0.3rem;
  font-family: "Microsoft Yahei";
  display: none;
}
#android.downloadBtn:before,
#ios.downloadBtn:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.btnBg {
  background: #fff;
  padding: 0.4rem 0;
}
#android.downloadBtn:before {
  background: url(../images/android.png);
  background-size: contain;
  vertical-align: -20%;
}
#ios.downloadBtn:before {
  background: url(../images/ios.png);
  background-size: contain;
  vertical-align: -10%;
}
.content {
  line-height: 20px;
  margin-top: 0;
}
.contentCQ {
  display: none;
  position: relative;
}
.contentCQ > img {
  width: 100%;
  display: block;
}
.bottomCQ {
  position: absolute;
  width: 100%;
  bottom: 6%;
  z-index: 10;
  text-align: center;
}
.bottomCQ p {
  line-height: 0;
  margin-bottom: 0.4rem;
}
.QRcode,
.QRtitle {
  width: 30%;
}
.downloadBtnCQ {
  display: none;
  text-align: center;
}
.downloadBtnCQ img {
  width: 40%;
}
.QRwords {
  font-size: 13px;
  color: #063c71;
  margin-top: 4px;
}
.cqSpring {
  width: 100%;
  display: none;
}
@keyframes shake-rotate {
  2%,
  72%,
  74%,
  86% {
    transform: translate(0, 0) rotate(3.5deg);
  }
  26%,
  4% {
    transform: translate(0, 0) rotate(-0.5deg);
  }
  30%,
  6%,
  64% {
    transform: translate(0, 0) rotate(-1.5deg);
  }
  32%,
  42%,
  46%,
  8%,
  82% {
    transform: translate(0, 0) rotate(4.5deg);
  }
  10%,
  40%,
  62%,
  70%,
  98% {
    transform: translate(0, 0) rotate(6.5deg);
  }
  12%,
  84% {
    transform: translate(0, 0) rotate(0.5deg);
  }
  14%,
  24%,
  52% {
    transform: translate(0, 0) rotate(-4.5deg);
  }
  16%,
  34%,
  88% {
    transform: translate(0, 0) rotate(5.5deg);
  }
  18%,
  50%,
  60%,
  78% {
    transform: translate(0, 0) rotate(-6.5deg);
  }
  20%,
  36%,
  80% {
    transform: translate(0, 0) rotate(1.5deg);
  }
  22%,
  48%,
  56%,
  58%,
  66%,
  92% {
    transform: translate(0, 0) rotate(-5.5deg);
  }
  28%,
  90%,
  94% {
    transform: translate(0, 0) rotate(7.5deg);
  }
  38%,
  68%,
  76%,
  96% {
    transform: translate(0, 0) rotate(-2.5deg);
  }
  44%,
  54% {
    transform: translate(0, 0) rotate(2.5deg);
  }
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
