* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.show-m{
    display: none;
}
.n-video-img{
    cursor: pointer;
}
.n-video-img::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(../RJ-img/play.svg);
    width: 96px;
    height: 96px;
}
.n-video-img:hover::after {
    background-image: url(../RJ-img/play-hover.svg);
}
/* 通用 */

.n-project-page img {
    width: 100%;
}

.n-project-info {
    margin-top: 160px;
}

.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: #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-project-info {
    margin-top: 160px;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 900px;
}

.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 24px;
    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: 11px 32px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 24px;
}

.n-banner-text a:last-child {
    margin-right: 0;
}

.n-banner-text a:hover {
    background: #CC002D;
}


/* 服务对象 */

#fuwu .n-page-content,
#tongdian .n-page-content {
    display: flex;
    justify-content: space-between;
}

#fuwu,
#tongdian {
    margin-bottom: 80px;
}

.n-challenge-card {
    border-radius: 4px;
    width: 332px;
    position: relative;
    cursor: pointer;
}

.n-card-content {
    padding: 24px;
    background: #FAFBFC;
    position: absolute;
    bottom: 0px;
    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;
}


/* 痛点 */

.n-tondian-card {
    text-align: center;
    width: 260px;
}

.n-tondian-card img {
    width: 120px;
}

.n-tongdian-content {
    padding: 48px 10px 0px;
}

.n-tongdian-title {
    margin-bottom: 10px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.n-tongdian-desc {
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
}

.blueBg {
    padding: 80px 0 80px 0;
    background: #F7F9FA;
    margin-top: 0px;
}

.n-page-desc {
    margin-top: 24px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#speBg {
    text-align: center;
    background-image: url(../RJ-img/speBg.webp);
    background-size: cover;
    padding: 80px 0;
}

.n-framework-cont {
    position: relative;
    width: 1400px;
    margin: 48px auto 0 auto;
}

.matchLink {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
}

#link1 {
    top: 152px;
    left: 493px;
}

#link2 {
    top: 284px;
    left: 226px;
}

#link3 {
    top: 284px;
    left: 762px;
}


/* 方案价值*/

#value {
    padding-top: 80px;
    margin-top: 0;
    padding-bottom: 80px;
    background: #f7f9fa;
}

#value .n-page-content {
    margin-top: 0;
    text-align: center;
}

#value h3 {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#value p {
    width: 1200px;
    margin: 16px auto 0 auto;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}

#value a {
    margin-top: 24px;
    display: block;
    color: #E60039;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

#value a:hover {
    text-decoration: underline;
}

#value img {
    margin-top: 24px;
}

#value .content-2 {
    margin-top: 120px;
}

.n-tab {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 24px;
}

.n-tab div {
    position: relative;
    text-align: center;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
    cursor: pointer;
}

.n-tab div::after {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(56, 80, 117, 0.50);
}

.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: #01A0EB;
}


/*场景*/

#changjing .n-page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-scene-card {
    width: 688px;
    margin-bottom: 24px;
    position: relative;
}

.n-scene-content {
    position: absolute;
    bottom: 0;
    padding: 24px;
    background: rgba(41, 41, 41, 0.75);
    backdrop-filter: blur(2px);
    width: 100%;
}

.n-scene-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.n-scene-desc {
    color: #FFF;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-top: 8px;
}

.worryCards {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.worryCard {
    text-align: center;
    padding: 48px 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.worryCard img {
    width: 56px;
}

.worryCard h3 {
    margin-top: 24px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    min-height: 50px;
}

.worryCard p {
    margin-top: 24px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
/*最佳实践*/
.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: #f7f9fa;
    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-1.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-qa {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #E3E5E6;
}

.n-qa div:first-child {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
}

.n-qa div:last-child {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#contactus{
    padding: 40px 0;
    background-image: url("../RJ-img/contact-bg.webp");
    background-size: cover;
    margin-bottom: 60px;
}
#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!important;
    color: #FFF!important;
}
.primary-btn{
    display: inline-block;
    color: #FFF!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 48px;
    background: #E60039;
}
#anli{
    text-align: center;
}
#anli .primary-btn{
    margin-top: 48px;
}
#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;
}
.whiteBtn{
    background-color: #FFFFFF!important;
    color: #E60039!important;
}

@media screen and (max-width:1540px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-project-info {
        margin-top: 128px;
    }
    .n-framework-cont {
        width: 1200px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1200px)/2);
        width: 750px;
    }
    .n-banner-text h1 {
        font-size: 42px;
    }
    .n-banner-text h2 {
        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;
    }
    .n-challenge-card {
        width: 282px;
    }
    .n-card-content {
        padding: 18px;
    }
    .n-card-desc {
        margin-top: 12px;
    }
    .n-tondian-card {
        width: 226px;
    }
    .n-scene-card {
        width: 588px;
    }
    #value .content-2 {
        margin-top: 100px;
    }
    .n-tab {
        margin-top: 40px;
    }
    #value img {
        margin-top: 40px;
    }
    #value h3 {
        font-size: 32px;
    }
    #contactus .primary-btn {
        width: 320px;
    }
    .n-page-desc{
        width: 1200px;
        margin: 16px auto 0;
    }
    .n-anli-card {
        width: 382px;
    }
    .n-anli-desc {
       font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    .n-framework-cont {
        width: 1080px;
    }
    .n-page-desc{
        width: 1080px;
        margin: 16px auto 0;
    }
    #value p {
        width: 1000px;
    }
    /* 通用 */
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        width: 1080px;
    }
    .n-project-info {
        margin-top: 108px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1080px)/2);
        width: 630px;
    }
    .n-nav-content {
        width: 1080px;
    }
    .n-banner-text h1 {
        font-size: 38px;
    }
    .n-challenge-card {
        width: 255px;
    }
    .n-card-content {
        padding: 16px;
    }
    .n-card-title {
        font-size: 18px;
    }
    .n-card-desc {
        font-size: 14px;
        margin-top: 12px;
    }
    .n-card-desc {
        margin-top: 12px;
    }
    .n-tondian-card {
        width: 200px;
    }
    .n-scene-card {
        width: 528px;
    }
    .n-scene-content {
        padding: 16px;
    }
    .n-scene-title {
        font-size: 18px;
    }
    .n-scene-desc {
        font-size: 14px;
    }
    .n-tongdian-title {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .n-tongdian-desc {
        font-size: 14px;
    }
    #value h3 {
        font-size: 28px;
    }
    .worryCard p {
        margin-top: 16px;
        font-size: 14px;
    }
    .worryCard h3 {
        font-size: 18px;
        min-height: 45px;
    }
    .worryCard {
        padding: 24px;
    }
    .resourceText h3 {
        font-size: 16px;
    }
    .n-anli-card {
        width: 344px;
    }
}

