* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.m-img{
    display: none;
}
.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-project-page img {
    width: 100%;
}

.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%);
}

.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text h2 {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 400;
}

.n-banner-text p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-page-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}

#valueSwiper {
    padding: 20px 0;
}

.n-value {
    position: relative;
    width: 450px;
    height: 298px;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.n-value img {
    margin-top: 48px;
    width: 64px;
}

.n-value h3 {
    position: relative;
    z-index: 5;
    margin-top: 28px;
    color: #292929;
    font-size: 20px;
    font-weight: 700;
}

.n-value p {
    position: relative;
    z-index: 5;
    margin-top: 28px;
    color: #7D7D7D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-page-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}

.n-page-desc {
    margin-top: 16px;
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.blueBg {
    padding: 120px 0;
    background: #f4f8fa;
}

.n-tab-show {
    display: none;
}

.n-tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E3E5E6;
}

.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.n-tab-active {
    color: #0175E8;
    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: #0175E8;
}
.new-value::before{
    content: '';
    right: 24px;
    top: 20px;
    position: absolute;
    height: 16px;
    width: 36px;
    background-image: url(../RJ-img/tag-new.svg);
    background-size: cover;
}

.n-tab-content {
    height: 400px;
    margin-top: 24px;
    background-color: #FFF;
}

.n-fix-content {
    display: flex;
    align-items: flex-start;
}

.fix-img {
    width: 704px;
    position: relative;
    flex-shrink: 0;
    margin-right: 60px;
}

.fix-img2 {
    width: 810px;
}

.fix-img p {
    position: absolute;
    left: 66px;
    bottom: 42px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.fix-padding {
    padding: 24px 60px;
}

.n-fix-info {
    width: 100%;
}

.n-fix-info h6 {
    text-align: left;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.n-fix-table {
    margin-top: 24px;
}

.n-fix-table li {
    width: 100%;
    display: flex;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 0;
}

.n-fix-table li::before {
    display: block;
    content: '•';
    margin: 0 12px;
}

.n-fix-table li:nth-child(odd) {
    background: rgba(24, 131, 255, 0.05);
}

.n-fix-table li span {
    color: #0175E8;
    font-weight: 700;
}

.blueBg .n-page-title {
    margin-top: 120px;
}

.blueBg .n-page-title:first-child {
    margin-top: 0;
}

.n-scenes {
    display: flex;
    gap: 24px;
}

.sceneImg {
    overflow: hidden;
}

.sceneImg img {
    transition: transform .16s linear;
}

@media screen and (min-width:990px) {
    .sceneImg:hover img {
        transform: scale(1.08);
    }
}

.n-scene {
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    padding-bottom: 24px;
}

.n-scene h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 24px;
}

.n-scene ul {
    padding: 0 24px;
    min-height: 168px;
}

.n-scene ul li {
    display: flex;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-scene ul li::before {
    display: block;
    content: '•';
    margin-right: 12px;
}

.n-scene a {
    display: inline-block;
    margin-top: 36px;
    margin-left: 24px;
    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);
}

.n-tab-content.n-products {
    gap: 24px;
    height: unset;
    display: flex;
    flex-wrap: wrap;
    background-color: unset;
}

.n-tab-content.n-products a {
    max-width: 450px;
    text-align: center;
    background-color: #FFF;
    padding: 24px;
    width: 450px;
}

.n-tab-content.n-products a img {
    margin-top: 24px;
    width: 250px;
}

.n-tab-content.n-products a i {
    display: block;
    font-style: normal;
    margin-top: 12px;
    color: #2A2B2E;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.n-tab-content.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-tab-content.n-products a span {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DA0030;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-tab-content.n-products a span::after,
.webinarText 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 0.3s ease-in-out;
}

.webinarInfo:hover span::after,
.n-tab-content.n-products a:hover span::after{
    transform: translateX(8px);
}


.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;
}

.fix2 img {
    display: none;
}

.webinarCont {
    display: flex;
    justify-content: space-between;
}

.webinarInfo {
    position: relative;
    margin-right: 24px;
}

.webinarInfo:last-child {
    margin-right: 0;
}

.webinarText {
    padding: 24px 16px;
    background: #F7F9FA;
    text-align: center;
}

.webinarText h3 {
    overflow: hidden;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    min-height: 52px;
}

.webinarDate {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webinarDate i {
    font-style: normal;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
}

.webinarText span {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DA0030;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.webinarInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.webinarImg {
    overflow: hidden;
}

.webinarImg img {
    transition: all .16s linear;
}

.webinarInfo:hover .webinarImg img {
    transform: scale(1.05);
}

#fanan .webinarText{
    padding: 16px;
    text-align: left;
}
.webinarText p{
    color:#6A6B6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding-top: 16px;
}

#fanan .webinarText span{
    justify-content: flex-start;
}
#fanan .webinarText h3{
    min-height: unset;
}
#fanan .webinarText span{
    padding: 12px 0;
}

