.zoomBtn,.m-show,.n-tabs_m{
    display: none
}
.n-nav{
    background-color: #F7F9FA;
}
.n-banner-text h1{
    font-size: 40px;
}
.n-banner-text{
    width: 722px;
}
.n-banner-text a{
    margin-top: 48px;
}
.whiteBtn {
    border: 0px solid var(--standard-red-color);
}
.n-page-desc {
    font-size: 16px;
}
#challenge {
    padding-top: 120px;
    padding-bottom: 100px;
}
.n-challenge-card{
    margin-bottom: 0px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 48px 24px;
    text-align: center;
}
.n-challenge-card img{
    width: 78px;
}
.n-card-content {
    padding: 36px 0 0 0;
    background: #FFFFFF;
    position: static;
    border-radius: 0px 0px 4px 4px;
}
.n-card-title{
    font-weight: 700;
}
.n-card-desc{
    display: block;
    margin-top: 24px;
}
.n-page-content{
    margin-top: 48px;
}
#deploy{
    background-image: url(../RJ-img/page1-bg.webp);
    background-size: 100% 100%;
    background-position: center;
}
#deploy .n-page-content{
    margin-top: 60px;
}
.blueBg {
    background: #F7F9FA;
}


.n-products a{
    background-color: #FAFBFC;
}

.n-tab{
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(56, 80, 117, 0.50);
    margin: 24px auto;
    width: fit-content;
}
.n-tab div{ 
    text-align: center;
    padding: 0 24px 8px;
    cursor: pointer;
    color:var(--dark-color);
    font-size: 16px;
    line-height: 125%; /* 25px */
}
.n-tab-active{
    font-weight: 700;
    border-bottom: 3px solid #01A0EB;
    color:#385075!important;
}
.n-tab-content{
    width: 1400px;
    margin: 0 auto;
}
.n-tab-content .n-page-desc{
    margin-bottom: 24px; 
}
.n-redbtn{
    background-color: var(--standard-red-color);
    color: #fff;
    padding: 12px 32px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin-top: 80px;
    width: fit-content;
    font-size: 16px;
}
.n-redbtn:hover{
    background-color: var(--standard-red-hover-color);
    color: #fff;
}
.value-box{
    padding-top: 0;   
}
.n-products {
    justify-content: center;
}
.n-products a{
    width: 450px;
}
.n-products a img{
    transition: all 0.3s ease-in-out;
}
.n-products a:hover img{
    transform: scale(1.05);
}

/* 常见问答 */
#qaSection {
    padding-bottom: 120px;
}

#qaSection .n-page-content {
    margin-top: 60px;
}

.n-qa {
    padding-top: 32px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.50);
    padding-bottom: 32px;
}

.n-ask {
    color: #292929;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
}

.n-answer {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}

.resources-tab-word {
    display: none;
}

.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 248px;
}

.resources-tab div {
    position: relative;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0 24px;
    margin-top: 48px;
    cursor: pointer;
}

.resources-tab div.active {
    color: #E60039;
    pointer-events: none;
}

.resources-tab div.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #E60039;
    display: block;
}

.resources-tab div:first-child {
    margin-top: 0;
}

.resources-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #D5D5D5;
    display: block;
}

.resourcesCont {
    width: 100%;
}

.resourceCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.resourceCard {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 42px;
}

.resourceCard a,
.resourceImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.resourceImgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resourceImg {
    position: relative;
}

.resourceImg img {
    width: 100%;
}

.resourceImg p {
    color: #2A2B2E;
    font-size: 18px;
    line-height: 150%; /* 27px */
    margin:16px 0 12px;
}

.resourceImg i {
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
}

.resourceImgCover img {
    transition: transform .16s linear;
}

.resourceVideo .resourceImgCover::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.resourceVideo .resourceImgCover::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/videoPlay.svg);
    z-index: 3;
}
.resourceImg:hover .resourceImgCover::after{
    background-image: url(../RJ-img/videoPlay-hover.svg);
}

