* {
    margin: 0;
    padding: 0;
}
.n-project-page img{
    width: unset;
}
.n-page-content{
    margin: unset;
}
html {
    overflow: -moz-hidden-unscrollable;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    width: 100vw;
    overflow: auto;
}

.n-item {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* 顶部导航栏 */

.ys_header {
    position: absolute;
    top: 0;
}

.n-nav {
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.n-menu {
    height: 100%;
    width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.n-menu-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.n-menu-left li a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #D5D5D5;
}

.n-menu-left li a:hover {
    color: #DA0030;
}

.n-menu-left li:first-child a img {
    margin-top: -2px;
}

.n-menu-left li::after {
    content: '>';
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #D5D5D5;
    margin: 0 10px;
}

.n-menu-left li:last-child a {
    padding-top: 1px;
    color: #D5D5D5;
}

.n-menu-left li:last-child::after {
    display: none;
}

.n-menu-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.n-menu-right li {
    font-weight: 400;
    font-size: 14px;
    color: #D5D5D5;
    margin-right: 24px;
    cursor: pointer;
}

.n-menu-right li:last-child {
    margin-right: 0;
}

.n-menu-right .n-nav-active {
    color: #FFFFFF;
    font-weight: 700;
    border-bottom: 1px solid #DA0030;
}


/* 正文开始 */


/* 通用样式 */

.n-project-page {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#n-mainSwiper {
    width: 100vw;
    height: 100vh;
}

.n-page-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1600px;
    left: calc((100% - 1600px)/2);
    text-align: center;
}

.n-page-title h2 {
    font-weight: 700;
    font-size: 48px;
}

.n-page-title h3 {
    font-weight: 700;
    font-size: 48px;
}

.n-page-title h4 {
    margin-top: 18px;
    font-size: 30px;
}

.n-page-title p {
    margin-top: 12px;
    font-weight: 290;
    font-size: 16px;
    line-height: 150%;
}

.n-page-title .desc-p-b {
    color: #385075;
}


/* page1 */

#n-page1 {
    background-image: url(../RJ-img/1-1.webp);
    background-position: right;
}

.n-page1-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    width: 1600px;
    left: calc((100% - 1600px)/2);
    z-index: 1;
}

.n-page1-title h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 150%;
}

.n-page1-title h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
}
.n-page1-title p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px;
    width: 660px;
}
.n-page1-btn-group {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 40px;
}
.n-page1-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    transition: all .25s ease;
    padding:12px 32px;
}
.n-page1-btn-primary {
    background: #e60039;
    color: #FFFFFF;
    border: 1px solid #e60039;
}
.n-page1-btn-primary:hover {
    background: #DA0030;
    color: #FFFFFF;
}
.n-page1-btn-secondary {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.n-page1-btn-secondary:hover {
    background: #DA0030;
    color: #FFFFFF;
    border: 1px solid #DA0030;
}

.n-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    font-size: 14px;
    color: #FFFFFF;
}

.n-arrow img {
    margin-top: 10px;
    animation: n-arrow-ani 1.5s ease-in-out infinite;
}

@keyframes n-arrow-ani {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}


/* page2 */

#n-page2 {
    background-image: url(../RJ-img/bg-w.png);
}

#n-page2 .n-page-content img {
    width: 100%;
}

#n-page2 .n-page-title {
    color: #385075;
}

#n-page2 .n-page-title p {
    margin-top: 60px;
    text-align: left;
}
.blue-desc{
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #FFF;
    background: linear-gradient(270deg, #0175E8 0%, #0095FF 100%);
    width: fit-content;
    color: #FFFFFF;
    margin: 60px auto;
}

/* page3 */

#n-page3 {
    background-image: url(../RJ-img/bg-b.webp);
}

#n-page3 .n-page-title {
    color: #FFFFFF;
}

.n-page3-content {
    margin-top: 60px;
}



/* page4 */

#n-page4 {
    background-image: url(../RJ-img/4-1.webp);
}

#n-page4 .n-page-title {
    color: #173150;
}
#n-page4 .n-page-content{
    height: 85vh;
    margin-top: 5vh;
}

.n-page4-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60vh;
    padding: 12px;
    border-radius: 20px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
}
.n-page4-content-item{
    padding:16px 48px;
    text-align: left;
}
.n-page4-content-item-center{
    border-left: 1px solid #E3E5E6;
    border-right: 1px solid #E3E5E6;
}
.n-page4-content h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #2A2B2E;
    text-align: left;
    margin-bottom: 12px;
}
.n-page4-content p{
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


/* page5 */

#n-page5 {
    background-image: url(../RJ-img/bg-b.webp);
}

