/* START STYLE */

.tao-fullwidth .page .main-content #enquiryLightbox.lightbox .lightbox-content.reserve-form .reserve-container .reserve-right h3 {
	  font: normal 14px SourceHanSansSC-Bold,Lato,sans-serif !important;
	  font-weight: 500 !important;
    text-rendering: optimizeLegibility !important;
    font-style: normal !important;
}



.tao-fullwidth .page #mdloffersframe #offersectionframe {
	font-family:  SourceHanSansSC-Light;
  text-rendering: optimizeLegibility;
}



#renderCanvas {
    width: 100%;
    height: 100%;
    outline: none;
}

.interior-ui {
    display: none;
}

.render-ui-box {
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
}

.render-ui-box .ui-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 20px;
    height: 100%;
}

#exterior-ui {
    width: 200px;
}

.color-select-btn,
.ui-btns {
    margin-bottom: 20px;
    cursor: pointer;
    pointer-events: auto;
}

.ui-btns {
    width: 200px;
    height: 44px;
    transform: translateX(150px);
    transition: all 0.2s ease-in-out;
}

.ui-btns.mouseenter-on {
    transform: translateX(0px) !important;
}

#interior-ui .color-warp.color-warp-lager {
    width: 500px;
}

.containercolor {
    width: 100%;
    height: 30%;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    pointer-events: none;
}

.color-content-warp .close img {
    max-width: 100%;
}

.color-content-warp .close {
    position: absolute;
    width: 38px;
    height: 36px;
    pointer-events: auto;
    cursor: pointer;
}

.containercolor.show-color-container,
.color-content-warp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-content-warp canvas {
    pointer-events: stroke;
}

.color-content-warp {
    width: 240px;
    height: 240px;
    position: relative;
}

#colorcircular {
    position: relative;
    width: 100%;
    height: 100%;
}

#exterior-ui #modes {
    background: url('../images/ui/modes.png') no-repeat center;
}

#exterior-ui #modes.selected-btn {
    background: url('../images/ui/modes-on.png') no-repeat center;
}

#exterior-ui #size {
    background: url('../images/ui/size.png') no-repeat center;
}

#exterior-ui #size.selected-btn {
    background: url('../images/ui/size-on.png') no-repeat center;
}

#exterior-ui #interior {
    background: url('../images/ui/interior.png') no-repeat center;
}

#exterior-ui #interior.selected-btn {
    background: url('../images/ui/interior-on.png') no-repeat center;
}

#interior-ui #exterior {
    background: url('../images/ui/exterior.png') no-repeat center;
    margin-top: 20px;
}

#interior-ui #exterior.selected-btn {
    background: url('../images/ui/exterior-on.png') no-repeat center;
}

#interior-ui {
    width: 220px;
}

#interior-ui .ui-btns {
    width: 207px;
    height: 44px;
    transform: translateX(160px);
}

.color-btn {
    flex: 0 0 207px;
    background: url('../images/ui/color.png');
    margin-bottom: 0;
}

.selected-btn.color-btn {
    background: url('../images/ui/color-on.png');
}

.color-select-btn {
    width: 140px;
    height: 64px;
}

#interior-ui #brown {
    background: url('../images/ui/brown.png') no-repeat;
}

#interior-ui #brown.color-selected {
    background: url('../images/ui/brown-on.png') no-repeat;
}

#interior-ui #black {
    background: url('../images/ui/black.png') no-repeat;
}

#interior-ui #black.color-selected {
    background: url('../images/ui/black-on.png') no-repeat;
}

#interior-ui .color-warp {
    display: flex;
    align-items: flex-start;
    height: 44px;
}

.color-content {
    position: absolute;
    transform: translateX(-100%);
    right: -100%;
    opacity: 0;
}

.color-content.show {
    position: unset;
    transform: translateX(0);
    opacity: 1;
    transition: all .5s ease;
}

.ui-container.hidden {
    display: none;
}

#interior-ui.show {
    display: flex;
}

.layer-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    display: flex;
    z-index: 10000;
    transition: opacity .2s ease-in-out;
    justify-content: center;
    align-items: center;
    transform: translateY(-200%);
}

.sale-layer-root-show {
    opacity: 1;
    transform: translateY(0);
}

.layer-box-content {
    width: 25%;
    aspect-ratio: 718 / 481;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layer-box-content img {
    max-width: 100%;
    max-height: 100%;
}

.video-content {
    width: 855px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    bottom: 3%;
}

.mobile-landscape-container .swiper-slide {
    height: 54px;
    cursor: pointer;
}

.video-content .swiper {
    width: 100%;
    height: 100%;
}

.mobile-landscape-container .swiper-wrapper {
    align-items: flex-end;
}

.mobile-landscape-container .swiper-button-next,
.mobile-landscape-container .swiper-button-prev {
    top: auto;
    bottom: 0;
    border-radius: 0;
    height: 50px;
    width: 28px;
}

.mobile-landscape-container .swiper-button-prev::after,
.mobile-landscape-container .swiper-button-next::after {
    content: '';
}

.mobile-landscape-container .swiper-button-prev {
    background: url('../images/ui/video/left.png') no-repeat;
    background-size: contain;
    left: -30px;
}

.mobile-landscape-container .swiper-button-next {
    right: -10px;
    background: url('../images/ui/video/left.png') no-repeat;
    transform: rotate(180deg);
    background-size: contain;
}

.swiper-wrapper #sand {
    background: url('../images/ui/video/sand.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #sand.slide-active {
    background: url('../images/ui/video/sand-on.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #road {
    background: url('../images/ui/video/road.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #road.slide-active {
    background: url('../images/ui/video/road-on.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #snow {
    background: url('../images/ui/video/snow.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #snow.slide-active {
    background: url('../images/ui/video/snow-on.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #mud {
    background: url('../images/ui/video/mud.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #mud.slide-active {
    background: url('../images/ui/video/mud-on.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #eco {
    background: url('../images/ui/video/eco.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #eco.slide-active {
    background: url('../images/ui/video/eco-on.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #normal {
    background: url('../images/ui/video/normal.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #normal.slide-active {
    background: url('../images/ui/video/normal-on.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #sport {
    background: url('../images/ui/video/sport.png') no-repeat;
    background-size: contain;
}

.swiper-wrapper #sport.slide-active {
    background: url('../images/ui/video/sport-on.png') no-repeat;
    background-size: contain;
}

.close-video {
    background: url('../images/ui/video/back.png') no-repeat;
    background-size: contain;
    width: 170px;
    position: absolute;
    left: 0;
    top: 4%;
    cursor: pointer;
    aspect-ratio: 75 /16;
    z-index: 100;
    transform: translateX(-79px);
}

@media screen and (max-width:501px) {
    .layer-box-content {
        width: 70%;
    }
}

@media screen and (max-width:1025px) and (min-width:501px) {
    .layer-box-content {
        width: 50%;
    }
}

@media all and (orientation:landscape) and (min-width:680px) and (max-width:1025px) {
    .layer-box-content {
        width: 40%;
    }
}

@media screen and (max-width:1025px) {
    .render-ui-box {
        pointer-events: none;
    }
    .swiper-button-next,
    .swiper-button-prev,
    .ui-btns,
    .color-warp {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .color-warp,
    .ui-btns {
        pointer-events: auto;
        user-select: none;
    }
    .close-video {
        transform: translateX(-44%);
    }
    .color-content-warp {
        width: 130px;
        height: 130px;
    }
    .color-content-warp .close {
        width: 30px;
        height: 30px;
    }
    .mobile-landscape-container .swiper-slide {
        height: unset;
        aspect-ratio: 100 / 21;
        background-size: 100% 100% !important;
    }
    .mobile-landscape-container .swiper-button-next,
    .mobile-landscape-container .swiper-button-prev {
        height: unset;
        aspect-ratio: 28 / 59;
        width: 16px;
    }
    .render-ui-box,
    #interior-ui #color {
        width: 100%;
    }
    .render-ui-box {
        left: 0;
        right: auto;
        bottom: 0;
        top: auto;
        height: unset;
    }
    #exterior-ui,
    #interior-ui {
        flex-direction: row;
        padding: 0;
        align-items: end;
        margin-bottom: 1px;
    }
    .ui-btns,
    #interior-ui #color {
        margin: 0 !important;
        transform: translateX(0px) !important;
    }
    #interior-ui #color {
        height: 100% !important;
        width: 100%;
        flex: none;
    }
    #exterior-ui #size,
    #exterior-ui #interior {
        aspect-ratio: 122 / 65;
        height: unset;
    }
    #exterior-ui #modes {
        background: url('../images/ui/mobile/modes.png') no-repeat bottom;
        background-size: contain;
        order: 1;
        aspect-ratio: 158 / 65;
        height: unset;
    }
    #exterior-ui #modes.selected-btn {
        background: url('../images/ui/mobile/modes-on.png') no-repeat bottom;
        background-size: contain;
    }
    #exterior-ui #size {
        background: url('../images/ui/mobile/size.png') no-repeat bottom;
        background-size: contain;
        order: 0;
    }
    #exterior-ui #size.selected-btn {
        background: url('../images/ui/mobile/szie-on.png') no-repeat bottom;
        background-size: contain;
    }
    #exterior-ui #interior {
        order: 3;
        background: url('../images/ui/mobile/interior.png') no-repeat bottom;
        background-size: contain;
    }
    #exterior-ui #interior.selected-btn {
        background: url('../images/ui/mobile/interior-on.png') no-repeat bottom;
        background-size: contain;
    }
    #interior-ui #color.ui-btns {
        background: url('../images/ui/mobile/color.png') no-repeat bottom;
        background-size: contain;
    }
    #interior-ui #color.ui-btns.selected-btn {
        background: url('../images/ui/mobile/color-on.png') no-repeat bottom;
        background-size: contain;
    }
    #interior-ui #exterior {
        background: url('../images/ui/mobile/exterior.png') no-repeat bottom;
        background-size: contain;
    }
    #interior-ui #exterior.selected-btn {
        background: url('../images/ui/mobile/exterior-on.png') no-repeat bottom;
        background-size: contain;
    }
    #interior-ui .color-warp {
        display: flex;
        margin-right: 2%;
        position: relative;
        align-items: end;
        justify-content: flex-start;
    }
    #interior-ui .color-warp,
    #interior-ui #exterior {
        aspect-ratio: 177 / 65;
        height: unset !important;
    }
    .color-content {
        position: absolute;
        transform: translate(0, 100%);
        top: -100%;
        right: auto;
        opacity: 0;
    }
    .color-content.show {
        position: absolute;
        transform: translateX(0);
        opacity: 0;
        transition: none;
    }
    .color-content.mobile-show {
        opacity: 1;
        transition: all .3s;
        display: flex;
        width: 100%;
        top: 0;
        transform: translateY(-46px);
    }
    .color-select-btn {
        width: 68%;
        aspect-ratio: 35 / 16;
        background-size: contain !important;
        margin: 0 !important;
    }
}

