* {
    margin: 0;
    padding: 0;
}

html {
    overflow: -moz-hidden-unscrollable;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    height: 100%;
    width: calc(100vw + 18px);
    overflow: auto;
}

.n-main {
    position: relative;
    width: 100vw;
}


/* 侧边导航栏 */

.n-nav {
    position: absolute;
    left: 2.6vw;
    z-index: 9;
    top: 50%;
    transform: translateY(-90%);
}

.n-nav div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1.25vw;
    padding-left: 4px;
    font-weight: 290;
    font-size: 0.73vw;
    color: #385075;
    cursor: pointer;
}

.n-nav div::before {
    content: '';
    width: 2px;
    height: 0.73vw;
    background-color: transparent;
    margin-right: 4px;
    display: block;
}

.n-nav div:first-child {
    margin-top: 0;
}

.n-nav .n-nav-selected {
    font-weight: 700;
}

.n-nav .n-nav-selected::before {
    background-color: #FFFFFF;
}

.n-nav .n-nav-selected-blue::before {
    background-color: #385075!Important;
}


/* 顶部导航栏 */

.ys_header {
    position: absolute;
    top: 0;
}


/* 正文最先 */

.n-item {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

#source_swiper {
    width: 100vw;
    height: 100vh;
}

.n-page-content img {
    width: 100vw;
}

.n-page-title {
    margin-top: 6vw;
    width: 80vw;
    margin-left: calc((100% - 80vw)/2);
    color: #FFFFFF;
    text-align: center;
}

.n-page-title h2 {
    font-weight: 700;
    font-size: 2.5vw;
}


/* 第一屏 */

.n-part1 {
    background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.n-part1-title {
    color: #173150;
    position: absolute;
    width: 73vw;
    text-align: left;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.n-part1-title h1 {
    font-weight: 700;
    font-size: 3.33333vw;
}

.n-part1-title h3 {
    font-size: 400;
    margin-top: 0.4vw;
    font-size: 1.875vw;
}

.n-part1-title h4 {
    margin-top: 1.25vw;
    width: 35.5208vw;
    font-size: 0.83333vw;
    line-height: 170%;
    color: #5B7092;
}

.n-part1-btn {
    margin-top: 2.5vw;
    display: inline-block;
    width: 7.5vw;
    height: 2.4vw;
    line-height: 2.4vw;
    background-color: #DA0030;
    text-align: center;
    border-radius: 4px;
    font-size: 0.83333vw;
    color: #FFFFFF;
    cursor: pointer;
}

.n-part1-btn2 {
    margin-left: 1vw;
    margin-top: 2.5vw;
    display: inline-block;
    text-align: center;
    width: 7.5vw;
    height: 2.4vw;
    line-height: 2.4vw;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-size: 0.83333vw;
    cursor: pointer;
    border: 1px solid #DA0030;
}

.n-part1-btn2 a {
    color: #DA0030;
}

.n-page1-content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-45%);
}

.n-page1-content img {
    width: 52.6041vw;
}

.n-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 3vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.n-arrow h5 {
    color: #385075;
    font-size: 0.73vw;
}

.n-arrow img {
    margin-top: 0.4vw;
    animation: arrow-ani 1s ease-in-out alternate infinite;
}

@keyframes arrow-ani {
    0% {
        transform: translateY(0.2vw);
    }
    100% {
        transform: translateY(-0.2vw);
    }
}


/* 底部导航 */

.n-main-bottom {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 4;
}

.n-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 62.5vw;
    height: 100%;
    margin: 0 auto;
}

.n-menu h3 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.n-menu ul {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
}

.n-menu ul li {
    list-style: none;
    margin-right: 1.25vw;
    cursor: pointer;
}

.n-menu ul li a {
    color: #d5d5d5;
}

.n-menu ul li:last-child {
    margin-right: 0;
}

