* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.n-banner {
    position: relative;
}

.n-banner img {
    width: 100%;
}

.n-banner-content {
    position: absolute;
    height: calc(100% - 60px);
    width: 1400px;
    left: calc((100% - 1400px)/2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}

.n-banner-content h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
}

.n-banner-content h2 {
    margin-top: 12px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
}

.n-banner-content p {
    margin-top: 24px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-btns {
    margin-top: 36px;
    font-size: 0;
    display: flex;
}

.n-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    width: 154px;
    height: 48px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 4px;
    cursor: pointer;
}

.n-btns .redBtn {
    background: #DA0030;
    color: #FFFFFF;
}


.n-btns .whiteBtn {
    color: #DA0030;
    background: #FFFFFF;
    margin-right: 24px;
}

/* .n-btns .whiteBtn::before {
    background-image: url(/fa/ykt/20230423/RJ-img/icon2.svg);
} */

.n-btns a:first-child {
    margin-right: 24px;
}

.n-nav {
    position: relative;
    margin-top: -60px;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    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: #D5D5D5;
    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 .n-nav-content .n-nav-active {
    color: #FFFFFF;
    font-weight: 700;
    cursor: default;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.nav-show {
    display: none;
}

.n-page-info {
    text-align: center;
}

.n-page-title {
    text-align: center;
    color: #292929;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-top: 120px;
}

.n-page-desc {
    margin-top: 12px;
    color: #292929;
    font-size: 26px;
    font-weight: 400;
    line-height: 150%;
}

.n-page-content {
    position: relative;
    width: 1400px;
    margin: 60px auto 0 auto;
    padding-bottom: 120px;
}

.n-project-page img {
    width: 100%;
}

.n-challenges {
    padding-bottom: 20px;
}

.n-challenge {
    width: 450px;
    height: 460px;
    margin-right: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.n-challenge:last-child {
    margin-right: 0;
}

.n-challenge-title {
    margin-top: 24px;
    color: #292929;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 0 24px;
}

.n-challenge-title span {
    color: #026DF7;
}

.n-challenge-name {
    margin-top: 4px;
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 24px;
}

.n-challenge p {
    text-align: center;
    margin-top: 12px;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 20px 24px 20px;
}

.n-solution {
    position: relative;
}

.n-soultion-title {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 10px 50px;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50px;
    background: linear-gradient(179deg, #0097FF 0%, #06F 100%);
}

.n-solution-desc {
    top: 504px;
    position: absolute;
}

.n-solution-desc h6 {
    color: #292929;
    font-size: 20px;
    font-weight: 600;
}

.n-solution-desc p {
    margin-top: 4px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#solutionDesc1 {
    left: 188px;
}

#solutionDesc2 {
    left: 920px;
}

.n-solution-prev,
.n-solution-next {
    position: absolute;
    top: 38%;
    cursor: pointer;
}

.n-solution-prev {
    left: -8%;
}

.n-solution-next {
    right: -8%;
}

.n-value {
    width: 450px;
    position: relative;
}

.n-value-desc {
    position: absolute;
    top: 328px;
    width: 100%;
    left: 0;
}

.n-value-desc h6 {
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.n-value-desc ul {
    margin-top: 6px;
}

.n-value-desc ul li {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-value-bottom {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 50px;
    background: linear-gradient(179deg, #0097FF 0%, #06F 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.n-scenes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-scene {
    position: relative;
    width: 688px;
}

.n-scene:nth-child(n+3) {
    margin-top: 24px;
}

.n-scene-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 108px;
    background-color: rgba(41, 41, 41, .5);
    text-align: left;
    color: #FFFFFF;
    padding: 24px 0 0 24px;
    box-sizing: border-box;
}

.n-scene-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.n-scene-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-scene-tag {
    color: #292929;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    padding: 6px 12px;
    left: 12px;
    top: 12px;
    border-radius: 4px;
    background: rgba(246, 246, 246, 0.80);
}

.n-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n-product {
    width: 450px;
    height: 400px;
    background-color: #FFFFFF;
    text-align: center;
}

.n-product:last-child {
    margin-top: 24px;
}

.n-product span {
    display: block;
    color: #292929;
}

.n-product img {
    width: 250px;
}

.n-product-name {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.n-product-desc {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-product p {
    margin-top: 24px;
    color: #0094FF;
    font-size: 14px;
    font-weight: 400;
}

.mediaContent {
    display: flex;
    justify-content: space-between;
}

.n-media {
    position: relative;
    width: 688px;
}

.n-media a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.n-media p {
    bottom: 24px;
    left: 24px;
    position: absolute;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-right: 68px;
    text-align: left;
}

.n-media-link {
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.n-project-page .swiper-button-disabled {
    opacity: 0.5;
}

@media screen and (min-width:750px) {
    .n-media:hover .n-media-link {
        animation: linkAni .8s ease-in-out forwards;
    }
    @keyframes linkAni {
        50% {
            transform: translateX(12px);
        }
        100% {
            transform: translateX(0px);
        }
    }
}

.n-qa {
    text-align: left;
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.n-qa:first-child {
    margin-top: 0;
}

.n-qa:last-child {
    border-bottom: none;
}

.n-question {
    color: #292929;
    font-size: 16px;
    font-weight: 700;
}

.n-answer {
    margin-top: 12px;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
}

.n-tabs {
    display: flex;
    justify-content: center;
}

.n-tabs div {
    display: inline-block;
    border-bottom: 1px solid rgba(56, 80, 117, 0.50);
    color: #385075;
    font-size: 16px;
    font-weight: 400;
    padding: 0 24px 8px 24px;
    cursor: pointer;
}

.n-tabs .n-tab-active {
    border-bottom: 3px solid #01A0E8;
    font-weight: 700;
    pointer-events: none;
}

.n-preformances {
    width: 1248px;
    margin: 56px auto 0 auto;
}

.n-preformance {
    width: 400px;
}

.n-preformance-head {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(179deg, #0097FF 0%, #06F 100%);
    width: 100%;
    height: 52px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}

.n-tab-content {
    position: relative;
    margin-top: 48px;
    height: 600px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.n-preformance-main {
    position: relative;
    color: #292929;
}

.n-preformance-main span {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.n-preformance-main p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-preformance-before,
.n-preformance-now {
    position: absolute;
    width: 100%;
}

.n-preformance-before {
    top: 12px;
}

.n-preformance-now span {
    color: #0094FF;
}

.n-preformance-now {
    top: 230px;
}

.computingContent {
    width: 1328px;
    margin: 0 auto;
}

.n-computing {
    position: relative;
    width: 652px;
    margin-top: 132px;
}

.n-computing-desc {
    position: absolute;
    top: 364px;
    width: 100%;
}

.n-computing-desc h6 {
    color: #292929;
    font-size: 20px;
    font-weight: 600;
}

.n-computing-desc p {
    margin-top: 4px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-blue-bg {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 50px;
    background: linear-gradient(179deg, #0097FF 0%, #06F 100%);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}

.n-content-title {
    text-align: center;
    position: absolute;
    top: 34px;
}

.n-content-title p {
    margin-top: 8px;
    color: #292929;
    font-size: 22px;
    font-weight: 400;
}

#fix-content .n-page-content {
    padding-bottom: 0;
}

.taskContent {
    width: 1248px;
    margin: 0 auto;
}

.n-task {
    margin-top: 88px;
    width: 400px;
    position: relative;
    text-align: center;
}

.n-task-desc {
    position: absolute;
    top: 350px;
    width: 100%;
    color: #292929;
}

.n-task-desc span {
    font-size: 20px;
    font-weight: 700;
}

.n-task-desc p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.taskContent .swiper-slide:last-child .n-task-desc span {
    color: #0094FF;
}

.n-task-title {
    color: #292929;
    position: absolute;
    top: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#platformContent {
    padding-bottom: 120px;
}

.expansionContent {
    width: 1328px;
    margin: 0 auto;
}

.n-expansion {
    position: relative;
    margin-top: 60px;
    width: 646px;
}

.n-expansion-head {
    width: 100%;
}

.expansionContent .swiper-slide:first-child .n-expansion-head {
    background: #E9F1F6;
    color: #292929;
}

.n-expansion-head {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: linear-gradient(179deg, #0097FF 0%, #06F 100%);
}

.n-expansion-content {
    position: absolute;
    top: 344px;
    left: 24px;
    text-align: left;
}

.expansionContent .swiper-slide:first-child .n-expansion-title {
    color: #292929;
}

.n-expansion-title {
    color: #0094FF;
    font-size: 18px;
    font-weight: 700;
}

.n-expansion-content ul {
    margin-top: 12px;
    margin-left: 20px;
}

.n-expansion-content ul li {
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    line-height: 200%;
}

.diskContent {
    width: 1274px;
    margin: 98px auto 0 auto;
}

.n-disk-title {
    color: #292929;
    font-size: 20px;
    font-weight: 600;
}

.n-disk img {
    margin-top: 12px;
}

.n-disk-desc1 li {
    color: #7D7D7D;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    list-style: disc;
    margin-left: 20px;
    margin-top: 14px;
}

.n-disk p {
    color: #7D7D7D;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

.n-disk p span {
    font-weight: 600;
}

.n-disk p:nth-of-type(1) {
    margin-top: 14px;
}

.n-disk p:nth-of-type(2) {
    border-bottom: 1px solid rgba(56, 80, 117, 0.20);
    padding-bottom: 14px;
}

.n-disk-desc2 {
    margin-top: 14px;
}

.n-disk-desc2 strong {
    color: #0094FF;
    font-weight: 600;
}

.n-disk-desc2 span {
    font-weight: 600;
}

.n-disk-desc2 li {
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    text-align: left;
    list-style: disc;
    margin-left: 20px;
}

.n-erupt {
    position: relative;
}

.n-erupt-bottom {
    position: absolute;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
}

.n-erupt-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, #0097FF 0%, #06F 100%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.erupt-left {
    width: 512px;
}

.n-erupt:last-child {
    margin-top: 24px;
}

.erupt-right {
    width: 490px;
}

.eruptContent {
    width: 1130px;
    margin: 120px auto 0 auto;
}

.erupt-left:last-child .n-erupt-desc {
    font-size: 12px;
}

.erupt-left:last-child .n-erupt-bottom {
    bottom: -20px;
    height: 20px;
}

.expandContent {
    width: 1328px;
    margin: 94px auto 0 auto;
}

.n-expand {
    position: relative;
    width: 652px;
}

.n-expand-head {
    width: 100%;
    background: linear-gradient(179deg, rgba(0, 151, 255, 0.10) 0%, rgba(0, 102, 255, 0.10) 100%);
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #026DF7;
    font-size: 16px;
    font-weight: 400;
}

.n-expand:last-child {
    margin-top: 14px;
}

.n-expand:first-child {
    margin-top: 0;
}

.n-expand p {
    bottom: 24px;
    left: 24px;
    text-align: left;
    position: absolute;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.n-expand p span {
    font-size: 14px;
}

.n-expand strong {
    top: 166px;
    position: absolute;
    color: #292929;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
}

.expand-desc {
    position: absolute;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.expand-desc1 {
    top: 148px;
    left: 44px;
}

.expand-desc2 {
    top: 148px;
    left: 344px;
}

.cloudContent {
    width: 1328px;
    margin: 82px auto 0 auto;
}

.n-cloud {
    width: 652px;
}

.n-cloud-content {
    margin-top: 8px;
    position: relative;
}

.n-cloud-head {
    width: 100%;
    background: linear-gradient(179deg, #0097FF 0%, #06F 100%);
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 0;
}

.n-cloud-title {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
}

.n-cloud-content .cloud-list {
    position: absolute;
}

.cloud-list1 {
    top: 60px;
    left: 296px;
}

.n-cloud-content .cloud-list li {
    display: flex;
    align-items: center;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}

.n-cloud-content .cloud-list li img {
    max-width: 24px;
    margin-right: 12px;
}

.cloud-list2 {
    left: 30px;
    top: 60px;
}

.n-cloud-time {
    top: 60px;
    left: 430px;
    position: absolute;
    color: #292929;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    text-align: left;
}

.n-cloud-desc {
    text-align: left;
    position: absolute;
    top: 250px;
    left: 18px;
}

.n-cloud-desc ul {
    margin-top: 6px;
}

.n-cloud-desc ul li {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    list-style: disc;
    margin-left: 16px;
}

.n-cloud-desc ul li span {
    font-weight: 600;
}

.n-cloud-desc h6 {
    color: #292929;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width:1680px) {
    .n-solution-prev,
    .n-solution-next {
        top: 87%;
    }
    .n-solution-prev {
        left: 42%;
    }
    .n-solution-next {
        right: 42%;
    }
}

@media screen and (max-width:1440px) {
    .n-banner-content {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner-content h1 {
        font-size: 34px;
    }
    .n-banner-content h2 {
        margin-top: 10px;
        font-size: 20px;
    }
    .n-banner-content p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-btns a:first-child {
        margin-right: 20px;
    }
    .n-btns a {
        font-size: 16px;
    }
    .n-btns {
        margin-top: 30px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-page-title {
        font-size: 30px;
        padding-top: 100px;
    }
    .n-page-desc {
        margin-top: 10px;
        font-size: 22px;
    }
    .n-page-content {
        width: 1200px;
        margin: 52px auto 0 auto;
        padding-bottom: 100px;
    }
    .n-challenge {
        width: 388px;
        height: 390px;
    }
    .n-challenge-title {
        margin-top: 20px;
        font-size: 20px;
        padding: 0 20px;
    }
    .n-challenge-name {
        font-size: 18px;
        padding: 0 20px;
    }
    .n-challenge p {
        margin-top: 10px;
        padding: 0 12px 20px 12px;
    }
    .n-solution-prev,
    .n-solution-next {
        width: 54px;
    }
    .n-soultion-title {
        font-size: 20px;
        padding: 8px 44px;
        top: 26px;
    }
    .n-solution-desc {
        top: 434px;
    }
    .n-solution-desc h6 {
        font-size: 18px;
    }
    .n-solution-desc p {
        font-size: 14px;
    }
    #solutionDesc1 {
        left: 160px;
    }
    #solutionDesc2 {
        left: 790px;
    }
    .n-value {
        width: 386px;
    }
    .n-value-desc {
        top: 282px;
    }
    .n-value-desc h6 {
        font-size: 24px;
    }
    .n-value-desc ul {
        margin-top: 4px;
    }
    .n-value-desc ul li {
        font-size: 14px;
    }
    .n-value-bottom {
        height: 42px;
        font-size: 14px;
    }
    .n-tab-content {
        height: 516px;
        margin-top: 42px;
    }
    .n-preformances {
        width: 1074px;
        margin: 48px auto 0 auto;
    }
    .n-preformance {
        width: 344px;
    }
    .n-preformance-head {
        height: 44px;
        font-size: 14px;
    }
    .n-preformance-before {
        top: 10px;
    }
    .n-preformance-main span,
    .n-preformance-main p {
        font-size: 14px;
    }
    .n-preformance-now {
        top: 198px;
    }
    .n-content-title {
        top: 30px;
    }
    .n-blue-bg {
        padding: 8px 42px;
        font-size: 20px;
    }
    .n-content-title p {
        margin-top: 6px;
        font-size: 18px;
    }
    .computingContent {
        width: 1142px;
    }
    .n-computing {
        width: 560px;
        margin-top: 114px;
    }
    .n-computing-desc {
        top: 314px;
    }
    .n-computing-desc h6 {
        font-size: 18px;
    }
    .n-computing-desc p {
        font-size: 14px;
    }
    .diskContent {
        width: 1096px;
        margin: 84px auto 0 auto;
    }
    .n-disk-title {
        font-size: 18px;
    }
    .n-disk-desc1 li {
        margin-left: 18px;
        margin-top: 12px;
    }
    .n-disk p:nth-of-type(1) {
        margin-top: 12px;
    }
    .n-disk p:nth-of-type(2) {
        padding-bottom: 12px;
    }
    .n-disk-desc2 {
        margin-top: 12px;
    }
    .n-disk-desc2 li {
        font-size: 12px;
        margin-left: 18px;
    }
    .eruptContent {
        width: 972px;
        margin: 100px auto 0 auto;
    }
    .erupt-left {
        width: 440px;
    }
    .erupt-right {
        width: 420px;
    }
    .n-erupt-desc {
        font-size: 14px;
    }
    .n-erupt-bottom {
        height: 38px;
    }
    .n-erupt:last-child {
        margin-top: 20px;
    }
    .erupt-left:last-child .n-erupt-bottom {
        bottom: -18px;
    }
    .taskContent {
        width: 1074px;
    }
    .n-task-title {
        font-size: 14px;
        top: 42px;
    }
    .n-task-desc {
        top: 300px;
    }
    .n-task {
        margin-top: 76px;
        width: 344px;
    }
    .n-task-desc span {
        font-size: 18px;
    }
    .n-task-desc p {
        font-size: 14px;
    }
    .cloudContent {
        width: 1142px;
        margin: 66px auto 0 auto;
    }
    .n-cloud-title {
        font-size: 18px;
    }
    .n-cloud {
        width: 560px;
    }
    .n-cloud-content {
        margin-top: 6px;
    }
    .n-cloud-head {
        height: 38px;
    }
    .cloud-list1 {
        top: 52px;
        left: 254px;
    }
    .n-cloud-content .cloud-list li img {
        max-width: 20px;
        margin-right: 10px;
    }
    .n-cloud-content .cloud-list li {
        font-size: 14px;
    }
    .n-cloud-desc h6 {
        font-size: 14px;
    }
    .n-cloud-desc {
        top: 214px;
        left: 16px;
    }
    .n-cloud-desc ul li {
        margin-left: 14px;
        font-size: 12px;
    }
    .n-cloud-time {
        top: 52px;
        left: 370px;
        font-size: 14px;
    }
    .cloud-list2 {
        left: 26px;
        top: 52px;
    }
    #fix-content .n-page-content {
        margin-top: 36px;
    }
    .expansionContent {
        width: 1142px;
    }
    .n-expansion {
        width: 556px;
    }
    .n-expansion-head {
        height: 42px;
        font-size: 18px;
    }
    .n-expansion-content {
        top: 296px;
        left: 20px;
    }
    .n-expansion-title {
        font-size: 16px;
    }
    .n-expansion-content ul li {
        line-height: 170%;
    }
    .n-expansion-content ul {
        margin-top: 10px;
        margin-left: 18px;
    }
    .n-expand {
        width: 560px;
    }
    .n-expand-head {
        height: 38px;
    }
    .expandContent {
        width: 1142px;
        margin: 80px auto 0 auto;
    }
    .n-expand p {
        bottom: 20px;
        left: 20px;
        font-size: 18px;
    }
    .n-expand strong {
        top: 142px;
        font-size: 14px;
    }
    .expand-desc {
        font-size: 14px;
    }
    .expand-desc1 {
        top: 128px;
        left: 38px;
    }
    .expand-desc2 {
        top: 128px;
        left: 296px;
    }
    .n-scene {
        width: 592px;
    }
    .n-scene-desc {
        height: 92px;
        padding: 20px 0 0 20px;
    }
    .n-scene-name {
        font-size: 20px;
    }
    .n-scene-desc p {
        font-size: 14px;
    }
    .n-product {
        width: 388px;
        height: 344px;
    }
    .n-product img {
        width: 214px;
    }
    .n-product-name {
        margin-top: 6px;
    }
    .n-product-desc {
        margin-top: 10px;
        font-size: 14px;
    }
    .n-product p {
        margin-top: 20px;
    }
    .n-media {
        width: 592px;
    }
    .n-media p {
        bottom: 20px;
        left: 20px;
        font-size: 18px;
    }
    .n-media-link {
        right: 20px;
        bottom: 20px;
        max-width: 42px;
    }
    .n-qa {
        padding-bottom: 16px;
        margin-top: 16px;
    }
    .solutionContent {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-content {
        width: 1024px;
        left: calc((100% - 1024px)/2);
    }
    .n-banner-content h1 {
        font-size: 28px;
    }
    .n-banner-content h2 {
        margin-top: 8px;
        font-size: 16px;
    }
    .n-banner-content p {
        margin-top: 16px;
        font-size: 12px;
    }
    .n-btns a:first-child {
        margin-right: 16px;
    }
    .n-btns a {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }
    .n-btns {
        margin-top: 26px;
    }
    .n-nav-content {
        width: 1024px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-page-title {
        font-size: 26px;
        padding-top: 84px;
    }
    .n-page-desc {
        margin-top: 8px;
        font-size: 18px;
    }
    .n-page-content {
        width: 1024px;
        margin: 44px auto 0 auto;
        padding-bottom: 84px;
    }
    .n-challenge {
        width: 330px;
    }
    .n-challenge-title {
        margin-top: 16px;
        font-size: 18px;
        padding: 0 16px;
    }
    .n-challenge-name {
        font-size: 16px;
        padding: 0 16px;
    }
    .n-challenge p {
        margin-top: 6px;
        padding: 0 12px 16px 12px;
        font-size: 12px;
        text-align: center;
    }
    .n-solution-prev,
    .n-solution-next {
        width: 46px;
    }
    .n-soultion-title {
        font-size: 18px;
        padding: 6px 38px;
        top: 22px;
        border-radius: 42px;
    }
    .n-solution-desc {
        top: 368px;
    }
    #solutionDesc1 {
        left: 118px;
    }
    .n-solution-desc h6 {
        font-size: 16px;
    }
    #solutionDesc2 {
        left: 650px;
    }
    .n-solution-prev {
        left: 44%;
    }
    .n-solution-prev {
        right: 44%;
    }
    .n-value {
        width: 328px;
    }
    .n-value-desc {
        top: 240px;
    }
    .n-value-desc h6 {
        font-size: 20px;
    }
    .n-value-desc ul li {
        font-size: 12px;
    }
    .n-value-bottom {
        font-size: 12px;
        height: 36px;
    }
    .n-preformances {
        width: 912px;
        margin: 56px auto 0 auto;
    }
    .n-preformance {
        width: 292px;
    }
    .n-preformance-head {
        height: 38px;
    }
    .n-preformance-before {
        top: 8px;
    }
    .n-preformance-now {
        top: 162px;
    }
    .computingContent {
        width: 970px;
    }
    .n-computing {
        width: 476px;
        margin-top: 96px;
    }
    .n-content-title {
        top: 24px;
    }
    .n-blue-bg {
        font-size: 18px;
        padding: 6px 20px;
    }
    .n-content-title p {
        margin-top: 4px;
        font-size: 16px;
    }
    .n-computing-desc {
        top: 266px;
    }
    .n-computing-desc h6 {
        font-size: 16px;
    }
    .n-computing-desc p {
        font-size: 12px;
    }
    .diskContent {
        width: 930px;
        margin: 72px auto 0 auto;
    }
    .n-disk-title {
        font-size: 16px;
    }
    .n-disk img {
        margin-top: 8px;
    }
    .n-tab-content {
        height: 460px;
    }
    .eruptContent {
        width: 826px;
        margin: 88px auto 0 auto;
    }
    .erupt-left {
        width: 374px;
    }
    .erupt-right {
        width: 356px;
    }
    .n-erupt-bottom {
        height: 32px;
    }
    .erupt-left:last-child .n-erupt-bottom {
        height: 18px;
        bottom: -16px;
    }
    .n-erupt:last-child {
        margin-top: 16px;
    }
    #fix-content .n-page-content {
        margin-top: 24px;
    }
    .n-tabs div {
        font-size: 14px;
        padding: 0 20px 6px 20px;
    }
    .n-task {
        width: 292px;
    }
    .taskContent {
        width: 912px;
    }
    .n-task-title {
        top: 30px;
    }
    .n-task-desc {
        top: 240px;
    }
    .n-task-desc span {
        font-size: 16px;
    }
    .n-cloud-title {
        font-size: 16px;
    }
    .cloudContent {
        width: 970px;
        margin: 52px auto 0 auto;
    }
    .n-cloud {
        width: 476px;
    }
    .n-cloud-title {
        font-size: 14px;
    }
    .n-cloud-head {
        height: 32px;
        font-size: 14px;
    }
    .cloud-list1 {
        top: 44px;
        left: 216px;
    }
    .n-cloud-content .cloud-list li {
        font-size: 12px;
    }
    .n-cloud-content .cloud-list li img {
        max-width: 16px;
        margin-right: 8px;
    }
    .n-cloud-desc {
        top: 180px;
        left: 14px;
    }
    .n-cloud-desc h6 {
        font-size: 12px;
    }
    .n-cloud-desc ul li {
        line-height: 140%;
        padding-right: 14px;
    }
    .n-cloud-time {
        top: 44px;
        left: 314px;
        font-size: 12px;
    }
    .expansionContent {
        width: 970px;
    }
    .n-expansion {
        width: 472px;
        margin-top: 50px;
    }
    .n-expansion-head {
        font-size: 16px;
        height: 36px;
    }
    .n-expansion-content {
        top: 250px;
        left: 16px;
    }
    .n-expansion-title {
        font-size: 14px;
    }
    .n-expansion-content ul li {
        font-size: 12px;
    }
    .n-expansion-content ul {
        margin-top: 8px;
        margin-left: 12px;
    }
    .n-expand-head {
        height: 32px;
        font-size: 14px;
    }
    .n-expand {
        width: 476px;
    }
    .expandContent {
        width: 970px;
        margin: 76px auto 0 auto;
    }
    .n-expand p {
        bottom: 16px;
        left: 16px;
        font-size: 16px;
    }
    .n-expand p span {
        font-size: 12px;
    }
    .n-expand strong {
        top: 120px;
        font-size: 12px;
    }
    .expand-desc1 {
        top: 108px;
        left: 32px;
    }
    .expand-desc {
        font-size: 12px;
    }
    .expand-desc2 {
        top: 108px;
        left: 250px;
    }
    .n-scene {
        width: 504px;
    }
    .n-scene-name {
        font-size: 16px;
    }
    .n-scene-desc {
        height: 78px;
        padding: 16px 0 0 16px;
    }
    .n-product {
        width: 332px;
    }
    .n-product:last-child {
        margin-top: 16px;
    }
    .n-media {
        width: 504px;
    }
}

@media screen and (max-width:1040px) {
    .n-banner-content {
        width: 750px;
        left: calc((100% - 750px)/2);
        height: calc(100% - 48px);
    }
    .n-banner-content h1 {
        font-size: 24px;
    }
    .n-banner-content h2 {
        font-size: 14px;
        margin-top: 4px;
    }
    .n-banner-content p {
        margin-top: 8px;
        max-width: 400px;
    }
    .n-btns {
        margin-top: 12px;
    }
    .n-btns a:first-child {
        margin-right: 12px;
    }
    .n-btns a {
        height: 30px;
        width: 124px;
        font-size: 12px;
    }
    .n-btns .redBtn::before,
    .n-btns .whiteBtn::before {
        width: 20px;
        height: 20px;
    }
    .n-nav {
        height: 48px;
        margin-top: -48px;
    }
    .n-nav-content {
        width: 750px;
    }
    .n-page-content {
        width: 750px;
        margin: 32px auto 0 auto;
        padding-bottom: 60px;
    }
    .n-challenge {
        width: 363px;
        height: 370px;
    }
    .n-project-page .n-challenges {
        padding-bottom: 60px;
    }
    .n-page-title {
        font-size: 22px;
        padding-top: 60px;
    }
    .n-page-desc {
        margin-top: 6px;
        font-size: 16px;
    }
    .n-solution-prev,
    .n-solution-next {
        width: 34px;
    }
    .n-soultion-title {
        font-size: 14px;
        padding: 4px 28px;
        border-radius: 30px;
        top: 16px;
    }
    .n-solution-desc {
        top: 272px;
    }
    .n-solution-desc h6 {
        font-size: 14px;
    }
    .n-solution-desc p {
        font-size: 12px;
        margin-top: 0;
    }
    #solutionDesc1 {
        left: 72px;
    }
    #solutionDesc2 {
        left: 466px;
    }
    .n-value {
        width: 240px;
    }
    .n-value-desc {
        top: 160px;
    }
    .n-value-desc h6 {
        font-size: 14px;
    }
    .n-value-bottom {
        height: 30px;
    }
    .n-project-page .n-preformances {
        width: 666px;
        padding-bottom: 36px;
        margin-top: 40px;
    }
    .n-preformance {
        width: 321px;
    }
    .n-preformance-now {
        top: 180px;
    }
    .n-tab-content {
        height: unset;
        margin-top: 30px;
    }
    .n-computing {
        margin: 70px auto 0 auto;
        width: 560px;
    }
    .n-content-title {
        top: 18px;
    }
    .n-blue-bg {
        font-size: 14px;
        padding: 4px 16px;
    }
    .n-content-title p {
        font-size: 12px;
    }
    .n-project-page .computingContent {
        width: 708px;
        padding-bottom: 26px;
    }
    .n-computing-desc {
        top: 310px;
    }
    .n-project-page .diskContent {
        width: 530px;
        margin-top: 52px;
        padding-bottom: 48px;
    }
    .n-project-page .diskContent .swiper-slide:first-child .n-disk {
        width: 500px;
    }
    .n-disk {
        width: 450px;
        margin: 0 auto;
    }
    .n-project-page .eruptContent {
        width: 720px;
        margin-top: 68px;
        padding-bottom: 32px;
    }
    .erupt-left {
        width: 360px;
    }
    .n-erupt-desc {
        font-size: 12px;
    }
    .n-erupt:last-child {
        margin-top: 12px;
    }
    .n-erupt-bottom {
        height: 24px;
    }
    .erupt-left:last-child .n-erupt-bottom {
        height: 22px;
        bottom: -22px;
    }
    .n-scene {
        width: 366px;
    }
    .n-scene:nth-child(n+3) {
        margin-top: 18px;
    }
    .n-scene-desc {
        height: 60px;
        padding: 10px 0 0 10px;
    }
    .n-scene-name {
        font-size: 14px;
    }
    .n-scene-desc p {
        font-size: 12px;
    }
    .n-scene-tag {
        padding: 4px 8px;
        border-radius: 2px;
        left: 8px;
        top: 8px;
    }
    .n-product {
        width: 363px;
    }
    .n-product:last-child,
    .n-product:nth-child(3) {
        margin-top: 24px;
    }
    .mediaContent {
        flex-wrap: wrap;
    }
    .n-media:first-child {
        margin-top: 0;
    }
    .n-media {
        margin-top: 20px;
        width: 100%;
    }
    .n-media p {
        font-size: 14px;
        left: 12px;
        bottom: 12px;
    }
    .n-media-link {
        max-width: 24px;
        bottom: 12px;
    }
    .n-project-page .taskContent {
        width: 694px;
        padding-bottom: 36px;
    }
    .n-task {
        width: 220px;
        margin-top: 54px;
    }
    .n-task-desc span {
        font-size: 14px;
    }
    .n-task-desc {
        top: 182px;
    }
    .n-task-desc p {
        font-size: 12px;
    }
    .n-project-page .cloudContent {
        width: 680px;
        margin-top: 36px;
        padding-bottom: 32px;
    }
    .n-cloud {
        width: 100%;
    }
    .n-cloud-desc {
        top: 260px;
        left: 20px;
    }
    .n-cloud-desc h6 {
        font-size: 16px;
    }
    .n-cloud-desc ul li {
        font-size: 14px;
    }
    .cloud-list1 {
        top: 78px;
        left: 316px;
    }
    .n-cloud-content .cloud-list li {
        font-size: 14px;
    }
    .n-cloud-time {
        font-size: 14px;
        top: 52px;
        left: 484px;
    }
    .n-project-page .expansionContent,
    .n-project-page .expandContent {
        width: 700px;
        padding-bottom: 32px;
    }
    .n-expansion {
        margin: 24px auto 0 auto;
        width: 480px;
    }
    .n-expansion-content {
        top: 260px;
    }
    .n-project-page .expandContent {
        margin-top: 32px;
    }
    .n-expand {
        width: 540px;
        margin: 0 auto;
    }
    .expand-desc1 {
        top: 124px;
    }
    .expand-desc2 {
        top: 124px;
        left: 280px;
    }
    .expand-desc {
        font-size: 14px;
    }
    .n-expand strong {
        top: 130px;
        font-size: 14px;
    }
}

@media screen and (max-width:750px) {
    .n-banner-content {
        width: 20.4375rem;
        left: calc((100% - 20.4375rem)/2);
    }
    .n-banner-content h1 {
        font-size: 2rem;
    }
    .n-banner-content h2 {
        font-size: 1.5rem;
        margin-top: .3125rem;
    }
    .n-banner-content p {
        margin-top: .75rem;
        font-size: .8125rem;
    }
    .n-btns {
        margin-top: 1.5rem;
    }
    .n-btns a {
        width: 7.1875rem;
        height: 2.1875rem;
        font-size: .875rem;
    }
    .n-btns .redBtn::before,
    .n-btns .whiteBtn::before {
        width: 1.125rem;
        height: 1.125rem;
    }
    .n-btns a:first-child {
        margin-right: .75rem;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: rgba(0, 0, 0, 0.9);
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .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: 12px;
    }
    .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-breadcrumb {
        display: none;
    }
    .n-page-title {
        padding-top: 2.8125rem;
        font-size: 1.25rem;
    }
    .n-page-desc {
        margin-top: .375rem;
        font-size: 1.125rem;
        padding: 0 1.25rem;
    }
    .n-page-content {
        margin: .9375rem auto 0 auto;
        width: 20.9375rem;
        padding-bottom: 3.125rem;
    }
    .n-challenges .swiper-wrapper {
        padding-bottom: 2rem;
    }
    .n-challenge {
        width: 100%;
        height: 20.4375rem;
        padding-bottom: 3.75rem;
    }
    .n-challenge-title {
        margin-top: .625rem;
        font-size: 1.125rem;
    }
    .n-challenge-name {
        font-size: 1rem;
        margin-top: .125rem;
    }
    .n-challenge p {
        font-size: .75rem;
        margin-top: .375rem;
    }
    .n-soultion-title {
        font-size: .875rem;
        top: 1.25rem;
        padding: .3125rem .75rem;
        white-space: nowrap;
    }
    .n-solution-desc h6 {
        font-size: 1rem;
    }
    #solutionDesc1 {
        width: 100%;
        left: 0;
        top: 10.5625rem;
    }
    #solutionDesc2 {
        top: 27rem;
        width: 100%;
        left: 0;
    }
    .n-solution-desc p {
        margin-top: .125rem;
        font-size: .75rem;
    }
    .solutionContent .n-page-content {
        padding-bottom: 5rem;
    }
    .n-solution-prev,
    .n-solution-next {
        top: 88%;
        width: 2.5rem;
    }
    .n-solution-prev {
        left: 34%;
    }
    .n-solution-next {
        right: 34%;
    }
    .valueContent .n-page-content {
        width: 100%;
    }
    .n-value {
        width: 100%;
    }
    .n-value-desc h6 {
        font-size: 1.25rem;
    }
    .n-value-desc ul {
        margin-top: .375rem;
    }
    .n-value-desc ul li {
        font-size: .75rem;
    }
    .n-value-desc {
        top: 17.5rem;
    }
    .n-value-bottom {
        font-size: .75rem;
        height: 2.3125rem;
    }
    .n-scene,
    .n-scene:nth-child(n+3) {
        width: 100%;
        margin-top: .75rem;
    }
    .n-scene-desc {
        padding: .75rem 0 0 .75rem;
        height: 4.375rem;
    }
    .n-scene-name {
        font-size: .9375rem;
    }
    .n-scene-desc p {
        font-size: .8125rem;
    }
    .n-scene-tag {
        font-size: .625rem;
        padding: .25rem .4375rem;
        top: .375rem;
        left: .375rem;
    }
    .n-product {
        width: 10.125rem;
        height: 16.375rem;
    }
    .n-product img {
        width: 7.5rem;
        margin-top: 1.25rem;
    }
    .n-product-name {
        margin-top: 1.25rem;
        font-size: .8125rem;
    }
    .n-product-desc {
        margin-top: .375rem;
        font-size: .75rem;
    }
    .n-product p {
        font-size: .75rem;
        margin-top: .75rem;
    }
    .n-product:nth-child(3),
    .n-product:last-child {
        margin-top: .75rem;
    }
    .n-media {
        width: 100%;
    }
    .n-qa {
        margin-top: .75rem;
        padding-bottom: .75rem;
    }
    .n-question {
        font-size: .75rem;
    }
    .n-answer {
        font-size: .75rem;
    }
    .n-media p {
        left: .75rem;
        bottom: .75rem;
        font-size: .75rem;
        width: 11.875rem;
        text-align: left;
    }
    .n-media-link {
        right: .75rem;
        bottom: 1.125rem;
        width: 1.5rem;
    }
    .n-preformances {
        width: 100%;
        margin: .75rem auto 0 auto;
    }
    .n-preformance {
        width: 100%;
    }
    .n-preformance-head {
        height: 2.5rem;
        font-size: .8125rem;
    }
    .n-tab-content {
        height: 27.125rem;
        margin-top: 1.5rem;
    }
    .n-preformance-before {
        top: .625rem;
    }
    .n-preformance-now {
        top: 11.875rem;
    }
    .n-preformance-main span {
        font-size: .8125rem;
    }
    .n-preformance-main p {
        font-size: .8125rem;
        margin-top: .125rem;
    }
    .n-tabs {
        overflow-x: scroll;
    }
    .n-tabs div {
        font-size: .75rem;
        padding: 0 .25rem .25rem .25rem;
    }
    .n-blue-bg {
        padding: .3125rem 1.5625rem;
        font-size: 1rem;
    }
    .n-content-title {
        top: .75rem;
    }
    .n-content-title p {
        font-size: .75rem;
        margin-top: .375rem;
    }
    .n-computing {
        width: 100%;
        margin-top: 5.875rem;
    }
    .n-computing-desc {
        top: 12.5rem;
        padding: 0 3.125rem;
    }
    .n-computing-desc h6 {
        font-size: .875rem;
    }
    .n-computing-desc p {
        font-size: .75rem;
        margin-top: .375rem;
    }
    .n-task {
        width: 100%;
        margin-top: 3.25rem;
        padding: 0 .75rem;
    }
    .n-task-title {
        top: .75rem;
        font-size: .8125rem;
    }
    .n-task-desc {
        top: 14.625rem;
        width: 19.4375rem;
        margin: 0 auto;
    }
    .n-task-desc span {
        font-size: .875rem;
    }
    .n-task-desc p {
        font-size: .75rem;
        margin-top: .375rem;
    }
    .n-expansion {
        width: 100%;
        padding: 0 .75rem;
        margin-top: .75rem;
    }
    .n-expansion-head {
        font-size: .8125rem;
        height: 1.875rem;
    }
    .n-expansion-content {
        top: 15rem;
        left: 0;
        text-align: left;
        width: 100%;
        padding: 0 1.875rem 0 1.5rem;
    }
    .n-expansion-title {
        font-size: .875rem;
        margin-left: .375rem;
    }
    .n-expansion-content ul li {
        font-size: .75rem;
        line-height: 150%;
    }
    .n-expansion-content ul {
        margin-top: .375rem;
        text-align: left;
    }
    .expansionContent .swiper-slide:first-child .n-expansion-title {
        margin-left: 0;
    }
    .expansionContent .swiper-slide:first-child .n-expansion-content {
        text-align: center;
        padding: 0;
        top: 18.25rem;
    }
    .expansionContent .swiper-slide:first-child .n-expansion-content ul {
        margin-left: 0;
        text-align: center;
    }
    .expansionContent .swiper-slide:first-child .n-expansion-content ul li {
        list-style: none;
    }
    #platformContent {
        padding-bottom: 3.125rem;
    }
    .diskContent {
        width: 100%;
        margin: 3.875rem auto 0 auto;
    }
    .n-disk {
        padding: 0 .75rem;
    }
    .n-disk-title {
        font-size: .75rem;
    }
    .n-disk img {
        margin-top: 1rem;
    }
    .n-disk-desc1 li {
        font-size: .625rem;
        margin-left: 1.125rem;
        margin-top: 1.4375rem;
    }
    .n-disk p {
        font-size: .5625rem;
    }
    .n-disk-desc2 li {
        font-size: .75rem;
        margin-left: 1.125rem;
    }
    .n-disk p:nth-of-type(1) {
        margin-top: .625rem;
    }
    .n-disk p:nth-of-type(2) {
        padding-bottom: .625rem;
    }
    .n-disk-desc2 {
        margin-top: .625rem;
    }
    .erupt-left,
    .erupt-right {
        width: 100%;
    }
    .n-erupt img,
    .n-erupt-bottom {
        padding: 0 .75rem;
    }
    .n-erupt-desc {
        font-size: .625rem;
    }
    .n-erupt-bottom {
        height: 1.6875rem;
    }
    .erupt-left:last-child .n-erupt-desc {
        font-size: .4375rem;
    }
    .n-erupt:last-child {
        margin-top: .9375rem;
    }
    .eruptContent {
        width: 100%;
        margin: 6.875rem auto 0 auto;
    }
    .n-expand {
        width: 100%;
    }
    .expandContent {
        width: 100%;
        margin: 5rem auto 0 auto;
    }
    .n-expand {
        padding: 0 .75rem;
    }
    .n-expand-head {
        height: 2.5rem;
        font-size: .8125rem;
    }
    .n-expand p {
        font-size: .875rem;
    }
    .n-expand p span {
        font-size: .75rem;
        padding-right: .75rem;
    }
    .n-expand strong {
        top: 6.2rem;
        left: 3.4rem;
        font-size: .75rem;
        white-space: nowrap;
        transform: none;
    }
    .expand-desc {
        font-size: .75rem;
        text-align: left;
    }
    .expand-desc1 {
        top: 8.4rem;
        left: 1.2rem;
        max-width: 9rem;
    }
    .expand-desc2 {
        top: 8.4rem;
        left: 11rem;
        max-width: 9rem;
    }
    .n-cloud {
        width: 100%;
        padding: 0 .75rem;
    }
    .cloudContent {
        width: 100%;
        margin: 3.875rem auto 0 auto;
    }
    .n-cloud-title {
        font-size: .75rem;
    }
    .n-cloud-content {
        margin-top: .3125rem;
    }
    .n-cloud-head {
        height: 2.5rem;
        font-size: .8125rem;
    }
    .cloud-list1,
    .cloud-list2 {
        top: 3.125rem;
        left: 1rem;
    }
    .n-cloud-content .cloud-list li img {
        max-width: .9375rem;
        margin-right: .375rem;
    }
    .n-cloud-content .cloud-list li {
        font-size: .75rem;
    }
    .n-cloud-desc h6 {
        font-size: .75rem;
    }
    .n-cloud-desc ul li {
        font-size: .625rem;
        margin-left: .75rem;
        padding-right: 1rem;
    }
    .n-cloud-desc {
        top: 11.8125rem;
        left: 1rem;
    }
    .n-cloud-desc ul {
        margin-top: 0;
    }
    .n-project-page .diskContent .swiper-slide:first-child .n-disk,
    .n-disk {
        width: 100%;
    }
}


/* ¿Í»§°¸Àý */

.caseCont {
    position: relative;
}

.caseInfo img {
    width: 100%;
}

.case-prev,
.case-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.case-prev.swiper-button-disabled,
.case-next.swiper-button-disabled {
    opacity: .1;
    pointer-events: none;
}

.case-prev {
    left: 100px;
}

.case-next {
    right: 100px;
}

.caseInfo {
    position: relative;
}

.caseCard {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 640px;
    padding: 36px;
    background-color: #FFF;
    text-align: left;
}

.caseCard h3 {
    color: #2A2B2E;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.caseCard p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 144px;
}

.caseCard .transparent-commonlink {
    margin-top: 120px;
    color: #0094FF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#caseSwiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    background: #fff;
    opacity: 1;
    border-radius: unset;
}

#caseSwiper .swiper-pagination-bullet-active {
    background: #0094FF;
}

#caseSwiper .swiper-slide {
    position: relative;
}

.caseCard a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width:1788px) {
    .case-prev {
        left: 10px;
    }
    .case-next {
        right: 10px;
    }
    .case-prev img,
    .case-next img {
        width: 48px;
    }
}

@media screen and (max-width:1600px) {
    .caseCard {
        padding: 24px;
    }
    .caseCard .transparent-commonlink {
        margin-top: 60px;
    }
}

@media screen and (max-width:1540px) {
    .caseCard {
        left: calc((100% - 1200px)/2);
    }
}

@media screen and (max-width:1440px) {
    .caseCard p {
        margin-top: 20px;
        font-size: 14px;
        min-height: 105px;
    }
    .caseCard .transparent-commonlink {
        margin-top: 42px;
    }
}

@media screen and (max-width:1340px) {
    .caseCard {
        left: calc((100% - 1024px)/2);
    }
    .case-prev img,
    .case-next img {
        width: 40px;
    }
}

@media screen and (max-width:1136px) {
    .case-prev,
    .case-next {
        display: none;
    }
    .caseCard h3 {
        font-size: 16px;
    }
    .caseCard {
        padding: 16px;
    }
    .caseCard p {
        margin-top: 12px;
    }
    .caseCard .transparent-commonlink {
        margin-top: 24px;
        font-size: 14px;
    }
    .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:1056px) {
    .caseCard {
        left: 40px;
        padding: 36px;
    }
    .caseCont {
        margin-bottom: 48px;
    }
}

@media screen and (max-width:768px) {
    .caseCard {
        width: 90%;
    }
}

@media screen and (max-width:600px) {
    .caseCard {
        position: unset;
        transform: unset;
    }
    .caseCard {
        width: 100%;
        padding: 20px;
    }
    .swiper-pagination {
        display: none;
    }
    .caseCard p {
        font-size: 16px;
    }
    .case-pag {
        display: flex;
        justify-content: center;
        gap: 24px;
    }
    .case-prev,
    .case-next {
        position: unset;
        display: block;
        top: unset;
        transform: unset;
    }
    .n-btns .whiteBtn {
        margin-right: .75rem;
    }
}

.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}

.resources-tab-word {
    display: none;
}

.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 248px;
}

.resources-tab div {
    position: relative;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0 24px;
    margin-top: 48px;
    cursor: pointer;
}

.resources-tab div.active {
    color: #E60039;
    pointer-events: none;
}

.resources-tab div.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #E60039;
    display: block;
}

.resources-tab div:first-child {
    margin-top: 0;
}

.resources-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #D5D5D5;
    display: block;
}

.resourcesCont {
    width: 100%;
}

.resourceCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.resourceCard {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 42px;
}

.resourceCard a,
.resourceImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.resourceImgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resourceImg {
    position: relative;
    text-align: left;
}

.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;
}

.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(/fa/ykt/20230423/RJ-css/videoPlay.svg);
    z-index: 3;
}

@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1440px) {
    .resources-tab {
        margin-right: 214px;
    }
    .resourceCard p {
        font-size: 18px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 184px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .resourceImg p {
        margin-top: 12px;
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink {
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .resourceVideo .resourceImgCover::after {
        width: 36px;
        height: 36px;
    }
    .form-content {
        margin-top: 12px;
    }
    
}

@media screen and (max-width:1068px) {
    .resourcesSection {
        flex-direction: column;
        align-items: center;
    }
    .resources-tab {
        display: flex;
        justify-content: center;
        margin-right: 0;
        padding: 0;
        margin-bottom: 36px;
    }
    .resources-tab div {
        margin-top: 0;
        padding: 0 12px 12px 12px;
    }
    .resources-tab::before {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        top: unset;
    }
    .resources-tab div.active::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 2px;
    }
    .resourceImgs {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .resourceCards {
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .resourceCard {
        padding: 16px;
    }
}

@media screen and (max-width:600px) {
    .resourceCards {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:520px) {
    .resourceImgs {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}