#n-page5 .n-page-title {
    color: #FFFFFF;
}

.n-page5-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.n-page5-content img {
    width: 100%;
}

.n-page5-content .n-step-next {
    margin-top: -60px;
}

.n-page5-content .n-step-next img {
    width: 80px;
}


/* page6 */
.n-tabs{
    display: flex;
    width: fit-content;
    margin: 20px auto 12px;

}
.n-tabs div{
    color:#385075;
    font-size: 16px;
    line-height: 150%; /* 24px */
    padding: 0 24px 8px;
    border-bottom: 1px solid rgba(56, 80, 117, 0.50);
    cursor: pointer;
}
.n-tabs div.n-tab-active{
    font-weight: 700;
    border-bottom: 3px solid #01A0EB;
}
#n-page6 .n-page-title{
    color: #385075;
}
#n-page6 {
    background-image: url(../RJ-img/bg-w.png);
}
#n-page6 .n-tab-content {
    width: 1400px;
    height: 660px;
    margin: 0 auto;
}
#n-page6 .n-tab-content img {
    width: 100%;
    object-fit: contain;
    margin-top: 0;
}
.n-tab-content-p{
    color: #385075;
    font-size: 16px;
    font-weight: 290;
    line-height: 150%; /* 24px */
    margin-bottom: 24px;
}
#n-page6 .n-tab-content .page6-img3{
    width: calc(100% - 200px);
}
/* page7 */

#n-page7 {
    background-image: url(../RJ-img/bg-b.webp);
}

#n-page7 .n-page-title {
    color: #FFFFFF;
}
.n-page7-content{
    margin-top: 48px;
}

/* 应用案例 */
.n-list .n-page-title {
    margin-top: 64px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #292929;
    text-align: center;
}

.n-list {
    position: relative;
    margin-bottom: 80px;
}
#anli-1 .n-page-content {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto;
    width: 1400px;
    margin: 60px auto 0 auto;
    transform: none;
}

#anli-1 .n-anli-content {
    text-align: left;
    background: #F7F9FA;
}
#anli-1 .n-anli-desc {
    min-height: 36px;
}
#anli-1 .n-anli-card img {
    border-radius: 4px 4px 0px 0px;
}
#anli-1 #exampleSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
#anli-1 #exampleSwiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: stretch;
    justify-content: flex-start !important;
    gap: 0 !important;
}
#anli-1 #exampleSwiper .swiper-slide {
    flex-shrink: 0;
    height: auto;
}
#anli-1 .n-anli-pagination {
    margin-top: 28px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#anli-1 .n-anli-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 4px;
    border-radius: 0;
    margin: 0 !important;
    background: #e4e4e4;
    opacity: 1;
}
#anli-1 .n-anli-pagination .swiper-pagination-bullet-active {
    background: #DA0030;
}
#anli-1 .n-anli-arrow {
    width: 68px;
    height: 68px;
    position: absolute;
    cursor: pointer;
    transition: opacity .25s ease;
    top: 42%;
    transform: translateY(-50%);
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#anli-1 .n-anli-arrow-prev {
    left: -80px;
    background-image: url(../RJ-img/prev.svg);
}
#anli-1 .n-anli-arrow-next {
    right: -80px;
    background-image: url(../RJ-img/next.svg);
}
#anli-1 .n-anli-arrow:hover {
    opacity: .85;
}
#anli-1 .n-anli-arrow.swiper-button-disabled {
    opacity: .3;
    cursor: not-allowed;
}


/* 常见问题 */

.n-question {
    width: 1200px;
    margin: 68px auto 120px auto;
}

.n-question h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #292929;
}

.n-question b {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #292929;
}

.n-question h5 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #292929;
}

.n-question div:nth-child(2) {
    margin-top: 64px;
}

.n-question hr {
    margin: 18px 0;
}

.n-question-toggle-wrap {
    text-align: center;
    margin-top: 18px;
}

.n-question-toggle-btn {
    width: 100px;
    height: 36px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background: #fff;
    color: #292929;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
}

.n-question-toggle-btn:hover {
    border-color: #bfbfbf;
}


/* 资料下载 */
#ziyuan-1 .n-page-content {
    position: static;
    width: 1400px;
    margin: 60px auto 0 auto;
    transform: unset;
}
.resourceCard{
    text-align: left;
}


