#fullSwiper {
    position: relative;
    width: 100%;
    height: calc(100vh - 84px);
}

.fullPage {
    position: relative;
    width: 100%;
    height: 100%;
}

.addTitle {
    display: none;
}

.addPage {
    height: 1px;
}

#fullSwiper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

::-webkit-scrollbar {
    display: none;
}

body {
    overflow: hidden;
}


/* Firefox */

* {
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-pag.swiper-pagination-bullets {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: unset;
    left: 24px;
    right: unset!important;
}

.custom-pag .swiper-pagination-bullet {
    width: 4px;
    height: 6px;
    opacity: 1;
    background: #9B9FA8;
}

.custom-pag .swiper-pagination-bullet-active {
    height: 28px;
    border-radius: 2px;
    background: #E60039;
}

.fullPage-title {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 46%;
    transform: translateY(-50%);
    z-index: 5;
}

.fullPage-title h1 {
    font-size: 84px;
    color: #292929;
    font-weight: 400;
    line-height: 120%;
}

.fullPage-title p {
    margin-bottom: 60px;
    margin-top: 24px;
    font-size: 24px;
    color: #6A6B6D;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.fullPage-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fullPage-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right center;
    pointer-events: none;
}

.fullPage-video img {
    display: none;
}

.fullPage-btns {
    display: flex;
}

.fullPage-btn {
    display: inline-flex;
    width: 160px;
    justify-content: center;
    align-items: center;
    height: 46px;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 16px;
    transition: .15s linear;
    border-radius: 23px;
}

.fullPage-btn.redBtn {
    color: #FFF;
    background: #E60039;
}
.fullPage-btn.redBtn:hover {
    cursor: pointer;
}
.fullPage-btn.redBtn::before {
    content: '';
    background-image: url(/xstyg/RJ-img/btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.fullPage-btn.redBorderBtn {
    border: 1px solid #E60039;
    color: #E60039;
}

.centrAlign {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sceneSection {
    position: relative;
}

.scene-content {
    display: flex;
    align-items: center;
}

#sceneSwiper {
    width: 1360px;
}

.scene-img {
    width: 780px;
    flex-shrink: 0;
    margin-right: 60px;
}

.fullPage img {
    width: 100%;
}

.scene-info h6 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.scene-info p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.secne-pag.swiper-pagination.swiper-pagination-bullets {
    bottom: -136px;
}

.secne-pag.swiper-pagination .swiper-pagination-bullet {
    border-radius: unset;
    width: 48px;
    height: 4px;
    opacity: 1;
    background: #E4E8EB;
}

.secne-pag.swiper-pagination .swiper-pagination-bullet-active {
    background: #E60039;
}

.scene-prev,
.scene-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.scene-prev::after,
.scene-next::after {
    display: block;
    content: '';
    width: 70px;
    height: 70px;
}

.scene-prev {
    left: -130px;
}

.scene-next {
    right: -130px;
}

.scene-next::after {
    background-image: url(/xstyg/RJ-img/next.svg);
}

.scene-prev::after {
    background-image: url(/xstyg/RJ-img/prev.svg);
}

.scene-prev.swiper-button-disabled,
.scene-next.swiper-button-disabled {
    opacity: .2;
}

.scene-prev:hover::after,
.scene-next:hover::after {
    background-position: 0 -70px;
}

.modelSection {
    position: relative;
}

.modelImg {
    margin: 0 auto;
    position: relative;
    width: 66.6%;
    border-radius: 10px;
    z-index: 10;
}

.modelImg video {
    border-radius: 10px;
    mix-blend-mode: darken;
}

.modelImg img {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .16s linear;
    border-radius: 10px;
}

.model-text {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: -24%;
}

.model-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 4%;
}

.model-text h5 {
    margin-bottom: 12px;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
}

.model-text p {
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.quickBtn {
    width: 480px;
    height: 480px;
    border-radius: 8px;
    background: #FFF;
    text-align: center;
    position: relative;
}

.quickBtn a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.quickBtnImg {
    width: 294px;
    margin: 12px auto 4px auto;
}

.quickBtns {
    display: flex;
    gap: 120px;
}

.quickBtn p {
    color: #9B9FA8;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
    margin-bottom: 20px;
}

.quickBtn h6 {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 4px;
    padding: 8px 32px;
    border-radius: 23px;
    border: 1px solid #D5D5D5;
}

.l_sidenav {
    display: none;
}

.contactBtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

.model-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    pointer-events: none;
    opacity: 0;
    transition: opacity .16s linear;
}

.model-mask.on {
    opacity: 1;
}

.mask-btn {
    display: flex;
    align-items: center;
}

.mask-btn::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/xstyg/RJ-img/btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.mask-btn {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 46px;
    padding: 12px 32px;
    border-radius: 23px;
    border: 1px solid #FFF;
    background: rgba(42, 43, 46, 0.75);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    color: #FFF;
    z-index: 11;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.mask-btn:hover {
    color: #FFF;
}

.toTop {
    display: none;
}

.fullPage-title span br {
    display: none;
}

@media screen and (min-width:1920px) {
    .fullPage .fullPage-title {
        left: calc((100% - 80%)/2);
    }
}

@media screen and (min-width:990px) {
    .fullPage-btn.redBtn:hover {
        background: #F23E5E;
    }
    .fullPage-btn.redBtn:active {
        background: #CC002D;
    }
    .fullPage-btn.redBorderBtn:hover {
        background: rgba(230, 0, 57, 0.03);
    }
    .fullPage-btn.redBorderBtn:active {
        background: #CC002D;
        color: #FFF;
    }
    .quickBtn:hover h6 {
        color: #E60039;
        border-color: #E60039;
    }
    .quickBtn:hover {
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .modelImg.on img {
        opacity: 0;
    }
}

@media screen and (max-width:1700px) {
    .scene-prev::after,
    .scene-next::after {
        width: 48px;
        height: 48px;
        background-size: cover;
    }
    .scene-prev:hover::after,
    .scene-next:hover::after {
        background-position: 0 -48px;
    }
    .scene-prev {
        left: -60px;
    }
    .scene-next {
        right: -60px;
    }
    #sceneSwiper {
        width: 1170px;
    }
    .scene-img {
        width: 670px;
        margin-right: 48px;
    }
}

@media screen and (max-width:1510px) {
    .fullPage-title h1 {
        font-size: 72px;
    }
    .fullPage-title p {
        margin-bottom: 52px;
        font-size: 20px;
        margin-top: 20px;
    }
    .fullPage-title {
        left: calc((100% - 1200px)/2);
    }
}

@media screen and (max-width:1440px) {
    #fullSwiper {
        height: calc(100vh - 50px);
    }
    .model-text h5 {
        font-size: 24px;
    }
    .fullPage-btn {
        height: 40px;
        width: 144px;
        font-size: 14px;
    }
    .fullPage-title h1 {
        font-size: 64px;
    }
    .fullPage-title p {
        font-size: 16px;
        margin-bottom: 36px;
    }
    .fullPage-title {
        left: calc((100% - 1100px)/2);
    }
    .scene-prev,
    .scene-next {
        display: none;
    }
    .model-text p {
        font-size: 12px;
    }
    @media screen and (max-width:1280px) {}
    .model-text h5 {
        font-size: 20px;
    }
}

@media screen and (max-width:1200px) {
    #fullSwiper {
        height: calc(100vh - 45px);
    }
    body .n-consult {
        display: none;
    }
    .l_phback.n-back {
        display: none;
    }
    #sceneSwiper {
        width: 900px;
    }
    .fullPage-title {
        width: 100%;
        padding: 0 40px;
        left: 0;
    }
    .scene-img {
        width: 480px;
    }
    .quickBtns {
        padding: 0 48px;
        gap: 40px;
    }
    .quickBtn {
        width: 400px;
        height: 400px;
    }
    .quickBtnImg {
        width: 200px;
    }
}

