body {
  min-width: auto;
}
.download {
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  background-image: url(/static/img/5f0dc8d436019650fcfa.png);
  position: relative;
  min-height: 568px;
}
.download .download_top {
  position: absolute;
  top: 9%;
  width: 100vw;
}
.download .download_top .title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
}
.download .download_top .logo {
  margin: 40px auto 0 auto;
  width: 125px;
  height: 130px;
}
.download .download_top .logo img {
  width: 125px;
  height: 130px;
}
.download .download_top .describe {
  width: 240px;
  margin: 40px auto 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  white-space: pre-wrap;
}
.download .download_bottom {
  position: absolute;
  bottom: 7%;
  width: 100vw;
}
.download .download_bottom .app_button,
.download .download_bottom .ios_button,
.download .download_bottom .h5_button {
  margin: 0 auto;
  width: 200px;
  border-radius: 28px;
}
.download .download_bottom .app_button .button,
.download .download_bottom .ios_button .button,
.download .download_bottom .h5_button .button {
  width: 200px;
  height: 46px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.download .download_bottom .app_button .button {
  border: 0;
  color: #00A98D;
  background-color: #FFFFFF;
}
.download .download_bottom .ios_button {
  margin-top: 20px;
}
.download .download_bottom .ios_button .button {
  border: 0;
  color: #00A98D;
  background-color: #FFFFFF;
}
.download .download_bottom .h5_button {
  margin-top: 20px;
}
.download .download_bottom .h5_button .button {
  color: #FFFFFF;
  border: 2px #FFFFFF solid;
  background-color: #00A98D;
}
.download .version {
  position: absolute;
  width: 100vw;
  bottom: 17px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-height: 600px) {
  .download .download_top .logo {
    margin-top: 20px;
  }
  .download .download_top .describe {
    margin-top: 20px;
  }
}

