.section5 {
    padding: 160px 0 60px;
    background-size: cover;
}

.section5 .title {
    margin-bottom: 100px;
    color: #000;
    text-align: center;
    font-size: 42px;
    line-height: 1;
}

.box5Swiper {
    padding: 30px 0 120px;
}


.box5Slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box5Slide .imgBox {
    position: relative;
    width: 80%;
    display: flex;
    justify-content: center;
}

.box5Slide .bj {
    position: relative;
    z-index: 2;
    width: 100%;
}

.box5Slide .img {
    position: absolute;
    z-index: 1;
    width: 72%;
    top: 10%;
}

.box5Slide.swiper-slide-active {
    transform: scale(1.1);
}

.box5Slide.swiper-slide-prev,
.box5Slide.swiper-slide-next {
    transform: scale(1);
}

.box5Slide {
    transform: scale(0.9);
}


.box5Swiper .swiper-scrollbar {
    position: relative;
    bottom: -90px;
}

.box5Swiper .swiper-scrollbar-drag {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: var(--color2);
    background-size: 100% 100%;
    top: -8px;
}

.box5Swiper .swiper-scrollbar-drag::after {
    content: "";
    display: block;
    width: 1600px;
    height: 5px;
    background: var(--color2);
    position: relative;
    top: 8px;
    left: -1598px;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .section5 {
        padding-top: 90px;
    }

    .section5 .title {
        font-size: 36px;
        margin-bottom: 60px;
    }
}

@media (max-width: 640px) {
    .section5 {
        padding-top: 60px;
    }

    .section5 .title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}