@media screen and (min-aspect-ratio: 2/1) and (min-width:1600px) {
    .model-text {
        top: -20%;
    }
    .model-info {
        margin-top: 2%;
    }
}

@media screen and (min-aspect-ratio: 4/3) and (max-width:1600px) {
    .modelImg {
        width: 80%;
    }
    .model-text {
        top: -28%;
    }
    .model-text h5 {
        font-size: 20px;
    }
    .model-text p {
        font-size: 14px;
    }
    .quickBtn {
        width: 400px;
        height: 400px;
    }
    .quickBtns {
        gap: 80px;
    }
    .quickBtnImg {
        width: 220px;
    }
}

@media screen and (min-aspect-ratio: 5/3) and (max-width:1600px) {
    .modelImg {
        width: 50%;
    }
    .model-info {
        margin-top: 2%;
    }
    #sceneSwiper {
        width: 900px;
    }
    .scene-img {
        width: 480px;
    }
    .secne-pag.swiper-pagination.swiper-pagination-bullets {
        bottom: -10%;
    }
    .scene-info h6 {
        font-size: 20px;
    }
    .scene-info p {
        font-size: 14px;
    }
}

@media screen and (max-aspect-ratio: 1) {
    .fullPage-title {
        left: 48px;
        transform: unset;
        top: 10%;
    }
    .modelImg {
        width: 80%;
    }
    .model-text {
        top: -36%;
    }
    .model-text h5 {
        font-size: 36px;
        margin-bottom: 0;
    }
    .fullPage-btn {
        font-size: 16px;
        width: 160px;
        height: 46px;
    }
    .quickBtn {
        width: 400px;
        height: 400px;
    }
    .quickBtns {
        gap: 80px;
    }
    .quickBtnImg {
        width: 220px;
    }
    .model-text p {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .fullPage-title span br {
        display: block;
    }
    #fullSwiper {
        height: unset;
    }
    body {
        overflow: unset;
    }
    .fullPage-video video {
        display: none;
    }
    .fullPage-video img {
        display: block;
    }
    .fullPage-video {
        position: unset;
    }
    .fullPage-title {
        left: 0;
        padding: 0 20px;
        box-sizing: border-box;
        top: unset;
        transform: unset;
        bottom: 40px;
    }
    .fullPage-title h1 {
        font-size: 24px;
        font-weight: 700;
    }
    .fullPage-title p {
        margin-top: 16px;
        color: #6A6B6D;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 24px;
    }
    .fullPage-title br {
        display: block;
    }
    .fullPage-title span {
        display: none;
    }
    .scene-content {
        flex-wrap: wrap;
    }
    #sceneSwiper {
        width: 100%
    }
    .scene-img {
        width: 100%;
    }
    .scene-info h6 {
        margin-top: 24px;
        color: #2A2B2E;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
    }
    .scene-info p {
        margin-top: 20px;
        color: #6A6B6D;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
    }
    .model-text p {
        margin-top: 8px;
        text-align: left;
        font-size: 14px;
    }
    .contactBtn {
        position: fixed;
    }
    .model-text {
        position: unset;
        transform: unset;
    }
    .mobile-class {
        background-image: unset!important;
    }
    .modelImg {
        width: 100%;
        aspect-ratio: unset;
    }
    .model-info {
        display: none;
    }
    .modelImg img {
        position: unset;
    }
    .modelImg video {
        display: none;
    }
    .model-text h5 {
        margin-top: 20px;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }
    .modelSection {
        margin-top: 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .scene-prev,
    .scene-next {
        display: none;
    }
    .quickBtns {
        flex-wrap: wrap;
        gap: 24px;
        padding: 0;
    }
    .quickBtn {
        gap: 20px;
        width: 100%;
        height: unset;
        display: flex;
        align-items: center;
    }
    .quickBtn h6 {
        border: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        text-align: left;
        padding: 0;
    }
    .spe-bg {
        margin-top: 60px;
        padding: 40px 20px;
        background-image: url(/xstyg/RJ-img/5-bg.webp)!important;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .quickBtnImg {
        margin-top: 0;
        width: 120px;
        margin: unset;
    }
    .fullPage-btn {
        height: 40px;
        border-radius: 4px;
        width: 144px;
    }
    .sceneSection {
        width: calc(100% - 40px);
    }
    #sceneSwiper {
        padding-bottom: 24px;
    }
    .secne-pag.swiper-pagination.swiper-pagination-bullets {
        bottom: 0;
    }
    .mask-btn {
        display: flex;
        height: 40px;
        padding: 8px 24px;
        font-size: 14px;
    }
    .ys_footer {
        margin-bottom: 0;
    }
    .contactBtn {
        right: 10px;
        width: 40px;
    }
    .contactBtn img {
        width: 100%;
    }
    .toTop {
        cursor: pointer;
        position: fixed;
        right: 10px;
        bottom: 66px;
        z-index: 20;
    }
    .firstP {
        margin-top: 40px;
    }
    .toThree {
        cursor: pointer;
    }
    .addTitle {
        display: block;
        color: #2A2B2E;
        text-align: center;
        font-size: 22px;
        font-weight: 400;
        margin-top: 40px;
    }
    .quickDesc {
        display: flex;
        flex-direction: column-reverse;
    }
    .quickBtn p {
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        margin-top: 8px;
    }
}