body {
  margin: 0;
  padding: 0;
  background: #FFFEF9;
}
.block-image {
  display: block;
  width: 100%;
}
.last-image {
  margin-bottom: 60px;
}
@media all and (orientation: portrait) {
  .video-wrapper {
    height: 221px;
  }
}
@media all and (orientation: landscape) {
  .video-wrapper {
    height: 442px;
  }
}
.video-wrapper {
  width: 100%;
  position: relative;
}
.video-wrapper .video-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .play-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.content-wrapper .section-top {
  text-align: center;
  position: relative;
}
.content-wrapper .section-top a.download-button {
  width: 55.4%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content-wrapper .section-top .h5-footer {
  position: relative;
  height: 370px;
  width: 100%;
  margin-bottom: 60px;
  background: url('./7bc8880e-mobile-img6.png') no-repeat center;
  background-size: 100% 100%;
}
.content-wrapper .section-top .h5-footer .copyright {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 21px;
  color: #4C2301;
}
.content-wrapper .section-top .h5-footer .copyright a {
  position: relative;
  text-decoration: none;
  color: #4C2301;
}
.content-wrapper .section-top .h5-footer .copyright .footer-wx {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
}
.content-wrapper .section-top .h5-footer .copyright .footer-wx .img-backup {
  position: absolute;
  width: 32px;
  height: 27px;
  left: -4px;
  top: 0px;
}
.content-wrapper .section-top .h5-footer .copyright .footer-wx .after-img {
  margin-left: 40px;
}
.content-wrapper .section-top .h5-footer .copyright .img-backup {
  position: absolute;
  width: 12px;
  left: -16px;
  top: 0px;
}
.content-wrapper .section-top #download-button-a {
  top: 6.1%;
  height: 2.03%;
}
.content-wrapper .section-top #download-button-b {
  top: 8.51%;
  height: 2.13%;
}
.content-wrapper .section-bottom {
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .section-bottom .download-button-float {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.content-wrapper .section-bottom a {
  margin: auto 16px;
  width: 100%;
}
.content-wrapper .section-bottom a .bottom-button {
  margin: auto;
  background-image: linear-gradient(0deg, #ffc021 0%, #ffd528 100%);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 15px;
  color: #542C20;
  font-weight: bold;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}
.safari-tip {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 299px;
  height: 239px;
}
