.NyBigBox {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* NySection1 - NySection1 - NySection1 - NySection1 - NySection1  */
    .NySection1 {
        padding-bottom: 0;
    }

    .About1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .text1 {
        width: calc(50% - 100px);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .Number {
        display: flex;
        justify-content: space-between;
    }

    .item1 h1 {
        margin-bottom: 5px;
        display: flex;
        grid-gap: 10px;
        color: #2C2C2C;
        font-size: 36px;
    }

    /* 仅固定数字，不修改任何大小 */
    .item1 h1 p {
        font-family: "Playfair Display";
        width: auto !important;
        display: inline-block;
    }

    .item1 h1 b {
        font-weight: 500;
        font-family: "Playfair Display";
    }

    .item1 h2 {
        color: #707070;
        font-size: 12px;
        letter-spacing: 1.44px;
        max-width: 150px;
    }

    .desc1 {
        color: #707070;
        font-size: 18px;
        line-height: 2;
    }

    .img1 {
        width: 50%;
    }

    .Swiper1 {
        margin-top: 90px;
        width: 100%;
    }

    .Slide1 {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

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

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

    @media (max-width: 1440px) {
        .text1 {
            grid-gap: 30px;
            width: calc(50% - 30px);
        }
        .item1 h1 {
            font-size: 28px;
        }
    }

    @media (max-width: 1200px) {
        .Swiper1 {
            margin-top: 60px;
        }
        .Number {
            flex-wrap: wrap;
        }
        .item1 h1 {
            grid-gap: 0px;
            font-size: 24px;
        }
        .item1 h2 {
            max-width: unset;
        }
        .desc1 {
            color: #707070;
            font-size: 14px;
            line-height: 1.5;
        }
    }

    @media (max-width: 900px) {
        .About1 {
            grid-gap: 30px;
        }
        .text1 {
            width: 100%;
            grid-gap: 15px;
        }
        .Number {
            grid-gap: 5px 15px;
        }
        .img1 {
            width: 100%;
        }
        .Swiper1 {
            margin: 0;
        }
    }

    @media (max-width: 600px) {
        .item1 h2 {
            max-width: 120px;
        }
    }

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

    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 .BaseTitle * {
        text-align: center;
    }

    .About2 {
        margin-top: 90px;
        position: relative;
    }

    .About2::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -20%;
        width: 150%;
        height: 100%;
        background: #FAFAF8;
    }

    .Swiper2 {
        width: 100%;
        padding-bottom: 60px;
    }

    .Slide2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 50px;
    }

    .item2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .item2:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .item2 .img2 {
        width: 50%;
        object-fit: cover;
    }

    .item2 .text2 {
        padding: 45px;
        padding-bottom: 0;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 15px;
    }

    .item2 .text2 h1 {
        display: flex;
        grid-gap: 30px;
        align-items: center;
        color: #060606;
        font-family: "Playfair Display";
        font-size: 36px;
    }

    .item2 .text2 h1 .icon2 {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .item2 .text2 h2 {
        color: #010101;
        font-family: Inter;
        font-size: 16px;
        line-height: 1.5;
    }

    .item2 .text2 p {
        color: #000;
        font-size: 16px;
    }

    .Swiper2 .scrollbar2 {
        height: 1px;
        background: #8A8F99;
        overflow: visible;
        display: flex;
        align-items: center;
    }

    .Swiper2 .scrollbar2 .swiper-scrollbar-drag {
        height: 7px;
        background: var(--color);
        border-radius: 5px;
    }

    @media (max-width: 1200px) {
        .item2 .text2 h1 {
            grid-gap: 10px;
            font-size: 28px;
        }
        .item2 .text2 h1 .icon2 {
            width: 20px;
            height: 20px;
        }
        .item2 .text2 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 900px) {
        .Swiper2 {
            width: 100%;
            padding-bottom: 30px;
        }
        .Slide2 {
            grid-gap: 30px;
        }
        .item2 .text2 {
            padding: 15px;
        }
        .item2 .text2 h1 {
            font-size: 18px;
        }
        .Swiper2 .scrollbar2 .swiper-scrollbar-drag {
            height: 5px;
        }
    }

    @media (max-width: 600px) {
        .Slide2 {
            grid-gap: 0;
        }
        .item2 {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
        .item2:nth-child(2n) {
            flex-direction: column-reverse;
        }
        .item2 .text2 {
            width: 100%;
            padding: 15px 0;
            grid-gap: 5px;
        }
        .item2 .img2 {
            width: 100%;
        }
    }

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

    /* NySection3 - NySection3 - NySection3 - NySection3 - NySection3 */
    .NySection3 {
        background: #FAFAF8;
    }

    .About3 {
        display: flex;
        flex-direction: column;
        grid-gap: 45px;
    }

    .About3 h1 {
        color: #000;
        font-family: "Playfair Display";
        font-size: 40px;
        text-align: center;
    }

    .About3 h2 {
        color: #000;
        text-align: center;
        font-size: 20px;
    }

    .item3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        grid-gap: 60px 0;
    }

    .item3 .img3 {
        width: 25%;
        padding: 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .item3 img {
        max-width: 300px;
        max-height: 300px;
        object-fit: contain;
    }

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

    @media (max-width: 1440px) {
        .item3 img {
            max-width: 200px;
            max-height: 200px;
            object-fit: contain;
        }
    }

    @media (max-width: 1200px) {
        .About3 {
            grid-gap: 30px;
        }
        .About3 h1 {
            font-size: 30px;
        }
        .About3 h2 {
            font-size: 16px;
        }
        .item3 img {
            max-width: 160px;
            max-height: 160px;
        }
    }

    @media (max-width: 900px) {
        .item3 {
            grid-gap: 30px 0;
        }
        .item3 .img3 {
            padding: 0 15px;
        }
        .item3 img {
            max-width: unset;
            max-height: unset;
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .About3 h1 {
            font-size: 28px;
        }
        .About3 h2 {
            font-size: 14px;
        }
        .item3 .img3 {
            padding: 0 5px;
        }
    }

    @media (max-width: 450px) {.item3 .img3{
        width: 33.333%;
    }}

    /* NySection4 - NySection4 - NySection4 - NySection4 - NySection4 */
    @media (max-width: 1600px) {}
    @media (max-width: 1440px) {}
    @media (max-width: 1200px) {}
    @media (max-width:720px) {}
    @media (max-width:460px) {}
    @media (max-width:380px) {}

    /* NySection5 - NySection5 - NySection5 - NySection5 - NySection5 */
    @media (max-width: 1600px) {}
    @media (max-width: 1440px) {}
    @media (max-width: 1200px) {}
    @media (max-width:720px) {}
    @media (max-width:460px) {}
    @media (max-width:380px) {}