.download-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25vw;
  background: url(../img/download/banner_image.png) no-repeat right 29.375vw center/8.85vw 19vw, url(../img/download/banner_bg.png) no-repeat left top/cover;
}
@media (max-width: 1080px) {
  .download-banner {
    align-items: flex-start;
    height: 95vw;
    background-position: center bottom 336%, left top;
    background-size: 53.1vw 114vw, cover;
  }
}

.download-banner__wrap {
  margin-right: 15.83333333vw;
  text-align: center;
}
.download-banner__wrap h1 {
  margin-bottom: 1.25vw;
  font-family: PingFangSC-Semibold;
  font-size: 2.91666667vw;
  font-weight: 600;
  color: #3659B6;
  text-align: center;
  line-height: 1;
}
.download-banner__wrap p {
  margin-bottom: 1.66666667vw;
  opacity: 0.75;
  font-family: PingFangSC-Regular;
  font-size: 1.25vw;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1080px) {
  .download-banner__wrap {
    margin: 10vw auto;
    text-align: center;
  }
  .download-banner__wrap h1 {
    margin-bottom: 4vw;
    font-size: 6.4vw;
  }
  .download-banner__wrap p {
    margin-bottom: 3.733vw;
    font-size: 3.733vw;
  }
}
.download-banner__wrap .button {
  width: 9.89583333vw;
  height: 1.875vw;
  border: 1px solid #3659B6;
  border-radius: 24px;
  background: #3659B6;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.72916667vw;
  color: #ffffff;
  text-align: center;
}
.download-banner__wrap .button:hover {
  background: rgb(42.3305084746, 69.7669491525, 142.6694915254);
  border-color: rgb(42.3305084746, 69.7669491525, 142.6694915254);
  outline: none;
}
.download-banner__wrap .button .iconfont {
  font-size: 0.72916667vw;
  padding-right: 0.625vw;
}
@media (max-width: 1080px) {
  .download-banner__wrap .button {
    font-size: 3.733vw;
    width: 42vw;
    height: 8.533vw;
  }
  .download-banner__wrap .button .iconfont {
    font-size: 3.6vw;
    padding-right: 1.8vw;
  }
}
.download-banner__wrap .button + .button {
  margin-left: 2.60416667vw;
}

.download-banner .qrcode-wrap {
  position: relative;
}
.download-banner .qrcode-wrap img {
  display: none;
  position: absolute;
  top: 2vw;
  width: 9.89583333vw;
  height: 9.89583333vw;
  background: #fff;
  margin: 0 -10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.download-banner .qrcode-wrap:hover img {
  display: block;
}

.download-content {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.download-content h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .download-content {
    width: 100%;
    font-size: 3.733vw;
    line-height: 5.333vw;
  }
  .download-content h4 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
}

.intro-item:nth-child(even) .intro-item-content {
  flex-direction: row-reverse;
}
.intro-item .intro-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 920px;
  height: 736px;
  margin: 0 auto;
}
.intro-item .intro-item-content img {
  height: 531px;
}
@media (max-width: 1080px) {
  .intro-item {
    padding: 9vw 0;
  }
  .intro-item .intro-item-content {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .intro-item .intro-item-content img {
    height: 92.8vw;
    margin-top: 30px;
  }
}
.intro-item.item1 {
  background: url(../img/download/bg_t_1.png) no-repeat center top/cover;
}
.intro-item.item2 {
  background: url(../img/download/bg_t_2.png) no-repeat center top/cover;
}
.intro-item.item3 {
  background: url(../img/download/bg_t_3.png) no-repeat center top/cover;
}
.intro-item.item4 {
  background: url(../img/download/bg_t_4.png) no-repeat center top/cover;
}
.intro-item.item5 {
  background: url(../img/download/bg_t_5.png) no-repeat center top/cover;
}
.intro-item.item6 {
  background: url(../img/download/bg_t_6.png) no-repeat center top/cover;
}/*# sourceMappingURL=download.css.map */