.n-menu .n-menu-active a {
    font-weight: 700;
    color: #F7F8FB;
    border-bottom: 1px solid #DA0030;
}


/* 通用样式 */

.n-page-content {
    width: 83.3vw;
    margin-left: calc((100% - 83.3vw)/2);
    text-align: center;
}


/* part2 */

.n-part2 {
    background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
}

.n-part2-title {
    margin-top: 6vw;
}

.n-part2-title h2 {
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.n-part2 .n-page-content {
    margin-top: 1vw;
}

.n-part2 .n-page-content img {
    width: 76.40625vw;
}


/* part3 */

.n-part3 {
    background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
}

.n-part3 .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    margin-left: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
}

.n-page3-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 38.6458vw;
}

.n-part3 .n-page-title {
    color: #173150;
}

#itImg {
    width: 40.3125vw;
}

.n-require {
    position: relative;
    width: 17.76041vw;
    height: 16.3020vw;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* .n-require::after {
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
} */

.n-require:nth-child(3),
.n-require:nth-child(4) {
    margin-top: 1vw;
}

.n-require img {
    position: relative;
    width: 5.2083vw;
    margin-top: 2.1354vw;
    z-index: 3;
}

.n-require h3 {
    position: relative;
    margin-top: 0.625vw;
    font-weight: 400;
    font-size: 1.25vw;
    color: #173150;
    z-index: 3;
}

.n-require h4 {
    position: relative;
    font-weight: 400;
    font-size: 0.7291vw;
    line-height: 150%;
    margin-top: 0.7291vw;
    color: #68788F;
    z-index: 3;
}

.n-require a {
    position: relative;
    margin-top: 1.25vw;
    font-weight: 400;
    font-size: 0.7291vw;
    color: #0094FF;
    z-index: 3;
}


/* part4 */

.n-part4 {
    background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
}

.n-part4 .n-page-content {
    margin-top: 2vw;
}

.n-part4 .n-page-content img {
    width: 76vw;
}


/* part5 */

.n-part5 {
    background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png)
}

.n-part5 .n-page-title {
    color: #173150;
}

.n-part5 .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    margin-left: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
}

.n-feature {
    position: relative;
    width: 23.958vw;
    height: 34.21875vw;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
}

.n-feature::before {
    position: absolute;
    z-index: -1;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
}

.n-feature img {
    margin-top: 3.5416vw;
    width: 19.27vw;
    z-index: 9;
}

.n-feature h2 {
    margin-top: 4.2708vw;
    font-weight: 700;
    font-size: 1.4583vw;
    text-align: left;
    margin-left: 2.34375vw;
    color: #173150;
    z-index: 2;
}

.n-feature h3 {
    margin-top: 0.208vw;
    font-weight: 400;
    font-size: 1.0416vw;
    text-align: left;
    margin-left: 2.34375vw;
    color: #173150;
    line-height: 200%;
    z-index: 2;
}

.n-feature h4 {
    margin-top: 0.833333vw;
    margin-left: 2.34375vw;
    font-weight: 400;
    font-size: 0.729vw;
    line-height: 175%;
    color: #6D7C94;
    text-align: left;
    z-index: 2;
}


/* part6 */

.n-part6 {
    background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
}

.n-part6 .n-page-title {
    color: #173150;
}

.n-part6 .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    margin-left: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
}

.n-part6 .n-page-content img {
    width: 48.75vw;
}

.n-page6-content {
    text-align: left;
}

.n-custom-desc h3 {
    font-weight: 700;
    font-size: 1.875vw;
    color: #173150;
    line-height: 150%;
}

.n-custom-desc h5 {
    margin-top: 0.625vw;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 150%;
    color: #173150;
}

.n-page-content .n-custom-desc div:nth-child(1) {
    margin-top: 0;
}

.n-page-content .n-custom-desc div {
    margin-top: 3.125vw;
}


/* part7 */

.n-part7 {
    background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
}

.n-part7 .n-page-content img {
    width: 48.75vw;
}