@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1440px) {
    .resources-tab {
        margin-right: 214px;
    }
    .resourceCard p {
        font-size: 18px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 184px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .resourceImg p {
        margin-top: 12px;
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink {
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .resourceVideo .resourceImgCover::after {
        width: 36px;
        height: 36px;
    }
    .form-content {
        margin-top: 12px;
    }
    
}

@media screen and (max-width:1068px) {
    .resourcesSection {
        flex-direction: column;
        align-items: center;
    }
    .resources-tab {
        display: flex;
        justify-content: center;
        margin-right: 0;
        padding: 0;
        margin-bottom: 36px;
    }
    .resources-tab div {
        margin-top: 0;
        padding: 0 12px 12px 12px;
    }
    .resources-tab::before {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        top: unset;
    }
    .resources-tab div.active::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 2px;
    }
    .resourceImgs {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .resourceCards {
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .resourceCard {
        padding: 16px;
    }
}

@media screen and (max-width:600px) {
    .resourceCards {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:520px) {
    .resourceImgs {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}
@media screen and (max-width:1600px) {
    .n-tab-content {
        width: 1200px;
    }
}

@media screen and (max-width:1280px) {
    #challenge {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .n-nav-content {
        width: 1080px;
    }
    .n-tab-content {
        width: 1080px;
    }
    .n-redbtn {
        margin-top: 40px;
    }
}
@media screen and (max-width:768px) {
    .pc-show{
        display: none;
    }
    .n-page-title {
        padding: 0 20px;
        font-size: 24px;
    }
    .n-page-desc {
        padding: 0 20px;
        text-align: start;
    }
    .n-page-content {
        margin-top: 24px;
    }
    .n-banner-text {
        width: 100%;
    }
    .n-banner-text h1 {
        font-size: 32px;
    }
    #challenge {
        padding-top: 80px;
        padding-bottom: 48px;
    }
    .whiteBtn{
        display: none;
    }
    .n-nav-content {
        background: #F7F9FA;
    }
    .n-banner-text h2 {
        font-size: 16px;
    }
    .n-banner-text p {
        font-size: 16px;
        margin-top: 12px;
    }
    .n-banner-text a {
        margin-top: 24px;
    }
    .blueBg .n-page-content{
        padding: 0;
    }
    .m-show{
        display: block
    }
    .n-redbtn {
        margin-top: 32px;
    }
    .n-tab-content{
        margin: 12px 0;
    }
    .n-tabs_m{
        display: block;
        padding: 12px 10px;
        color: #2A2B2E;
        border-bottom: 1px solid #E60039;
        background: rgba(1, 117, 232, 0.05);
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 18px;
    }
    .n-tabs-hide_m{
        border-bottom: 1px solid #D5D5D5;
        background: #E4E8EB;
        font-weight: 400;
    }
    .n-tabs_m img{
        width: 24px;
        float: right;
    }
    .arrow-hide-m{
        transform: rotate(270deg);
    }
    .n-products {
        padding: 0px 20px;
    }
    .n-products a {
        width: 100%;
    }
    .n-products a p {
        -webkit-line-clamp: 2;
    }
    .n-products a span {
        margin-top: 32px;
    }
    .n-nav {
        margin-top: 0px;
    }
    #qaSection {
        margin-top: 0px;
    }
    #qaSection .n-page-content {
        margin-top: 12px;
    }

    .n-challenge-card img {
        width: 56px;
    }
    .n-card-content {
        padding: 24px 0 0 0;
    }
    .n-card-title {
        font-size: 20px;
    }
    .n-challenge {
        gap: 24px;
    }
    #deploy .n-page-content {
        margin-top: 40px;
    }
    .n-challenge-card {
        padding: 48px 16px;
    }
    .n-tab div {
        padding: 0 10px 8px;
        font-size: 14px;
    }
    .n-tab-content {
        width: 100%;
    }
    .n-tab-content .n-page-desc{
        padding: 0;
    }
    .value-box .n-page-title,.value-box .n-page-desc{
        padding: 0;
    }
    .n-products a img {
        width: 250px;
    }
    .n-products a i {
        font-size: 18px;
    }
    .n-products a p {
        font-size: 14px;
    }
    .n-products a span {
        margin-top: 24px;
        font-size: 16px;
    }
    .n-products a {
        padding: 20px 16px;
    }
    .n-qa {
        padding-top: 28px;
    }
    #qaSection {
        padding-bottom: 80px;
    }
    .zoomBtn{
        display: block;
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
    .n-fa-deploy .zoomBtn{
        right: 36px;
    }
}
