.n-nav {
    margin-bottom: 40px;
}
.whiteBtn {
    border: 0px solid var(--standard-red-color);
}
.n-banner-text p {
    color: var(--dark-color);
}
#challenge3 .n-challenge-content .n-desc{
    text-align: center;
}
.n-fa-more {
    color: #DA0030;
}
.n-fa-more::after {
    background-image: url(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/static-page/solutions/common/product/product-1/link.svg);
}
.zoomBtn,.n-tabs_m,.m-show{
    display: none;
}
.n-scene-page-content img {
    width: 450px;
}

/*产品*/
.n-prodect-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.n-product-card img{
    border-radius: 4px 4px 0 0;
}
.n-product-content{
    padding: 24px;
    background-color: #FAFBFC;
    border-radius: 0 0 4px 4px;
    height: 430px;
}
.n-product-title{
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%; /* 25px */
}
.n-product-desc{
    color:#6A6B6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 12px 0 32px 0;
}
.n-product-content ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.n-product-content li{
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.n-product-content li:hover{
    color: #E60039;
}
.n-product-content img{
    width: 24px;
    float: right;
}

@media screen and (max-width: 1600px) {
    .n-scene-page-content img {
        width: 382px;
    }
}
@media screen and (max-width: 1280px) {
    .n-scene-page-content img {
        width: 344px;
    }
    .n-product-content {
        height: 460px;
    }
    .n-product-content li {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) { 
    .zoomBtn{
        display: block;
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
    .n-banner-text p {
        font-size: 14px;
    }
    .n-banner-text a {
        padding: 10px 40px;
    }
    .n-prodect-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .n-product-content {
        height: auto;
    }
    .n-banner-text h1 {
        color: #FFFFFF;
    }
    .n-banner-text h2 {
        color: #FFFFFF;
    }
    .n-banner-text p {
        color: #FFFFFF;
    }
}