* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.br,
.expend-mobile {
    display: none;
}

.dot {
    display: inline-block;
}

.n-video-bg-m {
    display: none;
}


/* 通用 */

.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-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}


/* banner和nav */

.n-nav {
    position: relative;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: #2A2B2E;
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    line-height: 24px;
}

.n-breadcrumb {
    display: flex;
}

.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;
    display: flex;
    align-items: center;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}

.n-banner {
    position: relative;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 50%, #DCE0EA 50%);
}

.n-banner-form {
    position: absolute;
    right: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 444px;
    padding: 24px;
    border-radius: 16px;
    border: 2px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(6px);
}

.form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
}

#codeText {
    width: 100%;
}

.form-item label {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 400;
}

.form-item label span {
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    margin-right: 4px;
}

.form-item input::placeholder {
    color: #C1C6CF;
    font-size: 14px;
    font-weight: 400;
}

.verification-code {
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    margin-left: 8px;
    height: 36px;
    cursor: pointer;
}

.form-item input#imgCode {
    width: 250px;
}

.floatInput {
    position: relative;
}

.floatInput input {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    appearance: none;
    -webkit-appearance: none;
    background: unset;
    padding: 0 12px;
}

.floatInput label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    z-index: 9;
    transition: all .16s linear;
}

.floatInput input:valid+label,
.floatInput textarea:valid+label {
    display: none;
}

.floatInput:focus-within input {
    border-color: #6A6B6D;
}

.floatInput span,
.form-item label span {
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
}

.form-privacy {
    color: #6A6B6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    margin-top: 24px;
}

.form-item-error {
    border: 1px solid #F23E5E!important;
    background: rgba(230, 0, 57, 0.10)!important;
}

#commitForm {
    width: 100%;
}

.main-button {
    margin-top: 16px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    height: 46px;
    line-height: 46px;
    border: none;
    padding: 12px 32px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: background .16s linear;
}

.main-button:hover {
    background: #C7002A;
}

.form-content {
    margin-top: 24px;
    text-align: center;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 542px;
    text-align: left;
}

.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 700;
}

.n-banner-text h2,
.n-banner-form h1 {
    margin-top: 8px;
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 400;
}

.n-banner-form h2 {
    font-weight: 700;
    margin-top: 0;
}

.n-banner-text p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-banner-text a {
    margin-top: 48px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 46px;
    padding: 12px 40px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 24px;
}

.n-banner-text a:hover {
    background: #CC002D;
}

.n-banner-text a:last-child {
    margin-right: 0;
}

.n-banner-text .whiteBtn {
    background: #FFF;
    color: #E60039;
}

.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;
}


/* 挑战 */

#gaishu {
    padding-top: 160px;
}

.n-challenge {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.n-challenge-card {
    border-radius: 4px;
    width: 450px;
    position: relative;
    margin-bottom: 78px;
}

.n-card-content {
    padding: 24px;
    background: #FAFBFC;
    position: absolute;
    bottom: -78px;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}

.n-card-title {
    color: #2A2B2E;
    font-size: 20px;
    line-height: 150%;
}

.n-card-desc {
    display: none;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-top: 16px;
}


/* 架构 */

#jiagou {
    background: linear-gradient(180deg, #687588 0%, #23334A 100%), #2A2B2E;
}

#jiagou .n-page-title {
    color: #FFF;
}

#jiagou p {
    width: 1400px;
    margin: 16px auto 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    /* 30px */
}

#jiagou .n-page-content {
    margin: 60px auto 0 auto;
}

#jiagou img {
    display: none;
}

.zoomBtn {
    display: none;
}


/* 价值 */

.n-tab {
    display: flex;
    justify-content: center;
}

.n-tabs_m,
.n-tabs2_m,
.n-tabs3_m {
    display: none;
}

.n-tab div {
    position: relative;
    text-align: center;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0px 24px 12px;
    cursor: pointer;
    border-bottom: 1px solid #E3E5E6;
}

.n-tab div.n-tab-active {
    color: #2A2B2E;
    font-weight: 700;
    line-height: 150%;
    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: #E60039;
}

.n-tab-content {
    margin-top: 24px;
    position: relative;
    background: #F7F9FA;
    text-align: center;
}

.n-content-desc {
    position: absolute;
    top: 40px;
    color: #6A6B6D;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.n-content-desc-tip {
    bottom: 44px;
    left: 70px;
    top: auto;
    text-align: left;
}

#value .nextH2 {
    margin-top: 80px;
}

.n-content-video {
    padding: 88px 48px 32px;
    display: flex;
    justify-content: space-between;
}

