* {
    margin: 0;
    padding: 0;
}


/* banner */

.n-banner {
    position: relative;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 150%;
    color: #292929;
}

.n-banner_desc {
    margin-top: 4px;
    z-index: 5;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #292929;
}

.n-banner_video {
    position: relative;
}

.n-banner_video::after {
    content: '';
    display: block;
    padding-top: 31.2%;
}

.n-banner_video img {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.n-banner_con {
    width: 1400px;
    left: calc((100% - 1400px)/2);
    top: 0;
    position: absolute;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.n-banner_btns {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
    gap: 24px;
}

.n-banner_btn {
    background: linear-gradient(175.62deg, #FF4040 2.49%, #DA0030 134.78%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 4px;
    width: fit-content;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: #FFFFFF;
    padding: 12px 40px;
}

.n-banner_btn-white{
    background: #FFFFFF;
    border: 1px solid #DA0030;
    color: #DA0030;
}
.n-banner_btn:hover{
    background: #DA0030;
    color: #FFFFFF;
}

.n-banner-content {
    width: 636px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}


/* 导航栏 */

.n-menu {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: saturate(150%) contrast(80%) blur(10px);
    -webkit-backdrop-filter: blur(30px);
    margin-top: -30px;
}

.n-nav {
    width: 1400px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.n-tag ul {
    display: flex;
    flex-direction: row;
}

.n-tag li {
    margin-left: 24px;
    font-size: 14px;
    color: #B5B5B5;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.n-tag li:hover {
    border-bottom: 1px solid #DA0030;
    color: #FFFFFF;
}

.n-tag-selected {
    border-bottom: 1px solid #DA0030!important;
    color: #FFFFFF!important;
    font-weight: bold!important;
}


/* 顶部面包屑 */

.ws-product-detail-bcb {
    width: 294px;
    line-height: 45px;
}

.com-content {
    max-width: 1200px;
    margin: 0 auto;
}

.n-breadcrumb-bg {
    display: flex;
    flex-direction: row;
}

.n-breadcrumb-bg li::after {
    content: '>';
    display: inline-block;
    margin: 0 5px;
    color: #FFFFFF;
}

.n-breadcrumb-bg li:last-child:after {
    content: '';
}

.n-breadcrumb-bg li {
    list-style: none;
}

.n-breadcrumb-bg li a {
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
}

.n-breadcrumb-bg li a:hover {
    color: #DA0030!important;
}


/* 面包屑结束 */


/* 通用样式 特殊情况类名前面前头加id*/

.n-page-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #292929;
}

.n-page-desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-page-content img {
    width: 100%;
}

.n-tab {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
}

.n-tab div {
    box-sizing: content-box;
    margin-right: 112px;
    cursor: pointer;
    padding-bottom: 22px;
    height: 25.3px;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
}

.n-tab div:last-child {
    margin-right: 0;
}

.n-tab-selected {
    font-weight: 700!important;
    color: #0094FF!important;
    border-bottom: 2px solid #0094FF!important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}


/* part1 */

#part1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part1 .n-page-content {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.part1-list {
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    width: 332px;
    height: 534px;
    overflow: hidden;
}

.part1-list:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.part1-list ul {
    margin: 24px 24px 0 24px;
}

.part1-list li {
    margin-left: 20px;
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #7D7D7D;
}

.part1-list li:first-child {
    margin-top: 0;
}

.part1-title {
    text-align: center;
    margin: 30px 12px 24px 12px;
    font-size: 20px;
    color: #292929;
}

.part1-line {
    height: 1px;
    width: calc(100% - 24px);
    margin: 0 auto;
    background-color: #E7E7E7;
}

.n-praise img {
    margin-right: 4px;
}

.n-praise {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 12px;
    right: 12px;
    position: absolute;
    width: 80px;
    height: 35px;
    background: #DA0030;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.spe-wrapper {
    display: flex;
    flex-direction: row;
}

#part1_swiper {
    overflow: unset;
}

#part1_swiper .swiper-slide {
    margin-right: 25px;
    width: 332px;
    height: 534px;
}

#part1_swiper .swiper-slide:last-child {
    margin-right: 0;
}


/* part2 */