.caseCont {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.caseInfo {
    position: relative;
    overflow: hidden;
}

.caseInfo img {
    transition: transform .16s linear;
}

.caseInfo:hover img {
    transform: scale(1.05);
}

.caseInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caseText {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    background: rgba(41, 41, 41, 0.75);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
}

.caseText h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.caseText span {
    display: none;
}
#fa-value{
    margin-right: 36px;
    position: relative;
}
#fa-value::after{
    content: '';
    right: -26px;
    top: -8px;
    position: absolute;
    height: 13px;
    width: 30px;
    background-image: url(../RJ-img/tag-new.svg);
    background-size: cover;
}


/* 相关资料 */
.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}
.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;
    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);
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
    min-height: 60px;
    font-weight: 700;
}

.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 {
    margin-top: 16px;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImg i {
    display: block;
    margin-top: 12px;
    font-style: normal;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.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(../RJ-img/link.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;
    }
}

@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;
    }
}
.transparent-commonlink {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
}

.transparent-commonlink::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/link.svg);
    background-size: cover;
    margin-left: 8px;
    transition: transform .16s linear;
}
@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}

/* 常见问答 */
#qaSection {
    padding-bottom: 120px;
}

#qaSection .n-page-content {
    margin-top: 60px;
}

.n-qa {
    padding-top: 32px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.50);
    padding-bottom: 32px;
}

.n-ask {
    color: #292929;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
}

