* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.zoomBtn {
    display: none;
}

.n-tabs_m {
    display: none;
}
.show-m{
    display: none;
}
.cta-box {
    margin-top: 48px;
    text-align: center;
}
/* 通用 */

.n-project-page img {
    width: 100%;
}

.n-project-info {
    padding-top: 80px;
    padding-bottom: 80px;
}

.n-page-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}

.n-page-desc {
    width: 800px;
    text-align: center;
    margin: 24px auto;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
}

.n-page-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}

.blueBg {
    padding: 80px 0 80px 0;
    background: #F7F9FA;
    margin-top: 0px;
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    width: 132px;
}

.transparent-commonlink:hover {
    cursor: pointer;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(../RJ-img/link.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
    -webkit-transition: transform .16s linearr;
    -moz-transition: transform .16s linear;
    -o-transition: transform .16s linear;
}

@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}


/* banner和nav */

.n-nav {
    position: relative;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #6A6B6D;
    cursor: pointer;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.n-nav-content ul {
    display: flex;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: #292929;
    font-weight: 700;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}

.n-banner {
    position: relative;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.n-banner-text h2 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text h1 {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 400;
}

.n-banner-text p {
    margin-top: 24px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-banner-text a {
    margin-top: 60px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 46px;
    padding: 11px 32px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 24px;
}

.n-banner-text .whiteBtn {
    background: #FFFFFF;
    color: #E60039;
    border: 1px solid #E60039;
    cursor: pointer;
}

.n-banner-text a:last-child {
    margin-right: 0;
}

.n-banner-text a:hover {
    background: #CC002D;
}

.n-banner-text .whiteBtn:hover {
    background: #CC002D;
    color: #FFF;
}

#gaisu .n-project-info {
    padding-top: 160px;
}

#gaisu .n-page-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    margin-top: 24px;
}

.n-card {
    text-align: center;
    padding: 48px 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.n-card img {
    width: 56px;
}

.n-card-title {
    margin: 24px auto;
    color: #2A2B2E;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    /* 25px */
}

.n-card-desc {
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.n-tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E3E5E6;
    width: 488px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 24px;
}

.n-tab div {
    position: relative;
    text-align: center;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    padding: 0px 40px;
    cursor: pointer;
}

.n-tab div.n-tab-active {
    color: #39ABAC;
    font-weight: 700;
    pointer-events: none;
}

.n-tab div.n-tab-active::after {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #39ABAC;
}

.n-tab-content {
    position: relative;
}

.n-tab-box {
    position: absolute;
    top: 48px;
    left: 40px;
    width: 420px;
}

.n-tab-box-title {
    line-height: 28px;
    padding: 10px 32px;
    border-radius: 24px;
    background: #39ABAC;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.n-tab-box-content {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 4px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0px 6px 20px 0px #D5DBE4;
    margin-top: 24px;
}

.n-tab-box-content .transparent-commonlink {
    justify-content: center;
}

.n-product-box {
    position: absolute;
    justify-content: space-between;
    width: 775px;
}

.n-link {
    position: absolute;
    cursor: pointer;
}

.RG-MUX-8LC {
    bottom: 268px;
    right: 186px;
    width: 228px;
}

.RG-SF2920-8GT4XS {
    top: 183px;
    left: 500px;
    width: 254px;
}

.RG-MUX-8LC-2 {
    top: 83px;
    left: 572px;
    width: 228px;
}

.RG-SF2920-16GT2MG2XS-P {
    bottom: 38px;
    right: 475px;
    width: 309px;
}

.RG-MUX-8LC-3 {
    right: 118px;
    bottom: 348px;
    width: 228px;
}

.CT6300 {
    right: 450px;
    bottom: 134px;
    width: 228px;
}

.more {
    right: 88px;
    bottom: 595px;
    display: flex;
}

.n-product-card {
    display: flex;
    padding: 12px 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.n-card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
#anli .n-card-list {
    grid-template-columns: repeat(3, 1fr);
}

.n-product .transparent-commonlink {
    margin-top: 12px;
    font-size: 12px;
}

.n-product .transparent-commonlink::after {
    width: 16px;
    height: 16px;
}

.n-product-card img {
    width: 50px;
    margin-right: 20px;
}

.n-product-name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.n-anli-card img {
    border-radius: 4px 4px 0px 0px;
}

.n-anli-card .n-card-content {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
}

.n-anli-card .n-card-title {
    margin: 0;
    text-align: left;
}

.n-anli-card .n-card-desc {
    text-align: left;
    margin: 12px 0 46px;
    min-height: 150px;
}

.n-anli-btn {
    border-radius: 4px;
    border: 1px solid #E60039;
    backdrop-filter: blur(2.5px);
    padding: 12px 40px;
    margin: 52px auto 0 auto;
    color: #E60039;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    width: 180px;
}

.n-card-list-doc {
    grid-template-columns: repeat(3, 1fr);
}

.n-doc-card {
    border-radius: 4px;
    background: #FAFBFC;
    padding: 24px;
}

.n-doc-title {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    margin-bottom: 44px;
}

.n-user-card {
    display: flex;
}

.n-user-card img {
    width: 300px;
}

.n-user-card .n-card-content {
    border-radius: 0 4px 4px 0;
    background: #FAFBFC;
    padding: 24px;
}

.n-user-desc {
    min-height: 100px;
    color: #6A6B6D;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 150%;
    /* 22.5px */
}

.n-user-desc-name {
    min-height: auto;
    margin-top: 12px;
}

.n-user-card .transparent-commonlink {
    margin-top: 24px;
}


/*faq*/

#faq {
    padding-bottom: 160px;
}

.n-question {
    padding: 36px 0;
    border-bottom: 1px solid #E3E5E6;
}

.n-question-q {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
}

.n-question-a {
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-top: 12px;
}

#faq .whiteBtn {
    background: #FFF;
    color: #E60039;
    padding: 12px 40px;
    border-radius: 4px;
    border: 1px solid #E60039;
    backdrop-filter: blur(2.5px);
    width: 144px;
    margin: 24px auto;
    cursor: pointer;
    text-align: center;
}

