* {
    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;
}

.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: 144px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    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;
}

.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(/fa/jt/20221104/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/jt/20221104/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(/fa/jt/20221104/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;
}

@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 {
        width: 120px;
        height: 30px;
        line-height: 30px;
        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: 1.25rem;
        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 {
        width: 6rem!important;
        height: 1.8125rem!important;
        line-height: 1.8125rem!important;
        font-size: .875rem;
    }
    .n-banner_btns {
        justify-content: center;
        margin-top: 11.875rem;
    }
    .n-menu {
        display: none;
    }
    .n-page-title {
        line-height: 150%;
        font-size: 1.0625rem;
        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;
    }
    .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 {
        flex-wrap: nowrap;
        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(/fa/jt/20221104/RJ-img/end-bg_750.png);
    }
    #part7 .n-page-content {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
}