@supports (bottom:env(safe-area-inset-bottom)) {
    .render-ui-box {
        bottom: calc(2% + env(safe-area-inset-bottom));
    }
    .video-content {
        bottom: calc(3% + env(safe-area-inset-bottom));
    }
}

@media screen and (max-width:1025px) and (max-width:431px) {
    #exterior-ui,
    #interior-ui {
        width: 77%;
        margin: 0 auto;
    }
    .video-content {
        width: 82%;
    }
    .mobile-landscape-container .swiper-button-prev {
        left: -20px;
        width: 10px;
        z-index: 1000;
    }
    .mobile-landscape-container .swiper-button-next {
        right: -18px;
        width: 10px;
        z-index: 1000;
    }
    #exterior-ui #modes {
        width: 29%;
    }
    #exterior-ui #size {
        width: 22%;
    }
    #exterior-ui #interior {
        width: 22%;
    }
    #interior-ui .color-warp {
        width: 24%;
    }
    #interior-ui .color-warp,
    #interior-ui .color-warp.color-warp-lager,
    #interior-ui #exterior {
        width: 25%;
    }
    .close-video {
        width: 24%;
    }
}

@media screen and (max-width:1025px) and (min-width:431px) {
    .close-video {
        width: 14%;
    }
    .video-content {
        width: 61%;
    }
    .mobile-landscape-container .swiper-button-prev {
        left: -24px;
    }
    .mobile-landscape-container .swiper-button-next {
        right: -22px;
    }
    #interior-ui .color-warp,
    #interior-ui .color-warp.color-warp-lager,
    #interior-ui #exterior {
        width: 15%;
    }
    #exterior-ui,
    #interior-ui {
        width: 82%;
        margin: 0 auto;
    }
    #exterior-ui #modes {
        width: 13%;
    }
    #exterior-ui #size,
    #exterior-ui #interior {
        width: 10%;
    }
}

.mobile-landscape-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
}

.mobile-landscape-container {
    height: 100%;
    transform: translateX(-100%);
    background: #000;
}

.show-video {
    transition: transform 1s;
    transform: translateX(0) !important;
}

.hide-video {
    transition: transform .4s;
    transform: translateX(-100%) !important;
}

.hide-video-dom {
    opacity: 0 !important;
    transition: opacity .2s;
}

.show-video-dom {
    opacity: 1 !important;
    transition: opacity .1s;
}

.mobile-landscape-container,
.engine-render-box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

.engine-render-box {
    height: 100vh;
}

@media screen and (orientation:portrait) and (max-width:1025px) {
    .mobile-landscape-container video {
        height: unset;
        aspect-ratio: 16 / 9;
    }
    .mobile-landscape-container {
        display: flex;
        align-items: center;
    }
}

/* END STYLE */

/* START FONTS */

@font-face {
    font-family: SourceHanSansSC-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/SourceSansPro-Bold.otf) format("opentype")
}

@font-face {
    font-family: SourceHanSansSC-Light;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/SourceSansPro-Light.otf) format("opentype")
}

@font-face {
    font-family: SourceHanSansSC-Medium;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/SourceSansPro-Semibold.otf) format("opentype")
}

@font-face {
    font-family: SourceHanSansSC-Normal;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/SourceSansPro-Regular.otf) format("opentype")
}

@font-face {
    font-family: SourceHanSansSC-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/SourceSansPro-Regular.otf) format("opentype")
}

/* END FONTS */

/* START HEADER */

.header-main[data-v-3c7bd693] {
    display: flex;
    display: none;
    height: 2.6rem;
    justify-content: space-between;
    padding: 0 0 0 3.4rem
}