#faq .whiteBtn:hover {
    background: #CC002D;
    color: #FFF;
}

#contactus {
    padding: 40px 0;
    background-image: url("../RJ-img/contact-bg.webp");
    margin-bottom: 160px;
}

#contactus .n-page-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0 auto;
}

.n-box-title {
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
    margin-bottom: 24px;
}

.n-box-desc {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.primary-btn:hover,
.n-banner-text .whiteBtn:hover {
    background: #CC002D;
    color: #FFF;
}

.primary-btn {
    display: inline-block;
    color: #FFF!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 60px;
    padding: 8px 48px;
    background: #E60039;
}

#contactus .primary-btn {
    color: #FFF !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    height: 60px;
    padding: 8px 48px;
    width: 400px;
    text-align: center;
    border-radius: 4px;
}

@media screen and (max-width:1600px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .n-banner-text h2 {
        font-size: 42px;
    }
    .n-banner-text h1 {
        margin-top: 8px;
        font-size: 20px;
    }
    .n-banner-text p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-banner-text a {
        margin-top: 24px;
        height: 40px;
        padding: 10px 24px;
        font-size: 14px;
    }
    .n-nav {
        height: 48px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .primary-btn {
        height: 48px;
    }
    #contactus .primary-btn {
        width: 320px;
    }
    .n-user-desc {
        font-size: 13px;
    }
    .n-product-card {
        padding: 8px 12px;
    }
    .RG-MUX-8LC {
        bottom: 231px;
        right: 149px;
        width: 228px;
    }
    .RG-SF2920-8GT4XS {
        top: 154px;
        left: 484px;
        width: 254px;
    }
    .RG-MUX-8LC-2 {
        top: 68px;
        left: 500px;
        width: 228px;
    }
    .RG-SF2920-16GT2MG2XS-P {
        bottom: 28px;
        right: 387px;
        width: 309px;
    }
    .RG-MUX-8LC-3 {
        right: 97px;
        bottom: 299px;
        width: 228px;
    }
    .CT6300 {
        right: 374px;
        bottom: 114px;
        width: 228px;
    }
    .more {
        right: 10px;
        bottom: 511px;
        width: 717px;
    }
    .n-anli-card .n-card-desc {
        min-height: 170px;
    }
    
}

@media screen and (max-width:1280px) {
    /* 通用 */
    .n-page-title {
        font-size: 28px;
    }
    .n-card-title {
        font-size: 18px;
    }
    .n-page-content {
        width: 1080px;
        margin: 48px auto 0 auto;
    }
    .n-project-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1080px)/2);
    }
    .n-nav-content {
        width: 1080px;
    }
    .n-tab-box {
        width: 320px;
    }
    .n-doc-title {
        font-size: 16px;
        margin-bottom: 34px;
    }
    .n-user-card .transparent-commonlink {
        font-size: 12px;
        margin-top: 12px;
    }
    .n-user-desc {
        font-size: 12px;
        height: 36px;
    }
    .n-user-card .n-card-content {
        padding: 18px;
    }
    .RG-MUX-8LC {
        bottom: 208px;
        right: 149px;
        width: 228px;
    }
    .RG-SF2920-8GT4XS {
        top: 138px;
        left: 398px;
        width: 254px;
    }
    .RG-MUX-8LC-2 {
        top: 55px;
        left: 445px;
        width: 228px;
    }
    .RG-SF2920-16GT2MG2XS-P {
        bottom: 28px;
        right: 387px;
        width: 309px;
    }
    .RG-MUX-8LC-3 {
        right: 77px;
        bottom: 268px;
        width: 228px;
    }
    .CT6300 {
        right: 330px;
        bottom: 96px;
        width: 228px;
    }
    .more {
        right: 10px;
        bottom: 450px;
        width: 704px;
    }
}