#part2 {
    background: #F7F9FA;
    padding-top: 90px;
    padding-bottom: 90px;
}

#part2 .n-page-content {
    padding-top: 48px;
}


/* part3 */

#part3 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part3 .n-page-content {
    margin-top: 48px;
}

.n-tab-line {
    margin-top: -1.5px;
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
}

#tabSwiper {
    max-width: 1000px;
    margin: 0 auto;
}

.tab-tabs-row{
    display: none;
    align-items: center;
    gap: 8px;
}
.tab-tabs-row .swiper-container{
    flex: 1;
    margin: 0;
    max-width: none;
}
.tab-nav-btn{
    border: none;
    background: transparent;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-nav-btn img{
    width: 100%;
    height: 100%;
    display: block;
}
.tab-tabs-row{
    display: none;
    align-items: center;
    gap: 8px;
}
.tab-tabs-row .swiper-container{
    flex: 1;
}

.title-nav-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.tab-nav-mobile{
    display: none;
}
.tab-nav-btn{
    border: none;
    background: transparent;
    padding: 0;
}
.tab-nav-btn img{
    display: block;
}
.value-tab {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    padding-bottom: 24px;
    cursor: pointer;
}

.value-tab-active {
    font-weight: 700;
    font-size: 18px;
    color: #01A0E8;
    border-bottom: 2px solid #01A0E8;
    cursor: default;
}

.value-content {
    position: relative;
}

.value-content h3 {
    margin-top: 48px;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #7D7D7D;
}

.value-content .value-content-text {
    margin-bottom: 17px;
}

.value-points {
    margin-bottom: 36px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.value-point {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 450px;
    height: 156px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #0094FF;
    background: rgba(1, 160, 232, 0.05);
}

.value-point b {
    font-weight: 700;
}

.value-point span {
    display: block;
}

.value-points .bold-font {
    height: 330px;
}

.value-points .bold-font span {
    font-size: 96px;
    line-height: 150%;
    font-weight: 400;
    margin: 8px auto;
}

.row-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.value-img {
    position: relative;
    width: 688px;
}

.value-img img {
    width: 100%;
}

.grey-top,
.blue-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.grey-top {
    background-color: #7D7D7D;
}

.blue-top {
    background-color: #0094FF;
}

.grey-text,
.blue-text {
    padding-right: 38px;
    left: 50px;
    margin-top: -80px;
    position: absolute;
}

.grey-text li,
.blue-text li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    list-style: disc;
}

.grey-text {
    color: #7D7D7D;
}

.blue-text {
    color: #0094FF;
}

.lottie-container {
    width: 100%;
    height: 608px;
}

.column-between .value-img {
    width: 100%;
}

.button-prev,
.button-next {
    position: absolute;
    width: 68px;
}

.button-prev {
    top: 50%;
    z-index: 2;
    left: -10%;
    cursor: pointer;
}

.button-next {
    top: 50%;
    z-index: 2;
    right: -10%;
    cursor: pointer;
}

.minlottie {
    display: none;
}


/* part5 */

#part5  {
    background: #F7F9FA;
    background-size: cover;
    padding: 90px 0;
}

#part5  .n-page-content {
    margin-top: 48px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.n-case {
    width: 49.2%;
}

.n-case h5 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #292929;
}

.n-case p {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #0094FF;
}


/* part6 */

#part6 {
    padding-top: 70px;
    padding-bottom: 70px;
}

#part6 .n-page-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.n-product {
    margin-top: 24px;
    width: 450px;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EEEEEE;
}

.n-product img {
    margin-top: 45px;
    width: 220px;
}

.n-product h3 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #292929;
}

.n-product h5 {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #0094FF;
}


/* part7 */

#part7 {
    padding-top: 70px;
}

.common-qa {
    width: 1400px;
    margin: 70px auto 0 auto;
}