.header-main[data-v-3c7bd693],
.pc-header-main[data-v-3c7bd693] {
    align-items: center;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.pc-header-main[data-v-3c7bd693] {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0
}

.mob-menu[data-v-3c7bd693] {
    display: none
}

.logo-bar[data-v-3c7bd693] {
    bottom: -.3rem;
    height: auto;
    left: 0;
    position: relative;
    transform: translate(0);
    width: 7.5rem;
    z-index: 102
}

.logo[data-v-3c7bd693] {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.pc-header-main .logo-bar[data-v-3c7bd693] {
    align-items: center;
    background: #000;
    box-sizing: border-box;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    left: 0;
    padding: 1rem 0;
    position: relative;
    top: 0;
    width: 100%
}

.pc-header-main .logo-bar .logo[data-v-3c7bd693] {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 7.5rem
}

.link-bar[data-v-3c7bd693] {
    align-items: flex-end;
    background: transparent;
    bottom: 0;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: relative;
    right: 5rem;
    transition: 1s;
    width: 100%;
    z-index: 100
}

.pc-header-main .link-bar[data-v-3c7bd693] {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #000000b3;
    background-size: cover;
    position: relative;
    right: 0;
    transition: all .7s cubic-bezier(0, 1, .45, 1);
    width: 100vw;
    z-index: 99
}

.showlink[data-v-3c7bd693] {
    opacity: 1;
    transform: translateY(0)
}

.hidelink[data-v-3c7bd693] {
    opacity: 0;
    transform: translateY(-200%)
}

.link-bar a.link[data-v-3c7bd693] {
    color: #fff;
    font-family: SourceHanSansSC-Light;
    font-size: .9rem;
    height: 100%;
    padding-bottom: .3rem;
    padding-top: .5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s
}

.link-bar .link[data-v-3c7bd693]:hover {
    color: #fff;
    font-family: SourceHanSansSC-Bold;
    text-decoration: none
}

.link-bar .link .txt[data-v-3c7bd693] {
    margin-bottom: .5rem;
    min-height: 1rem;
    padding: 0 1.5rem;
    text-shadow: rgba(0, 0, 0, .3) 1px 1px 5px;
    transition: .6s
}

.pc-header-main .link-bar a[data-v-3c7bd693] {
    padding: .8rem 0
}

.pc-header-main .link-bar .link .txt[data-v-3c7bd693] {
    margin-bottom: .1rem;
    min-height: 1rem;
    padding: 0 1.5rem;
    text-shadow: rgba(0, 0, 0, .3) 1px 1px 5px;
    transition: .6s
}

.link-bar .link .line[data-v-3c7bd693] {
    background-color: #fff;
    box-shadow: 1px 1px 5px #0000004d;
    height: 1px;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    transition: .6s;
    width: 100%
}

.pc-header-main .link-bar .link .line[data-v-3c7bd693] {
    background-color: transparent;
    box-shadow: none;
    width: 2rem
}

.link-bar .link .earth-item[data-v-3c7bd693] {
    align-items: center;
    display: flex;
    margin-bottom: .1rem;
    padding: 0;
    position: relative;
    width: 10rem
}

.link-bar .link .earth-item .line[data-v-3c7bd693] {
    height: 1px
}

.link-bar .link .earth-item .left-line[data-v-3c7bd693] {
    background: #fff;
    height: 1.3rem;
    left: -1px;
    position: absolute;
    top: 0;
    width: .01rem
}

.earth[data-v-3c7bd693] {
    height: auto;
    margin-left: 1rem;
    margin-right: .6rem;
    opacity: .8;
    width: .8rem
}

.earth[data-v-3c7bd693]:hover {
    cursor: pointer;
    opacity: 1
}

.link-menus[data-v-3c7bd693] {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #2a2b2d3b;
    bottom: -7.1rem;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem 0;
    position: absolute;
    transition: .2s;
    width: 100%;
    z-index: 2
}

.link-menu-item[data-v-3c7bd693] {
    background-color: transparent;
    font-family: SourceHanSansSC-Light;
    padding: 1rem 0;
    text-align: center;
    width: 100%
}

.link-menu-item[data-v-3c7bd693]:hover {
    background-color: var(--mainColor);
    font-family: SourceHanSansSC-Bold
}

.show-link-menus[data-v-3c7bd693] {
    opacity: 1;
    transform: translateY(0)
}

.hide-link-menus[data-v-3c7bd693] {
    opacity: 0;
    transform: translateY(-10%)
}

.full-menus[data-v-3c7bd693] {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #000000b3;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    left: 0;
    padding: 2rem 22rem;
    position: fixed;
    transition: .3s;
    width: 100vw;
    z-index: 1
}

.full-menus[data-v-3c7bd693],
.full-menus-center[data-v-3c7bd693] {
    justify-content: center
}

.full-menu-item[data-v-3c7bd693] {
    color: #fff;
    font-family: SourceHanSansSC-Light;
    font-size: .9rem;
    padding: .8rem 0;
    position: relative;
    text-align: left;
    transition: .2s;
    width: 16.6%
}

.full-menu-item a[data-v-3c7bd693] {
    text-align: left
}

.full-menu-item .img[data-v-3c7bd693] {
    color: #ffffffbd
}

.full-menu-item .img[data-v-3c7bd693]:hover {
    color: var(--mainColor)
}

.full-menu-item .img .txt[data-v-3c7bd693] {
    box-sizing: border-box;
    font-family: SourceHanSansSC-Bold;
    font-size: 1.7rem;
    letter-spacing: .1rem;
    text-align: center;
    text-shadow: 0 0 1rem hsla(0, 0%, 100%, .9);
    transition: .1s;
    width: 100%
}

.full-menu-item .img img[data-v-3c7bd693] {
    height: auto;
    margin: 1rem auto 0;
    width: 10rem
}

.full-menu-item[data-v-3c7bd693]:hover {
    color: var(--mainColor);
    font-family: SourceHanSansSC-Bold
}

.show-full-menus[data-v-3c7bd693] {
    border-top: .01rem solid #d2d3d571;
    height: auto;
    opacity: 1;
    transform: translateY(100%)
}

.hide-full-menus[data-v-3c7bd693] {
    border-top: none;
    height: 0;
    opacity: 0;
    transform: translateY(90%);
    visibility: hidden
}

@media (max-width:1024px) {
    .header-main[data-v-3c7bd693] {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: #0e0e0e;
        display: flex;
        height: 4rem;
        max-width: 100vw;
        padding: 0;
        width: 100%;
        z-index: 9999
    }
    .mob-menu[data-v-3c7bd693] {
        align-items: center;
        display: block;
        display: flex;
        height: 100%;
        justify-content: center;
        position: relative;
        width: 4rem
    }
    .mob-menu .img[data-v-3c7bd693] {
        display: block;
        height: auto;
        width: 1.5rem
    }
    .mob-menu .line[data-v-3c7bd693] {
        background-color: #fff;
        bottom: .01rem;
        height: .01rem;
        left: 0;
        position: absolute;
        transition: .5s;
        width: 100%
    }
    .logo-bar[data-v-3c7bd693] {
        height: auto;
        left: 50%;
        position: relative;
        top: 15%;
        transform: translate(-50%, -50%);
        width: 10rem;
        z-index: 20
    }
    .link-bar[data-v-3c7bd693] {
        background: rgba(12, 14, 14, .8);
        display: flex;
        flex-direction: column;
        height: 30rem;
        justify-content: flex-start;
        left: 0;
        min-height: 30rem;
        overflow-x: hidden;
        padding: 0;
        position: fixed;
        top: 4rem;
        transition: 1s;
        transition: all .5s;
        width: 100%;
        z-index: -1
    }
    .link-bar[data-v-3c7bd693]::-webkit-scrollbar-thumb {
        background: #b9b9b977;
        border-radius: .4rem
    }
    .link-bar[data-v-3c7bd693]::-webkit-scrollbar-track {
        background: transparent
    }
    .link-bar[data-v-3c7bd693]::-webkit-scrollbar-thumb:hover {
        background: #b9b9b977
    }
    .showLinkMenu[data-v-3c7bd693] {
        opacity: 1;
        transform: translateY(0)
    }
    .hideLinkMenu[data-v-3c7bd693] {
        opacity: 0;
        transform: translateY(-130%)
    }
    .link-bar a[data-v-3c7bd693] {
        box-sizing: border-box;
        color: #fff;
        font-family: SourceHanSansSC-Normal;
        font-size: .8rem;
        height: 100%;
        margin: .3rem 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: 1s;
        width: 100%
    }
    .link-bar .link[data-v-3c7bd693]:hover {
        color: #fff;
        font-family: SourceHanSansSC-Bold;
        text-decoration: none
    }
    .link-bar .link .txt[data-v-3c7bd693] {
        margin-bottom: .5rem;
        text-shadow: rgba(0, 0, 0, .3) 1px 1px 5px;
        transition: .6s
    }
    .login-link[data-v-3c7bd693] {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 2rem !important
    }
    .login-link .icon[data-v-3c7bd693] {
        height: auto;
        margin-left: .3rem;
        width: .5rem
    }
    .link-bar .link .line[data-v-3c7bd693] {
        display: none
    }
    .link-bar .link .earth-item[data-v-3c7bd693] {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: .5rem;
        padding: 0;
        position: relative;
        width: 100%
    }
    .earth[data-v-3c7bd693] {
        margin: 0 .5rem 0 0
    }
    .link-menus[data-v-3c7bd693] {
        align-items: center;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        background-color: #2a2b2d3b;
        display: flex;
        flex-direction: column;
        height: auto;
        left: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        top: 0;
        transition: .2s;
        width: 100%
    }
    .link-menu-item[data-v-3c7bd693] {
        height: 100%;
        margin: .7rem 0;
        padding: .5rem 0 1rem;
        text-align: center;
        width: 100%
    }
    .link-menu-item[data-v-3c7bd693],
    .link-menu-item[data-v-3c7bd693]:hover {
        background-color: transparent;
        font-family: SourceHanSansSC-Light
    }
    .show-link-menus[data-v-3c7bd693] {
        height: auto
    }
    .hide-link-menus[data-v-3c7bd693] {
        height: 0
    }
}


/* END HEADER */


/* START LAYOUT */

.fullPage[data-v-e59269ce] {
    background-color: #0e0e0e;
    background: #000;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none
}

.fullPage .my-up-trans-timing-fc[data-v-e59269ce] {
    -swiper-wrapper-transition-timing-function: cubic-bezier(1, -.01, .74, 1.05)
}

.fullPage[data-v-e59269ce] .swiper-scrollbar {
    background: hsla(0, 0%, 100%, .8)
}

.fullPage[data-v-e59269ce] .swiper-scrollbar-drag {
    background: var(--mainColor)
}

.fullpage-mask[data-v-e59269ce] {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #000000bf;
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .3s linear;
    width: 100%;
    z-index: -1
}

.hidemask[data-v-e59269ce] {
    height: 100vh;
    opacity: .8;
    top: -100vh;
    transition: all .3s cubic-bezier(0, 1, .45, 1) 0s;
    z-index: -1
}

.showmask[data-v-e59269ce] {
    height: 100vh;
    opacity: 1;
    top: 0;
    transition: none;
    z-index: 999
}

.fullPage[data-v-e59269ce]::-webkit-scrollbar {
    display: block
}

.overhide[data-v-e59269ce] {
    overflow-y: hidden
}

.overauto[data-v-e59269ce] {
    overflow-y: auto
}

.fullPage .swiper-wrapper[data-v-e59269ce] {
    display: flex
}

.fullPageContainer[data-v-e59269ce] {
    height: 100vh;
    position: relative;
    transition: all .5s linear;
    width: 100%;
    z-index: 10
}

.fullPage .swiper[data-v-e59269ce] {
    height: 100vh;
    position: fixed;
    width: 100%
}

.fullPage[data-v-e59269ce] .section {
    align-items: center;
    font-size: 18px;
    justify-content: center;
    overflow: visible;
    text-align: center
}

.fullPage[data-v-e59269ce] .section:before {
    background-image: radial-gradient(circle at 50% 117%, rgba(0, 0, 0, .3), transparent 6%, transparent 19%), linear-gradient(180deg, transparent, #000);
    bottom: 0;
    content: " ";
    display: block;
    height: 30%;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 10;
    z-index: 1
}

.fullPage[data-v-e59269ce] .section:after {
    background: #000;
    content: " ";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 100%;
    transition: none;
    width: 100%;
    z-index: 10
}

.my-hide-black-bottom[data-v-e59269ce]:after {
    height: 0;
    opacity: .9;
    transition: height .5s cubic-bezier(0, 0, .2, 1) .5s, opacity .2s cubic-bezier(.58, 0, 0, 1) .3s
}

.section.my-leave-mask[data-v-e59269ce] {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0, 0, .2, 1)
}

/* END LAYOUT */


/* START MODEL */

.mob-swiper-container[data-v-7aa6a87d] {
    position: relative
}

.mob-swiper-container[data-v-7aa6a87d],
.mob-swiper-container .swiper-container[data-v-7aa6a87d] {
    height: 100vh;
    width: 100%
}

.mob-swiper-container .btn[data-v-7aa6a87d] {
    bottom: 22%;
    height: auto;
    padding: 2rem 0;
    position: absolute;
    width: 1rem;
    z-index: 9
}

.mob-swiper-container .next[data-v-7aa6a87d] {
    right: 5%
}

.mob-swiper-container .prev[data-v-7aa6a87d] {
    left: 5%
}

.mob-swiper-container .slide[data-v-7aa6a87d] {
    height: 100%;
    position: relative;
    width: 100%
}

.mob-swiper-container .slide .afterMask[data-v-7aa6a87d] {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.mob-swiper-container .slide .img[data-v-7aa6a87d] {
    height: autp;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.mob-swiper-container .slide .btn-img[data-v-7aa6a87d] {
    bottom: 25%;
    left: 0;
    min-height: 2rem;
    position: absolute;
    width: 100%;
    z-index: 12
}

.mob-swiper-container .slide .btn-img .bgimg[data-v-7aa6a87d] {
    height: auto;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    width: 90%
}

.mob-swiper-container .slide .btn-img .txt2[data-v-7aa6a87d] {
    color: #fff;
    font-family: SourceHanSansSC-Light;
    font-size: 1.2rem;
    font-stretch: normal;
    font-weight: 400;
    left: 10%;
    letter-spacing: 2px;
    position: absolute;
    text-align: center;
    top: -.6rem;
    transition: 1s;
    width: 80%
}

.mob-swiper-container .slide .btn-img .memo[data-v-7aa6a87d] {
    color: #fff;
    font-family: SourceHanSansSC-Bold;
    font-size: .9rem;
    font-stretch: normal;
    font-weight: 400;
    left: 50%;
    letter-spacing: 1px;
    padding-top: .5rem;
    position: absolute;
    text-align: left;
    transform: translate(-50%);
    width: 90%
}

.mob-swiper-container .slide .car-img[data-v-7aa6a87d] {
    position: absolute;
    right: 3%;
    top: 10%;
    width: 50%
}

.mob-swiper-container .slide .car-img .bgimg[data-v-7aa6a87d] {
    height: auto;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    width: 90%
}

.mob-swiper-container .slide .car-img .txt[data-v-7aa6a87d] {
    color: #fff;
    font-family: SourceHanSansSC-Bold;
    font-size: 1.5rem;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 2px;
    position: absolute;
    right: 18%;
    text-align: right;
    top: -.4rem
}

.table-main[data-v-0f0077b3] {
    padding-top: 6rem;
    width: 100%
}

.table-hint[data-v-0f0077b3] {
    color: #fff;
    font-size: 1rem;
    margin: 2.6rem auto;
    opacity: .9;
    text-align: left;
    width: 80%
}

.params-table__title[data-v-0f0077b3],
.table-hint[data-v-0f0077b3] {
    font-family: SourceHanSansSC-Light
}

.params-table__title[data-v-0f0077b3] {
    color: #fefefe;
    font-size: 1.7rem;
    font-stretch: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 1px;
    margin: 0 0 2.2rem 15.4rem;
    min-height: 2rem;
    position: relative;
    width: 100%
}

.params-table__title .txt[data-v-0f0077b3] {
    color: #fff;
    left: 1rem;
    position: absolute;
    top: .5rem
}

.params-table__title .img[data-v-0f0077b3] {
    height: auto;
    width: 30rem
}

.params-table[data-v-0f0077b3] {
    border: .01rem solid hsla(0, 0%, 70%, .596);
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto 20px;
    width: 80%
}

.params-table td[data-v-0f0077b3] {
    padding: 0
}

.params-table .line_0[data-v-0f0077b3] {
    display: none
}

.params-table .table_cell[data-v-0f0077b3] {
    border: 1px solid hsla(0, 0%, 70%, .596);
    color: #fefefe;
    font-family: SourceHanSansSC-Light;
    font-size: 1.2rem;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 1px;
    padding: .6rem;
    text-align: center
}

.params-table .table_cell[data-v-0f0077b3]:first-child {
    border-left: none;
    border-right: 1px solid hsla(0, 0%, 70%, .596)
}

.params-table .table_cell[data-v-0f0077b3]:last-child {
    border-left: 1px solid hsla(0, 0%, 70%, .596);
    border-right: none
}

.params-table .params-table__body tbody .line_0[data-v-0f0077b3] {
    display: none
}

.params-table .params-table__body tbody .table_line .table_cell[data-v-0f0077b3]:last-child {
    box-shadow: 0 0 5px #ffffff4d
}

.params-table .params-table__body .table_line[data-v-0f0077b3]:nth-child(2n) {
    background-color: #242726
}

.params-table .params-table__body .params-table__params[data-v-0f0077b3] {
    border-collapse: collapse;
    width: 100%
}

.params-table .params-table__body .params-table__params tbody .line_0[data-v-0f0077b3] {
    display: table-row
}

.params-table .params-table__body .params-table__params .table_line_menu[data-v-0f0077b3] {
    background-color: #1c5367;
    color: #fff
}

.params-table .params-table__body .params-table__params .table_line_menu .table_cell[data-v-0f0077b3] {
    font-weight: 700;
    padding: 5px 0;
    text-align: left
}

.params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu[data-v-0f0077b3] {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: SourceHanSansSC-Light;
    font-size: 1.2rem;
    min-height: 24px;
    padding: .3rem 0
}

.params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu .icon-plus-menu[data-v-0f0077b3] {
    margin: 0 34px 0 20px;
    position: relative
}

.params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu .icon-plus-menu.close[data-v-0f0077b3]:after {
    transform: rotate(90deg)
}

.params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu .icon-plus-menu[data-v-0f0077b3]:after {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .3s;
    width: 14px;
    z-index: 10
}

.params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu .icon-plus-menu[data-v-0f0077b3]:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
    z-index: 10
}

.params-table .params-table__footer[data-v-0f0077b3],
.params-table .params-table__header[data-v-0f0077b3] {
    background-color: #1c5367;
    color: #fff
}

.params-table .params-table__footer .table_cell[data-v-0f0077b3],
.params-table .params-table__header .table_cell[data-v-0f0077b3] {
    border: none;
    font-weight: 700
}

.params-div[data-v-0f0077b3] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.params-div .params-div__select[data-v-0f0077b3] {
    align-items: center;
    background-color: #1c5367;
    display: flex;
    height: 51px;
    padding: 0 20% 0 15px
}

.params-div .params-div__block[data-v-0f0077b3] {
    display: flex;
    flex-direction: column
}

.params-div .params-div__block:nth-child(2) .params-div__line[data-v-0f0077b3]:nth-child(2n) {
    background-color: transparent;
    border-bottom: 1px solid #e8e8ea;
    border-top: 1px solid #e8e8ea
}

.params-div .params-div__block .params-div__menu[data-v-0f0077b3] {
    background-color: #1c5367;
    border-bottom: 1px solid #fff;
    color: #fff
}

.params-div .params-div__block .params-div__menu .params-div__value[data-v-0f0077b3] {
    position: relative;
    text-align: right
}

.params-div .params-div__block .params-div__menu .params-div__value.close[data-v-0f0077b3]:after {
    transform: rotate(90deg)
}

.params-div .params-div__block .params-div__menu .params-div__value[data-v-0f0077b3]:after {
    transition: transform .5s
}

.params-div .params-div__block .params-div__menu .params-div__value[data-v-0f0077b3]:after,
.params-div .params-div__block .params-div__menu .params-div__value[data-v-0f0077b3]:before {
    background: #fff;
    content: "";
    height: 1px;
    left: -14px;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    z-index: 10
}

.params-div .params-div__block .params-div__body[data-v-0f0077b3] {
    overflow: hidden;
    transition: all .4s ease-in-out
}

.params-div .params-div__block .params-div__line[data-v-0f0077b3] {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 51px;
    padding: 0 15px
}

.params-div .params-div__block .params-div__line[data-v-0f0077b3]:nth-child(2n) {
    background-color: #e8e8ea
}

.params-div .params-div__block .params-div__line .params-div__name[data-v-0f0077b3] {
    flex: 1
}

.params-div .params-div__block .params-div__line .params-div__value[data-v-0f0077b3] {
    text-align: right
}

.params-table__title_mobile[data-v-0f0077b3] {
    line-height: 2;
    line-height: 3.5;
    text-align: center
}

.params-table__remark[data-v-0f0077b3] {
    margin: auto auto 10px;
    width: 80%
}

.params-div__remark[data-v-0f0077b3] {
    margin-top: 10px;
    padding: 0 15px
}

.lang___ar .params-table .table_cell[data-v-0f0077b3]:first-child {
    border-left: 1px solid hsla(0, 0%, 70%, .596);
    border-right: none
}

.lang___ar .params-table .table_cell[data-v-0f0077b3]:last-child {
    border-left: none;
    border-right: 1px solid hsla(0, 0%, 70%, .596)
}

.lang___ar .params-div .params-div__select[data-v-0f0077b3] {
    padding: 0 15px 0 20%
}

.lang___ar .params-div .params-div__block .params-div__menu .params-div__value[data-v-0f0077b3] {
    margin-left: 15px
}

@media (max-width:1024px) {
    .table-hint[data-v-0f0077b3] {
        color: #fff;
        font-family: SourceHanSansSC-Light;
        font-size: .8rem;
        margin: 2rem auto;
        opacity: .9;
        text-align: justify;
        width: 90%
    }
    .table-main[data-v-0f0077b3] {
        padding-top: 0;
        width: 100%
    }
    .params-table__title[data-v-0f0077b3] {
        color: #fefefe;
        font-family: SourceHanSansSC-Medium;
        font-size: 1rem;
        font-stretch: normal;
        font-weight: 400;
        height: auto;
        letter-spacing: 1px;
        margin: 0 0 2.5rem 2.5rem;
        min-height: 2rem;
        position: relative;
        width: 100%
    }
    .params-table__title .txt[data-v-0f0077b3] {
        color: #fff;
        left: 1rem;
        position: absolute;
        text-align: left;
        top: .5rem;
        width: 90%
    }
    .params-table__title .img[data-v-0f0077b3] {
        height: auto;
        width: 30rem
    }
    .params-table[data-v-0f0077b3] {
        border: .01rem solid hsla(0, 0%, 70%, .596);
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 auto 20px;
        width: 100%
    }
    .params-table td[data-v-0f0077b3] {
        padding: 0
    }
    .params-table .line_0[data-v-0f0077b3] {
        display: none
    }
    .params-table .table_cell[data-v-0f0077b3] {
        border: 1px solid hsla(0, 0%, 70%, .596);
        color: #fefefe;
        font-family: SourceHanSansSC-Light;
        font-size: .9rem;
        font-stretch: normal;
        font-weight: 400;
        letter-spacing: 1px;
        padding: .6rem;
        text-align: center
    }
    .params-table .table_cell[data-v-0f0077b3]:first-child {
        border-left: none;
        border-right: 1px solid hsla(0, 0%, 70%, .596)
    }
    .params-table .table_cell[data-v-0f0077b3]:last-child {
        border-left: 1px solid hsla(0, 0%, 70%, .596);
        border-right: none
    }
    .params-table .params-table__body tbody .line_0[data-v-0f0077b3] {
        display: none
    }
    .params-table .params-table__body tbody .table_line .table_cell[data-v-0f0077b3]:last-child {
        box-shadow: 0 0 5px #ffffff4d
    }
    .params-table .params-table__body .table_line[data-v-0f0077b3]:nth-child(2n) {
        background-color: #242726
    }
    .params-table .params-table__body .params-table__params[data-v-0f0077b3] {
        border-collapse: collapse;
        width: 100%
    }
    .params-table .params-table__body .params-table__params tbody .line_0[data-v-0f0077b3] {
        display: table-row
    }
    .params-table .params-table__body .params-table__params .table_line_menu[data-v-0f0077b3] {
        background-color: #1c5367;
        color: #fff
    }
    .params-table .params-table__body .params-table__params .table_line_menu .table_cell[data-v-0f0077b3] {
        font-weight: 700;
        padding: 5px 0;
        text-align: left
    }
    .params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu[data-v-0f0077b3] {
        align-items: center;
        display: flex;
        flex-direction: row;
        font-family: SourceHanSansSC-Medium;
        font-size: .9rem;
        min-height: 24px;
        padding: .3rem 0
    }
    .params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu .icon-plus-menu[data-v-0f0077b3] {
        margin: 0 34px 0 20px;
        position: relative
    }
    .params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu .icon-plus-menu.close[data-v-0f0077b3]:after {
        transform: rotate(90deg)
    }
    .params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu .icon-plus-menu[data-v-0f0077b3]:after {
        background: #fff;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        transition: transform .3s;
        width: 14px;
        z-index: 10
    }
    .params-table .params-table__body .params-table__params .table_line_menu .table_cell .table_cell__menu .icon-plus-menu[data-v-0f0077b3]:before {
        background: #fff;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 14px;
        z-index: 10
    }
    .params-table .params-table__footer[data-v-0f0077b3],
    .params-table .params-table__header[data-v-0f0077b3] {
        background-color: #1c5367;
        color: #fff
    }
    .params-table .params-table__footer .table_cell[data-v-0f0077b3],
    .params-table .params-table__header .table_cell[data-v-0f0077b3] {
        border: none;
        font-weight: 700
    }
}

.swiper-container[data-v-9305d6d8] {
    background: #000;
    height: 100vh;
    position: relative;
    width: 100%
}

.swiper-slide[data-v-9305d6d8] {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1rem;
    height: 100vh;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-container[data-v-9305d6d8] .swiper-pagination {
    align-items: center;
    bottom: 1.8rem !important;
    display: flex;
    height: 4rem;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 10
}

.swiper-container[data-v-9305d6d8] .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff4d;
    border-radius: 0;
    cursor: pointer;
    height: .35rem;
    margin: 0 .3rem;
    opacity: 1;
    width: 4rem;
    z-index: 99
}

.swiper-container[data-v-9305d6d8] .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e4e2e2a4
}

.btn[data-v-9305d6d8]:hover {
    opacity: 1
}

.btn.next[data-v-9305d6d8] {
    right: 5%
}

.btn.prev[data-v-9305d6d8] {
    left: 5%
}

.first-page[data-v-9305d6d8] {
    height: 100vh;
    position: relative;
    width: 100%
}

.first-page .logoimg[data-v-9305d6d8] {
    color: #fff;
    font-family: SourceHanSansSC-Light;
    height: auto;
    left: 26%;
    position: absolute;
    top: 28%;
    width: 15rem
}

.first-page .banner[data-v-9305d6d8] {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.msg-main[data-v-9305d6d8] {
    align-items: center;
    bottom: 5rem;
    display: flex;
    height: auto;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 70vw
}

.msg-item[data-v-9305d6d8] {
    border-right: .01rem solid #ffffff6b;
    height: auto;
    transition: 1.5s;
    width: 25%
}

.msg-item[data-v-9305d6d8]:last-child {
    border-right: none
}

.msg-item .msg-row[data-v-9305d6d8] {
    color: #fff;
    font-family: SourceHanSansSC-Regular;
    font-size: 2.1rem;
    font-stretch: normal;
    font-weight: 400;
    height: 2rem;
    justify-content: center;
    letter-spacing: 2px;
    overflow: hidden
}

.msg-item .msg-row[data-v-9305d6d8],
.msg-item .msg-row .txt[data-v-9305d6d8] {
    align-items: center;
    display: flex
}

.msg-item .label-row[data-v-9305d6d8] {
    color: #fff;
    font-family: SourceHanSansSC-Normal;
    font-size: 1rem;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 1.3rem
}

@media (max-width:1024px) {
    .first-page .logoimg[data-v-9305d6d8] {
        color: #fff;
        font-family: SourceHanSansSC-Light;
        top: 16%;
        width: 10rem
    }
    .first-page .logoimg[data-v-9305d6d8],
    .msg-main[data-v-9305d6d8] {
        height: auto;
        left: 50%;
        position: absolute;
        transform: translate(-50%)
    }
    .msg-main[data-v-9305d6d8] {
        align-items: center;
        bottom: 13rem;
        display: flex;
        justify-content: space-between;
        width: 90%
    }
    .msg-item[data-v-9305d6d8] {
        border-right: .01rem solid #ffffff38;
        height: auto;
        transition: 1.5s;
        width: 25%
    }
    .msg-item[data-v-9305d6d8]:last-child {
        border-right: none
    }
    .msg-item .msg-row[data-v-9305d6d8] {
        font-family: SourceHanSansSC-Regular;
        font-size: .8rem;
        height: 1rem;
        letter-spacing: 2px;
        overflow: hidden
    }
    .msg-item .label-row[data-v-9305d6d8],
    .msg-item .msg-row[data-v-9305d6d8] {
        color: #fff;
        font-stretch: normal;
        font-weight: 400
    }
    .msg-item .label-row[data-v-9305d6d8] {
        font-family: SourceHanSansSC-Normal;
        font-size: .5rem;
        letter-spacing: 0;
        padding-top: .8rem
    }
    .mob-icon[data-v-9305d6d8] {
        animation: move-9305d6d8 1.2s infinite;
        bottom: 6rem;
        height: auto;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        transition: 1.2s;
        width: 3rem
    }
    /*
    @keyframes move-9305d6d8 {
        0% {
            bottom: 6rem
        }
        50% {
            bottom: 5rem
        }
        to {
            bottom: 6rem
        }
    }
    */
}

.second-page[data-v-9305d6d8] {
    box-sizing: border-box;
    height: 100vh;
    width: 100%
}

.second-page .banner[data-v-9305d6d8] {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.second-page[data-v-9305d6d8] {
    position: relative
}

.wrap_360[data-v-9305d6d8] {
    height: 94%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%)
}

.wrap_360[data-v-9305d6d8],
.wrap_360 .iframe[data-v-9305d6d8] {
    position: absolute;
    width: 100%
}

.wrap_360 .iframe[data-v-9305d6d8] {
    border: none;
    height: 100%;
    left: 0;
    top: 0
}

.wrap_360 .iframe.dis[data-v-9305d6d8] {
    pointer-events: none
}

.wrap_360 .iframe canvas[data-v-9305d6d8] {
    z-index: 1
}

.wrap_360 .icon[data-v-9305d6d8] {
    cursor: pointer;
    display: block;
    height: auto;
    left: 3%;
    position: absolute;
    transition: 1.2s;
    transition: 1s;
    transition-delay: 1.5s;
    width: 3.2rem;
    z-index: 200 !important
}

.wrap_360 .icon.top[data-v-9305d6d8] {
    animation: move2top-9305d6d8 1.2s infinite;
    top: 40%
}

.wrap_360 .icon.bottom[data-v-9305d6d8] {
    animation: move2bottom-9305d6d8 1.2s infinite;
    top: 80%
}

@keyframes move2top-9305d6d8 {
    0% {
        transform: translateY(-50%)
    }
    50% {
        transform: translateY(-70%)
    }
    to {
        transform: translateY(-50%)
    }
}

@keyframes move2bottom-9305d6d8 {
    0% {
        transform: translateY(-70%)
    }
    50% {
        transform: translateY(-50%)
    }
    to {
        transform: translateY(-70%)
    }
}

.third-page[data-v-9305d6d8] {
    height: 100vh;
    position: relative;
    width: 100%
}

.third-page .banner[data-v-9305d6d8] {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.third-page .title[data-v-9305d6d8] {
    -animate-duration: .8s;
    -animate-delay: .8s;
    align-items: center;
    bottom: 2.5rem;
    color: #fff;
    display: flex;
    font-family: SourceHanSansSC-Light;
    font-size: 1.5rem;
    font-stretch: normal;
    font-weight: 400;
    height: 2.6rem;
    justify-content: center;
    left: 0;
    letter-spacing: 1.2px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 2
}

.third-page .title .txt[data-v-9305d6d8] {
    margin: 0 .4rem;
    text-transform: uppercase
}

.third-page .title .icon[data-v-9305d6d8] {
    height: auto;
    margin: .15rem 1.5rem 0;
    width: 7rem
}

@media (max-width:1024px) {
    .wrap_360 .icon[data-v-9305d6d8] {
        left: 3%;
        z-index: 200 !important
    }
    .wrap_360 .icon.top[data-v-9305d6d8] {
        animation: move2top-9305d6d8 1.2s infinite;
        top: 20%
    }
    .wrap_360 .icon.bottom[data-v-9305d6d8] {
        animation: move2bottom-9305d6d8 1.2s infinite;
        top: 80%
    }
    .third-page .titleimg[data-v-9305d6d8] {
        height: auto;
        left: 2.5%;
        position: absolute;
        top: 18%;
        width: 95%;
        z-index: 2
    }
}

.fourth-page[data-v-9305d6d8] {
    background-color: #000;
    box-sizing: border-box;
    height: 100vh;
    padding-top: 6rem;
    position: relative;
    width: 100%
}

.fourth-page .swiper-container[data-v-9305d6d8] {
    height: 48rem;
    position: relative;
    width: 100%
}

.fourth-page .swiper-slide[data-v-9305d6d8] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    position: relative;
    width: 80%
}

.fourth-page .swiper-container[data-v-9305d6d8] .swiper-pagination {
    align-items: center;
    bottom: 1rem !important;
    display: flex;
    height: 4rem;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 10
}

.fourth-page .swiper-container[data-v-9305d6d8] .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff4d;
    border-radius: 0;
    cursor: pointer;
    height: .35rem;
    margin: 0 .3rem;
    opacity: 1;
    width: 4rem;
    z-index: 99
}

.fourth-page .swiper-container[data-v-9305d6d8] .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e4e2e2a4
}

.fourth-page .btn[data-v-9305d6d8] {
    cursor: pointer;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3rem;
    z-index: 9
}

.fourth-page .next[data-v-9305d6d8] {
    right: 5%
}

.fourth-page .prev[data-v-9305d6d8] {
    left: 5%
}

.fourth-page .swiper-slide .title[data-v-9305d6d8] {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: SourceHanSansSC-Light;
    font-size: 1.5rem;
    height: 3.8rem;
    justify-content: center;
    letter-spacing: 3px;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    text-shadow: rgba(0, 0, 0, .3) 1px 1px 5px;
    transition: 1.8s cubic-bezier(0, 1, .65, 1);
    width: 100%;
    z-index: 10
}

.fourth-page .swiper-slide .title .icon[data-v-9305d6d8] {
    height: auto;
    margin: .15rem 1.5rem 0;
    width: 7rem
}

.fourth-page .swiper-slide .title .word[data-v-9305d6d8] {
    margin: 0 .4rem;
    text-transform: uppercase
}

.fourth-page .swiper-slide .mask[data-v-9305d6d8] {
    background: url(../images/mask.webp);
    background-repeat: repeat;
    display: none;
    height: 100vh;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6
}

.fourth-page .swiper-slide .img[data-v-9305d6d8] {
    border-radius: 1rem;
    height: 40rem;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    transform: translate(-50%);
    width: 80%
}

@media (max-width:1024px) {
    .fourth-page[data-v-9305d6d8] {
        background-color: #000;
        box-sizing: border-box;
        display: block;
        height: 100vh;
        padding-top: 0;
        position: relative;
        width: 100%
    }
    .fourth-page .swiper-container[data-v-9305d6d8] {
        height: 30rem;
        margin-top: 0;
        position: relative;
        width: 100%
    }
    .fourth-page .swiper-slide[data-v-9305d6d8] {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
        position: relative;
        width: 93%
    }
    .fourth-page .swiper-container[data-v-9305d6d8] .swiper-pagination {
        align-items: center;
        bottom: 1rem !important;
        display: flex;
        height: 1rem;
        justify-content: center;
        position: absolute;
        width: 100%;
        z-index: 10
    }
    .fourth-page .swiper-container[data-v-9305d6d8] .swiper-pagination .swiper-pagination-bullet {
        background-color: #ffffff4d;
        border-radius: 0;
        cursor: pointer;
        height: .1rem;
        margin: 0 .3rem;
        opacity: 1;
        width: 4rem;
        z-index: 99
    }
    .fourth-page .swiper-container[data-v-9305d6d8] .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e4e2e2a4
    }
    .fourth-page .btn[data-v-9305d6d8] {
        cursor: pointer;
        height: auto;
        opacity: .6;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 1rem;
        z-index: 10
    }
    .fourth-page .btn[data-v-9305d6d8]:hover {
        opacity: 1
    }
    .fourth-page .btn.next[data-v-9305d6d8] {
        right: 5%
    }
    .fourth-page .btn.prev[data-v-9305d6d8] {
        left: 5%
    }
    .fourth-page .swiper-slide .title[data-v-9305d6d8] {
        align-items: center;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        font-family: SourceHanSansSC-Light;
        font-size: .9rem;
        height: 2.8rem;
        justify-content: center;
        left: 50%;
        letter-spacing: 3px;
        line-height: 1;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-shadow: rgba(0, 0, 0, .3) 1px 1px 5px;
        top: 1rem;
        transform: translate(-50%);
        transition: 1.8s cubic-bezier(0, 1, .65, 1);
        width: 93%;
        z-index: 10
    }
    .fourth-page .swiper-slide .title .word[data-v-9305d6d8] {
        margin: 0 .25rem;
        text-transform: uppercase
    }
    .fourth-page .swiper-slide .mask[data-v-9305d6d8] {
        background: url(../images/mask.webp);
        background-repeat: repeat;
        display: none;
        height: 100vh;
        left: 0;
        opacity: .2;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 6
    }
    .fourth-page .swiper-slide .img[data-v-9305d6d8] {
        border-radius: 0;
        height: 20rem;
        left: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        transform: translate(-50%);
        width: 90%
    }
}

