.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 35px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 43px;
    height: 4px;
    background: #e1e1e1;
    margin: 0 10px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #2f82ff;
}

#zj-flash-page.swiper-pagination {
    position: relative;
    clear: both;
}

#zj-flash-page .swiper-pagination-switch {
    width: 14px;
    height: 14px;
    border-radius: 7px;
}

#hb-flash-page.swiper-pagination {
    position: relative;
    clear: both;
    margin-top: 60px;
    width: 100%;
    float: left;
}

#hb-flash-page .swiper-pagination-switch {
    width: 14px;
    height: 14px;
    border-radius: 7px;
}
