.n-banner-text h2{
    font-weight: 400;
}
.m-show{
    display: none;
}
.n-main-btn{
    display: inline-block;
    margin-right: 24px;
}
.n-main-btn:hover{
    color: #FFFFFF;
}
.n-page-title{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.n-page-desc{
    display: block;
    margin: 14px auto 0;
    width: fit-content;
    font-size: 20px;
}
.n-page-title-1::before{
    content: '';
    width: 88px;
    height: 56px;
    background-image: url(../RJ-img/title-tag.webp);
    background-size:cover;
    position: absolute;
    left: -112px;
}   
.n-page-title-1::after{
    content: '';
    width: 88px;
    height: 56px;
    background-image: url(../RJ-img/title-tag.webp);
    background-size:cover;
    position: absolute;
    right: -112px;
}   

#page-1{
    background-image: url(../RJ-img/page1-bg.webp);
    background-size: 100% 100%;
}
#page-1 .n-page-content,#page-5 .n-page-content{
    margin-top: 0;
}
.content-text{
    padding: 48px;
    color: #404A69;
    font-size: 24px;
    line-height: 180%; /* 43.2px */
    background-size: cover;
}
.content-text1{
    background-image: url(../RJ-img/page1-text-bg.webp);
}

#page-2{
    background-image: url(../RJ-img/page2-bg.webp);
    background-size: 100% 100%;
}
.page2-cta{
    background-image: linear-gradient(to right, #036AEF, #04A3FE);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
}
.user-list{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.user-item{
    display: flex;
    gap: 24px;
    align-items: center;
}
.user-item img{
    width: 255px;
}
.user-item h3{
    color:#2A2B2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    position: relative;
}
.user-item h3::after{
    content: "";
    width: 40px;
    height: 4px;
    background-color: #e60039;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.user-item p{
    color: var(----6A6B6D, #6A6B6D);
    /* PC端/正文 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 28px 0 12px;
}

#page-3{
    background: #E5F1FF;
    background-image: url(../RJ-img/page3-bg.webp);
    background-size: 100% 100%;
}

#page-4{
    background-image: url(../RJ-img/page4-bg.webp);
    background-size: 100% 100%;
}
.n-card-list{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}
.n-card{
    background-image: url(../RJ-img/page4-cardbg.webp);
    background-size: 100% 100%;
    height: 304px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background-color: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #ECF5FF;
    box-shadow: 0 4px 37.7px 0 #CEE9FF;
    position: relative;
    cursor: pointer;
}
.n-card-text{
    position: absolute;
    padding: 24px;
    bottom: 0;
}
.n-card-text h3{
    color:#2A2B2E;
    /* PC端/卡片大标题 */
    font-size: 32px;
    font-weight: 700;
    line-height: 150%; /* 48px */
    position: relative;
}
.n-card-text h3::after{
    content: "";
    width: 40px;
    height: 4px;
    background-color: #e60039;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.n-card-text p{
    color: #6A6B6D;
    font-size: 20px;
    line-height: 150%; /* 30px */
    margin-top: 36px;
    min-height: 90px;
}
/* .n-card1:hover .n-card-text h3::after{
    height: 6px;
    background: linear-gradient(90deg, #39EAFE 3.66%, #097CE8 69.19%)!important;
} */
.n-card1:hover{
    /* background-image: url(../RJ-img/card-hov-bg.webp); */
    box-shadow: 0 4px 37.7px 0 #B3D6F2;
}
.n-card-code-img{
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #ECF5FF;
    box-shadow: 0 4px 37.7px 0 #B3D6F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.n-card-code-img img{
    width: 176px;
}
.n-card-code-img p{
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    margin-top: 20px;
}
#page-5{
    background: #E5F1FF;
}
.n-desc{
    padding: 0 24px;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
@media screen and (max-width:1600px) {
    .n-card {
        height: 284px;
    }
    .content-text {
        background-size: 100% 100%;
    }
    .content-text {
        font-size: 22px;
    }
}
@media screen and (max-width:1280px) {
    .content-text {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    .m-show{
        display: block;
    }
    .n-banner-text h2 {
        color: #6A6B6D;
        font-size: 16px;
        margin-top: 20px;
    }
    .content-text {
        padding: 48px 20px;
        font-size: 16px;
    }
    .content-text1 {
        background-image: url(../RJ-img/page1-text-bg_750.webp);
    }
    .n-page-title-1::before {
        width: 51px;
        height: 33px;
        left: -59px;
    }
    .n-page-title-1::after {
        width: 51px;
        height: 33px;
        right: -59px;
    }
    .n-page-desc {
        font-size: 16px;
    }
    #page-2 {
        background-image: unset;
        background-color: #E5F1FF;
        background-size: 100% 100%;
    }
    .page2-cta {
        font-weight: 400;
        margin-bottom: 20px;
    }
    .user-item{
        flex-direction: column;
    }
    .user-item p {
        margin: 28px 0 16px;
    }
    #page-3 {
        background: #E5F1FF;
        background-image: unset;
        background-size: 100% 100%;
    }
    .n-card-list {
        grid-template-columns: repeat(1, 1fr);
    }
    #page-4 {
        background: #E5F1FF;
        background-image: unset;
    }
    .n-card{
        background-image: url(../RJ-img/card-hov-bg.webp);
    }
    .n-card1:hover .n-card-text h3::after {
        height: 4px;
        background: #e60039!important;
    }
    .n-card1 {
        height: 306px;
    }
    .n-card-code {
        height: 424px;
    }
    .n-card-text img{
        width: 176px;
        margin: 0 auto 24px;
    }

    .n-desc {
        padding: 0;
    }
    .whiteBtn {
        padding: 10px 24px;
    }
}