.bossgoo-index-certify10 {
  position: relative;
  background: #f3f3f3;
  padding-bottom: 100px;
}

.bossgoo-index-certify10 .first-title {
  text-align: center;
  font-weight: 800;
  color: var(--themeColor);
  line-height: 1;
  margin-bottom: 30px;
}

.bossgoo-index-certify10 .blackcover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1000;
}

.bossgoo-index-certify10 .swiper-container {
  margin: 0 20px;
}

.bossgoo-index-certify10 .swiper-slide {
  width: 320px;
  height: 420px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.bossgoo-index-certify10 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-certify10 .swiper-pagination {
  width: 100%;
  bottom: 0;
}

.bossgoo-index-certify10 .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}

.bossgoo-index-certify10 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 4px;
  transition: all .4s;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-certify10 {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bossgoo-index-certify10 .first-title {
    margin-bottom: 0.6rem;
  }
  .bossgoo-index-certify10 .swiper-container {
    margin: 0 0.2rem;
  }
  .bossgoo-index-certify10 .swiper-slide {
    width: 3.6rem;
    height: 4.8rem;
    background: #fff;
  }
  .bossgoo-index-certify10 .swiper-pagination {
    width: 100%;
  }
  .bossgoo-index-certify10 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
  }
  .bossgoo-index-certify10 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.6rem;
    border-radius: 0.16rem;
    transition: all .4s;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-certify10 {
    padding: .3rem 0;
  }
}

@media only screen and (max-width:540px) {
  .bossgoo-index-certify10 .exhibitionTitle {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-certify10 .swiper-container {
    margin: 0 0.2rem;
  }
  .bossgoo-index-certify10 .swiper-slide {
    background: #fff;
  }
  .bossgoo-index-certify10 .swiper-pagination {
    width: 100%;
  }
  .bossgoo-index-certify10 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
  }
  .bossgoo-index-certify10 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.36rem;
    border-radius: 0.08rem;
    transition: all .4s;
  }
}