* {
    margin: 0;
    padding: 0;
}

html {
    overflow: -moz-hidden-unscrollable;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    width: 100vw;
    overflow: auto;
}

.n-item {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.zoomBtn,.n-tabs_m{
    display: none;
}

/* 顶部导航栏 */
.ys_header {
    position: absolute;
    top: 0;
}
.n-pc-nav {
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.n-menu {
    height: 100%;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.n-menu-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.n-menu-left li a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #D5D5D5;
}

.n-menu-left li a:hover {
    color: #DA0030;
}

.n-menu-left li:first-child a img {
    margin-top: -2px;
}

.n-menu-left li::after {
    content: '>';
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #D5D5D5;
    margin: 0 10px;
}

.n-menu-left li:last-child a {
    padding-top: 1px;
    color: #D5D5D5;
}

.n-menu-left li:last-child::after {
    display: none;
}

.n-menu-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.n-menu-right li {
    font-weight: 400;
    font-size: 14px;
    color: #D5D5D5;
    margin-right: 24px;
    cursor: pointer;
}

.n-menu-right li:last-child {
    margin-right: 0;
}

.n-menu-right .n-nav-active {
    color: #FFFFFF;
    font-weight: 700;
    border-bottom: 1px solid #DA0030;
}

/* 通用样式 */
.n-project-page {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#n-mainSwiper {
    width: 100vw;
    height: 100vh;
}
.n-page-title h2 {
    font-weight: 700;
    font-size: 48px;
}
.n-page-desc{
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    margin-top: 16px;
}
.n-page-content {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 1400px;
    left: calc((100% - 1400px)/2);
    text-align: center;
}
.n-page-box{
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n-page-box img {
    width: 100%;
}
.n-tab{
    border-left: 1px solid #D5D5D5;
    padding: 20px 0;
    text-align: left;
    width: 332px;
    height: fit-content;
}
.n-tab div{
    padding: 24px 16px;
    margin-left: -1px;
    cursor: pointer;
}
.n-tab h4{
    font-size: 24px;
    font-weight: 700;
    color: #2A2B2E;
    line-height: 150%; /* 24px */
}
.n-tab p{
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 36px */
    padding-top: 16px;
    display: none;
}
.n-tab p span{
    color: #9B9FA8;
    font-size: 14px;
}
.active-tab{
    border-left: 3px solid #0175E8;
}
.active-tab h4{
    background: linear-gradient(to right, #0066FF, #0097FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.active-tab p{
    display: block;
}
.n-tab-content{
    width: 1000px;
}

.n-nav {
    display: none;
    position: relative;
    top: 0;
    height: 60px;
    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-weight: 400;
    font-size: 14px;
    color: #2A2B2E;
    cursor: pointer;
    line-height: 24px;
}

.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: #2A2B2E;
    font-weight: 400;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}
/* page1 */
.banner-m{
    display: none;
}
.n-page1-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    width: fit-content;
    left: calc((100% - 1400px)/2);
    z-index: 1;
    width: 800px;
}

.n-page1-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
}

.n-page1-title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin: 12px 0 24px;
}
.n-page1-title p{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 60px;
}

.n-page1-btn {
    display: inline-block;
    padding: 12px 40px;
    background: #DA0030;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 24px;
    color: #FFFFFF;
}
.n-page1-whitebtn{
    color: #DA0030;
    background: #FFFFFF;
}
.n-page1-btn:hover{
    color: #FFFFFF;
    background-color:#CC002D ;
}

.n-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    font-size: 14px;
    color: #FFFFFF;
}

.n-arrow img {
    margin-top: 10px;
    animation: n-arrow-ani 1.5s ease-in-out infinite;
}

@keyframes n-arrow-ani {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}


/* page2 */
#n-page2 .n-page-title {
    color: #2A2B2E;
}

.n-box{
    margin-top:64px;
    display: flex;
    gap: 24px;
    filter: drop-shadow(0px 10px 40px rgba(116, 164, 200, 0.5));
}
.img-m{
    display: none;
}
.n-box h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}
.n-box h5{
    font-size: 14px;
    line-height: 150%;
}
.n-box-1{
    background-image: url(../RJ-img/2-1.webp);
}
.n-box-2{
    background-image: url(../RJ-img/2-2.webp);
}
.n-box-3{
    background-image: url(../RJ-img/2-3.webp);
}
.n-box-4{
    background-image: url(../RJ-img/2-4.webp);
    /* background:url("../RJ-img/2-4.png") no-repeat center center;transition:all .7s ease 0s!important; */
}
.n-box-hover{
    width: 608px;
    height: 680px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    background-position: center;
    transition:all .7s ease 0s;
    display: flex;
    align-items: flex-end;
}
.n-box-close{
    width: 240px;
    height: 680px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;  
    background-position: center;
    transition:all .7s ease 0s;
    display: flex;
    align-items: flex-end;
}
.n-layer{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
}
.n-box-content{
    padding: 24px;
    text-align: start;
}
.n-box-content-hover{
    width: 100%
}
.n-box-content-close{
    width: 100%
}
.n-nolayer h3,.n-nolayer h5{
    color: #FFFFFF; 
}
.n-layer h3{
    color: #FFFFFF; 
    font-weight: 400;
}
.n-layer h5{
    color: #FFFFFF;
    display: none;
}
/* page3 */
#n-page3 {
    background-image: url(../RJ-img/bg-w.webp);
}

