* {
    margin: 0;
    padding: 0;
}


/* banner */

.n-banner {
    position: relative;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    padding-top: 4vw;
    font-size: 40px;
    font-weight: bold;
    line-height: 150%;
}

.n-banner_desc {
    margin-top: 4px;
    z-index: 5;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
}

.n-banner-content {
    margin-top: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #585858;
    width: 614px;
}

.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;
    color: #292929;
}

.n-banner_btns {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
}

.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;
    display: inline-block;
    padding: 8px 36px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.n-banner_btn:nth-child(2) {
    margin-left: 24px;
    background: #FFFFFF;
}

.n-banner_btn:nth-child(2) {
    color: #DA0030;
}

.pre-sales-pop-ups-btn:hover {
    color: #FFFFFF;
}


/* 导航栏 */

.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: -59px;
}

.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-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;
}

#addSwiper .swiper-button-prev {
    background-image: url(/fa/qy/20220817/RJ-img/n-prev.svg);
}

#addSwiper .swiper-button-next {
    background-image: url(/fa/qy/20220817/RJ-img/n-next.svg);
}

#addSwiper .swiper-button-prev,
#addSwiper .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* part1 */

#part1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part1 .n-page-content {
    margin-top: 48px;
    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: 544px;
    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: 16px;
    line-height: 150%;
    color: #292929;
}

.part1-list li:first-child {
    margin-top: 0;
}

.part1-title {
    margin: 24px 16px 24px 24px;
    font-size: 20px;
    color: #292929;
    min-height: 60px;
}

.part1-line {
    height: 1px;
    width: calc(100% - 48px);
    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;
}


/* part2 */

#part2 {
    padding-bottom: 90px;
}

#part2 .n-page-content {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}

#part2 .part2-top {
    width: 490px;
}

.n-column-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #292929;
    width: 354px;
    height: 472px;
    border: 1px solid #D5D5D5;
}

.n-column div {
    margin-top: 32px;
    width: 490px;
    height: 136px;
    border: 1px solid #D5D5D5;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 46px 0 35px;
}

.n-column div:first-child {
    margin-top: 0;
}


/* part3 */

#part3 {
    padding: 90px 0 130px;
    background: rgba(139, 157, 177, 0.2);
}

.value-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.value-tabs div {
    margin-right: 112px;
    margin-top: 48px;
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    cursor: pointer;
    padding-bottom: 24px;
    border-bottom: 2px solid transparent;
}

.value-tabs div:last-child {
    margin-right: 0;
}

.value-tabs .value-tab-active {
    font-weight: 700;
    color: #0094FF;
    border-bottom: 2px solid #0094FF;
    cursor: default;
}

.value-tab-line {
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
    margin-top: -1px;
}

.value-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
}

.n-toggle-container {
    width: 354px;
}

.n-toggle-container .toggle-active {
    background: #FFFFFF;
    cursor: default;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.n-toggle {
    position: relative;
    cursor: pointer;
    transition: background .3s ease-in;
    border-top: 1px solid #D5D5D5;
}

.n-toggle:nth-child(1) {
    border-top: none!important;
}

.n-toggle:nth-child(2) {
    border-top: none;
}

.n-toggle ul {
    height: 203px;
    display: none;
    background: rgba(255, 255, 255, 0.7);
}

.n-toggle ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #292929;
    list-style: disc;
    margin-left: 48px;
    margin-right: 24px;
}

.toggle-head {
    padding: 45px 0 45px 24px;
    font-weight: 400;
    font-size: 24px;
    color: #01A0E8;
    background: rgba(255, 255, 255, 0.7);
}

.value-content .swiper-container {
    width: 1046px;
    position: relative;
    z-index: 3;
}

.value-content .spe-ul {
    height: 326px;
}


/* part5 */

#part5 {
    background-color: #F7F9FA;
    padding-top: 90px;
    padding-bottom: 90px;
}

#part5 .n-page-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.n-case {
    max-width: 450px;
    color: unset;
    display: flex;
    flex-direction: column;
}

.n-case img {
    width: 100%;
}

.n-case h3 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 24px;
    color: #292929;
}

.n-case h4 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
    color: #7D7D7D;
}

.n-case h5 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}

#n-case-swiper {
    display: none;
}


/* part6 */

#part6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#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: 32%;
    height: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #D5D5D5;
}

.n-product:first-child,
.n-product:nth-child(2) {
    /*width: 49%;*/
}

.n-product:hover {
    color: #292929;
}

.n-product img {
    margin-top: 16px;
    width: 260px;
}

.n-product h3 {
    margin-top: 28px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

.n-product h4 {
    margin: 24px 17px 0 17px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    min-height: 64px;
    line-height: 200%;
}

.n-product h5 {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}


/* part7 */

.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 90px auto;
    width: 80px;
    cursor: pointer;
}

