#section6 {
    background-image: url('../images/资质背景.png');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .section6-content {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
  }

  .top-text {
    margin-top: 0.375rem;
    text-align: center;
  }

  .line1 {
    margin-top: 0.625rem !important;
    font-size: 0.525rem !important;
    font-weight: 900;
    color: black;
    text-align: center;
  }

  .line2 {
    font-size: 0.3125rem;
    font-weight: 100;
    margin-bottom: 0.125rem;
    color: #909090;
    text-align: center;
  }

  .bottom-content {
    display: flex;
    justify-content: center !important;
    margin-top: -0.875rem;
    position: relative !important;
  }

  .swiper {
    width: 100% !important;
    height: 8.75rem !important;
    margin-bottom: 1.875rem;
  }

  .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: transparent !important;
    height: 100% !important;
    transition: transform 0.3s, z-index 0.3s !important;
    z-index: 1 !important;
  }

  .swiper-slide img {
    height: 100% !important;
    width: auto !important;
    object-fit: cover !important;
    transition: transform 0.3s !important;
  }

  .swiper-slide-active {
    z-index: 3 !important;
  }

  .swiper-slide-active img {
    transform: scale(1.2) !important;
  }

  .swiper-slide-next,
  .swiper-slide-prev {
    z-index: 2 !important;
  }

  .swiper-slide-next img,
  .swiper-slide-prev img {
    transform: scale(1.1) !important;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
    z-index: 10 !important;
    width: 1rem !important;
    height: 1rem !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: translateY(-50%) !important;
  }

  .swiper-button-prev {
    background-image: url('../images/圆形双右箭头_circle-double-right 拷贝1@2x.png');
    left: -1.125rem !important;
  }

  .swiper-button-next {
    background-image: url('../images/圆形双右箭头_circle-double-right 拷贝@2x.png');
    right: -1.125rem !important;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7 !important;
  }