.five-page[data-v-9305d6d8] {
    background: #000;
    height: 100vh;
    position: relative;
    width: 100%
}

.five-page .img-main[data-v-9305d6d8] {
    height: auto;
    position: relative;
    width: 80%
}

.five-page .img-main .img-item[data-v-9305d6d8] {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.2rem;
    width: 100%
}

.img-item .img[data-v-9305d6d8] {
    border-radius: .5rem;
    height: 20rem;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1s;
    transition-delay: .3s;
    width: 38rem
}

.img-item .txt[data-v-9305d6d8] {
    color: #fff;
    font-size: 1.2rem;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.2;
    margin: 0 2.2rem;
    width: 35rem
}

.img-item .txt .title[data-v-9305d6d8] {
    font-size: 1.5rem;
    margin-bottom: 2.6rem;
    position: relative;
    text-transform: uppercase;
    transition: 1s;
    transition-delay: .1s;
    width: 100%
}

.img-item .txt .title .icon[data-v-9305d6d8] {
    bottom: -1rem;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    width: 13rem
}

.img-item .txt .title .icon-right[data-v-9305d6d8] {
    left: 0;
    right: auto
}

.img-item .txt .memo[data-v-9305d6d8] {
    font-family: SourceHanSansSC-Light;
    font-size: 1.2rem;
    font-stretch: normal;
    letter-spacing: 1px;
    transition: 1s;
    transition-delay: .3s;
    width: 100%
}