.n-part7 .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    margin-left: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
}

.n-part7 .n-custom-desc h3,
.n-part7 .n-custom-desc h5 {
    color: #FFFFFF;
}


/* part8 */

.n-part8 {
    background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
}

.n-part8 .n-page-title {
    color: #173150;
}

.n-part8 .n-page-content img {
    width: 48.75vw;
}

.n-part8 .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    margin-left: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
}


/* part9 */

.n-part9 {
    background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
}

.n-part9 .n-page-content img {
    width: 48.75vw;
}

.n-part9 .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    margin-left: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
}

.n-part9 .n-custom-desc h3,
.n-part9 .n-custom-desc h5 {
    color: #FFFFFF;
}

.n-part10 {
    background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
}

.n-part10 .n-page-title {
    color: #173150;
}

.xmgl-content {
    margin-top: 1.66666vw;
}

.xmgl-content img {
    margin-top: 3vw;
    width: 48vw;
}

.xmgl-content h4 {
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 200%;
    text-align: center;
    color: #173150;
}

.n-part11 {
    background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
}

.n-part11 .xmgl-content img {
    margin-top: 1.8vw;
    width: 48vw;
}

.n-part11 .xmgl-content h4 {
    color: #FFFFFF;
}

.n-part12 {
    background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
}

.n-part12 .n-page-title {
    color: #173150;
}

.n-part13 .n-page-title {
    color: #173150;
}

.n-part13 {
    background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
}

.n-part13 .n-page-title {
    color: #173150;
}

.n-part13 .xmgl-content img {
    margin-top: 1.8vw;
    width: 48vw;
}


/* 移动端隐藏类名 */

.n-mobile {
    display: none;
}