.qa-content div {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

.qa-content b {
    font-size: 16px;
}

.qa-content div:last-child {
    margin-top: 12px;
}

.common-qa .qa-content:first-child {
    margin-top: 0;
}

.common-qa .qa-content:last-child,
.qa-more .qa-content:last-child {
    border-bottom: none;
}

.qa-content {
    margin-top: 24px;
    padding-bottom: 24px;
    width: 1400px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.qa-content li {
    list-style: disc;
}

.qa-more {
    width: 1400px;
    margin: 0 auto;
}

.qa-btn {
    margin: 48px auto 0 auto;
    width: 80px;
    cursor: pointer;
}

.qa-btn div {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: inline-block;
}


/*客户评价*/

.com-evaluate-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.com-evalute-content {
    width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    padding-bottom: 16px;
    padding-top: 16px;
}

.com-evalute-content:last-child {
    border-bottom: none;
}

.com-evaluate-img img {
    width: 60px;
}

.com-evalute-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.com-evalute-info {
    margin-left: 26px;
}

.com-evalute-main {
    width: 996px;
}

.com-evalute-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #292929;
}

.com-evalute-main {
    margin-left: 60px;
}

.com-evaluate-date {
    margin-top: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #7D7D7D;
}

.com-evaluate-btns {
    margin-left: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #7D7D7D;
}

.com-evaluate-btn {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
}

.com-evaluate-btn:nth-child(1) .evaluate-btn-hover {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../RJ-img/praise1.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.com-evaluate-btn:nth-child(3) .evaluate-btn-hover {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../RJ-img/praise2.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.com-evaluate-line {
    margin: 0 5px;
}

.com-evaluate-more {
    margin-left: 106px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: flex;
}

.com-comment {
    width: fit-content;
    width: 112px;
    height: 43px;
    line-height: 43px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #292929;
    cursor: pointer;
}


/* 建议 */

.n-end {
    margin-top: 90px;
    background-image: url(../RJ-img/end-bg.png);
    background-size: cover;
}

.n-end .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.n-end-title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 150%;
    color: #292929;
}

.n-end-title b {
    font-size: 24px;
}

.advice-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 54px;
    background: #E10032;
    border-radius: 4px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.advice-btn:hover {
    color: #FFFFFF;
}

.part6_swiper {
    display: none;
}

.hidePag {
    display: none;
}

#topImg {
    display: none;
}
.n-products .n-product-item {
    background-color: #F7F9FA;
}
#part8{
    padding-top: 80px;
    padding-bottom: 80px;
}

#part8 .n-page-content{
    margin-top: 48px;
}
.n-products .transparent-commonlink{
    width:100%;
}
@media screen and (min-width:2000px) {
    .n-banner_title {
        font-size: 42px;
    }
    .n-banner-content {
        font-size: 16px;
        margin-top: 24px;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 48px;
    }
    .n-banner_btn {
        font-size: 18px;
    }
    .n-banner_desc {
        font-size: 26px;
    }
}

@media screen and (max-width:1999px) and (min-width:1750px) {
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
}

@media screen and (max-width:1749px) and (min-width:1401px) {
    .n-banner_btns {
        display: flex;
        flex-direction: row;
        margin-top: 48px;
    }
}

@media screen and (max-width:1440px) and (min-width:1100px) {
    #part5  .casePrev {
        top: 120%;
        left: 500px;
    }
    #part5  .caseNext {
        top: 120%;
        right: 500px;
    }
    #part5  {
        padding-bottom: 200px;
    }
    .example-list {
        display: none;
    }
    .n-banner_con {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner-content {
        width: 580px;
        margin-top: 12px;
        font-size: 14px;
    }
    .n-banner_title {
        font-size: 32px;
    }
    .n-banner_desc {
        font-size: 24px;
    }
    .n-nav {
        width: 1200px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-nav .com-content {
        padding: 0;
    }
    .n-banner_btn {
        font-size: 14px;
    }
    .n-banner_btns {
        margin-top: 24px;
    }
    .com-evalute-content {
        width: 1200px;
    }
    .com-evaluate-btns {
        margin-left: 130px;
    }
    .common-qa {
        width: 1200px;
    }
    .qa-content {
        width: 1200px;
    }
    .qa-more {
        width: 1200px;
    }
    .part1-list,
    #part1_swiper .swiper-slide {
        width: 258px;
    }
    .part1-title {
        font-size: 16px;
        margin: 24px 6px 24px 6px;
    }
    .part1-list ul {
        margin: 12px 12px 0 12px;
    }
    .n-product {
        width: 32%;
    }
    .com-evalute-main {
        width: 800px;
    }
    #part5  {
        padding-bottom: 150px;
    }
    .value-img {
        width: 585px;
    }
    .value-point {
        width: 380px;
    }
    .value-content h3 {
        margin-top: 36px;
    }
    .button-prev {
        top: unset;
        left: 45%;
    }
    .button-next {
        top: unset;
        right: 45%;
    }
    .lottie-container {
        height: 516px;
    }
    .button-prev,
    .button-next {
        width: 48px;
        margin-top: 24px;
    }
    .value-points .bold-font span {
        font-size: 76px;
    }
}

