.header-box {
  position: relative;
  width: 100vw;
}
.header-box .banner {
  width: 100vw;
  height: 812px;
  background-image: url("../../images/desc/mobile/banner@2X.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 83px 0;
  padding-bottom: 0;
  padding-bottom: 20px;
}
.advantage .en {
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  opacity: 0.1;
}
.advantage .cn {
  margin-top: -16px;
  width: 128px;
  height: 42px;
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #2d5ec4;
}
.advantage .desc {
  width: 328px;
  margin-top: 22px;
  margin-bottom: 2px;
  line-height: 1.3rem;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #595959;
}
.advantage .line {
  width: 124px;
  height: 2px;
  background: linear-gradient(180deg, #6238d5 0%, #2d5ec4 100%);
}
.card-box {
  display: none;
}
.desc_swiper {
  display: block;
  width: 100vw;
  height: 460px;
}
.desc_swiper .swiper-container {
  width: 100vw;
  height: 460px;
}
.desc_swiper .swiper-container .item {
  width: 296px;
  height: 400px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.5s;
  box-shadow: 0px 3px 20px 1px rgba(45, 94, 196, 0.1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 71px;
}
.desc_swiper .swiper-container .item img {
  width: 85px;
  height: 85px;
}
.desc_swiper .swiper-container .item h3 {
  margin-top: 43px;
  margin-bottom: 32px;
}
.desc_swiper .swiper-container .item .desc {
  font-size: 16px;
  width: 195px;
  color: #595959;
  line-height: 24px;
}
.desc_swiper .swiper-slide-active .item {
  box-shadow: 0px 3px 30px 1px rgba(45, 94, 196, 0.12);
}
.desc_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.company-desc {
  position: unset;
  display: flex;
  flex-direction: column-reverse;
  height: 1380px;
  margin-bottom: 0px;
  padding-left: 24px;
  background-color: #fbfbfb;
}
.company-desc .desc-img {
  position: unset;
  width: 327px;
  height: 474px;
  margin-bottom: 64px;
  margin-top: 20px;
}
.company-desc .desc-img-bg {
  display: none;
  position: unset;
}
.company-desc .right-chunk {
  position: unset;
  width: 1250px;
  height: 780px;
  right: 0;
  padding-left: 0;
  padding-top: 0;
}
.company-desc .right-chunk .info-title .en {
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #2d5ec4;
  opacity: 0.1;
}
.company-desc .right-chunk .info-title .cn {
  margin-top: -15px;
  width: 112px;
  height: 37px;
  font-size: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #2d5ec4;
}
.company-desc .right-chunk .info-content {
  width: 327px;
  height: 217px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #595959;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 38px;
  margin-bottom: 56px;
}
.company-desc .right-chunk .info-content .light {
  color: var(--yellow);
  font-size: 16px;
  font-weight: bold;
}
.company-desc .right-chunk .scale {
  display: flex;
  flex-direction: column;
}
.company-desc .right-chunk .scale .item {
  margin-right: 78px;
  display: flex;
  flex-direction: column;
  color: #313131;
  margin-bottom: 40px;
}
.company-desc .right-chunk .scale .item .num .val {
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #2d5ec4;
}
.company-desc .right-chunk .scale .item .desc {
  width: 108px;
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 6px;
}
.company-desc .right-chunk .scale .item:last-child {
  margin-bottom: 0;
}
.company-desc .right-chunk .learn-more {
  margin-top: 0;
  width: 118px;
  height: 42px;
  background: linear-gradient(135deg, #2d5ec4 0%, #6238d5 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.company-desc .right-chunk .learn-more a {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  height: 42px;
  width: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-desc .right-chunk .learn-more a .right {
  width: 15px;
  height: 13px;
  margin-left: 12px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
