@media (max-width: 1400px) {
    #whyNeedSection,
    #chooseSection,
    #secretSection,
    #lifestyleSection {
        padding: 40px 0;
        margin: 0;
    }

    #productVideo {
        padding: 0;
    }

    #chooseSection .section-title {
        font-size: 18px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #chooseSection .section-sub-title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    #chooseSection .section-content p {
        font-size: 14px;
    }

    #chooseSection .small-img-wrapper {
        width: 72px;
        height: 72px;
    }

    #chooseSection .small-img-wrapper::before {
        width: 80px;
        height: 80px;
    }

    .choose-pagination {
        top: auto !important;
        bottom: 16px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: fit-content !important;
        height: fit-content !important;
        flex-direction: row !important;
    }

    /* 为什么需要NEMO -start */
    /* #whyNeedSection .section-sub-title,
    #whyNeedSection .section-title,
    #whyNeedSection .section-content p {
        display: flex;
        justify-content: center;
    } */

    #whyNeedSection .small-img-wrapper {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background-color: #fff;
        padding: 2px;
        position: absolute;
        animation: translate-2 10s ease-in-out infinite;
    }

    #whyNeedSection .small-img-wrapper:hover .ty-icon {
        opacity: 1;
    }

    #whyNeedSection .small-img-wrapper::before {
        width: 80px;
        height: 80px;
    }

    #whyNeedSection .small-img-wrapper::after,
    #whyNeedSection .small-img-wrapper .q-txt,
    #whyNeedSection .small-img-wrapper .ty-icon {
        opacity: 1;
    }

    #whyNeedSection .small-img-wrapper::after {
        width: 70px;
        height: 70px;
        transform: translate(-50%, -50%) scale(1);
    }

    #whyNeedSection .small-img-wrapper .q-txt {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    #whyNeedSection .small-img-wrapper .ty-icon {
        width: 24px;
        height: 24px;
        left: 72%;
    }

    @keyframes translate-1 {
        0% {
            transform: translate(0, 0);
        }

        25% {
            transform: translate(4px, 4px);
        }

        50% {
            transform: translate(4px, -4px);
        }

        75% {
            transform: translate(-4px, 4px);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    


    #whyNeedSection .small-img-wrapper.img-1 {
        top: -36px;
        left: -6px;
        animation: translate-2 20s ease-in-out infinite;
    }

    #whyNeedSection .small-img-wrapper.img-2 {
        top: -18%;
        right: -10px;
        transform: translateY(-50%);
        animation: translate-3 20s ease-in-out infinite;
    }

    #whyNeedSection .small-img-wrapper.img-3 {
        bottom: -10px;
        left: 20%;
        transform: translateX(-50%);
        animation: translate-4 20s ease-in-out infinite;
    }

    #whyNeedSection .small-img-wrapper:hover .q-txt {
        opacity: 1;
    }

   

    /* 为什么需要NEMO -end */

    #chooseSection1 .slide-container,
    #chooseSection2 .slide-container,
    #chooseSection3 .slide-container {
        padding: 16px;
    }

    .choose-swiper-container {
        margin: 0;
    }

    .choose-section {
        padding: 0;
        border: 1px solid #eeeeee;
    }

    .choose-content {
        padding: 0;
    }

    .section-content {
        margin-bottom: 16px;
    }

    #chooseSection1 .choose-image-area, 
    #chooseSection2 .choose-image-area {
        max-width: 100%;
    }

    .choose-image-area,
    .choose-image-area img {
        height: 200px;
        max-height: 200px;
        object-fit: cover;
        object-position: center;
        align-items: flex-start;
    }

    .choose-swiper {
        height: 501px;
    }

    .tips-wrapper {
        padding-left: 20px;
    }

    #chooseSection3 .choose-image-area {
        display: flex;
        align-items: flex-start;
    }

    #secretSection .section-header p {
        padding: 0;
    }

    #secretSection .tips {
        font-size: 14px !important;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0 !important;
    }

    #chooseSection .section-content::last-child {
        margin-bottom: 0;
    }

    #secretSection .detail-item {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        gap: 4px;
    }

    .product-grid {
        padding: 0;
    }

    .product-image img {
        width: 70%;
    }

    .product-name-cn {
        font-size: 15px;
    }

    .product-name-en {
        font-size: 12px;
    }

    .cert-technical-list, .cert-list {
        padding: 0;  
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .cert-item {
        margin: 0 !important;
        width: 48%;
    }

    #productVideo video {
        border-radius: 12px;
    }

    .info-item {
        padding: 0;
    }

    .info-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        margin: 0 !important;
    }

    .spec-info {
        gap: 8px;
    }

    .specification-details {
        gap: 12px;
    }

    .spec-image {
        margin-top: 8px;
    }

    .info-value.large {
        font-size: 16px;
    }

    .info-item.highlight {
        padding: 8px;
    }
}