.swiper-container {
    position: relative;
}

.swiper-main-pagination {
    position: absolute;
    bottom: 15px !important;
    z-index: 10;
    right: 0px;
    text-align: right;
    padding-right: 18px;
}

.swiper-pagination-bullet {
    background-color: #797878;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.swiper-peixun-pagination {
    position: absolute;
    bottom: 0px !important;
    z-index: 10;
    right: 0px;
    text-align: center;
    display: block;
    width: 100%;
}

/*.swiper-peixun-pagination .swiper-pagination-bullet {*/
/*    margin: 0 5px;*/
/*}*/

.swiper-peixun-pagination .swiper-pagination-bullet {
    background-color: #bcc0be;
}

.swiper-peixun-pagination .swiper-pagination-bullet-active {
    background: #03672d;
}