.qicheng-carousel-section {
  position: relative;
}

.qicheng-carousel-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-slide > .pic-a {
  width: 100%;
}

.swiper-slide > .pic-a img {
  width: 100%;
  object-fit: contain;
}

.banner-content {
  position: absolute;
  z-index: 1;
  top: 4.97222222rem;
  left: 50%;
  transform: translate(-50%, 0px);
  max-width: 37.5rem;
  width: 100%;
}

.banner-content_title {
  color: #fff;
  font-family: var(--font-family);
  font-weight: 900;
  text-align: center;
  font-size: var(--title-font-size-xl);
  line-height: 1.33333;
  width: 100%;
}
.banner-content_sub-title {
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--text-font-size-xxl);
  line-height: 124%;
  font-weight: 500;
  text-align: center;
}

.banner-btn {
  z-index: 1;
  position: absolute;
}


.qicheng-banner-pagination {
    position: absolute;
    bottom: calc(max(2.583333rem, 20px) + var(--border-radius-lg))!important;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper-pagination-bullet {
  opacity: 1!important;
  margin: 0 6px!important;
background: rgba(255, 255, 255, 0.40)!important;
width: 10px!important;
height: 10px!important;
}

.swiper-pagination-bullet-active {
  background: #fff!important;
}


@media screen and (max-width: 1024px) {
  .qicheng-banner-pagination {
    display: none!important;
  }
}
/* 
.banner-btn:hover {
  background: var(--btn-bg-hover);
}

.banner-btn:active {
  background: var(--btn-bg-active);
}

.banner-btn:disabled {
  background: var(--btn-bg-disabled);
} */

@media screen and (max-width: 552px) {
  .qicheng-carousel-section {
    /* height: 390px; */
  }

  .swiper-slide > .pic-a img {
    object-fit: contain!important;
  }

  .banner-content_sub-title {
    padding: 0px 15px;
    margin-top: 7px;
  }
  .qicheng-carousel-swiper {
    height: 100%;
  }

  .swiper-slide > .pic-a img {
    height: 100%;
    /* object-fit: cover; */
  }

  .banner-content {
    top: 2rem;
    max-width: 34.5rem;
  }
}

@media screen and (max-width: 375px) {
  .banner-content {
    max-width: 40.5rem;
  }
}
