    .NyBigBox {
        padding-bottom: 0;
    }

    .Nybanner {
        padding: 30px var(--container);
    }

    .Nybanner .mbx {
        margin: 0;
    }

    /* NySection1 - NySection1 - NySection1 - NySection1 - NySection1  */
    .NySection1 {
        padding: 0 var(--container);
        position: relative;
        z-index: 2;
    }

    .text1 h1 {
        color: #7B7B7B;
        font-size: 16px;
        text-align: center;
    }

    .text1 h2 {
        color: #000;
        text-align: center;
        font-family: MiSans2;
        font-size: 60px;
        margin: 0 auto;
        width: 100%;
        max-width: 900px;
    }

    .text1 .desc {
        color: #808080;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 45px;
        width: 100%;
        max-width: 1300px;
    }

    .img1 {
        width: 100%;
        overflow: hidden;
        border-radius: 8px;
    }


    @media (max-width: 1200px) {
        .text1 h2 {
            font-size: 40px;
        }
    }

    @media (max-width: 900px) {
        .text1 h2 {
            font-size: 30px;
        }

        .text1 .desc {
            font-size: 14px;
            margin-top: 15px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 600px) {
        .text1 h2 {
            font-size: 24px;
        }
    }

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



    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 {
        position: relative;
        z-index: 1;
        background: #F7F7F7;
        padding: 0px var(--container);
        margin-top: -10vw;
        padding-top: 10vw;
    }

    .NySection2::after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: linear-gradient(90deg, var(--color) 0%, var(--color2) 100%);
    }

    .About2 {
        padding: 120px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .Swiper2 {
        width: calc(50% - 90px);
        margin: 0;
        overflow: hidden;
        border-radius: 8px;
    }


    .Slide2 {
        width: 100%;
        height: auto;
    }

    .Slide2 img {
        width: 100%;
        height: 100%;
    }

    .text2 {
        width: 50%;
    }

    .text2 h1 {
        color: #000;
        font-family: MiSans2;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .text2 .desc2 {
        color: #808080;
        font-size: 16px;
    }

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

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

    @media (max-width: 1200px) {
        .Swiper2 {
            width: calc(50% - 30px);
        }

        .text2 h1 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        .text2 .desc2 {
            font-size: 14px;
        }
    }

    @media (max-width: 900px) {
        .About2 {
            padding: 60px 0;
            flex-direction: column-reverse;
            grid-gap: 30px;
        }

        .Swiper2,
        .text2 {
            width: 100%;
        }
    }

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

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



    /* NySection3 - NySection3 - NySection3 - NySection3 - NySection3 */

    .Number3 {
        padding-top: 120px;
        padding-bottom: 45px;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;

    }

    .item3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 15px;
    }

    .item3 h1 {
        display: flex;
        position: relative;
    }

    .item3 h1 b {
        color: var(--color);
        font-family: MiSans2;
        font-weight: 500;
        font-size: 50px;
        line-height: 1;
    }

    .item3 h1 p {
        color: rgba(0, 0, 0, 0.80);
        font-size: 16px;
        position: absolute;
        left: calc(100% + 10px);
        white-space: nowrap;
    }

    .item3 h2 {
        color: rgba(0, 0, 0, 0.80);
        font-size: 16px;
    }

    /* NySection1 */
    .About3 {
        position: relative;
        padding: 120px var(--container) 75px;
    }

    .About3 .NyTitle {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .About3 .NyTitle * {
        text-align: center;
    }

    .About3 .NyTitle a {
        padding: 12px 20px;
        color: #FFF;
        font-family: MiSans2;
        font-size: 12px;
        background: var(--color);
        border-radius: 50px;
    }


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

        .item3 h1 b {
            font-size: 40px;
        }
    }


    @media (max-width: 600px) {
        .Number3 {
            padding: 60px var(--container);
            grid-gap: 15px;
        }

        .item3 h1 b {
            font-size: 24px;
        }

        .item3 h1 p,
        .item3 h2 {
            font-size: 12px;
            text-align: center;
        }

        .About3 {
            padding: 60px var(--container);
        }
    }

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