html,
body {
  height: 100%;
}
.page-download {
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
/*background-image: url(../img/download/bg.jpg)*/
  background-position: bottom;
  background-size: 100%;
  position: relative;
}
.page-download .bg1,
.page-download .bg2,
.page-download .bg3 {
  position: absolute;
}
.page-download .bg1 {
  width: 7.12rem;
  top: 0;
  right: 0;
}
.page-download .bg2 {
  width: 3.97rem;
  bottom: 0.28rem;
  left: 0;
}
.page-download .bg3 {
  width: 4.57rem;
  bottom: 0;
  right: 0;
}
.page-download .logo {
  display: block;
  width: 1.61rem;
  margin: 0 auto;
}
.page-download .swiper-container {
  width: 100%;
  height: 100%;
}
.page-download .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -0.27rem;
}
.page-download .swiper-container .swiper-slide img {
  width: 5.84rem;
}
.page-download .swiper-container .swiper-slide p {
  font-size: 0.64rem;
  font-weight: 500;
  color: #31bfa0;
}
.page-download .swiper-container .swiper-pagination.swiper-pagination-bullets {
  bottom: 0.5rem;
}
.page-download .brand {
  display: block;
  margin-top: 0.53rem /* 40/75 */;
  font-size: 0.67rem /* 50/75 */;
  line-height: 0.67rem;
  color: #333;
}
.page-download .sub {
  font-size: 0.48rem /* 36/75 */;
  line-height: 0.7067rem;
  margin-top: 0.4rem /* 30/75 */;
  color: #333;
}
.page-download .desc {
  font-size: 0.35rem /* 26/75 */;
  color: #999;
  line-height: 0.53rem /* 40/75 */;
  margin-top: 0.4rem /* 30/75 */;
  text-align: justify;
}
.page-download .tips,
.page-download #link {
  text-align: left;
}
.page-download .tips {
  margin-top: 0.5rem;
}
.page-download .btn-wrap {
  display: block;
  width: 4.99rem /* 374/75 */;
  height: 1.09rem /* 82/75 */;
  background: #2bbe9e;
  border-radius: 1.09rem;
  font-family: PingFangSC-Medium;
  font-size: 0.43rem /* 32/75 */;
  color: #fff;
  text-align: center;
  line-height: 1.09rem;
  margin: 0 /* 60/75 */ auto 0;
}
.page-download .btn-wrap rect {
  fill: #fff !important;
}
.page-download .swiper-container .swiper-pagination-bullet-active {
  width: 0.2rem !important;
  background: #2bbe9e;
}
.modal .box {
  padding: 0.6rem;
}
.modal .box .close {
  display: none;
}
.modal .box .message,
.modal .box .btn {
  width: 5.8rem;
}
.modal .box .message {
  white-space: normal;
}
.modal .box .message h2 {
  font-size: 0.4rem;
  line-height: 1.4;
}
.modal .box .message > p {
  margin-top: 0.4rem;
  text-align: left;
  font-size: 0.3467rem;
}
.modal .box .message > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2667rem;
}
.modal .box .message > div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  color: #2d354c;
  font-size: 0.32rem;
}
.modal .box .message > div div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  border-radius: 0.3rem;
  background: #e5e5e5;
  line-height: 0.6rem;
  font-size: 0.2667rem;
  color: #060126;
}
