/* 轮播图 */

.swiper-wrap {
    box-sizing: border-box;
    padding: 0 2vw;


    width: 100%;
    height: 50.8vw;
    background: #ffffff;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;


}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1.3333vw;


    /* Center slide text vertically */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 41.0667vw;
    margin-left: -0vw;

}

.swiper-pagination-bullet-active {
    background: #ff5b3b !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 2vw !important;
}