@media screen and (max-width:750px) {
    .n-main {
        display: none;
    }
    .n-mobile {
        max-width: 23.4375rem;
        width: 100%;
        display: block;
    }
    .m-nav-list {
        position: fixed;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        top: 64px;
        width: 100%;
        height: 3.125rem;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 11;
    }
    .m-nav-list h3 {
        font-weight: 400;
        font-size: .75rem;
        margin-left: 1.125rem;
        color: #FFFFFF;
    }
    .n-nav-btn {
        margin-right: 1.125rem;
        cursor: pointer;
    }
    .n-nav-btn img {
        width: 3.125rem;
    }
    .n-nav-dwon {
        right: .75rem;
        top: 3.125rem;
        position: absolute;
        z-index: 3;
    }
    .n-nav-dwon div {
        text-align: center;
        padding: 12px 24px;
        background-color: rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-bottom: 1px solid rgba(246, 246, 246, 0.3);
    }
    .n-nav-dwon a {
        font-weight: 400;
        font-size: .8125rem;
        text-align: center;
        color: #FFFFFF;
    }
    .m-banner {
        position: relative;
        margin-top: calc(3.125rem + 64px);
    }
    .m-banner img {
        width: 100%;
    }
    .m-banner .m-banner-title {
        margin-top: 2.5rem;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .m-banner .m-banner-title h1 {
        font-weight: 700;
        font-size: 1.875rem;
        color: #173150;
        line-height: 150%;
    }
    .m-banner .m-banner-title h3 {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 150%;
        color: #173150;
    }
    .m-banner .m-banner-title h5 {
        margin-top: 1.125rem;
        font-weight: 400;
        font-size: .8125rem;
        line-height: 150%;
        color: #5B7092;
    }
    .m-banner-btns {
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 20.4375rem;
        bottom: 1.5rem;
    }
    .m-banner-btn {
        width: 48%;
        background: #DA0030;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.25rem;
        font-weight: 400;
        font-size: .875rem;
        color: #FFFFFF;
    }
    .m-banner-btn2 {
        width: 48%;
        background: transparent;
        border: 1px solid #DA0030;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.25rem;
        font-weight: 400;
        font-size: .875rem;
    }
    .m-banner-btn2 a {
        color: #DA0030;
    }
    .m-part1 {
        background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
        background-position: center;
        padding-top: 3.125rem;
        padding-bottom: 3.9375rem;
    }
    .m-page-title {
        font-weight: 700;
        font-size: 1.75rem;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
    }
    .m-tab {
        margin-top: 1.375rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .m-tab div {
        margin-right: 3.125rem;
        padding-bottom: .3125rem;
        font-size: .8125rem;
        color: #FFFFFF;
        border-bottom: 4px solid transparent;
    }
    .m-tab div:last-child {
        margin-right: 0;
    }
    .m-tab .m-tab-selected {
        font-weight: 700;
        border-bottom: 4px solid #FFFFFF;
    }
    .m-page-content {
        width: 20.4375rem;
        margin: 0 auto;
    }
    .m-part1 .m-page-content img {
        width: 21.0625rem;
    }
    .m-part1 .m-page-content {
        margin-top: 4rem;
        width: 21.0625rem;
    }
    /* m-part2 */
    .m-part2 {
        padding-top: 2.1875rem;
        padding-bottom: 1.5rem;
        background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
        background-position: center;
    }
    .m-part2 .m-page-title {
        color: #173150;
    }
    .m-it-content {
        margin-top: 2.1875rem;
    }
    .m-it-list {
        margin-top: .75rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 20.4375rem;
        height: 5.9375rem;
        border-radius: 12px;
        position: relative;
        padding: .75rem;
    }
    .m-it-list:first-child {
        margin-top: 0;
    }
    .itImg {
        margin-top: 1.875rem;
        width: 20.25rem;
    }
    .m-list-left {
        margin-right: .75rem;
        position: relative;
        z-index: 3;
    }
    .m-list-left img {
        width: 3.125rem;
    }
    .m-list-bg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: rgba(255, 255, 255, 0.3);
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        border-radius: 12px;
        z-index: 1;
    }
    .m-list-right {
        position: relative;
        z-index: 3;
    }
    .m-list-title {
        width: 15.0625rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .m-list-title h2 {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 150%;
        color: #173150;
    }
    .m-list-right h4 {
        margin-top: .3125rem;
        font-weight: 400;
        font-size: .8125rem;
        color: #68788F;
    }
    .m-list-title a {
        font-weight: 400;
        font-size: .75rem;
        color: #0094FF
    }
    /* m-part3 */
    .m-part3 {
        background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
        background-position: center;
        padding: 3.125rem 0 1.5rem 0;
    }
    .m-part3 .m-page-content img {
        width: 100%;
    }
    .m-part3 .m-page-content {
        margin-top: 1.25rem;
    }
    /* m-part4 */
    .m-part4 {
        background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
        background-position: center;
        padding: 2.1875rem 0 1.5rem 0;
    }
    .m-part4 .m-page-title {
        color: #173150;
    }
    .n-feature {
        text-align: center;
        margin-top: 1.5625rem;
        width: 100%;
        height: 27rem;
    }
    .n-feature img {
        margin-top: 1.875rem;
        width: 17.3125rem;
    }
    .n-feature h2 {
        margin-left: .75rem;
        margin-top: 1.75rem;
        font-weight: 700;
        font-size: 1.25rem;
        color: #173150;
    }
    .n-feature h3 {
        margin-left: .75rem;
        font-weight: 400;
        font-size: 1rem;
        line-height: 200%;
        color: #173150;
    }
    .n-feature h4 {
        margin-left: .75rem;
        font-weight: 400;
        font-size: .8125rem;
        line-height: 175%;
        color: #6D7C94
    }
    #m_swiper4 .swiper-pagination-bullet {
        opacity: 0.3;
        background: #7492B9;
    }
    #m_swiper4 .swiper-pagination-bullet-active {
        opacity: 1;
        background: #385075;
    }
    .m-part5 {
        background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
        background-position: center;
        padding-top: 7.188rem;
        padding-bottom: 4.8438rem;
    }
    .m-part5 .m-page-title {
        color: #173150;
    }
    .m-part5 img {
        width: 100%;
    }
    .m-part5 .m-page-content {
        margin-top: 1.875rem;
    }
    .m-custom-desc h3 {
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 150%;
        color: #173150;
    }
    .m-custom-desc h5 {
        margin-top: .375rem;
        font-weight: 400;
        font-size: .75rem;
        line-height: 150%;
        color: #173150;
    }
    .m-custom-desc div {
        margin-top: 1.5625rem;
    }
    .m-custom-desc div:first-child {
        margin-top: 0;
    }
    .m-part5 .m-custom-desc {
        margin-top: 3.625rem;
    }
    .m-part6 {
        background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
        background-position: center;
        padding-top: 2.1875rem;
        padding-bottom: 2.25rem;
    }
    .m-part6 .m-page-content {
        margin-top: 1.875rem;
    }
    .m-part6 img {
        width: 100%;
    }
    .m-part6 .m-custom-desc {
        margin-top: 2.625rem;
    }
    .m-part6 .m-custom-desc h3,
    .m-part6 .m-custom-desc h5 {
        color: #FFFFFF;
    }
    .m-part7 {
        background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
        background-position: center;
        padding-top: 2.1875rem;
        padding-bottom: 2.25rem;
    }
    .m-part7 img {
        width: 100%;
    }
    .m-part7 .m-page-content {
        margin-top: 2.5625rem;
    }
    .m-part7 .m-page-title {
        color: #173150;
    }
    .m-part7 .m-custom-desc {
        margin-top: 2.625rem;
    }
    .m-part8 {
        background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
        background-position: center;
        padding-top: 2.1875rem;
        padding-bottom: 8.125rem;
    }
    .m-part8 img {
        width: 100%;
    }
    .m-part8 .m-page-content {
        margin-top: 2.5625rem;
    }
    .m-part8 .m-custom-desc {
        margin-top: 2.625rem;
    }
    .m-part8 .m-custom-desc h3,
    .m-part8 .m-custom-desc h5 {
        color: #FFFFFF;
    }
    .m-part10 {
        background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
        background-position: center;
        padding-top: 7.188rem;
        padding-bottom: 4.4688rem;
    }
    .m-part10 .m-xmgl-content img {
        margin-top: 3.8125rem;
    }
    .m-xmgl-content img {
        width: 100%;
    }
    .m-xmgl-content {
        margin-top: 1.5rem;
    }
    .m-xmgl-content h5 {
        font-weight: 400;
        font-size: .8125rem;
        line-height: 200%;
        text-align: center;
        color: #173150;
    }
    .m-part10 .m-page-title {
        color: #173150;
    }
    .m-part11 {
        background-image: url(/cp/riil-rj/relax/RJ-img/2-bg.png);
        background-position: center;
        padding-top: 2.1875rem;
        padding-bottom: 4.4688rem;
    }
    .m-part11 .m-xmgl-content h5 {
        color: #FFFFFF;
    }
    .m-part11 .m-xmgl-content img {
        margin-top: 2.1875rem;
    }
    .m-part12 {
        background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
        background-position: center;
        padding-top: 2.1875rem;
        padding-bottom: 4.4688rem;
    }
    .m-part12 .m-page-title {
        color: #173150;
    }
    .m-part12 .m-xmgl-content img {
        margin-top: 3.8125rem;
    }
    .m-part13 {
        background-image: url(/cp/riil-rj/relax/RJ-img/1-bg.png);
        background-position: center;
        padding-top: 7.188rem;
        padding-bottom: 4.4688rem;
    }
    .m-part13 .m-page-title {
        color: #173150;
    }
    .m-part13 .m-xmgl-content img {
        margin-top: 2.1875rem;
    }
}