/* 隐藏移动端 */
.n-mobile-page {
    display: none;
}

@media screen and (max-width:1920px){
    .n-page-content {
        width: 1400px;
        left: calc((100% - 1400px)/2);
    }
    .n-page4-content-item {
        padding: 12px 36px;
    }
    .n-page4-content {
        margin-top: 58vh;
    }
    #n-page6 .n-tab-content {
        height: 560px;
    }
    .n-page7-content img{
        width: 1400px!important;
    }
}
@media screen and (max-width:1720px){
    .n-page7-content img{
        width: 1200px!important;
    }
    .n-page3-content img{
        width: 1240px!important;
    }
    .n-page3-content{
        margin-top: 30px;
    }
}
@media screen and (max-width:1700px) {
    .n-menu {
        width: calc(100% - 40px);
        max-width: 1400px;
    }
    .n-page-title h2 {
        font-weight: 700;
        font-size: 40px;
    }
    .n-page-title h3 {
        font-weight: 700;
        font-size: 36px;
    }
    .n-page-title h4 {
        font-size: 24px;
    }
    .n-page-content {
        position: absolute;
        transform: translateY(-50%);
        width: calc(100% - 40px);
        max-width: 1400px;
        text-align: center;
    }
    .n-page1-title {
        width: calc(100% - 80px);
        max-width: 1300px;
        left: calc((100% - 1400px) / 2);
    }
    .n-page1-title h1 {
        font-size: 52px;
    }
    .n-page1-title h2 {
        font-size: 28px;
    }
    #n-page2 .n-page-title {
        margin-top: 24px;
    }
    .n-page4-content img {
        height: 450px;
    }
    .n-page5-content {
        margin-top: 12px;
    }
    #n-page6 .n-tab-content {
        width: 100%;
    }
    #n-page6 .n-page-content img {
        margin-top: 0;
        width: 100%;
        height: 100%;
    }
    
    #anli-1 .n-page-content,
    #ziyuan-1 .n-page-content,
    .n-question {
        width: calc(100% - 40px);
        max-width: 1400px;
    }
    .n-question {
        max-width: 1200px;
    }
    #n-page7 .n-page-content {
        top: 55%;
    }
    .blue-desc{
        margin: 24px auto;
    }
    #n-page2 .n-page-title p {
        margin-top: 24px;
        text-align: left;
    }
    .n-page4-content {
        margin-top: 55vh;
    }
    #n-page6 .n-tab-content {
        height: 460px;
    }
    .n-page7-content {
        margin-top: 0px;
    }
    .n-page3-content img{
        width: 1150px!important;
    }
    .n-page3-content{
        margin-top: 0px;
    }
}
@media screen and (max-width:1440px) {
    .n-page1-title {
        width: calc(100% - 80px);
        max-width: 1000px;
        left: calc((100% - 1200px) / 2);
    }
    .n-page1-title h1 {
        font-size: 36px;
    }
    .n-page1-title h2 {
        font-size: 22px;
    }
    .n-page1-btn-group {
        margin-top: 24px;
        gap: 20px;
    }
    .n-page1-btn {
        width: 170px;
        height: 58px;
        font-size: 14px;
    }
    .n-menu {
        width: calc(100% - 40px);
        max-width: 1200px;
    }
    #n-page2 .n-page-content img {
        width: 1200px;
    }
    #n-page2 .n-page-title {
        margin-top: 0px;
    }
    .n-page-title h2 {
        font-size: 24px;
    }
    .n-page-title h3 {
        font-size: 24px;
    }
    .n-page-title h4 {
        font-size: 18px;
    }
    .n-page-title p {
        font-size: 14px;
    }
    .n-page-content {
        width: calc(100% - 40px);
        max-width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-page3-content {
        width: calc(100% - 80px);
        margin: 20px auto 0 auto;
    }
    .n-menu-left li a {
        font-size: 12px;
    }
    .n-menu-right li {
        font-size: 12px;
    }
    .n-page4-content img {
        height: 350px;
    }
    .n-page5-content {
        margin-top: 12px;
    }
    #n-page6 .n-tab-content {
        width: 100%;
    }
    #n-page6 .n-page-content img {
        margin-top: 0;
        width: 100%;
        height: 100%;
    }
    .n-tab-content-p {
        font-size: 14px;
        margin-bottom: 18px;
    }
    #anli-1 .n-page-content,
    #ziyuan-1 .n-page-content,
    .n-question {
        width: calc(100% - 40px);
        max-width: 1200px;
    }
    .n-page4-content h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .n-page4-content p {
        font-size: 14px;
    }
    .n-page4-content-item {
        padding: 2px 30px;
    }
    .n-page7-content img {
        width: 1100px !important;
    }
    .n-page3-content img{
        width: 1000px!important;
    }
    #examplePrev,
    #exampleNext{
        display: none;
    }
}
@media screen and (max-width:1280px) and (min-width:751px) {
    .n-menu,
    .n-page-content,
    #anli-1 .n-page-content,
    #ziyuan-1 .n-page-content,
    .n-question {
        width: 1000px;
        left: calc((100% - 1000px)/2);
    }
    .n-menu {
        left: auto;
    }
    .n-page1-title {
        width: 1000px;
        left: calc((100% - 1080px)/2);
    }
    #n-page2 .n-page-content img,
    .n-page3-content{
        width: 1000px !important;
    }
    .n-page7-content img {
        width: 800px !important;
    }
    #n-page6 .n-tab-content {
        width: 1000px;
        height: 360px;
    }
    .n-page1-title p {
        font-size: 16px;
        width: 500px;
    }
    #n-page2 .n-page-title p {
        margin-top: 12px;
        text-align: left;
    }
    .n-nav {
        height: 40px;
    }
    .n-page4-content p {
        font-size: 12px;
    }
    .n-page4-content {
        margin-top: 50vh;
    }
    .n-page1-btn{
        height: 48px;
    }
    .n-page3-content img {
        width: 800px !important;
    }
}
@media screen and (max-width:750px) {
    .n-nav {
        display: none;
    }
    .n-project-page {
        display: none;
    }
    .n-mobile-page {
        margin-top: 60px;
        display: block;
    }
    .n-page-info {
        position: relative;
    }
    .n-mobile-page .n-page-content {
        width: 100%;
        position: unset;
        display: unset;
    }
    #n-page-2 {
        position: relative;
    }
    #n-page-2 .n-page-content {
        position: static;
    }
    #n-page-2 .n-page2-mobile-swiper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 60px;
        width: calc(100% - 40px);
        z-index: 2;
    }
    #n-page-2 .n-page2-mobile-swiper img {
        width: 100%;
        display: block;
    }
    #n-page-2 .n-page2-mobile-swiper .swiper-pagination {
        position: static;
        margin-top: 12px;
    }
    #n-page-2 .n-page2-mobile-swiper .swiper-pagination-bullet {
        width: 30px;
        height: 4px;
        border-radius: 0;
        margin: 0 4px !important;
        opacity: 1;
        background: #e4e4e4;
    }
    #n-page-2 .n-page2-mobile-swiper .swiper-pagination-bullet-active {
        background: #DA0030;
    }
    .n-mobile-page .n-page-title {
        width: calc(100% - 40px);
        position: absolute;
        left: 20px;
        text-align: center;
    }
    .n-mobile-page .n-page-title h1 {
        font-weight: 700;
        padding-top: 60px;
        line-height: 150%;
        font-size: 24px;
    }
    #n-page-1 .n-page-title h1 {
        font-size: 26px;
    }
    .n-mobile-page .n-page-title h5 {
        font-weight: 400;
        margin: 12px auto 0 auto;
        line-height: 150%;
        font-size: 14px;
        text-align: center;
    }
    #n-page-1 .n-page-title h5,
    #n-page-2 .n-page-title h5 {
        font-size: 12px;
        margin-top: 20px;
        text-align: left;
    }
    .custom-dom-p {
        width: 19.9375rem;
        left: calc((100% - 19.9375rem)/2);
        position: absolute;
        font-size: .75rem;
        text-align: center;
        margin-top: -21.875rem;
    }
    #n-page-3 .custom-dom-p {
        margin-top: 0;
        top: 10.625rem;
    }
    #n-page-4 .custom-dom-p {
        margin-top: 0;
        top: 11.25rem;
    }
    #n-page-5 .custom-dom-p {
        margin-top: 0;
        top: 11.5625rem;
    }
    #n-page-6 .custom-dom-p {
        margin-top: 0;
        top: 9.375rem;
    }
    #n-page-7 .custom-dom-p {
        margin-top: 0;
        top: 9.375rem;
    }
    #n-page-6 .n-page-content {
        position: static;
        display: block;
        transform: unset;
        padding-bottom: 60px;
    }
    #n-page-6 .n-page6-mobile-switch {
        width: calc(100% - 40px);
        margin: 18px auto 0;
    }
    #n-page-6 .n-page6-mobile-select {
        position: relative;
    }
    #n-page-6 .n-page6-mobile-selected {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        font-size: 16px;
        line-height: 46px;
        color: #385075;
        padding: 0px 12px;
        cursor: pointer;
        border-bottom: 1px solid #0175E8;
        font-weight: 700;
        background: #fff;
    }
    #n-page-6 .n-page6-mobile-selected img {
        width: 14px;
        height: 14px;
        transition: transform .2s ease;
    }
    #n-page-6 .n-page6-mobile-options {
        display: none;
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        width: 100%;
        border: 1px solid #d9e1ea;
        border-radius: 4px;
        background: #fff;
        z-index: 5;
        overflow: hidden;
    }
    #n-page-6 .n-page6-mobile-select-open .n-page6-mobile-options {
        display: block;
    }
    #n-page-6 .n-page6-mobile-select-open .n-page6-mobile-selected img {
        transform: rotate(-90deg);
    }
    #n-page-6 .n-page6-mobile-option {
        font-size: 14px;
        line-height: 1.4;
        color: #385075;
        padding: 10px 12px;
        border-top: 1px solid #eef2f6;
        background: #fff;
        cursor: pointer;
        text-align: left;
    }
    #n-page-6 .n-page6-mobile-option:first-child {
        border-top: 0;
    }
    #n-page-6 .n-page6-mobile-option-active {
        color: #1f3f65;
        font-weight: 700;
        background: #f7fafe;
    }
    #n-page-6 .n-page6-mobile-panels {
        margin-top: 20px;
    }
    #n-page-6 .n-page6-mobile-panel {
        display: none;
        padding: 0;
    }
    #n-page-6 .n-page6-mobile-panel-active {
        display: block;
    }
    #n-page-6 .n-page6-mobile-panel img {
        width: 100%;
        display: block;
    }
    .n-page6-mobile-panel p{
        color: #385075;
        text-align: center;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
        margin-bottom: 40px;
    }

    .n-examples {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        width: 19.6875rem;
        left: calc((100% - 19.6875rem)/2);
        justify-content: space-between;
        top: 6.5625rem;
    }
    .n-examples a {
        color: unset;
        max-width: 8.8125rem;
        text-align: left;
    }
    .n-examples a img {
        width: 8.8125rem;
    }
    .n-examples a h4 {
        margin-top: .75rem;
        font-weight: 700;
        font-size: .625rem;
        line-height: 150%;
        color: #292929;
    }
    .n-examples a h5 {
        margin-top: .125rem;
        font-weight: 400;
        font-size: .4375rem;
        line-height: 150%;
        color: #7D7D7D;
    }
    .n-examples a {
        margin-top: 2.8125rem;
    }
    .n-examples a:first-child,
    .n-examples a:nth-child(2) {
        margin-top: 0;
    }
    .n-question {
        width: 21.875rem;
    }
    .n-download {
        width: 21.875rem;
    }
    .n-question b {
        font-size: 18px;
    }
    .n-question h5 {
        font-size: 16px;
    }
    .n-download-classify {
        padding: .25rem .625rem;
        font-size: .625rem;
    }
    .n-download-btn {
        width: 9.375rem;
    }
    .n-download-btn img {
        width: 1.5rem;
        margin-right: .375rem;
    }
    .n-download-btn p {
        font-size: .625rem;
    }
    .custom-btn {
        width: 20.4375rem;
        height: 2.25rem;
        background: #DA0030;
        border-radius: 4px;
        font-size: .875rem;
        position: absolute;
        left: calc((100% - 20.4375rem)/2);
        bottom: 2.0625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
    }
    .n-page-title{
        color: unset;
    }
    #n-page-2 .n-page-title h5{
        padding: 16px;
        border-radius: 20px;
        border: 1px solid #FFF;
        background: linear-gradient(270deg, #0175E8 0%, #0095FF 100%);
        color:#FFFFFF;
    }
    #ziyuan-1 .n-page-content{
        width: 100%;
        text-align: left;
    }
    .n-question {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    #ziyuan-1 .n-page-title{
        color: #292929;
    }
    #n-page-6{
        background-image: url(../RJ-img/2-1_750.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}