.bossgoo-index-certify30 {
  padding-bottom: 85px;
  background: url(../jpg/certify_bg34ee.jpg?image_process=format,webpt) no-repeat center;
  background-size: cover;
}

.bossgoo-index-certify30 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-certify30 .swiper-slide {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  width: 40%;
}

.bossgoo-index-certify30 .swiper-slide .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.75%;
}

.bossgoo-index-certify30 .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-certify30 .swiper-slide-active {
  transform: scale(1);
  z-index: 999;
}

.bossgoo-index-certify30 .swiper-slide-next, .bossgoo-index-certify30 .swiper-slide-prev {
  transform: scale(0.85);
  z-index: 998;
}

.bossgoo-index-certify30 .swiper-container {
  padding-bottom: 64px;
}

.bossgoo-index-certify30 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.bossgoo-index-certify30 .swiper-pagination-bullet-active {
  background: var(--themeColor);
}

.bossgoo-index-certify30 .swiper-container-horizontal > .swiper-pagination-bullets, .bossgoo-index-certify30 .swiper-pagination-custom, .bossgoo-index-certify30 .swiper-pagination-fraction {
  bottom: 0;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-certify30 {
    padding-bottom: .3rem;
  }
  .bossgoo-index-certify30 .certify-box {
    padding: 0 .2rem;
  }
  .bossgoo-index-certify30 .first-title {
    margin-bottom: .5rem;
  }
  .bossgoo-index-certify30 .swiper-container {
    padding-bottom: .6rem;
  }
}
