.baoxin_brand-section {
  font-family: var(--font-family);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 588px;
 
}
.baoxin_brand-section .baoxin_brand-card {
  width: 43%;
  color: #fff;
}
.baoxin_brand-section .row {
  margin: 0 !important;
}
.baoxin_brand-section .baoxin_brand-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;

}
.baoxin_brand-section .baoxin_brand-rating {
  font-size: 20px;
  color: #f3c200;
}
.baoxin_brand-section .pic {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  margin-right: 10px;
}
.baoxin_brand-section .baoxin_brand-star {
  color: #e0e0e0;
  margin-right: 2px;
}
.baoxin_brand-section .baoxin_brand-star.active {
  color: #f3c200;
}
.baoxin_brand-section .baoxin_brand-subtitle {
  font-size: 22px;
  max-width: 300px;
  margin-top: 10px;
}
.baoxin_brand-section .baoxin_brand-desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.baoxin_brand-section .baoxin_brand-swiper {
  width: 100%;
}
.baoxin_brand-section .baoxin_brand-swiper .swiper-slide {
  /* 保证内容居中或自适应 */
  margin-top: 80px;
}
.baoxin_brand-section .swiper-pagination {
  text-align: left;
  position: static !important;
  margin-top: 60px;
}
.baoxin_brand-section .swiper-pagination-bullet {
  background-color: #e0e0e0 !important;
}
.baoxin_brand-section .swiper-pagination-bullet-active {
  background-color: var(--title-text-color) !important;
}
@media (max-width: 1500px) {
  .baoxin_brand-section {
    height: 480px;
  }
  .baoxin_brand-section .baoxin_brand-swiper .swiper-slide {
    margin-top: 60px;
  }
  .baoxin_brand-section .swiper-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .baoxin_brand-section {
    height: 455px;
  }
}
@media (max-width: 1280px) {
  .baoxin_brand-section {
    height: 385px;
    margin-bottom: 0px;
  }
  .baoxin_brand-section .baoxin_brand-swiper .swiper-slide {
    margin-top: 40px;
  }
  .baoxin_brand-section .swiper-pagination {
    margin-top: 20px;
  }
  .baoxin_brand-section .baoxin_brand-title {
    font-size: 36px;
  }
  .baoxin_brand-section .baoxin_brand-desc {
    font-size: 12px;
  }
  .baoxin_brand-section .baoxin_brand-subtitle {
    font-size: 16px;
  }
  .baoxin_brand-section .pic {
    width: 84px;
    height: 84px;
  }
}
@media (max-width: 992px) {
  .baoxin_brand-section .baoxin_brand-card {
    width: 100%;
  }
  .baoxin_brand-bg {
    background-color: rgba(0, 113, 178, 0.8);
  }
  .baoxin_brand-section .baoxin_brand-swiper .swiper-slide {
    margin-top: 20px;
  }
  .baoxin_brand-section .swiper-pagination {
    margin-top: 10px;
    text-align: center;
  }
  .baoxin_brand-section .baoxin_brand-title {
    font-size: 28px;
    text-align: center;
  }
  .baoxin_brand-section .baoxin_brand-desc {
    font-size: 16px;
  }
  .baoxin_brand-section .baoxin_brand-subtitle {
    font-size: 16px;
  }
  .baoxin_brand-section .pic {
    width: 94px;
    height: 94px;
  }
}
@media (max-width: 576px) {
  .baoxin_brand-section {
    height: auto;
  }
  .baoxin_brand-section .baoxin_brand-bg {
    padding: 20px 0;
  }
  .baoxin_brand-section .baoxin_brand-title {
    font-size: 24px;
    text-align: center;
  }
}