.n-video-box {
    width: 640px;
}

.n-video-title {
    padding: 12px 48px;
    color: #292929;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    /* 27px */
    background: #E4E8EB;
}

.n-video-title-rj {
    background-color: #0175E8;
    color: #FFFFFF!important;
    font-weight: 700;
}

#content3-1 video,
#content3-2 video {
    width: 1020px;
    margin: 96px auto 44px auto;
}


/*最佳实践*/

.blueBg {
    padding: 80px 0 80px 0;
    background: #F7F9FA;
    margin-top: 0px;
}

.n-anli-list {
    display: flex;
    justify-content: space-between;
}

.n-anli-card {
    width: 450px;
}

.n-anli-card img {
    border-radius: 4px 4px 0 0;
}

.n-anli-content {
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;
}

.n-anli-title {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    /* 25px */
}

.n-anli-subtitle {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 125%;
    /* 25px */
    margin: 8px 0 12px 0;
}

.n-anli-desc {
    color: #6A6B6D;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    margin-bottom: 24px;
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    width: 100px;
    margin: 24px 0 0 0;
}

.transparent-commonlink:hover {
    cursor: pointer;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(../RJ-img/link.svg);
    margin-left: 8px;
    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);
    }
}


/*相关产品*/

.n-products {
    gap: 24px;
    height: unset;
    display: flex;
    flex-wrap: wrap;
    background-color: unset;
}

.n-products a {
    width: 450px;
    text-align: center;
    background-color: #FAFBFC;
    padding: 24px;
}

.n-products a img {
    margin-top: 24px;
    width: 250px;
}

.n-products a i {
    display: block;
    font-style: normal;
    margin-top: 12px;
    color: #2A2B2E;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.n-products a p {
    margin-top: 12px;
    overflow: hidden;
    color: #6A6B6D;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.n-products a span {
    margin: 24px auto 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DA0030;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-products a span::after {
    content: '';
    background-image: url(../RJ-img/link.svg);
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
}

.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;
    font-weight: 700;
    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(./videoPlay.svg);
    z-index: 3;
}

@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;
    }
}


/*faq*/

.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;
}

.n-question:nth-child(n+4) {
    display: none;
}

#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;
}

.n-download-box {
    background: #0175E8;
    height: 120px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin-top: 80px;
}

.downLoadBtn {
    background: #FFFFFF;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    padding: 12px 32px;
    color: #0175E8;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-left: 48px;
}

.downLoadBtn:hover {
    background: #E60039;
    color: #FFFFFF;
}

@media screen and (max-width:1600px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
        margin: 48px auto 0 auto;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1200px)/2);
        width: 454px;
    }
    .n-banner-text h1 {
        font-size: 32px;
    }
    .n-banner-text h2,
    .n-banner-form h1 {
        margin-top: 8px;
        font-size: 20px;
    }
    .n-banner-form h2 {
        margin-top: 0px;
    }
    .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;
    }
    .n-challenge-card {
        width: 382px;
    }
    #jiagou p {
        width: 1200px;
    }
    .n-content-desc {
        top: 30px;
    }
    .n-content-desc-tip {
        bottom: 40px;
        left: 66px;
        top: auto;
    }
    .n-video-box {
        width: 540px;
    }
    #content3-1 video,
    #content3-2 video {
        margin: 76px auto 44px auto;
    }
    .n-anli-card {
        width: 382px;
    }
    .n-anli-desc {
        font-size: 14px;
    }
    .n-products a {
        width: 382px;
    }
    .resourceCard {
        padding: 14px;
    }
    .resources-tab div {
        font-size: 20px;
        padding: 0 0 0 24px;
        margin-top: 36px;
    }
    .n-banner-form {
        right: calc((100% - 1200px)/2);
        width: 400px;
    }
}

@media screen and (max-width:1280px) {
    /* 通用 */
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        width: 1080px;
        margin: 40px auto 0 auto;
    }
    .n-project-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1080px)/2);
        width: 424px;
    }
    .n-nav-content {
        width: 1080px;
    }
    #jiagou p {
        width: 1080px;
    }
    .n-challenge-card,
    .n-anli-card,
    .n-products a {
        width: 344px;
    }
    #jiagou p {
        font-size: 18px;
    }
    .n-video-box {
        width: 480px;
    }
    .n-anli-desc {
        min-height: 190px;
    }
    .n-banner-form {
        right: calc((100% - 1080px)/2);
        width: 380px;
    }
}

