.swiper {
    width: 100%;
    height: 100%;
	overflow: hidden;
	/* 兼容IOS，否则在swiper组件内的布局都不受border-radius和overflow的约束 */
	transform: translateY(0);

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: none;
    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;
}



.swiper {
    margin-left: auto;
    margin-right: auto;
}

.adSwiper {
    /* max-height: 266.39px; */
    max-height: 268px;
}

@media (max-width: 767px){ 
    /* .adSwiper {
        max-height: 168px;
    } */
    .swiper-slide img {
        width: 100%;
        height: calc(100vw * 9 / 16);
        max-height: 188px;
    }

}
@media (min-width: 768px) { 
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}




.swiper-button-next:after, .swiper-button-prev:after {
    color:#00d084;
}


  /* 分页器激活的样式 */
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background:#00d084;
  }
  
  .swiper-pagination-bullet {
    
    background: none;
   
  }