.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;
}


#top-flash-left{
    position: absolute;
    top:-330px;
    left: -60px;
    width: 60px;
    height: 60px;
    background:url(../images/flash-prev.png) no-repeat center;
    background-size: 60px;
    cursor: pointer;
    transition: 0.3s all;
}
#top-flash-right{
    position: absolute;
    top:-330px;
    right:  -60px;
    width: 60px;
    height: 60px;
    background:url(../images/flash-next.png) no-repeat center;
    background-size: 60px;
    cursor: pointer;
    transition: 0.5s all;
}
#top-flash-left:hover,
#top-flash-right:hover{
    transform: scale(1.2);
}