@media screen and (max-width:768px) {
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        background: #2A2B2E;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
        background: #2A2B2E;
    }
    .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: #FFFFFF;
    }
    .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: 40px 20px 0 20px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text h2,
    .n-banner-form h1 {
        font-size: 16px;
    }
    .n-banner-text p {
        margin-top: 12px;
        font-size: 12px;
    }
    .n-banner-text a {
        margin-top: 32px;
        height: 40px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 100%;
    }
    .n-page-title {
        font-size: 22px;
    }
    .n-project-info {
        padding-top: 40px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
        margin: 40px auto 0 auto;
    }
    .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;
    }
    .n-nav-content .primary-btn {
        display: none;
    }
    .nav-show .whiteBtn {
        height: 50px;
        border-radius: 0;
        line-height: 38px;
    }
    .zhixunbtn {
        display: none!important;
    }
    .n-project-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .getPrice {
        display: none!important;
    }
    #gaishu {
        padding-top: 80px;
    }
    .n-challenge {
        flex-wrap: wrap;
    }
    .n-challenge-card {
        width: 100%;
        margin-bottom: 24px;
    }
    .n-card-content {
        position: static;
        padding: 12px;
        font-size: 18px;
    }
    .n-card-desc {
        display: block;
        margin-top: 10px;
        font-size: 16px;
    }
    #jiagou p {
        width: 100%;
        padding: 0 20px;
        color: #6A6B6D;
        font-size: 16px;
        line-height: 150%;
        /* 24px */
    }
    #jiagou {
        background: #F7F9FA;
    }
    #jiagou .n-page-title {
        color: #2A2B2E;
    }
    #jiagou .n-page-content {
        margin: 24px auto 0 auto;
    }
    #jiagou video {
        display: none;
    }
    #jiagou img {
        display: block;
    }
    .zoomBtn {
        display: block;
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
    .br {
        display: block;
    }
    .dot {
        display: none;
    }
    #value .n-tabs {
        display: none;
    }
    .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;
    }
    .n-tabs-hide_m {
        border-bottom: 1px solid #D5D5D5;
        background: #F7F9FA;
    }
    .n-tabs_m img {
        width: 24px;
        margin-left: 12px;
    }
    .n-tab-content {
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .n-value-content img {
        width: 100%;
        margin-bottom: 12px;
    }
    .n-value-content ul {
        margin-top: 0px;
        font-size: 12px;
    }
    .arrow-hide-m {
        transform: rotate(270deg);
    }
    .n-content-video,
    #content3-1 video,
    #content3-2 video {
        display: none;
    }
    .n-video-bg-m {
        display: block;
    }
    .n-content-desc {
        top: 32px;
        padding: 0 6px;
    }
    .n-content-desc-tip {
        bottom: 10px;
        left: 0px;
        top: auto;
        font-size: 12px;
        text-align: center;
    }
    #value .nextH2 {
        margin-top: 40px;
    }
    .n-anli-list {
        flex-wrap: wrap;
    }
    .n-anli-card {
        width: 100%;
        margin-bottom: 24px;
    }
    .n-anli-content {
        padding: 24px 18px;
        min-height: auto;
    }
    .n-anli-desc {
        margin-bottom: 0px;
    }
    .n-products a {
        width: 48%;
        padding: 16px;
        margin-bottom: 12px;
    }
    .n-products {
        gap: 0px;
        justify-content: space-between;
    }
    .n-products a img {
        width: 120px;
    }
    .n-products a i {
        margin-top: 8px;
        font-size: 12px;
    }
    .n-products a span {
        margin: 24px auto 0px auto;
        font-size: 12px;
    }
    .n-products a span::after {
        margin-left: 4px;
        width: 20px;
        height: 20px;
        transition: transform .16s linear;
    }
    .resources-tab div {
        font-size: 20px;
        padding: 12px;
        margin-top: 36px;
    }
    .resources-tab div:first-child {
        margin-top: auto;
    }
    .resourceCard p {
        color: #2A2B2E;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 24px;
    }
    #faq .n-page-content {
        margin: 0px auto 0 auto;
    }
    .n-challenge-card:last-child {
        margin-bottom: 0px;
    }
    .n-download-box {
        margin-top: 40px;
        height: 172px;
        flex-direction: column;
        gap: 24px;
    }
    .downLoadBtn {
        margin-left: 0px;
    }
    .n-banner-form {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 40px;
        top: unset;
        transform: unset;
        padding: 20px;
    }
    .n-banner-form h2 {
        font-size: 18px;
    }
    .form-item {
        width: 100%;
    }
    .form-item input#imgCode {
        width: 176px;
    }
}