@media screen and (max-width: 1200px) {
  .banner-box {
    height: 4.15rem !important;
  }
  .banner-box .content .left {
    margin-right: 0 !important;
  }
  .banner-box .content .left .title {
    font-size: 0.45rem !important;
  }
  .banner-box .content .left .des {
    font-size: 0.2rem !important;
  }
  .banner-box .content .right img {
    width: 5rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner-box {
    height: 3.15rem !important;
  }
  .banner-box .content .left .title {
    /* font-size: 0.35rem !important; */
  }
  .banner-box .content .left .des {
    font-size: 0.2rem !important;
    width: 3.8rem !important;
  }
  .banner-box .content .right img {
    width: 3.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .banner-wrapper {
    display: none;
  }
  .pe-banner-wrapper {
    display: block !important;
  }
  .chapter-l .chapter-wrapper {
    display: flex;
    flex-direction: column;
  }
  .chapter-r .chapter-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .chapter-wrapper .left {
    margin-right: 0 !important;
  }
  .chapter-wrapper .left,
  .chapter-wrapper .right {
    width: 6.5rem !important;
  }
  .chapter-wrapper img {
    width: 6.5rem !important;
    margin-top: 0.2rem;
  }

  .chapter-l .left {
    margin-bottom: 20px;
  }
  .chapter-r .left {
    margin-top: 20px;
  }

  /* 字体 */
  .chapter-l .title,
  .chapter-r .title {
    font-size: 0.36rem !important;
  }
  .chapter-l .des,
  .chapter-r .des {
    font-size: 0.28rem !important;
  }
  .chapter-l .text,
  .chapter-r .text {
    font-size: 0.28rem !important;
  }
}

#main {
  margin-top: 0.7rem;
}

.pe-banner-wrapper {
  display: none;
  width: 100%;
}
/* 顶部banner图 */
.banner-wrapper {
  background: url('../img/产品介绍1.png') no-repeat center center;
  background-size: cover;
  width: 100%;
}
.banner-box {
  height: 5.15rem;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-box .bg-banner {
  height: 5.15rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-box .content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .content .left {
  margin-right: 0.2rem;
}
.banner-box .content .left .title {
  margin-bottom: 0.16rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: #35363f;
}
.banner-box .content .left .title span {
  margin: 0 0.28rem;
}
.banner-box .content .left .des {
  font-size: 0.24rem;
  color: #2e68e9;
  height: 0.42rem;
}
.banner-box .content .right {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-box .content .right img {
  width: 6.9rem;
}

/* 产品介绍 */
.chapter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chapter-wrapper .title {
  font-size: 0.28rem;
  color: #181818;
  font-weight: bold;
}
.chapter-wrapper .des {
  font-size: 0.16rem;
  color: #666666;
  margin: 0.32rem 0;
}
.chapter-wrapper .text {
  color: #666666;
  display: flex;
  align-items: center;
}
.chapter-wrapper .text:not(:last-child) {
  margin-bottom: 0.26rem;
}
.chapter-wrapper .text .icons {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #3568f5;
  box-shadow: 0.05rem 0 0.12rem rgba(53, 104, 245, 0.5);
  transform: rotateZ(45deg);
  margin-right: 0.15rem;
  border-radius: 0.02rem;
  display: inline-block;
}
.chapter-wrapper .text i {
  flex: 1;
}
.chapter-wrapper img {
  width: 100%;
}

.chapter-l {
  width: 100%;
  padding: 0.6rem 0;
}
.chapter-l .chapter-wrapper .left {
  width: 4.2rem;
  margin-right: 0.6rem;
  position: relative;
}
.chapter-l .chapter-wrapper .right {
  width: 7.2rem;
  display: flex;
  justify-content: center;
}

.chapter-r {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #f9fbfe;
}
.chapter-r .chapter-wrapper .right {
  width: 4.2rem;
  position: relative;
}
.chapter-r .chapter-wrapper .left {
  width: 7.2rem;
  margin-right: 0.6rem;
  display: flex;
  justify-content: center;
}

/* 轮播样式 */
#swiper-1 {
  position: static;
}
/* 去除默认样式 */
#swiper-1 .swiper-button-prev::after {
  display: none;
}
#swiper-1 .swiper-button-next::after {
  display: none;
}
#swiper-1 .swiper-wrapper {
}
#swiper-1 .swiper-wrapper .swiper-slide {
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#swiper-1 .swiper-pagination {
  bottom: -20px !important;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 0px;
  background-color: #D6E1FD;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #3568F5;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 4px 20px;
}
