html,
body {
    position: relative;
    height: 100%;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
    flex-wrap: wrap;
}


.swiper-pagination-bullets {
    bottom: 0;
    /* 轮播点位置 */
    /* text-align: right; */

}
/*分页器样式*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    /*轮播点*/
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    background-color: #fff;
    text-align: center;
    margin:0 0 0 5px;
}
.swiper-pagination1 .swiper-pagination-bullet{
    background-color: #cccccc !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: center;
}
/*分页器选中*/
.swiper-pagination-bullet-active {
    width: 10px !important;
    color: #fff;
    background-image: linear-gradient(90deg, #046cc0 0%, #046cc0 100%), linear-gradient(#ffffff, #ffffff) !important;
}
