.zoomBtn {
    display: none;
}

img {
    image-rendering: unset;
    image-rendering: unset;
    image-rendering: unset;
    image-rendering: unset;
    -ms-interpolation-mode: unset;
}
/* 方案价值 Tab */
.n-tab div {
    white-space: normal;
}
@media screen and (max-width: 768px) {
    .n-tabs_m {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.n-tab div.n-tab-active {
    color: #E60039!important;
    font-weight: 400!important;
}
/* 挑战板块 */
#challenge2 .n-challenge-content {
    align-items: flex-start;
}

#challenge2 .n-challenge-content > div:first-child {
    flex-shrink: 0;
}

#challenge2 .n-challenge-content .n-desc p {
    position: relative;
    padding-left: 14px;
    margin-bottom: 8px;
}

#challenge2 .n-challenge-content .n-desc p:last-child {
    margin-bottom: 0;
}

#challenge2 .n-challenge-content .n-desc p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6A6B6D;
    transform: translateY(-50%);
}

/* 副标题宽度与内容区保持一致 */
.n-page-desc {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px!important;
}

/* 应用场景卡片 */
#scene .n-fa-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#scene .n-fa-card {
    min-height: 420px;
}

#scene .n-fa-card-content {
    padding: 32px;
}

#scene .n-fa-title {
    font-size: 20px;
    font-weight: 700;
    color: #0175E8;
    margin-bottom: 16px;
}

#scene .n-fa-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #6A6B6D;
}

#scene .n-fa-desc p {
    position: relative;
    padding-left: 14px;
}

#scene .n-fa-desc p:last-child {
    margin-bottom: 0;
}

#scene .n-fa-desc p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6A6B6D;
    transform: translateY(-50%);
}

/* #scene .n-fa-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 40px;
    border-radius: 4px;
    background: #0175E8;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: auto;
}

#scene .n-fa-more::after {
    display: none;
}

#scene .n-fa-card:hover .n-fa-more::after {
    transform: none;
} */

/* 相关产品 Tab */
#products .productTabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0px auto 40px;
    border-bottom: 1px solid #E5E5E5;
    width: fit-content;
}

#products .productTabs > div {
    padding: 12px 32px;
    font-size: 16px;
    color: #6A6B6D;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

#products .productTabs .productTab-active {
    color: #E60039;
    font-weight: 400;
    border-bottom-color: #E60039;
}

/* 客户案例 - 弱视觉 */
#anli-1 {
    background: #F7F9FA;
}

#anli-1 .n-case-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#anli-1 .n-case-item {
    position: relative;
    display: flex;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

#anli-1 .n-case-img {
    flex: 0 0 33.54%;
    max-width: 469px;
    min-height: 260px;
    overflow: hidden;
}

#anli-1 .n-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#anli-1 .n-case-content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    padding: 24px;
    background: #fff;
}

#anli-1 .n-case-content > a {
    position: absolute;
    inset: 0;
    z-index: 10;
}

#anli-1 .n-case-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#anli-1 .n-case-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #2A2B2E;
}

#anli-1 .n-case-desc {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#anli-1 .n-case-desc p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #6A6B6D;
}


#anli-1 .n-case-link {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #E60039;
}

#anli-1 .n-case-link::after {
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/static-page/solutions/common/product/product-1/link.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .16s linear;
}

@media screen and (min-width: 1068px) {
    #anli-1 .n-case-item:hover .n-case-link::after {
        transform: translateX(6px);
    }
}

@media screen and (max-width: 1280px) {
    #anli-1 .n-case-img {
        flex-basis: 36%;
        max-width: none;
    }
}

@media screen and (max-width: 1056px) {
    #scene .n-fa-box {
        grid-template-columns: 1fr;
    }

    #anli-1 .n-case-item {
        flex-direction: column;
    }

    #anli-1 .n-case-img {
        flex: none;
        width: 100%;
        max-width: none;
        min-height: 0;
        height: 240px;
    }

    #products .productTabs {
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    #anli-1 .n-case-content {
        padding: 16px;
        gap: 12px;
    }

    #anli-1 .n-case-body {
        gap: 8px;
    }

    #anli-1 .n-case-title {
        font-size: 18px;
    }

    #anli-1 .n-case-desc p,
    #anli-1 .n-case-link {
        font-size: 14px;
    }

    #anli-1 .n-case-link::after {
        width: 18px;
        height: 18px;
    }

    #anli-1 .n-case-img {
        height: 200px;
    }
}


@media screen and (max-width: 1600px) {
    .n-page-desc {
        width: 1200px;
        font-size: 16px!important;
    }
}

@media screen and (max-width: 1280px) {
    .n-page-desc {
        width: 1080px;
    }
}

@media screen and (max-width: 768px) {
    .n-page-desc {
        width: 100%;
        padding: 0 20px;
        font-size: 14px!important;
    }
    .n-tabs_m {
        font-size: 14px!important;
    }
    .blueBg .n-page-content .zoomBtn {
        display: block;
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
}

/* 常见问题默认显示 3 条 */
#faq .n-question:nth-child(n+4) {
    display: none;
}

#faq .foldBtn {
    display: block;
}