.img-item .txt .memo p[data-v-9305d6d8] {
    margin-bottom: .4rem
}

@media (max-width:1024px) {
    .another-five-page[data-v-9305d6d8],
    .another-five-page .img-main[data-v-9305d6d8] {
        height: auto;
        position: relative;
        width: 100%
    }
    .another-five-page .img-main[data-v-9305d6d8] {
        padding-bottom: 2rem;
        padding-top: 6rem
    }
    .another-five-page .img-main .img-item[data-v-9305d6d8] {
        display: block;
        position: relative
    }
    .another-five-page .img-main .row[data-v-9305d6d8] {
        align-items: center;
        display: flex;
        width: 100%
    }
    .another-five-page .img-main .img-item .img[data-v-9305d6d8] {
        border-radius: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
    .another-five-page .img-main .img-item .titleimg[data-v-9305d6d8] {
        bottom: 1%;
        height: auto;
        left: 0;
        position: absolute;
        transition: .6s;
        transition-delay: .3s;
        width: 100%
    }
    .another-five-page .img-main .item1[data-v-9305d6d8] {
        border-top: 1px solid #fff;
        height: 13rem;
        width: 100%
    }
    .another-five-page .img-main .item1 .titleimg[data-v-9305d6d8] {
        bottom: 3%;
        left: 10%;
        width: 70%
    }
    .another-five-page .img-main .item2[data-v-9305d6d8] {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        height: 12rem;
        width: 50%
    }
    .another-five-page .img-main .item2 .titleimg[data-v-9305d6d8] {
        bottom: 3%;
        left: 6%;
        width: 100%
    }
    .another-five-page .img-main .item3[data-v-9305d6d8] {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        height: 12rem;
        width: 50%
    }
    .another-five-page .img-main .item3 .titleimg[data-v-9305d6d8] {
        bottom: 3%;
        left: 6%;
        width: 85%
    }
    .another-five-page .img-main .item4[data-v-9305d6d8] {
        border-bottom: 1px solid #fff;
        height: 13rem;
        width: 100%
    }
    .another-five-page .img-main .item4 .titleimg[data-v-9305d6d8] {
        bottom: 5%;
        left: 50%;
        transform: translate(-50%);
        width: 90%
    }
    .another-five-page .img-main .item5[data-v-9305d6d8] {
        border-bottom: 1px solid #fff;
        height: 13rem;
        width: 100%
    }
    .another-five-page .img-main .item5 .titleimg[data-v-9305d6d8] {
        bottom: 5%;
        left: 52%;
        transform: translate(-50%);
        width: 70%
    }
}

/* END MODEL */


/* START SWIPER VUE */


@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)
}

