.swiper-section-2 {
    max-width: 1370px;
    width: calc(100% - 15px);
    padding: 0px 15px;
    height: 370px;
    min-height: 300px;
    overflow-y: hidden;
}

.swiper-section-2 .swiper-wrapper {
    width: 100%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: gray;
    width: 12px;
    height: 12px;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-container .swiper-section-4 {
    width: 100%;
    height: 354px;
    position: relative;
}

.swiper-container .swiper-section-4 .swiper-wrapper {
    height: 100%;
}

.swiper-container .swiper-section-4 .swiper-wrapper .swiper-slide {
    height: calc((100% - 10px) / 2);
    /* border: 1px solid #000; */
}

.swiper-container .nav-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 6;
}

.swiper-container .nav-btn .swiper-btn-prev {
    width: 28px;
    height: 28px;
    border-right: 28px solid #ddd;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    cursor: pointer;
}

.swiper-container .nav-btn .swiper-btn-prev::after {
    display: none;
}

.swiper-container .nav-btn .swiper-btn-next {
    width: 28px;
    height: 28px;
    border-left: 28px solid #ddd;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    cursor: pointer;
}

.swiper-container .nav-btn .swiper-btn-next::after {
    display: none;
}

@media (max-width:1300px) {
    .swiper-section-2 {
        max-width: unset;
        width: 1000px;
        margin-bottom: 20px;
    }

    #banner2 .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }

    /* .swiper-area {
        width: 80%;
    } */

    /* 縮小整體框框 */
    /* .swiper-container {
        width: 80%;
    } */

    .swiper-container .swiper-section-4 {
        height: 250px;
    }

    .swiper-container .swiper-section-4 .swiper-wrapper .swiper-slide {
        height: calc((100% - 10px));
    }

}

.swiper-pagination {
    z-index: 5;
}

/* @media (max-width:768px) {} */

/*# sourceMappingURL=swiper.css.map */

/* -webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none; */