@media screen and (max-width:750px) {
    #topImg {
        display: none;
    }
    .n-banner_video::after {
        padding-top: 120.3%;
    }
    .n-banner_con {
        width: 21.875rem;
        left: calc((100% - 21.875rem)/2);
        text-align: center;
        justify-content: unset;
    }
    .n-banner_title {
        font-size: 24px;
        padding-top: 1.8125rem;
    }
    .n-banner_desc {
        margin-top: .125rem;
        font-size: 1.125rem;
    }
    .n-banner-content {
        margin-top: .75rem;
        font-size: .75rem;
        width: 20.4375rem;
        margin: .75rem auto 0 auto;
        color: #7D7D7D;
    }
    .n-banner_btn {
        font-size: .875rem;
    }
    .n-banner_btns {
        justify-content: center;
        margin-top: 24px;
    }
    .n-menu {
        display: none;
    }
    .n-page-title {
        line-height: 150%;
        font-size: 20px;
        padding: 0 .75rem;
    }
    /* part1 */
    #part1_swiper {
        overflow: hidden;
    }
    #part1 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    .n-page-desc {
        font-size: .75rem;
        padding: 0 .75rem;
    }
    .part1-list {
        width: 100%;
        height: 31.25rem;
        box-shadow: none;
    }
    #part1 .n-page-content {
        margin-top: 1.5rem;
    }
    .n-page-content {
        width: 21.9375rem;
    }
    .part1-title {
        font-size: 1rem;
        margin: .75rem;
    }
    .part1-line {
        width: 20.4375rem;
        height: 1px;
    }
    .part1-list li {
        margin-top: 1.125rem;
        margin-left: .75rem;
        font-size: .8125rem;
    }
    .part1-list ul {
        margin: .75rem .75rem 0 .75rem;
    }
    .part1-list:hover {
        box-shadow: none;
    }
    .n-praise {
        display: none;
    }
    #part1_swiper .swiper-slide {
        margin-right: 0;
        width: 21.9375rem;
        height: 31.25rem;
    }
    /* part2 */
    #part2 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    /* part3 */
    #part3 {
        padding: 1.875rem 0 3.75rem 0;
        background-image: none;
    }
    #part3 .n-page-content {
        margin-top: 1.5rem;
    }
    .tab-tabs-row{
        display: flex;
    }
    .tab-nav-btn{
        width: 2rem;
        height: 2rem;
    }
    .tab-tabs-row{
        display: flex;
    }
    .tab-tabs-row .swiper-container{
        margin: 0;
        max-width: none;
    }
    .title-nav-row{
        gap: .75rem;
    }
    .tab-nav-mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: .5rem 0 .25rem 0;
    }
    .tab-nav-btn{
        width: 1.5rem;
        height: 1.5rem;
        transform: translateY(-4px);
    }
    .tab-nav-btn img{
        width: 100%;
        height: 100%;
    }
    .value-content h3 {
        margin-top: .75rem;
        font-size: .75rem;
        margin-bottom: .75rem;
    }
    .value-content .value-content-text {
        margin-bottom: .75rem;
    }
    .value-tab {
        font-size: .75rem;
        padding-bottom: .75rem;
    }
    .value-point {
        margin-top: .375rem;
        padding: unset;
        width: 7.1875rem;
        text-align: center;
        font-size: .6875rem;
        height: 3.125rem;
    }
    .value-points {
        flex-wrap: wrap;
        margin-bottom: .75rem;
    }
    .value-points .bold-font {
        height: 6.625rem;
    }
    .value-points .bold-font span {
        font-size: 2rem;
        margin: 0;
    }
    .n-column {
        flex-direction: column;
    }
    .n-column .value-img {
        width: 100%;
    }
    .n-column .grey-top,
    .n-column .blue-top {
        height: 1.5rem;
    }
    .value-img {
        width: 10.5625rem;
    }
    .grey-top,
    .blue-top {
        font-weight: 700;
        font-size: .625rem;
        text-align: center;
        padding: 1.4375rem;
        height: 2.25rem;
    }
    .grey-text li,
    .blue-text li {
        font-size: .625rem;
    }
    .grey-text,
    .blue-text {
        left: 1.125rem;
        padding-right: .75rem;
        margin-top: -5rem;
    }
    .value-img .diff2 {
        left: 1.125rem;
        margin-top: -2.4rem;
    }
    .button-prev,
    .button-next {
        margin-top: .75rem;
        width: 1.25rem;
        top: unset;
    }
    .button-prev {
        left: 42%;
    }
    .button-next {
        right: 42%;
    }
    .column-between .grey-top,
    .column-between .blue-top {
        height: 1.5rem;
    }
    .lottie-container {
        height: 13.9375rem;
    }
    .minlottie {
        display: block;
    }
    .lottie-container {
        display: none;
    }
    .row-between .speImg1 {
        width: 8.6875rem;
    }
    .row-between .speImg2 {
        width: 12.4375rem;
    }
    /* part5 */
    #part5  {
        padding: 2.8125rem 0;
    }
    #part5  .n-page-content {
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }
    .n-case {
        width: 100%;
    }
    .n-case h5 {
        margin-top: .75rem;
        font-size: .75rem;
    }
    .n-case p {
        margin-top: .25rem;
        font-size: .625rem;
    }
    .n-case:last-child {
        margin-top: 1.5rem;
    }
    /* part6 */
    #part6 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    .part6_swiper {
        display: block;
    }
    .n-product {
        margin-top: 0;
        width: 32%;
        height: 5.75rem;
    }
    .n-product img {
        margin: .375rem auto 0 auto;
        width: 3.75rem;
    }
    .n-product h3 {
        margin-top: .4375rem;
        font-size: .75rem;
        line-height: 150%;
        padding: 0 .5rem;
    }
    .n-product h4 {
        width: 14.5rem;
        margin: .5rem auto 0 auto;
        font-size: .8125rem;
        line-height: 150%;
        min-height: 2.4375rem!important;
    }
    .n-product h5 {
        margin-top: .25rem;
        font-size: .5rem;
    }
    #part6 .n-page-content {
        margin-top: 1.5rem;
    }
    /* 常见问题 */
    #part7 {
        padding-top: 1.5rem;
    }
    .common-qa {
        margin: 1.875rem auto 0 auto;
        width: 20.4375rem;
    }
    .qa-content {
        width: 20.4375rem;
    }
    .qa-content b {
        font-size: .75rem;
    }
    .qa-content div {
        font-size: .75rem;
    }
    .qa-content div:last-child {
        margin-top: .75rem;
    }
    .qa-more {
        width: 20.4375rem;
    }
    .qa-btn {
        font-size: .75rem;
        width: 4.8rem;
        margin: 1.6563rem auto 0 auto;
        text-align: center;
    }
    .qa-more .qa-content:last-child {
        padding-bottom: 0!important;
    }
    .qa-btn img {
        width: .625rem;
    }
    .n-end .n-page-content {
        flex-direction: column;
        justify-content: center;
    }
    .n-end-title b {
        font-size: .9375rem;
    }
    .n-end-title {
        padding-top: 2.4375rem;
        padding-bottom: 1.25rem;
        font-size: .75rem;
        text-align: center;
    }
    .advice-btn {
        width: 14.1875rem;
        height: 1.875rem;
        font-size: .75rem;
        margin-bottom: 3rem;
    }
    .n-end {
        margin-top: 2.8125rem;
        background-image: url(../RJ-img/end-bg_750.png);
    }
    #part7 .n-page-content {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
    #part8 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#part5 .n-anli-box{
    display: grid;
    gap: 24px;
    grid-auto-flow: column; /* 鑷姩鎸夊垪鎺掑垪 */
    grid-auto-columns: minmax(0, 450px); /* 姣忎釜鍏冪礌鏈€澶� 450px */
    justify-content: center;        /* 灞呬腑瀵归綈 */
}
#part5 .n-anli-card{
    overflow: hidden;
    position: relative;
}
#part5 .n-anli-card a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#part5 .n-anli-card img{
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    transition: all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
}
#part5 .n-anli-content{
    background: #FFF;
    padding: 24px 24px 24px 24px;
    border-radius: 0px 0px 4px 4px;
}
#part5 .n-anli-title{
    color: #2A2b2e;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 125%; /* 25px */
}
#part5 .n-anli-desc{
    color:#6A6B6D;
    font-size: 16px;
    min-height: 96px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