@media screen and (max-width:768px) {
    .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;
    }
    #anli .primary-btn{
        margin-top: 24px;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: #DFE5EB;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
        background: #DFE5EB;
    }
    .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-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 40px 24px 0 24px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text h2 {
        font-size: 14px;
    }
    .n-banner-text p {
        margin-top: 12px;
    }
    .n-page-title {
        padding: 0 20px;
        font-size: 22px;
    }
    .n-project-info {
        margin-top: 90px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .whiteBtn {
        background: #E60039!important;
        padding: 6px 18px;
        color: #FFF!important;
        font-size: 14px;
        border-radius: 4px;
    }
    .n-page-content {
        margin: 40px auto 0 auto;
    }
    #fuwu {
        margin-bottom: 40px;
    }
    #tongdian {
        margin-bottom: 0px;
    }
    #fuwu .n-page-content,
    #tongdian .n-page-content {
        flex-wrap: wrap;
    }
    .n-challenge-card {
        width: 100%;
        margin-bottom: 24px;
    }
    .n-card-content {
        position: static;
    }
    .n-card-desc {
        display: block;
        font-size: 16px;
        margin-top: 10px;
    }
    .n-card-content {
        padding: 12px;
    }
    .blueBg {
        padding: 40px 0 40px 0;
    }
    .n-tondian-card {
        width: 47%;
        margin-bottom: 36px;
    }
    .n-tondian-card img {
        width: 72px;
    }
    .n-tongdian-content {
        padding: 24px 0px 0px;
    }
    .n-tongdian-title {
        font-size: 16px;
    }
    .n-tongdian-desc {
        font-size: 12px;
    }
    #tongdian {
        padding: 40px 0 20px 0;
    }
    #value h3 {
        font-size: 22px;
    }
    .n-tab {
        margin-top: 24px;
    }
    .n-tab div {
        font-size: 14px;
        padding: 8px 12px;
    }
    #value .content-2 {
        margin-top: 48px;
    }
    .n-scene-content {
        padding: 8px 12px;
    }
    .n-scene-title {
        font-size: 16px;
    }
    .n-scene-desc {
        font-size: 12px;
        margin-top: 4px;
    }
    #speBg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}

#example {
    width: 100% !important;
    table-layout: fixed;
}

.DTFC_LeftWrapper th,
.DTFC_LeftWrapper td {
    background: #FFF;
}

.DTFC_LeftWrapper td {
    color: #292929;
    font-size: 14px;
    font-weight: 700;
}

#example th,
#example td {
    width: 216px!important;
    text-align: center;
    text-align: left;
    background: #FFF;
    padding: 24px;
}

#example td {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
}

.resourceCont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.resourceCard {
    position: relative;
    background: #F7F9FA;
}

.resourceText {
    padding: 16px;
}

.resourceText h3 {
    color: #292929;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    min-height: 81px;
}

.resourceText i {
    display: block;
    color: #6A6B6D;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    margin-top: 16px;
}

.commLink {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.commLink::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/arrowLink.svg);
    background-size: cover;
    margin-left: 8px;
}

.resourceImg {
    overflow: hidden;
}

.resourceCard:hover .resourceImg img {
    transform: scale(1.1);
    transition: transform .32s linear;
}

.resourceCard a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dataTables_scrollBody::-webkit-scrollbar {
    height: 6px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #F1F3F5;
    border-radius: 5px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #d5d5d5;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .dataTables_wrapper {
        -webkit-overflow-scrolling: touch;
    }
    #example {
        width: auto !important;
    }
    #example td {
        padding: 4px 8px;
        font-size: 12px;
    }
    .worryCards {
        grid-template-columns: repeat(1, 1fr);
    }
    .worryCard h3 {
        min-height: unset;
    }
    .n-framework-cont {
        width: calc((100% - 40px));
    }
    .matchLink {
        display: none;
    }
    .n-page-desc {
        padding: 0 20px;
    }
    #value p {
        width: 100%;
        padding: 0 20px;
    }
    .resourceCont {
        grid-template-columns: repeat(1, 1fr);
    }
    .resourceText h3 {
        min-height: unset;
    }
    .productImg p {
        font-size: 12px;
        padding: 0 4px;
    }
    .productImg img {
        width: 60px;
    }

    #contactus {
        padding: 40px 0px;
        background-size: 100% 100%;
        margin-bottom: 0px;
    }
    #contactus .n-page-content {
        flex-wrap: wrap;
        
    }
    .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;
    }
    .show-m{
        display: block;
    }
    .show-pc,.n-video-img{
        display: none!important;
    }
}