#n-page3 .n-page-title {
    color: #2A2B2E;
}
#n-page3 .n-page-box{
    display: block;
}
.n-tab-row{
    border-bottom: 1px solid #E3E5E6;
    margin-bottom: 40px;
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    display: flex;
    justify-content: center;
}
.n-tab-row div{
    padding: 0 24px 12px;
    cursor: pointer;
}
.n-tab-row-active{
    color: #2A2B2E;
    font-weight: 700;
    border-bottom: 2px solid #E60039;
}

/* page4 */
#n-page4 {
    background-image: url(../RJ-img/bg-w.webp);
}
#n-page4 .n-page-title {
    color: #2A2B2E;
}
.page-video{
    height: 680px;
}


/* page5 */

#n-page5 {
    background-image: url(../RJ-img/bg-w.webp);
}
#n-page5 .n-page-title {
    color: #2A2B2E;
}

/* page6 */

#n-page6 {
    background-image: url(../RJ-img/bg-w.webp);
}
#n-page6 .n-page-title {
    color: #2A2B2E;
}
/* page7 */
#n-page7 {
    background-image: url(../RJ-img/bg-w.webp);
}
#n-page7 .n-page-title {
    color: #2A2B2E;
}
/*page8*/
#n-page8 .n-page-title {
    color: #2A2B2E;
}
#n-page8 .n-page-box{
    display: block;
}
.img-box{
    margin-top: 40px;
}
.img-box-content{
    height: 300px;
    overflow-y: scroll;
    text-align: left;
}
/* 自定义滚动条样式（仅 WebKit 浏览器） */
.img-box-content::-webkit-scrollbar {
    width: 8px; /* 滚动条宽度 */
}

.img-box-content::-webkit-scrollbar-track {
    background: #D5D5D5; /* 滚动条轨道背景 */
    border-radius: 4px;
}

.img-box-content::-webkit-scrollbar-thumb {
    background-color: #E60039; /* 滚动条滑块颜色 */
    border-radius: 4px;
}
.table-title{
    text-align: left;
}
.table-title img{
    width: calc(99% - 8px);
}
.img-box-content img{
    width: 99%;
}

/* 文档 */
.n-project-info {
    padding-top: 80px;
    padding-bottom: 120px;
}
.n-doc-content{
    width: 1400px;
    margin-left:calc((100% - 1400px) / 2);
}
.n-doc .n-page-title{
    color: #2A2B2E;
    text-align: center;
}
.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:repeat(2, 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 */
    font-weight: 700;
    margin:16px 0 16px;
}

.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;
}

.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;
}
.n-tab-row-doc{
    margin: 60px auto 40px;
    width: 1400px;
}

@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;
    }
}


/* 常见问题 */
.n-question {
    width: 1400px;
    margin: 0px auto 100px auto;
}

.n-question h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #292929;
}

.n-question b {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #292929;
}

.n-question h5 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #292929;
}

.n-question div:nth-child(2) {
    margin-top: 64px;
}

.n-question hr {
    margin: 18px 0;
}

@media screen and (min-width:2400px) {
    .n-page1-title {
        left: calc((100% - 1600px) / 2);
    }
    .n-page1-title h1 {
        font-size: 60px;
    }
    .n-page1-title h2 {
        font-size: 28px;
    }
    .n-page-title h2 {
        font-size: 52px;
    }
    .n-menu {
        width: 1600px;
    }
    .n-page-content {
        width: 1600px;
        left: calc((100% - 1600px) / 2);
    }
    .n-box-hover {
        width: 680px;
        height: 790px;
    }
    .n-box-close {
        width: 280px;
        height: 790px;
    }
    .n-box h3 {
        font-size: 28px;
    }
    .n-box h5 {
        font-size: 16px;
        line-height: 150%;
    }
    .n-tab {
        width: 432px;
    }
    .n-tab-content {
        width: 1100px;
    }
    .n-tab h4 {
        font-size: 28px;
    }
    .n-page1-title p {
        font-size: 18px;
    }
    .n-box h5 {
        font-size: 18px;
    }
    .n-tab p {
        font-size: 18px;
    }
    .n-doc-content {
        width: 1600px;
        margin-left: calc((100% - 1600px) / 2);
    }
    .resourceImg p {
        font-size: 20px;
    }
    .page-video {
        height: 792px;
    }
    .n-tab-row-doc{
        width: 1600px;
    }
    .n-question {
        width: 1600px;
    }
}
@media screen and (max-width:1920px) {
    .n-box {
        margin-top: 40px;
    }
    .n-page-box {
        margin-top:20px;
    }
}

