.download {
  width: 100%;
}
.download .downloadTop {
  width: 100%;
  display: flex;
  margin-bottom: 7.2vw;
}
.download .downloadTop .logo {
  width: 16vw;
  height: 16vw;
  margin-right: 3.2vw;
}
.download .downloadTop .textWrap p {
  margin-bottom: 3.2vw;
  font-family: PingFangSC-Regular;
  font-size: 2.66666667vw;
  color: #252525;
  letter-spacing: 0.08vw;
  line-height: 2.66666667vw;
  font-weight: 400;
}
.download .downloadTop .textWrap p:first-child {
  margin-right: 16vw;
}
.download .downloadBtn {
  display: block;
  width: 100%;
  height: 10.66666667vw;
  background: #caa26f;
  border-radius: 1.06666667vw;
  font-family: PingFangSC-Medium;
  font-size: 4.8vw;
  color: #ffffff;
  letter-spacing: 0.13333333vw;
  text-align: center;
  line-height: 10.66666667vw;
  font-weight: bold;
}
.slides {
  margin: 4vw 0;
  padding: 3vw;
  overflow-x: hidden;
  background-color: #f9f9f9;
}
.slides .slide__item {
  width: 36vw;
  margin-right: 3.2vw;
}
.slides .slide__img {
  display: block;
  width: 100%;
}
.slides .slide__p {
  margin: 3.2vw 0;
  color: #252525;
  font-size: 2.4vw;
  text-align: center;
}
.dataContentWrap {
  margin-top: 2.66666667vw;
  line-height: 1.4em;
}
.dataContentWrap img {
  display: inline-block;
  margin: 4vw auto;
  max-width: 100% !important;
  height: auto !important;
}