:root {
    -swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    overflow: clip;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    -swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    -swiper-preloader-color: #000
}

/*
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}
*/
.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

:root {
    -swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.byd-page .swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.byd-page .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.byd-page .swiper-pagination-disabled>.swiper-pagination,
.byd-page .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.byd-page .swiper-horizontal>.swiper-pagination-bullets,
.byd-page .swiper-pagination-bullets.swiper-pagination-horizontal,
.byd-page .swiper-pagination-custom,
.byd-page .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.byd-page .swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.byd-page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.byd-page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.byd-page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.byd-page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.byd-page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.byd-page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.byd-page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.byd-page .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

.byd-page button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.byd-page .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.byd-page .swiper-pagination-bullet:only-child {
    display: none !important
}

.byd-page .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.byd-page .swiper-pagination-vertical.swiper-pagination-bullets,
.byd-page .swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.byd-page .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.byd-page .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.byd-page .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.byd-page .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.byd-page .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.byd-page .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.byd-page .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.byd-page .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.byd-page .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.byd-page .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.byd-page .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.byd-page .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.byd-page .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.byd-page .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.byd-page .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.byd-page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.byd-page .swiper-horizontal>.swiper-pagination-progressbar,
.byd-page .swiper-pagination-progressbar.swiper-pagination-horizontal,
.byd-page .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.byd-page .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.byd-page .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.byd-page .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.byd-page .swiper-pagination-progressbar.swiper-pagination-vertical,
.byd-page .swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.byd-page .swiper-pagination-lock {
    display: none
}

.byd-page .swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}