.n-answer {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

@media screen and (max-width:1440px) {
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .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-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-value img {
        margin-top: 32px;
        /* width: 54px; */
    }
    .n-value {
        width: 100%;
    }
    .n-project-info {
        margin-top: 138px;
    }
    .n-page-content {
        margin: 48px auto 0 auto;
    }
    .n-page-desc {
        margin-top: 12px;
        font-size: 16px;
    }
    .blueBg {
        padding: 100px 0;
    }
    .n-tab div {
        font-size: 16px;
    }
    .fix-img {
        width: 598px;
    }
    .fix-padding {
        padding: 20px 48px;
    }
    .n-fix-info h6 {
        font-size: 16px;
    }
    .n-fix-table li {
        font-size: 14px;
    }
    .n-tab-content {
        height: 340px;
    }
    .n-fix-table {
        margin-top: 16px;
    }
    .fix-img p {
        left: 52px;
        bottom: 36px;
        font-size: 16px;
    }
    .n-scene h3 {
        font-size: 16px;
        padding: 20px;
    }
    .n-scene ul li {
        font-size: 14px;
    }
    .n-scene ul {
        min-height: 147px;
        padding: 0 20px;
    }
    .n-scene a {
        margin-left: 20px;
    }
    .n-tab-content.n-products a {
        max-width: 386px;
    }
    .n-tab-content.n-products {
        gap: 20px;
    }
    .n-tab-content.n-products a img {
        margin-top: 0;
        width: 215px;
    }
    .fix2 img {
        display: block;
    }
    .caseText {
        padding: 20px;
    }
    .caseText h3 {
        font-size: 16px;
    }
    .webinarText h3 {
        font-size: 18px;
        min-height: 48px;
    }
    .webinarDate {
        margin-top: 20px;
    }
    .webinarText p{
        min-height: 74px;
    }
    .new-value::before{
        top: 16px;
        width: 32px;
        height: 14px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-text h1 {
        font-size: 32px;
    }
    .n-banner-text h2 {
        font-size: 16px;
    }
    .n-banner-text p {
        margin-top: 16px;
    }
    .n-banner-text {
        left: calc((100% - 1024px)/2);
    }
    .n-banner-text a {
        margin-top: 20px;
    }
    .n-nav-content {
        width: 1024px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-project-info {
        margin-top: 116px;
    }
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        margin: 42px auto 0 auto;
        width: 1024px;
    }
    .n-value h3 {
        font-size: 18px;
    }
    .n-value p {
        font-size: 14px;
    }
    .n-value {
        height: 274px;
    }
    .blueBg {
        padding: 85px 0;
    }
    video {
        mix-blend-mode: darken;
    }
    .n-tab-content {
        height: 294px;
    }
    .fix-img {
        width: 508px;
        margin-right: 32px;
    }
    .fix-padding {
        padding: 16px 40px;
    }
    .n-fix-info h6 {
        font-size: 14px;
    }
    .n-fix-table li {
        padding: 8px 0;
        font-size: 12px;
    }
    .blueBg .n-page-title {
        margin-top: 84px;
    }
    .n-scene ul {
        min-height: 189px;
    }
    .n-tab-content.n-products a {
        max-width: 328px;
    }
    .n-tab-content.n-products a img {
        max-width: 184px;
    }
    .n-tab-content.n-products a p {
        font-size: 14px;
    }
    .n-tab-content.n-products a span {
        font-size: 14px;
    }
    .n-tab-content.n-products a span::after {
        width: 20px;
        height: 20px;
    }
    .webinarInfo {
        margin-right: 20px;
    }
    .caseCont {
        gap: 20px;
    }
    .webinarText span {
        font-size: 14px;
    }
}

@media screen and (max-width:860px) {
    .n-banner-text h1 {
        font-size: 28px;
    }
    .n-banner-text h2 {
        font-size: 14px;
    }
    .n-banner-text p {
        margin-top: 8px;
        font-size: 12px;
    }
}

@media screen and (max-width:1068px) {
    .n-banner-text {
        left: calc((100% - 750px)/2);
    }
    .n-nav-content {
        width: 750px;
    }
    .n-page-content {
        margin: 30px auto 0 auto;
        width: 750px;
    }
    .n-value img {
        width: 48px;
    }
    .n-value p {
        margin-top: 20px;
    }
    .n-value {
        height: 260px;
    }
    .n-project-info {
        margin-top: 84px;
    }
    .n-page-title {
        font-size: 24px;
    }
    .n-page-desc {
        font-size: 14px;
    }
    .n-tab div {
        font-size: 14px;
    }
    .n-fix-content {
        flex-wrap: wrap;
    }
    .n-tab-content {
        height: unset;
    }
    .fix-img {
        margin-right: 0;
        width: 100%;
    }
    .fix-img p {
        left: 24px;
        bottom: 24px;
    }
    .n-fix-info h6 {
        margin-top: 24px;
        font-size: 16px;
    }
    .n-fix-table li {
        font-size: 10px;
    }
    .n-fix-info h6 br {
        display: none;
    }
    .n-tab-content video {
        display: none;
    }
    .fix2 {
        text-align: center;
    }
    .n-tab-content img {
        width: 57%;
    }
    .n-tab-content {
        height: unset;
        text-align: center;
    }
    .n-fix-content img {
        width: 100%;
    }
    .n-scenes {
        flex-wrap: wrap;
    }
    .n-scene {
        width: calc(50% - 12px);
    }
    .n-scene ul {
        min-height: 147px;
    }
    .n-tab-content.n-products a {
        max-width: calc(50% - 12px);
    }
    .webinarCont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .webinarInfo {
        margin-right: 0;
    }
    .webinarText {
        padding: 20px 16px;
    }
    .caseText {
        padding: 12px;
    }
    .caseText h3 {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    #qaSection {
        margin-top: 0px;
    }
    #qaSection .n-page-content {
        margin-top: 12px;
    }
    .pc-video{
        display: none;
    }
    .m-img{
        display: block;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: #FFF;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
    }
    .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);
    }
    .whiteBtn {
        background: #DA0030;
        padding: 6px 18px;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 40px 24px 0 24px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h2 {
        font-size: 20px;
    }
    .n-banner-text p {
        margin-top: 16px;
    }
    .n-page-title {
        font-size: 18px;
    }
    .n-project-info {
        margin-top: 45px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .n-tabs {
        position: relative;
    }
    .n-tab-show {
        display: flex;
        align-items: center;
        color: #2A2B2E;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        padding-bottom: 12px;
        border-bottom: 1px solid #D5D5D5;
    }
    .n-tab {
        flex-wrap: wrap;
        justify-content: start;
        z-index: 5;
        display: none;
    }
    .n-tab div {
        width: 100%;
        text-align: left;
        padding: 12px 0;
    }
    .n-tab div br {
        display: none;
    }
    .n-tab-show::after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url(../RJ-img/arrow.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 6px;
    }
    .n-page-desc {
        padding: 0 20px;
    }
    .n-tab-content img {
        width: 100%;
    }
    .n-scene {
        width: 100%;
    }
    .n-scene h3 {
        padding: 16px 20px;
    }
    .n-scene ul {
        min-height: unset;
    }
    .n-scene a {
        margin-top: 18px;
        height: 40px;
        padding: 10px 24px;
        font-size: 14px;
    }
    .n-tab-content.n-products {
        gap: 12px;
    }
    .n-tab-content.n-products a img {
        width: 100%;
    }
    .n-tab-content.n-products a {
        padding: 12px 12px 24px 12px;
    }
    #valueSwiper {
        padding-bottom: 40px;
    }
    .n-tab div.n-tab-active::after {
        display: none;
    }
    .n-page-title {
        padding: 0 20px;
    }
    .webinarText p{
        font-size: 14px;
        padding-top: 16px;
    }
}

@media screen and (max-width:600px) {
    .caseCont {
        grid-template-columns: repeat(1, 1fr);
    }
    .caseText {
        padding: 20px;
        position: unset;
        background: #FFF;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
    }
    .caseText span {
        margin-top: 32px;
        display: block;
        color: #E60039;
        font-size: 16px;
        font-weight: 400;
        line-height: 125%;
    }
    .caseText h3 {
        color: #292929;
        font-size: 18px;
    }
    .webinarText h3 {
        min-height: unset;
    }
}

@media screen and (max-width:560px) {
    .webinarCont {
        grid-template-columns: repeat(1, 1fr);
    }
    .webinarText h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    .n-banner-text h1 {
        font-size: 20px;
    }
    .n-banner-text h2 {
        font-size: 16px;
    }
    .n-banner-text {
        padding: 24px 20px 0 20px;
    }
    .caseText h3 {
        font-size: 16px;
    }
    .caseText span {
        font-size: 14px;
    }
    #fa-value::after{
        left: 76px;
        top: 4px;
    }

}