#part5 .transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: fit-content;
    margin: 16px 0 0 0;
}
#part5 .transparent-commonlink:hover{
    cursor: pointer;
}
#part5 .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;
}
#part5 .n-anli-card:hover img{
    transform: scale(1.05);
}
#part5 .n-anli-card:hover .transparent-commonlink::after{
    transform: translateX(8px);
}
@media screen and (max-width: 1280px) {
    #part5 .n-anli-title{
        font-size: 18px;
    }
    #part5 .n-anli-desc{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    #part5 .n-anli-box{
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: unset;
    }
    #part5 .n-anli-content{
        padding: 16px;
        border-radius: 0px 0px 4px 4px;
    }
    #part5 .n-anli-desc{
        min-height: unset;
    }
}


#part9 .n-page-content{
    margin-top: 48px;
}
.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}

.resources-tab-word {
    display: none;
}

.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 180px;
}

.resources-tab div {
    position: relative;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0 24px;
    margin-top: 48px;
    cursor: pointer;
}

.resources-tab div.active {
    color: #E60039;
    pointer-events: none;
}

.resources-tab div.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #E60039;
    display: block;
}

.resources-tab div:first-child {
    margin-top: 0;
}

.resources-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #D5D5D5;
    display: block;
}

.resourcesCont {
    width: 100%;
}

.resourceCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.resourceCard {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0px 6px 20px 0px rgba(213, 219, 228, 0.50);
    cursor: pointer;
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 42px;
}

.resourceCard a,
.resourceImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.resourceImgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resourceImg {
    position: relative;
}

.resourceImg img {
    width: 100%;
}

.resourceImg p {
    color: #2A2B2E;
    font-size: 18px;
    line-height: 150%; /* 27px */
    margin:16px 0 12px;
}

.resourceImg i {
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
}

.resourceImgCover img {
    transition: transform .16s linear;
}

.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(https://futurewindow.oss-cn-beijing.aliyuncs.com/chineseResources/UIA/static-page/solutions/common/product/product-1/link.svg);
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
    -webkit-transition:transform .16s linearr;
    -moz-transition:transform .16s linear;
    -o-transition:transform .16s linear;
}


@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}

@media screen and (max-width:1440px) {
    .resources-tab {
        margin-right: 214px;
    }
    .resourceCard p {
        font-size: 18px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 184px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .resourceImg p {
        margin-top: 12px;
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink {
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .resourceVideo .resourceImgCover::after {
        width: 36px;
        height: 36px;
    }
    .form-content {
        margin-top: 12px;
    }
    
}

@media screen and (max-width:1068px) {
    .resourcesSection {
        flex-direction: column;
        align-items: center;
    }
    .resources-tab {
        display: flex;
        justify-content: center;
        margin-right: 0;
        padding: 0;
        margin-bottom: 36px;
    }
    .resources-tab div {
        margin-top: 0;
        padding: 0 12px 12px 12px;
    }
    .resources-tab::before {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        top: unset;
    }
    .resources-tab div.active::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 2px;
    }
    .resourceImgs {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .resourceCards {
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .resourceCard {
        padding: 16px;
    }
}

@media screen and (max-width:600px) {
    .resourceCards {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:520px) {
    .resourceImgs {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}
#contactus .n-main-btn{
    background-color: #E60039;
    font-size: 16px;
}
#contactus .n-main-btn:hover{
    background-color: #DA0030;
}