    /* box2 */
    .section2 {
        position: relative;
    }

    .TOP2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .TOP2 .indexTitle h1 {
        color: var(--color);
    }

    .TOP2 .AMore2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 245px;
        height: 60px;
        background: #F5F5F5;
        border-radius: 30px;
        font-size: 16px;
        color: #898989;
        position: relative;
        padding-right: 30px;
    }

    .TOP2 .AMore2 img {
        width: 38px;
        height: 38px;
        position: absolute;
        right: 10px;
    }

    .Box2 {
        margin-top: 90px;
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
    }

    .SwiperLt2 {
        width: 35%;
        height: 540px;
        padding-right: 40px;
    }

    .SwiperLt2 .slide {
        width: calc((100% - 20px) / 3);
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #EDEDED;
        border-radius: 6px;
    }

    .SwiperLt2 .slide.swiper-slide-thumb-active {
        background: #EDEDED;
    }

    .SwiperLt2 .slide img {
        width: 70%;
        height: 70%;
        object-fit: contain;
    }

    .SwiperLt2 .slide h1 {
        font-size: 14px;
        text-align: center;
        color: #898989;
    }

    .SwiperLt2 .pagination2A {
        left: auto;
        right: 0;
        background: #D9D9D9;

    }

    .SwiperLt2 .pagination2A span {
        background: #212121;
    }

    .Rt2 {
        width: 65%;
        position: relative;
        padding-left: 90px;
    }

    .SwiperRt2 {
        width: 100%;
        height: 100%;
        border-radius: 17px;
    }

    .SwiperRt2 .slide {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .SwiperRt2 .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .SwiperRt2 .slide p {
        position: absolute;
        right: 5%;
        bottom: 5%;
        font-size: 16px;
        background: var(--color);
        padding: 5px 15px;
        color: #fff;
        border-radius: 8px;
    }

    .Rt2 .pagination2B {
        width: 10px;
        height: 100%;
        left: 60px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        grid-gap: 10px;
    }

    .Rt2 .pagination2B span.swiper-pagination-bullet-active {
        background: var(--color);
    }


    @media (max-width: 1440px) {
        .SwiperLt2 {
            width: 35%;
            height: 420px;
            padding-right: 20px;
        }
.SwiperLt2 .slide {
    width: calc((100% - 10px) / 2);
}
        .Rt2 {
            width: 65%;
            position: relative;
            padding-left: 40px;
        }

        .Rt2 .pagination2B {
            left: 20px;
        }
    }

    @media (max-width: 1200px) {
        .Box2 {
            margin-top: 60px;
        }

        .SwiperLt2 {
            width: 100%;
            height: auto;
            padding: 0;
            padding-bottom: 15px;
        }

        .SwiperLt2 .slide {
            width: 175px;
        }

        .SwiperLt2 .slide img {
            width: 75px;
            height: 75px;
        }

        .SwiperLt2 .pagination2A {
            top: auto;
            bottom: 0;
        }

        .Rt2 {
            margin-top: 30px;
            width: 100%;
            padding: 0;
        }

        .Rt2 .pagination2B {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: row;
            justify-content: center;
            left: 0px;
            bottom: 15px;
            top: auto;
        }
    }

    @media (max-width: 720px) {
        .Box2 {
            margin-top: 30px;
        }

        .SwiperLt2 .slide {
            width: 135px;
        }

        .SwiperLt2 .slide img {
            width: 60px;
            height: 60px;
        }

        .SwiperLt2 .slide img {
            width: 45px;
            height: 45px;
        }

        .Rt2 .pagination2B {
            grid-gap: 5px;
        }
    }

    @media (max-width: 460px) {
        .TOP2 {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            flex-direction: column;
            grid-gap: 15px;
        }

        .TOP2 .AMore2 {
            width: 180px;
            height: 45px;
        }

        .TOP2 .AMore2 img {
            width: 30px;
            height: 30px;
        }

        .SwiperLt2 .slide {
            width: calc(50% - 5px);
        }
    }

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