.section .wrapper {
    margin: unset !important;
    padding: unset !important;
}

/* Banner start */

.banner video {
    width: 100%;
    height: auto;
    margin-bottom: -10px;
}
/* Banner end */

/* 动能圈概念展示图 */
#concept-img {
    width: 100vw;
}

/* 优势展示 start */
.section .position-absolute {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.text-wrapper {
    margin: 5%;
}

.swiper {
    height: 50%;
    overflow: hidden;
    margin: 0 1%;
}

.swiper-button-prev, .swiper-button-next {
    &::after{
        display: none;
    }
}

.swiper-button-next {
    margin-right: 10%;
}

.swiper-button-prev {
    margin-left: 10%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: contain;
    aspect-ratio: 16/8;
}

.swiper-slide.swiper-slide-active img {
    transform: scale(1.5);
}

.custom-swiper-pagination {
    text-align: center;
    border-bottom: 1px rgba(126, 119, 119, 0.3) solid;
}

.custom-swiper-pagination-bullet {
    line-height: 2em;
    font-size: 1em;
    opacity: 1;
    background: transparent !important;
    border-radius: 0px !important;
    margin: 0 5% !important;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    border-bottom: 2px solid #fff;
    display: inline-block;
}
/* 优势展示 end */

/* 合作伙伴 start*/
#cooperate {
    margin-bottom: 5%;
}

#cooperate img {
    padding: 2%;
    max-width: 100%;
    aspect-ratio: 16/8;
}

#cooperate .col {
    border: 1px solid #afafaf;
    align-content: center;
}
/* 合作伙伴 end*/


/* 移动端适配 */
@media (max-width: 599px) {
    /* 优势展示 */
    .section.advantage {
        height: 260px;
    }
    .subtitle.fs-5 {
        font-size: 0.8rem !important;
    }
    .swiper-button-prev,
    .swiper-button-next {
        transform: scale(0.5);
    }
    .custom-swiper-pagination-bullet {
        font-size: 0.4em;
        margin: 0 3% !important;
    }
    /* 合作伙伴 */
    .section.cooperate {
        height: 200px;
    }
}