.swiper-container{position:relative;overflow:hidden;width:100%;height:100%}
.swiper-wrapper{position:relative;width:100%;height:100%;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:rgba(255,255,255,.35);opacity:1;margin:0 4px}
.swiper-pagination-bullet-active{background:rgba(255,255,255,.8)}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-prev{left:10px;right:auto}
.swiper-button-next{right:10px;left:auto}