.qa-btn div {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: inline-block;
}


/* part8 */

#part8 .n-page-content {
    margin-top: 60px;
    margin-bottom: 50px;
}

#part8 .n-page-title {
    padding-top: 0;
}


/*客户评价*/

.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(/fa/qy/20220817/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(/fa/qy/20220817/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 {
    background-image: url(/fa/qy/20220817/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;
}

@media screen and (min-width:2000px) {
    .n-banner_title {
        font-size: 42px;
        padding-top: 7vw;
    }
    .n-banner-content {
        font-size: 16px;
        margin-top: 24px;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
    .n-banner_btn {
        font-size: 18px;
    }
    .n-banner_desc {
        font-size: 26px;
    }
    #part5 .swiper-button-next,
    #part5 .swiper-button-prev {
        width: 68px;
        height: 68px;
        background-size: 68px 68px;
        outline: none;
    }
}

@media screen and (max-width:1999px) and (min-width:1750px) {
    .n-banner_title {
        padding-top: 6vw;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
}

@media screen and (max-width:1749px) and (min-width:1401px) {
    .n-banner_title {
        padding-top: 5.2vw;
    }
    .n-banner_btns {
        display: flex;
        flex-direction: row;
        margin-top: 48px;
    }
}

@media screen and (max-width:1440px) and (min-width:1000px) {
    .n-page-title {
        font-size: 28px;
    }
    .n-banner_con {
        width: 1000px;
        left: calc((100% - 1000px)/2);
    }
    .n-banner_title {
        padding-top: 3.2vw;
        font-size: 32px;
    }
    .n-banner_desc {
        font-size: 24px;
    }
    .n-banner-content {
        width: 550px;
    }
    .n-nav {
        width: 1000px;
    }
    .n-tag li {
        font-size: 12px;
    }
    .n-menu {
        height: 50px;
        margin-top: -49px;
    }
    .n-breadcrumb-bg li a {
        font-size: 12px;
    }
    .n-page-content {
        width: 1000px;
    }
    .n-nav .com-content {
        padding: 0;
    }
    .n-banner_btns {
        margin-top: 24px;
    }
    .com-evalute-content {
        width: 1000px;
    }
    .com-evaluate-btns {
        margin-left: 80px;
    }
    .common-qa {
        width: 1000px;
    }
    .qa-content {
        width: 1000px;
    }
    .n-case {
        max-width: 320px;
    }
    .n-case h3 {
        font-size: 20px;
    }
    .n-case h4 {
        font-size: 14px;
    }
    .part1-list {
        width: 235px;
        height: 480px;
    }
    .part1-title {
        font-size: 16px;
        min-height: 41px;
    }
    .part1-list li {
        font-size: 14px;
    }
    .qa-more {
        width: 1000px;
    }
    .com-evalute-main {
        width: 640px;
    }
    .n-column-text {
        font-size: 18px;
        width: 248px;
        height: 330px;
    }
    .n-column div {
        margin-top: 22px;
        width: 342px;
        height: 95px;
        font-size: 14px;
    }
    #part2 .part2-top {
        width: 342px;
    }
    .n-product {
        height: 310px;
    }
    .n-product h3 {
        margin-top: 0;
    }
    .toggle-head {
        padding: 24px 0 24px 24px;
        font-size: 16px;
    }
    .value-content .spe-ul {
        height: 268px;
    }
    .value-content .swiper-container {
        width: 751px;
    }
    .n-toggle-container {
        width: 257px;
    }
    .n-toggle ul {
        height: 197px;
    }
    .n-toggle ul li {
        font-size: 14px;
    }
}

@media screen and (max-width:750px) {
    .n-banner_video::after {
        padding-top: 106.3%;
    }
    .n-banner_con {
        width: 21.875rem;
        left: calc((100% - 21.875rem)/2);
        text-align: center;
    }
    .n-banner_title {
        font-size: 1.25rem;
        padding-top: 1.8125rem;
    }
    .n-banner_desc {
        margin-top: .125rem;
        font-size: 1.125rem;
    }
    .n-banner-content {
        margin-top: .75rem;
        font-size: .8125rem;
        width: 20.4375rem;
        margin: .75rem auto 0 auto;
    }
    .n-banner_btn {
        padding: .3125rem 1.25rem;
        font-size: .875rem;
    }
    .n-banner_btns {
        justify-content: center;
        margin-top: 7.5625rem;
    }
    .n-menu {
        display: none;
    }
    .n-page-title {
        line-height: 150%;
        font-size: 1.0625rem;
    }
    #part1 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    .part1-list {
        width: 10.8125rem;
        height: 20.125rem;
    }
    #part1 .n-page-content {
        margin-top: 1.5rem;
        flex-wrap: wrap;
        width: 22.25rem;
    }
    .n-page-content {
        width: 21.9375rem;
    }
    .part1-title {
        font-size: .75rem;
        margin: .75rem .4375rem;
        text-align: center;
        min-height: 2.25rem;
    }
    .part1-line {
        width: calc(100% - 1.5rem);
        height: 1px;
    }
    .part1-list li {
        margin-left: .75rem;
        font-size: .6875rem;
    }
    .part1-list ul {
        margin: .75rem .75rem 0 .75rem;
    }
    .part1-list:nth-child(3),
    .part1-list:nth-child(4) {
        margin-top: .75rem;
        height: 17rem;
    }
    .part1-list:hover {
        box-shadow: none;
    }
    .n-praise {
        display: none;
    }
    /* part2 */
    #part2 {
        padding-top: 0;
        padding-bottom: 2.8125rem;
    }
    #part2 .n-page-title {
        margin-bottom: 1.5rem;
    }
    #part2 .n-page-content {
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }
    .n-column-text {
        width: 100%;
        height: 6.25rem;
        font-size: 1rem;
    }
    #part2 .part2-top {
        margin-top: .375rem;
        width: 12.5rem;
    }
    .n-column {
        margin-top: .375rem;
        width: 9.4375rem;
    }
    .n-column div {
        margin-top: .75rem;
        width: 100%;
        height: 6.4063rem;
        font-size: .625rem;
        padding: .75rem .375rem 0 .75rem;
        align-items: unset;
    }
    /* part3 */
    #part3 {
        background-color: #FFFFFF;
        padding: 1.875rem 0 1.125rem 0;
    }
    #part3 .n-page-content {
        width: 100%;
    }
    .value-content {
        background-color: #E8EBEF;
        margin-top: 0;
        padding-top: 1.4375rem;
    }
    .value-tabs div {
        margin-right: 2.8125rem;
        padding-bottom: .375rem;
        font-size: .875rem;
        margin-top: 1.5rem;
    }
    .n-toggle-container {
        display: none;
    }
    .value-content .hidepag {
        bottom: 0!important;
    }
    .value-content .swiper-container {
        width: 100%;
    }
    #addSwiper .swiper-button-prev,
    #addSwiper .swiper-button-next {
        display: none;
    }
    /* part5 */
    #part5 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    #part5 .n-page-content {
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }
    .n-case {
        margin-top: 1.125rem;
        max-width: 100%;
    }
    .n-case h3 {
        margin-top: .75rem;
        font-size: .8125rem;
    }
    .n-case h4 {
        margin-top: .5rem;
        font-size: .8125rem;
    }
    .n-case a {
        display: block;
        margin-top: 1.5rem;
        font-weight: 400;
        font-size: .75rem;
        color: #0094FF;
        margin-bottom: 2.1875rem;
    }
    .n-case:nth-child(1) {
        margin-top: 0;
    }
    /* part6 */
    #part6 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    .n-product {
        display: flex!important;
        width: 49%!important;
        height: 9.9375rem!important;
        box-sizing: border-box;
        margin-top: .75rem;
    }
    .n-product img {
        margin: 0 auto;
        width: 6.25rem;
        height: 6.25rem;
    }
    .n-product h3 {
        margin-top: 0;
        font-size: .8125rem;
    }
    .n-product h5 {
        margin-top: .375rem;
        font-size: .75rem;
    }
    #part6 .n-page-content {
        margin-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 {
        background-image: url(/fa/qy/20220817/RJ-img/end-bg_750.png);
    }
    #part7 .n-page-content {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
    /* part8 */
    #part8 .n-page-content {
        margin-top: 2.75rem;
        margin-bottom: 1.875rem;
    }
    #part8 .n-page-title {
        padding-top: 2.5rem;
    }
    .com-evalute-content {
        width: 100%;
        flex-direction: column;
    }
    .com-evalute-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
    }
    .com-top {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .com-evaluate-img img {
        width: 2.125rem;
    }
    .com-evalute-name {
        margin-left: .375rem;
        font-size: .75rem;
        margin-top: 0;
        line-height: normal;
    }
    .com-evalute-main {
        margin-top: .75rem;
        width: 100%;
        margin-left: 0;
    }
    .com-evalute-desc {
        font-size: .75rem;
        line-height: 175%;
    }
    .com-evaluate-date {
        margin-top: .375rem;
        font-size: .625rem;
    }
    .com-evaluate-btn:nth-child(1) .evaluate-btn-hover {
        width: .75rem;
        height: .75rem;
        margin-right: .1563rem;
    }
    .com-evaluate-btn:nth-child(3) .evaluate-btn-hover {
        width: .75rem;
        height: .75rem;
    }
    .com-evaluate-btns {
        margin-left: 0;
        font-size: .625rem;
    }
    .com-evaluate-line {
        margin: 0 .1563rem;
    }
}