@media screen and (max-width:1720px) {
    .n-page1-title {
        left: calc((100% - 1200px) / 2);
        width: 700px;
    }
    .n-tab-row-doc{
        width: 1200px;
    }
    .n-pc-nav {
        height: 50px;
    }
    .n-menu{
        width: 1200px;
    }
    .n-page-content {
        width: 1200px;
        left: calc((100% - 1200px) / 2);
    }
    .n-box {
        margin-top: 30px;
        gap: 20px;
    }
    .n-box-hover{
        width: 520px;
        height: 580px;
    }
    .n-box-close{
        height: 580px;
    }
    .n-tab-content {
        width: 800px;
    }
    .page-video {
        height: 576px;
    }
    .n-page-title h2 {
        font-size: 40px;
    }
    .n-doc-content{
        width: 1200px;
        margin-left:calc((100% - 1200px) / 2);
    }
    .resources-tab {
        margin-right: 100px;
    }
}
@media screen and (max-width:1600px) {
    .n-question {
        width: 1200px;
    }
    .n-box-hover{
        width: 520px;
        height: 530px;
    }
    .n-box-close{
        height: 530px;
    }
    .n-box {
        margin-top: 24px;
        gap: 16px;
    }
    .n-page-box {
        margin-top: 16px;
    }
    .n-tab-content {
        width: 780px;
    }
    .n-page-content {
        top: 52%;
    }
    .page-video {
        height: 560px;
    }
    .img-box-content{
        height: 220px;
    }
    .n-page-desc {
        font-size: 16px;
        margin-top: 12px;
    }
    .img-box {
        margin-top: 30px;
    }
    .n-tab-row {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 150%;
    }
    .n-tab-row div {
        padding: 0 20px 8px;
    }
}
@media screen and (max-width:1440px) {
    .n-page1-title {
        left: calc((100% - 1080px) / 2);
        width: 670px;
    }
    .n-question {
        width: 1080px;
    }
    .n-menu{
        width: 1080px;
    }
    .n-tab-row-doc{
        width: 1080px;
    }
    .n-page-content {
        width: 1080px;
        left: calc((100% - 1080px) / 2);
    }
    .n-page1-title h1 {
        font-size: 42px;
    }
    .n-page-title h2 {
        font-size: 32px;
    }
    .n-box-hover{
        width: 475px;
        height: 480px;
    }
    .n-box-close{
        height: 480px;
    }
    .n-tab div {
        padding: 16px;
    }
    .n-tab h4 {
        font-size: 20px;
    }
    .n-tab p {
        font-size: 14px;
    }
    .n-tab {
        width: 300px;
    }
    .n-tab-content {
        width: 700px;
    }
    .page-video {
        height: 502px;
    }
    .n-doc-content{
        width: 1080px;
        margin-left:calc((100% - 1080px) / 2);
    }
    .resources-tab {
        margin-right: 80px;
    }
    .resources-tab div {
        font-size: 18px;
        margin-top: 32px;
    }
    .n-box h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
    }
}
@media screen and (max-width:1280px) {
    .n-page1-title {
        left: calc((100% - 960px) / 2);
        width: 670px;
    }
    .n-question {
        width: 960px;
    }
    .n-menu{
        width: 960px;
    }
    .n-page-content {
        width: 960px;
        left: calc((100% - 960px) / 2);
    }
    .n-tab-row-doc{
        width: 960px;
    }
    .n-page1-title h1 {
        font-size: 36px;
    }
    .n-page1-title h2 {
        font-size: 20px;
    }
    .n-page1-title p {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .n-box-hover{
        height: 400px;
    }
    .n-box-close{
        height: 400px;
    }
    .n-box {
        margin-top: 18px;
    }
    .n-page-content {
        width: 960px;
        left: calc((100% - 960px) / 2);
    }
    #n-page3 img{
        width: 800px;
        margin: 0 auto;
    }
    .n-tab-content {
        width: 580px;
    }
    .n-tab h4 {
        font-size: 18px;
    }
    .n-tab p {
        font-size: 12px;
    }
    .n-tab {
        width: 300px;
    }
    .n-page-content {
        top: 54%;
    }
    .page-video {
        height: 418px;
    }
    .n-doc-content {
        width: 960px;
        margin-left: calc((100% - 960px) / 2);
    }
    .n-page-desc {
        font-size: 14px;
        margin-top: 8px;
    }
    .img-box {
        margin-top: 24px;
    }
    .img-box-content{
        height: 180px;
    }
}

