.baosidun-banner .banner-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  position: relative;
  z-index: -1;
}

.baosidun-banner .swiper-slide:hover .banner-bg {
  transform: scale(1.05);
}

.baosidun-banner .swiper-slide {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 61%);
}

.baosidun-banner .banner-content {
  position: absolute;
  /* top: 50%; */
  /* left: 0; */
  /* right: 0; */
  /* transform: translateY(-50%); */
  text-align: left;
  z-index: 10;
  display: flex;
  align-items: center;
  color: #FFF;
}

.baosidun-banner .banner-title {
  font-size: var(--font-60);
  font-weight: 700;
  line-height: 1.267;
  color: #FFF;
}

.baosidun-banner .banner-title em {
  color: var(--color-primary);
}

.baosidun-banner .banner-desc {
  font-size: var(--font-24);
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  margin-top: 1rem;
}

.baosidun-banner .banner-content-btn {
  /* margin-top: 3.5rem; */
}

.baosidun-banner .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.baosidun-banner .swiper-pagination {
  position: relative !important;
  width: auto !important;
}

.baosidun-banner .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background: #FFF;
  opacity: 1 !important;
  margin: 0 8px !important;
  border-radius: 0;
  transition: all 0.3s ease;
}

.baosidun-banner .swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--color-primary) !important;
}

@media screen and (max-width: 1500px) {
  .baosidun-banner .swiper-navigation {
    bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .baosidun-banner .swiper-navigation {
    bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .baosidun-banner .swiper-slide {
    height: 450px;
  }

  .baosidun-banner .swiper-navigation {
    bottom: 0px;
  }

  .baosidun-banner .banner-content-btn {
    font-size: 20px;
    padding: 10px 30px;
  }
}

@media (max-width: 768px) {
  .baosidun-banner .banner-content-btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .baosidun-banner .swiper-slide {
    height: 450px;
  }

  .baosidun-banner .swiper-navigation {
    bottom: 0px;
  }

  .baosidun-banner .banner-content-btn {
    font-size: 16px;
    padding: 10px 12px;
  }
}