/* #banner .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 24%;
}
#banner img {
    position: absolute;
    width: 100%;
    height: 100%;
}
#banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

#banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #02B2B5;
} */


#banner .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    /* height: 0px; */
    height: 6.0656rem;
    padding-bottom: 24%;
}
#banner img {
    position: absolute;
    width: 100%;
    height: 100%;
}
#banner .swiper-pagination-bullet {
    width: 13px;
    height: 12px;
    background: rgba(255,255,255,0.3);
    opacity: 1;
}

#banner .swiper-pagination-bullet-active {
    /* opacity: 1;
    background: #02B2B5; */
    width: 31px;
    border-radius: 9px;
}
#banner .swiper-pagination.pagination {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    height: 29px;
    background: rgba(0,0,0,0.31);
    border-radius: 13px;
    padding: 0 16px;
    line-height: 29px;
    margin: 0;
}