/* END SWIPER VUE #/


/* START LOADING */

.loading-custom-root {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	display: none;
	justify-content: center;
	overflow: hidden;
	z-index: 1000;
	top: 0;
	transform: translateZ(0);
}

.loading-hide {
	display: none;
}

@keyframes hide-key {
	0% {
		opacity: 100%;
	}

	100% {
		opacity: 0;
	}
}

.loding-top-bg, .loding-bottom-bg, .loading-car-box {
	position: absolute;
	left: 0;
	width: 100%;
}

.loding-top-bg, .loading-car-box {
	height: 50%;
	top: 0;
}

.loding-bottom-bg {
	bottom: 0px;
	height: 50.5%;
}

.loading-car-box {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: 51%;
}

.box-test-wap {
	position: absolute;
	width: 410px;
	height: 160px;
	overflow: hidden;
}

.loading-car, .loading-car2 {
	position: absolute;
	width: 406px;
	aspect-ratio: 406 / 165;
}

.loading-car-light {
	width: 100%;
	height: 51%;
	left: 0%;
	position: absolute;
	top: 0;
	aspect-ratio: 1043 / 769;
}

.loading-car-light.loading-car-light-animation {
	transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	animation: text-red 2s linear infinite;
}

@keyframes text-red {
	from {
		transform: translateX(-20%);
        -webkit-transform: translate3d(-20%, 0, 0);
        -moz-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
	}

	to {
		transform: translateX(100%);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
	}
}

