html, body {
    position: relative;
    height: 100%;
}
body {
    background: #87cfd6;
}
.container{
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
/* =================swiper-common===================== */
.swiper-slide {
    overflow: hidden;
    /* Center slide text vertically */
    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-container1 .swiper-pagination-bullet,.swiper-container2 .swiper-pagination-bullet,.swiper-container3 .swiper-pagination-bullet{
    width: 30px;
    height: 2px;
    background: #dcdcdc;
    opacity: 1;
    border-radius: 0%;
}
.swiper-container1 .swiper-pagination-bullet-active,.swiper-container2 .swiper-pagination-bullet-active,.swiper-container3 .swiper-pagination-bullet-active{
    opacity: 1;
    background: #fff;
}
.swiper-container2 .swiper-pagination,.swiper-container3 .swiper-pagination{
    z-index:0!important;
}
/* =================swiper-common===================== */

/* ========================外层分页器===================== */
/* 分页器 */
/* .swiper-container-con .swiper-pagination-con{
    width:50px;
    background:rgba(0,0,0,.5);
    border-radius:25px;
    box-sizing: border-box;
} */
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 8px 12px!important;
}

.swiper-pagination-con .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: rgba(0,0,0,.6);
    border: 1px solid rgb(256,256,256) ;
    box-sizing: border-box;
}
.swiper-pagination-con .swiper-pagination-bullet-active {
    background-color: rgba(256,256,256,.3);
    border: 1px solid rgb(256,256,256) ;
}
/* ========================外层分页器===================== */


/* ====================左右按钮============= */
.container .swiper-button-next,.container .swiper-button-prev{
    position: absolute;
    top: 0;
    width: 350px;
    height: 400px;
    margin-top: 0;
    background-image:none;
}

/* ====================左右按钮============= */