@media screen and (max-width:750px) {
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        background: #DFE5EB;
        display: flex;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #DFE5EB;
        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: #2A2B2E;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 24px;
    }
    .n-nav-content ul li {
        padding: 6px 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);
    }
    .ys_header {
        height: 64px!important;
    }
    .swiper-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .swiper-slide{
        height: auto;
    }
    .swiper-slide:last-child{
        margin-bottom: 0px;
    }
    .n-item {
        height: auto;
    }
    /* 顶部导航栏 */
    .ys_header {
        position: static;
    }
    /* 通用样式 */
    .n-project-page {
        width: 100%;
        height: auto;
    }
    
    #n-mainSwiper {
        width: 100%;
        height: auto;
    }
    .n-page-content {
        position: static;
        transform: unset;
        width: 100%;
        padding: 40px 20px;
    }

    video{
        display: none;
    } 
    .banner-m{
        display: block;
        width: 100%;
    }
    .n-arrow{
        display: none;
    }
    #n-page1{
        position: relative;
    }
    .n-page1-title {
        left: 20px;
        top: 40px;
        width: calc(100% - 40px);
        transform: unset;
    }
    .n-page1-title h1 {
        font-size: 24px;
    }
    .n-page1-title h2 {
        font-size: 16px;
        margin: 8px 0 12px;
    }
    .n-page1-title p {
        margin-bottom: 24px;
        font-size: 16px;
    }
    .n-page1-whitebtn{
        display: none;
    }
    .n-page-title h2 {
        font-size: 22px;
    }
    #n-page4 .n-page-title h2,#n-page5 .n-page-title h2,#n-page6 .n-page-title h2{
        text-align: left;
    }
    .n-box {
        filter: unset;
    }
    .n-box {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .n-box-close{
        border-radius: 4px 4px 0 0;
        background-image: unset;
        height: auto;
        flex-wrap: wrap;
    }
    .n-box-hover {
        border-radius: 4px 4px 0 0;
        background-image: unset;
        height: auto;
        flex-wrap: wrap;
    }
    .img-m{
        display: block;
        width: 100%;
    }
    .n-box-content {
        padding: 12px;
        background-color: #FAFBFC;
    }
    .n-box h3 {
        font-size: 18px;
        font-weight: 400;
        color: #2A2B2E;
        padding-bottom: 10px;
    }
    .n-box h5 {
        font-size: 16px;
        color: #6A6B6D;
    }
    .n-page-box {
        margin-top: 24px;
    }
    #n-page3 img {
        width: 100%;
        margin: 0 auto;
    }
    .zoomBtn{
        display: block;
        position: absolute;
        right: 36px;
        bottom: 48px;
    }
    .n-tab{
        display: none;
    }
    .n-tab-content {
        width: 100%;
    }
    .n-doc-content {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .resources-tab {
        margin: 0px auto 24px;
    }
    .resources-tab div {
        font-size: 16px;
        margin-top: 0px;
    }
    .resourceImg p {
        font-size: 16px;
    }

    .n-tabs_m{
        display: block;
        padding: 12px 10px;
        color: #2A2B2E;
        border-bottom: 1px solid #0175E8;
        margin-bottom: 16px;
        text-align: left;
    }
    .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-tabs_m h4{
        color: #0175E8;
        font-size: 16px;
        font-weight: 700;
        line-height: 150%; /* 24px */
    }
    .n-tabs_m p{
        color: #6A6B6D;
        font-size: 12px;
        line-height: 150%; /* 18px */
        padding-top: 8px;
    }
    .n-tabs_m p span{
        color: #9B9FA8;
        font-size: 12px;
        line-height: 200%;
    }
    .n-tabs-hide_m p{
        display: none;
    }
    .n-tabs-hide_m h4{
        color: #2A2B2E;
        font-weight: 400;
    }
    .n-project-info {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .n-pc-nav{
        display: none;
    }
    .img-box{
        display: none;
    }
    .n-tab-row-doc {
        width: calc(100% - 40px);
    }
    .resources-tab{
        display: none;
    }
    .resourceInfo{
        padding-bottom: 24px;
    }
    .resourcesCont .n-tabs_m h4 {
        color: #2A2B2E;
    }
    .resourcesCont .n-tabs-hide_m {
        border-bottom: 1px solid #D5D5D5!important;
        background: #F7F9FA!important;
    }
    .resourcesCont .n-tabs_m {
        border-bottom: 1px solid #E60039;
        background: rgba(1, 117, 232, 0.05);
    }
    .n-question {
        width: 21.875rem;
        margin: 0px auto 80px auto;
    }
    .n-question b {
        font-size: .75rem;
    }
    .n-question h5 {
        font-size: .75rem;
    }
}
