* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.br{
    display: none;
}
.dot{
    display: inline-block;
}
.n-video-bg-m{
    display: none;
}

.zoomBtn,.n-tabs_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;
}
.blueBg {
    padding: 80px 0 80px 0;
    background: #FAFBFC;
    margin-top: 0px;
}
/* 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;
    font-weight: 700;
}

.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;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 660px;
}
.n-banner-text h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text h2 {
    margin-top: 12px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
}

.n-banner-text p {
    margin-top: 24px;
    color: #FFFFFF;
    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: 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: 120px;
}
.n-challenge{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.n-challenge-card{
    border-radius: 4px;
    width: 332px;
    position: relative;
}
.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-value-content{
    height: 640px;
    display: flex;
    gap: 2px;
}
.n-tab{
    width: 450px;
    display: flex;
    gap: 1px;
    flex-direction: column;
}
.n-tab div{
    padding: 48px 32px;
    background-color: #E4E8EB;
    cursor: pointer;
}
.n-tab h4{
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
}
.value-video{
    display: flex;
    flex-direction: column;
    padding: 28px 34px;
    gap: 24px;
}
.video-box{
    position: relative;
}
.video-box img{
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
}
.n-tab p{
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 12px;
    display: none;
}
.n-active-tab{
    background-color: #FFFFFF!important;
    border-left: 2px solid #E60039;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 640px;
}
.n-active-tab p{
    display: block;
}
.n-active-tab h4{
    color: #2A2B2E;
}
.n-tab-box{
    width: 948px;
    background-color: #FFFFFF;
}
.n-apply{
    height: 120px;
    display: flex;
    background: #0175E8;
    gap: 48px;
    align-items: center;
    justify-content: center;
}
.n-apply p{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.apply-btn{
    padding: 12px 32px;
    border-radius: 4px;
    background: #FFF;
    backdrop-filter: blur(2.5px);
    color: #0175E8;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.apply-btn:hover{
    color: #FFFFFF;
    background-color: #E60039;
}

/*产品*/
.n-prodect-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.n-product-card img{
    border-radius: 4px 4px 0 0;
}
.n-product-content{
    padding: 24px;
    background-color: #FAFBFC;
    border-radius: 0 0 4px 4px;
    height: 430px;
}
.n-product-title{
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%; /* 25px */
}
.n-product-desc{
    color:#6A6B6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 12px 0 32px 0;
}
.n-product-content ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.n-product-content li{
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.n-product-content li:hover{
    color: #E60039;
}
.n-product-content img{
    width: 24px;
    float: right;
}
/* 案例 */
.n-al-content{
    width: 100%;
}
.n-al-box{
    position: relative;
}
.n-al-text{
    position: absolute;
    top: 48px;
    left: 48px;
    width: 424px;
}
.n-al-text p{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */ 
    padding-bottom: 12px;
}
.n-al-text span{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.al-pag{
    display: flex;
    justify-content: center;
    margin-top: 48px;
    gap: 24px;
}
.prev,.next{
    width: 72px!important;
    cursor: pointer;
}

.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: 180px;
}

.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-radius: 4px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0px 6px 20px 0px rgba(213, 219, 228, 0.50);
    cursor: pointer;
}

.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;
    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;
}

.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;
}

.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(../RJ-img/videoPlay.svg);
    z-index: 3;
}
.resourceImg:hover .resourceImgCover::after{
    background-image: url(../RJ-img/videoPlay-hover.svg);
}

.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::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) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}

@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:first-child{
    padding: 0px 0 36px;
}
.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;
}
@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: 580px;
    }
    .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;
    }
    .primary-btn {
        height: 48px;
    }
    .n-challenge-card {
        width: 282px;
    }
    .n-value-content {
        height: 572px;
    }
    .n-tab {
        width: 350px;
    }
    .n-tab-box {
        width: 848px;
    }
    .n-tab h4 {
        font-size: 18px;
    }
    .n-al-content {
        width: 100%;
    }
    .n-product-content {
        height: 460px;
    }
    .n-al-text span {
        font-size: 14px;
    }
    .n-al-text {
        width: 350px;
    }
}
@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: 520px;
    }
    .n-nav-content {
        width: 1080px;
    }
    

    .n-challenge-card {
        width: 262px;
    }
    .n-value-content {
        height: 532px;
    }
    .n-tab {
        width: 290px;
    }
    .n-tab-box {
        width: 788px;
    }
    .n-tab div {
        padding: 32px 24px;
    }
    .n-tab h4 {
        font-size: 16px;
    }
    .n-tab p {
        font-size: 14px;
    }
    .n-al-content {
        width: 100%;
    }
    .n-product-content {
        height: 460px;
    }
    .n-al-text span {
        font-size: 14px;
    }
    .n-al-text {
        width: 350px;
    }
    .n-product-content li {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .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 {
        font-size: 14px;
    }
    .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;
        position: relative;
    }
    .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;
        font-weight: 700;
    }
    .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;
    }
    .n-card-title {
        font-size: 18px;
    }
    .n-challenge-card:last-child{
        margin-bottom: 0;
    }
    .zoomBtn{
        display: block;
        position: absolute;
        right: 36px;
        bottom: 16px;
    }
    .n-tab{
        display: none;
    }
    .n-tab-box {
        width: 100%;
        background: #FAFBFC;
    }
    .n-value-content {
        height: auto;
    }
    .n-tab-content{
        margin-bottom: 12px;
    }
    .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: #E4E8EB;
    }
    .n-tabs_m img{
        width: 24px;
        float: right;
    }
    .arrow-hide-m{
        transform: rotate(270deg);
    }
    .n-value-content video,.video-box{
        display: none;
    }
    .n-video-bg-m{
        display: block;
    }
    .n-apply{
        height: 145px;
        flex-direction: column;
        gap: 24px;
    }
    .n-prodect-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .n-product-content {
        height: auto;
    }
    .swiper-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .swiper-slide{
        height: auto;
        margin-bottom: 24px;
        opacity: 1!important;
    }
    .swiper-slide:last-child{
        margin-bottom: 0px;
    }
    .al-pag{
        display: none;
    }
    .n-al-text {
        width: 300px;
        top: 24px;
        left: 16px;
    }
    .n-al-text span {
        font-size: 16px;
    }
}