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

    .NySection {
        position: relative;
        z-index: 1;
        overflow: hidden;
        width: 100%;
        padding: 120px var(--container);
    }

    @media (max-width: 1200px) {
        .NySection {
            padding: 90px var(--container);
        }
    }

    @media (max-width: 600px) {
        .NySection {
            padding: 60px var(--container);
        }
    }

    /* NySection1 - NySection1 - NySection1 - NySection1 - NySection1  */

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

    .Top1 .NyTitle {
        width: 45%;
        max-width: 550px;
    }

    .Number1 {
        width: 50%;
        display: flex;
        justify-content: space-around;
    }

    .item1 h1 {
        display: flex;
    }

    .item1 h1 b {
        color: #000;
        font-family: MiSans2;
        font-size: 50px;
    }

    .item1 h1 p {
        color: #000;
        font-size: 24px;
    }

    .item1 h2 {
        color: #000;
        font-size: 16px;
    }

    .Box1 {
        margin-top: 45px;
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .text1 {
        width: 45%;
        color: rgba(0, 0, 0, 0.50);
        font-size: 16px;
        line-height: 1.5;
    }


    .img1 {
        width: 50%;
    }

    .img1 img {
        width: 100%;
    }


    @media (max-width: 1440px) {
        .item1 h1 b {
            font-size: 40px;
        }

        .item1 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 1200px) {
        .Number1 {
            grid-gap: 15px;
        }

        .desc5 {
            font-size: 14px;
        }
    }

    @media (max-width: 900px) {
        .Top1 {
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .Top1 .NyTitle {
            width: 100%;
        }

        .Number1 {
            width: 100%;
            grid-gap: 15px;
        }

        .Box1 {
            grid-gap: 30px;
        }

        .text1 {
            width: 100%;
        }

        .img1 {
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .item1 h1 b {
            font-size: 24px;
        }

        .item1 h2 {
            font-size: 12px;
        }
    }

    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 {
        background: #F9F9F9;
    }

    .About2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 90px 180px;
    }

    .item2 {
        display: flex;
        grid-gap: 30px;
    }

    .img2 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 96px;
        height: 96px;
        border-radius: 50%;
        border: 1px solid #000;
        transition: 0.5s;
    }

    .item2:hover .img2 {
        transform: rotateY(180deg);
    }

    .img2 img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }


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

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


    @media (max-width: 1440px) {
        .About2 {
            grid-gap: 60px 90px;
        }

        .text2 h1 {
            font-size: 18px;
        }
    }

    @media (max-width: 1200px) {
        .About2 {
            grid-gap: 30px 60px;
        }

        .item2 {
            grid-gap: 15px;
        }

        .img2 {
            min-width: 60px;
            height: 60px;
        }

        .img2 img {
            width: 30px;
            height: 30px;
        }

        .text2 h1 {
            font-size: 16px;
        }

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

    @media (max-width: 900px) {
        .About2 {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 30px;
        }
    }

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

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

    .About3 {
        position: relative;
        width: 100%;
        margin-top: 60px;
        display: flex;
        align-items: center;
        padding: 0 90px;
    }

    .Swiper3 {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 120px;
    }

    .Slide3 {
        width: max-content;
    }

    .Slide3 img {
        height: 20vw;
        max-height: 350px;
        -webkit-box-reflect: below 5px linear-gradient(transparent 40%, rgba(0, 0, 0, 0.4));
        box-reflect: below 5px linear-gradient(transparent 40%, rgba(0, 0, 0, 0.4));
    }

    .prev3 {
        left: 0;
    }

    .next3 {
        right: 0;
    }

    .prev3,
    .next3 {
        transform: translateY(-60px);
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 3;

    }

    .prev3 i,
    .next3 i {
        font-size: 18px;
        color: var(--color);
    }


    @media (max-width: 1200px) {
        .About3 {
            margin-top: 30px;
            padding: 0 60px;
        }

        .prev3,
        .next3 {
            width: 45px;
            height: 45px;
            transform: translateY(-45px);
        }

        .Swiper3 {
            padding-bottom: 90px;
        }
    }

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

    @media (max-width: 600px) {
        .Slide3 img {
            height: 40vw;
            max-height: 350px;
        }
    }


    /* NySection4 - NySection4 - NySection4 - NySection4 - NySection4 */
    .NySection4 .NyTitle {
        position: relative;
    }

    .NySection4 .NyTitle h1 {
        position: relative;
        width: 55%;
        max-width: 500px;
    }

    .NySection4 .NyTitle::after {
        content: "";
        display: block;
        background: url(/assets/images/icon3.png) no-repeat right;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40%;
        height: 84px;
    }

    .About4 {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }

    .img4 {
        width: 100%;
    }


    @media (max-width: 1200px) {
        .About4 {
            margin-top: 30px;
            grid-gap: 15px;
        }
    }

    @media (max-width: 900px) {
        .NySection4 .NyTitle h1 {
            width: 100%;
        }

        .NySection4 .NyTitle::after {
            display: none;
        }

        .About4 {
            grid-template-columns: repeat(2, 1fr);
        }
    }

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

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