.loading-custom-root img {
	width: 100%;
	height: 100%;
}

.loading-car-light img {
	width: 50%;
}

.loading-car-box .logo-img, .drak-mask-content {
	width: 400px;
	aspect-ratio: 479 / 56;
	height: unset;
	align-self: center;
}

@media screen and (min-height: 501px) {
	.box {
		width: 410px;
		height: 160px;
		overflow: hidden;
		position: absolute;
	}
	
	.box-box {
		width: 8200px;
		animation: name1 2s steps(19) both infinite;
		background: url('../images/loading/1.png') no-repeat;
		height: 160px;
		will-change: transform;
	}
	
	@keyframes name1 {
		0%, 20% {
			transform: translate3d(0, 0, 0);
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
		}
	
		60%, 100% {
			transform: translate3d(-7790px, 0, 0);
			-webkit-transform: translate3d(-7790px, 0, 0);
			-moz-transform: translate3d(-7790px, 0, 0);
			-ms-transform: translate3d(-7790px, 0, 0);
		}
	}
}



.drak-mask {
	background: rgb(0, 0, 0, .55);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drak-mask.show-mask {
	opacity: 1;
	transition: 1s ease-in;
}

.drak-mask.show-mask.hide-mask {
	opacity: 0;
	transition:all 1.2s linear;
}

.loading-car-box.loading-img-hidden {
	opacity: 0;
}

.loading-car-box-hide {
	opacity: 0;
	transition: .4s all linear;
}

@media screen and (max-height: 501px) {
	.box {
		width: 205px;
		height: 80px;
		overflow: hidden;
		position: absolute;
	}

	.box-box {
		width: 4100px;
		animation: name1 2s steps(19) both infinite;
		background: url('../images/loading/2.png') no-repeat;
		height: 80px;
	}
    
    @keyframes name1 {
		0%, 20% {
            transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
        }

	60%, 100% {
            transform: translate3d(-3895px, 0, 0);
            -webkit-transform: translate3d(-3895px, 0, 0);
            -moz-transform: translate3d(-3895px, 0, 0);
            -ms-transform: translate3d(-3895px, 0, 0);
        }
    }

.loading-car-box .logo-img {
	margin-bottom: 6%;
}

.loading-car-box .logo-img {
	width: 210px;
}

.loading-car-box {
	top: 0.9%;
}

.loading-car-light img {
	width: 40%;
}
}

@media screen and (max-width: 1025px) {
	.box {
		width: 205px;
		height: 80px;
		overflow: hidden;
		position: absolute;
	}

	.box-box {
		width: 4100px;
		animation: name1 2s steps(19) both infinite;
		background: url('../images/loading/2.png') no-repeat;
		height: 80px;
	}
    
    @keyframes name1 {
		0%, 20% {
            transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
        }

	    60%, 100% {
            transform: translate3d(-3895px, 0, 0);
            -webkit-transform: translate3d(-3895px, 0, 0);
            -moz-transform: translate3d(-3895px, 0, 0);
            -ms-transform: translate3d(-3895px, 0, 0);
        }
    }

.loading-car-box .logo-img {
	margin-bottom: 6%;
}

.loading-car-box .logo-img {
	width: 210px;
}

.loading-car-box {
	top: 0.9%;
}

.loading-car-light img {
	width: 40%;
}
}

/* END LOADING */