@media screen and (max-width:768px) {
    #anli .n-card-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .n-anli-card .n-card-desc {
        min-height: auto;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: #F7F9FA;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
        background: #F7F9FA;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 1.25rem;
        justify-content: space-between;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #292929;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 24px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        border-bottom: 1px solid #DA0030;
        padding-bottom: 4px;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-banner img {
        display: block;
    }
    .n-banner video {
        display: none;
    }
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 30px 20px 0 20px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h2 {
        font-size: 32px;
    }
    .n-banner-text h1 {
        margin-top: 16px;
        font-size: 20px;
    }
    .n-banner-text p {
        margin-top: 16px;
        font-size: 12px;
    }
    .n-page-title {
        font-size: 22px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .n-banner-text .whiteBtn {
        background: #FFF;
        color: #E60039;
        font-size: 14px;
        border-radius: 4px;
    }
    .whiteBtn {
        background: #E60039;
        padding: 6px 18px;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    .nav-show .whiteBtn {
        display: none;
    }
    .n-project-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #gaisu {
        padding-top: 80px;
    }
    .n-page-desc {
        width: 100%;
        padding: 0 20px;
    }
    #gaisu .n-page-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .zoomBtn {
        display: block;
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
    .n-card-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .n-user-card {
        flex-wrap: wrap;
    }
    .n-user-card img {
        width: 100%;
    }
    #contactus .n-page-content {
        flex-wrap: wrap;
    }
    #contactus {
        padding: 40px 0px;
        background-size: 100% 100%;
    }
    .n-box-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .n-box-desc {
        font-size: 16px;
        margin-bottom: 32px;
    }
    #contactus .primary-btn {
        color: #FFF !important;
        font-size: 20px;
        line-height: 30px;
        height: 54px;
        padding: 12px 60px;
        width: 250px;
    }
    .n-doc-title {
        font-size: 18px;
        margin-bottom: 34px;
    }
    .n-user-desc {
        font-size: 15px;
        height: auto;
        min-height: auto;
    }
    .n-user-card .transparent-commonlink {
        font-size: 16px;
        margin-top: 12px;
    }
    #faq .n-page-content {
        margin: 12px auto 0 auto;
    }
    #faq {
        padding-bottom: 40px;
    }
    #contactus {
        margin-bottom: 40px;
    }
    .n-tabs {
        display: none;
    }
    .n-tabs_m {
        display: block;
        padding: 12px 10px;
        color: #39ABAC;
        background: rgba(1, 117, 232, 0.05);
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 700;
    }
    .n-tabs-hide_m {
        border-bottom: 1px solid #D5D5D5;
        background: #F7F9FA;
        color: #6A6B6D;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        /* 27px */
    }
    .n-tabs_m img {
        width: 24px;
        margin-left: 12px;
    }
    .n-tab-box {
        position: static;
        width: 100%;
    }
    .n-tab-box-title {
        padding: 24px 12px 0;
        border-radius: 0px;
        background: none;
        color: var(----2A2B2E, #2A2B2E);
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        line-height: 125%;
        /* 20px */
    }
    .n-tab-box-content {
        display: flex;
        padding: 12px 12px 48px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        border-radius: 0px;
        border: 0px solid #FFF;
        background: none;
        box-shadow: none;
        margin-top: 0px;
        font-size: 14px;
    }
    .RG-SF2920-8GT4XS {
        top: 54px;
        left: 42px;
    }
    .RG-MUX-8LC {
        top: 111px;
        left: 195px;
        bottom: auto;
        right: auto;
    }
    .RG-MUX-8LC-2 {
        top: 21px;
        left: 86px;
    }
    .RG-SF2920-16GT2MG2XS-P {
        bottom: auto;
        right: auto;
        top: 90px;
        left: 102px;
    }
    .more {
        top: 33px;
        left: 48px;
        bottom: auto;
        right: auto;
    }
    .CT6300 {
        top: 40px;
        left: 132px;
        bottom: auto;
        right: auto;
    }
    .RG-MUX-8LC-3 {
        top: 76px;
        left: 223px;
        bottom: auto;
        right: auto;
    }
    .n-product-box {
        position: static;
        flex-wrap: wrap;
        width: 100%;
    }
    .n-product-card {
        width: calc( 100vw - 40px);
        border-bottom: 1px solid var(----E3E5E6, #D5D5D5);
    }
    .show-m{
        display: block;
    }
}