/**
 * Powered by uimix.com;
 * Vivo product project - 产品库页面开发框架;
 * Version: 3.41.3;
 * Released on: 2021-09-06;
 */
@charset "UTF-8";

@font-face {
    font-family: iconfont-symbol-products;
    src: url(iconfont-symbol-products.eot);
    src: url(iconfont-symbol-products.eot?#iefix) format('eot'), url(iconfont-symbol-products.woff2) format('woff2'), url(iconfont-symbol-products.woff) format('woff'), url(iconfont-symbol-products.ttf) format('truetype'), url(iconfont-symbol-products.svg#iconfont-symbol-products) format('svg');
    font-weight: 400;
    font-style: normal
}

.iconfont-symbol-products:before {
    display: inline-block;
    font-family: iconfont-symbol-products;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.tips-stage .tip-content h4,
.tips-stage.dark-theme .tip-content ul.case li {
    direction: rtl;
    text-align: right;
}
.ico-360-degree:before {
    content: "\EA01"
}

.ico-camera-1:before {
    content: "\EA02"
}

.ico-camera-2:before {
    content: "\EA03"
}

.ico-camera-3:before {
    content: "\EA04"
}

.ico-customer-service:before {
    content: "\EA05"
}

.ico-direct-arrow:before {
    content: "\EA06"
}

.ico-discern-1:before {
    content: "\EA07"
}

.ico-discern-2:before {
    content: "\EA08"
}

.ico-dividedPay:before {
    content: "\EA09"
}

.ico-exchange:before {
    content: "\EA0A"
}

.ico-gift-box:before {
    content: "\EA0B"
}

.ico-offline-store:before {
    content: "\EA0C"
}

.ico-pay-alipay:before {
    content: "\EA0D"
}

.ico-pay-huabei:before {
    content: "\EA0E"
}

.ico-pay-weichat:before {
    content: "\EA0F"
}

.ico-postage:before {
    content: "\EA10"
}

.ico-quality-goods:before {
    content: "\EA11"
}

.ico-service-support:before {
    content: "\EA12"
}

.ico-sns-qq:before {
    content: "\EA13"
}

.ico-sns-weichat:before {
    content: "\EA14"
}

.ico-symbol-arrows:before {
    content: "\EA15"
}

.ico-symbol-close:before {
    content: "\EA16"
}

.ico-symbol-close1:before {
    content: "\EA17"
}

.ico-symbol-plus:before {
    content: "\EA18"
}

.ico-video-play:before {
    content: "\EA19"
}

.ico-video-replay:before {
    content: "\EA1A"
}

.visually-text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute
}

.unvisible .stage {
    visibility: hidden
}

.hide {
    display: none
}

.expandc-open {
    overflow-y: hidden
}

.expandc-open .expandc-animate {
    overflow-y: hidden
}

.expandc-complete {
    overflow-y: auto
}

.expandc-close {
    overflow-y: hidden
}

.expandc-close .expandc-animate {
    overflow-y: hidden
}

.expand-container-button {
    height: 1px;
    z-index: 9;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 130px;
    text-align: center
}

@media (max-width:1440px) {
    .expand-container-button {
        bottom: 110px
    }
}

@media (max-width:1080px) {
    .expand-container-button {
        bottom: 80px
    }
}

.expand-container-button.gradient,
.expand-container-button.inline {
    position: relative;
    width: auto;
    bottom: auto;
    display: inline-block;
    height: auto
}

.expand-container-button.ec-botton-close {
    pointer-events: none;
    position: fixed;
    bottom: 120px;
    opacity: 0;
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: opacity .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .8s cubic-bezier(.2, 0, .2, 1), transform .5s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .8s cubic-bezier(.2, 0, .2, 1), transform .5s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1)
}

@media (max-width:1440px) {
    .expand-container-button.ec-botton-close {
        bottom: 80px;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px)
    }
}

.show-close-btn .expand-container-button.ec-botton-close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.expand-container-button .ec-button-wrapper {
    display: inline-block;
    margin: auto
}

.expand-container-button .ec-button-wrapper p {
    font-size: 18px
}

@media (max-width:1440px) {
    .expand-container-button .ec-button-wrapper p {
        font-size: 16px
    }
}

@media (max-width:1080px) {
    .expand-container-button .ec-button-wrapper p {
        font-size: 14px
    }
}

.expand-container-button .ec-button-wrapper a {
    display: inline-block;
    margin-top: 15px;
    font-size: 22px;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.no-csstransforms3d .expand-container-button .ec-button-wrapper a {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.expand-container-button .ec-button-wrapper a b {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

.no-csstransforms3d .expand-container-button .ec-button-wrapper a b {
    display: table-cell
}

@media (max-width:1440px) {
    .expand-container-button .ec-button-wrapper a {
        margin-top: 10px;
        font-size: 18px
    }

    .expand-container-button .ec-button-wrapper a b {
        width: 40px;
        height: 40px
    }
}

.expand-container-button .ec-button-wrapper.ec-open-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #fff;
    border-radius: 50px;
    padding: 0 15px;
    font-size: 14px;
    height: 50px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.windows .expand-container-button .ec-button-wrapper.ec-open-btn a {
    font-size: 15px
}

.expand-container-button .ec-button-wrapper.ec-open-btn a b {
    width: 22px;
    height: 22px;
    border: 1px #fff solid;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 50%
}

.expand-container-button .ec-button-wrapper.ec-open-btn a p {
    display: inline-block;
    color: #fff
}

@media (max-width:1080px) {
    .expand-container-button .ec-button-wrapper.ec-open-btn a {
        height: 42px;
        padding: 0 10px
    }

    .expand-container-button .ec-button-wrapper.ec-open-btn a b {
        margin-right: 6px
    }
}

.expand-container-button .ec-button-wrapper.ec-open-btn a:hover {
    background-color: #fff
}

.expand-container-button .ec-button-wrapper.ec-close-btn a {
    background-color: rgba(0, 0, 0, .85);
    color: #fff
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line {
    margin: 0;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px #fff solid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line b {
    width: 28px;
    height: 28px;
    border: none;
    background-color: transparent;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line b:before {
    font-weight: 700
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
    font-family: "方正悠黑简体 PR";
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 20px
}

@media (max-width:1440px) {
    .expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
        font-size: 18px
    }
}

@media (max-width:1080px) {
    .expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
        font-size: 16px
    }
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover {
    border-color: #fff
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover p {
    color: #fff
}

.expand-container-button .ec-button-wrapper.ec-open-btn a.line {
    margin: 0;
    color: #fff;
    font-size: 16px;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.expand-container-button .ec-button-wrapper.ec-open-btn a.line:before {
    content: '';
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.expand-container-button .ec-button-wrapper.ec-open-btn a.line b {
    display: none;
    width: 28px;
    height: 28px;
    border: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.expand-container-button .ec-button-wrapper.ec-open-btn a.line b:before {
    font-weight: 700
}

.expand-container-button .ec-button-wrapper.ec-open-btn a.line p {
    position: relative;
    z-index: 2;
    font-family: "方正悠黑简体 PR";
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 18px
}

@media (min-width:1921px) {
    .expand-container-button .ec-button-wrapper.ec-open-btn a.line p {
        font-size: 20px
    }
}

@media (max-width:1080px) {
    .expand-container-button .ec-button-wrapper.ec-open-btn a.line p {
        font-size: 16px
    }
}

.expand-container-button .ec-button-wrapper.ec-open-btn a.line .active:before,
.expand-container-button .ec-button-wrapper.ec-open-btn a.line:hover:before {
    opacity: 0
}

.expand-container-button .ec-button-wrapper.ec-open-btn a.line .active p,
.expand-container-button .ec-button-wrapper.ec-open-btn a.line:hover p {
    color: #000
}

.expand-container-mask {
    overflow: hidden;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    pointer-events: none;
    display: none
}

.expandc-open .expandc-animate .expand-container-mask {
    display: block;
    -webkit-transition: opacity .3s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .3s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .expand-container-mask {
    will-change: opacity;
    opacity: 1
}

.expandc-complete .expandc-animate .expand-container-mask {
    display: none
}

.expandc-close .expandc-animate .expand-container-mask {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.2, 0, .2, 1);
    transition: opacity 1s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .expand-container-mask {
    opacity: 0;
    will-change: opacity
}

.product-main-wrapper {
    position: relative;
    z-index: 1
}

.product-main-wrapper .product-main-content {
    position: relative
}

.expandc-open .expandc-animate .product-main-wrapper .product-main-content {
    -webkit-transform-origin: 50vw 50vh;
    -ms-transform-origin: 50vw 50vh;
    transform-origin: 50vw 50vh;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.2, 0, .2, 1);
    transition: -webkit-transform 1s cubic-bezier(.2, 0, .2, 1);
    transition: transform 1s cubic-bezier(.2, 0, .2, 1);
    transition: transform 1s cubic-bezier(.2, 0, .2, 1), -webkit-transform 1s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .product-main-wrapper .product-main-content {
    will-change: transform;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.expandc-complete .expandc-animate .product-main-wrapper .product-main-content {
    display: none
}

.expandc-close .expandc-animate .product-main-wrapper .product-main-content {
    -webkit-transform-origin: 50vw 50vh;
    -ms-transform-origin: 50vw 50vh;
    transform-origin: 50vw 50vh;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
    transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
    transition: transform .8s cubic-bezier(.2, 0, .2, 1);
    transition: transform .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .8s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .product-main-wrapper .product-main-content {
    will-change: transform;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.product-detail-wrapper {
    background-color: #fff;
    z-index: 9;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    min-height: 100vh;
    display: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ie .product-detail-wrapper {
    overflow: hidden !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-detail-wrapper [data-detail-content] {
    display: none
}

.product-detail-wrapper [data-detail-content].current {
    display: block
}

.expandc-open .expandc-animate .product-detail-wrapper {
    display: block;
    -webkit-transform: translate(0, 100vh);
    -ms-transform: translate(0, 100vh);
    transform: translate(0, 100vh);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
    transition: -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
    transition: transform .5s cubic-bezier(.2, 0, .2, 1);
    transition: transform .5s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .product-detail-wrapper {
    will-change: transform;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.expandc-complete .expandc-animate .product-detail-wrapper {
    display: block;
    position: relative;
    height: auto
}

.expandc-close .expandc-animate .product-detail-wrapper {
    display: block;
    position: fixed;
    height: 100vh;
    overflow: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
    transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
    transition: transform .8s cubic-bezier(.2, 0, .2, 1);
    transition: transform .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .8s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .product-detail-wrapper {
    overflow: hidden;
    will-change: transform;
    -webkit-transform: translate(0, 100vh);
    -ms-transform: translate(0, 100vh);
    transform: translate(0, 100vh)
}

.visually-text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute
}

.unvisible .stage {
    visibility: hidden
}

.hide {
    display: none
}

@font-face {
    font-family: HYQiHei-55S_vivo-Design-02;
    src: url(HYQiHei-55S_vivo-Design-02.woff2);
    src: url(HYQiHei-55S_vivo-Design-02.woff2) format("woff2"), url(HYQiHei-55S_vivo-Design-02.woff) format("woff"), url(HYQiHei-55S_vivo-Design-02.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: HYQiHei-65S_vivo-Design-02;
    src: url(HYQiHei-65S_vivo-Design-02.woff2);
    src: url(HYQiHei-65S_vivo-Design-02.woff2) format("woff2"), url(HYQiHei-65S_vivo-Design-02.woff) format("woff"), url(HYQiHei-65S_vivo-Design-02.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}
@font-face{font-family:NarkissNewLight-Regular;src:url(fonts/NarkissNewLight-Regular.ttf);src:url(fonts/NarkissNewLight-Regular.ttf) format("truetype");font-weight:200;font-style:normal}
@font-face{font-family:NarkissNewBlack-Regular;src:url(fonts/NarkissNewBlack-Regular.ttf);src:url(fonts/NarkissNewBlack-Regular.ttf) format("truetype");font-weight:200;font-style:normal}
@font-face{font-family:NarkissNew-Bold;src:url(fonts/NarkissNew-Bold.ttf);src:url(fonts/NarkissNew-Bold.ttf) format("truetype");font-weight:200;font-style:normal}
@font-face{font-family:NarkissNew-Medium;src:url(fonts/NarkissNew-Medium.ttf);src:url(fonts/NarkissNew-Medium.ttf) format("truetype");font-weight:200;font-style:normal}
.product-nav-tab .product-nav-wrapper .product-nav-content ul li {
    font-family: HYQiHei-65S_vivo-Design-02
}

.section {
    position: relative;
    width: 100%;
    padding-top: 160px;
    z-index: 1
}

@media (min-width:1921px) {
    .section {
        padding-top: 200px
    }
}

@media (max-width:1080px) {
    .section {
        padding-top: 48px
    }
}

.section .content {
    position: relative;
    width: 1000px;
    margin: 0 auto
}

@media (min-width:1921px) {
    .section .content {
        width: 1200px
    }
}

@media (max-width:1080px) {
    .section .content {
        width: auto;
        padding: 0 36px
    }
}

.section .content .title .main-title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.3;
    color: #000;
    text-align: left;
    margin: 0;
    font-family: HYQiHei-65S_vivo-Design-02;
    font-weight: 700
}

@media (min-width:1921px) {
    .section .content .title .main-title {
        font-size: 67px
    }
}

@media (max-width:1080px) {
    .section .content .title .main-title {
        font-size: 36px
    }
}

.section .content .title .sub-title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.3;
    color: rgba(0, 0, 0, .5);
    text-align: left;
    margin: 0;
    font-family: HYQiHei-65S_vivo-Design-02;
    font-weight: 700
}

@media (min-width:1921px) {
    .section .content .title .sub-title {
        font-size: 67px
    }
}

@media (max-width:1080px) {
    .section .content .title .sub-title {
        font-size: 36px
    }
}

.section .content .title .description-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(0, 0, 0, .6);
    margin-top: 30px;
    font-family: HYQiHei-65S_vivo-Design-02;
    font-weight: 400
}

@media (min-width:1921px) {
    .section .content .title .description-text {
        font-size: 25px;
        margin-top: 42px
    }
}

@media (max-width:1080px) {
    .section .content .title .description-text {
        font-size: 16px;
        margin-top: 16px
    }
}

.section .content .title .tips-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(0, 0, 0, .4);
    margin-top: 15px;
    font-family: HYQiHei-55S_vivo-Design-02;
    font-weight: 400
}

@media (min-width:1921px) {
    .section .content .title .tips-text {
        font-size: 25px;
        margin-top: 21px
    }
}

@media (max-width:1080px) {
    .section .content .title .tips-text {
        font-size: 16px;
        margin-top: 10px
    }
}

.data-items {
    position: relative
}

.data-items ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.data-items ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.data-items ul li strong {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: HYQiHei-65S_vivo-Design-02;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700
}

@media (min-width:1921px) {
    .data-items ul li strong {
        font-size: 56px
    }
}

@media (max-width:1080px) {
    .data-items ul li strong {
        font-size: 28px
    }
}

.data-items ul li p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(0, 0, 0, .5);
    font-family: HYQiHei-55S_vivo-Design-02;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 2px
}

@media (min-width:1921px) {
    .data-items ul li p {
        font-size: 25px;
        margin-top: 3px
    }
}

@media (max-width:1080px) {
    .data-items ul li p {
        font-size: 16px
    }
}

.data-items.expand ul li p {
    margin-top: 6px
}

.icon-list {
    position: relative
}

.icon-list ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px
}

@media (min-width:1921px) {
    .icon-list ul {
        width: 1200px
    }
}

@media (max-width:1080px) {
    .icon-list ul {
        width: 100%
    }
}

.icon-list ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.icon-list ul li svg {
    height: 66px
}

@media (min-width:1921px) {
    .icon-list ul li svg {
        height: 92px
    }
}

@media (max-width:1080px) {
    .icon-list ul li svg {
        height: 50px
    }
}

.icon-list ul li span {
    position: relative;
    font-family: HYQiHei-65S_vivo-Design-02;
    font-size: 18px;
    line-height: 1.3;
    padding-top: 18px;
    font-weight: 400
}

@media (min-width:1921px) {
    .icon-list ul li span {
        font-size: 25px;
        padding-top: 25px
    }
}

@media (max-width:1080px) {
    .icon-list ul li span {
        font-size: 16px;
        padding-top: 10px
    }
}

.tips-stage {
    position: relative;
    background-color: #fff;
    padding: 50px 0
}

.tips-stage .tip-content {
    width: 1200px;
    margin: auto
}

@media (max-width:1272px) {
    .tips-stage .tip-content {
        margin: 0 36px;
        width: auto
    }
}

.tips-stage .tip-content h4 {
    position: relative;
    font-family: HYQiHei-65S_vivo-Design-02;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px
}

@media (min-width:1921px) {
    .tips-stage .tip-content h4 {
        font-size: 22px;
        padding-top: 6px
    }
}

@media (max-width:1080px) {
    .tips-stage .tip-content h4 {
        font-size: 12px;
        line-height: 16px
    }
}

.tips-stage .tip-content ul.case li {
    font-family: HYQiHei-55S_vivo-Design-02;
    color: rgba(0, 0, 0, .4);
    font-size: 16px;
    line-height: 1.3
}

@media (min-width:1921px) {
    .tips-stage .tip-content ul.case li {
        font-size: 22px
    }
}

@media (max-width:1080px) {
    .tips-stage .tip-content ul.case li {
        font-size: 12px;
        line-height: 16px
    }
}

.tips-stage.dark-theme {
    background-color: #000
}

.tips-stage.dark-theme .tip-content h4 {
    color: rgba(255, 255, 255, .6)
}

.tips-stage.dark-theme .tip-content ul.case li {
    color: rgba(255, 255, 255, .4)
}

.visually-text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute
}

.unvisible .stage {
    visibility: hidden
}

.hide {
    display: none
}

.product-nav-tab {
    position: absolute;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999;
    background-color: #333
}

.product-nav-tab[data-theme=wihte] {
    background-color: #fff;
    border-bottom: #b4b4b4 solid 1px
}

.product-nav-tab[data-theme=wihte] .product-nav-wrapper .product-nav-content ul li {
    color: #333
}

.product-nav-tab.product-nav-fixed {
    position: fixed;
    top: 60px
}

@media (max-width:768px) {
    .product-nav-tab.product-nav-fixed {
        top: 1.24rem
    }
}

.product-nav-tab .product-nav-wrapper {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

@media (max-width:1240px) {
    .product-nav-tab .product-nav-wrapper {
        width: 100%
    }
}

.product-nav-tab .product-nav-wrapper .product-nav-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px
}

@media (max-width:1240px) {
    .product-nav-tab .product-nav-wrapper .product-nav-content ul {
        padding-left: 20px
    }
}

@media (max-width:768px) {
    .product-nav-tab .product-nav-wrapper .product-nav-content ul {
        padding-left: .4rem;
        padding-right: 0;
        margin: 0 0 0 -.4rem;
        height: 60px;
        display: -webkit-box;
        overflow-x: scroll
    }

    .product-nav-tab .product-nav-wrapper .product-nav-content ul::after {
        content: '';
        display: block;
        width: 1px
    }
}

.product-nav-tab .product-nav-wrapper .product-nav-content ul::-webkit-scrollbar {
    display: none
}

.product-nav-tab .product-nav-wrapper .product-nav-content ul li {
    display: block;
    height: 100%;
    margin: 0 40px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-family: "AvenirNext-DemiBold PR"
}

@media (max-width:768px) {
    .product-nav-tab .product-nav-wrapper .product-nav-content ul li {
        font-size: .38rem;
        margin: 0 .4rem
    }
}

.product-nav-tab .product-nav-wrapper .product-nav-content ul li a {
    display: block;
    height: 100%;
    word-break: break-all;
    white-space: nowrap
}

.ie .product-nav-tab .product-nav-wrapper .product-nav-content ul li a,
.safari .product-nav-tab .product-nav-wrapper .product-nav-content ul li a {
    white-space: nowrap
}

@media (max-width:768px) {
    .product-nav-tab .product-nav-wrapper .product-nav-content ul li.current {
        border-bottom: 3px solid #415fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.product-nav-tab .product-nav-wrapper .product-nav-content .nav-bar {
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #415fff
}

@media (max-width:768px) {
    .product-nav-tab .product-nav-wrapper .product-nav-content .nav-bar {
        display: none
    }
}

.page-tab {
    display: none
}

.page-tab.current {
    display: block
}

.lazy-imageom {
    background-image: none !important
}

.lazy-imageom:after,
.lazy-imageom:before {
    background-image: none !important
}

.lazy-imageom-ready {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.lazy-imageom-animated {
    opacity: 1
}

.lt9 br {
    color: transparent
}

.product-nav-tab .product-nav-wrapper .product-nav-content ul li {
    font-family: HYQiHei-65S_vivo-Design-02
}

.visually-text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute
}

.unvisible .stage {
    visibility: hidden
}

.hide {
    display: none
}

@font-face {
    font-family: vivotypeEN-Bold;
    src: url(vivotypeEN-Bold.woff2);
    src: url(vivotypeEN-Bold.woff2) format("woff2"), url(vivotypeEN-Bold.woff) format("woff"), url(vivotypeEN-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: vivotypeEN-Medium;
    src: url(vivotypeEN-Medium.woff2);
    src: url(vivotypeEN-Medium.woff2) format("woff2"), url(vivotypeEN-Medium.woff) format("woff"), url(vivotypeEN-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

body,
html {
    min-width: 320px
}

figure,
picture {
    outline: 0;
    padding: 0;
    margin: 0
}

@media (max-width:1080px) {

    #vivo-head-wrap .gb-vivo-head .gb-nav-tool,
    #vivo-head-wrap .v_h_search {
        overflow: hidden
    }
}

.um-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.um-row .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.um-row .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.um-row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.um-row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.um-row .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.um-row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.um-row .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.um-row .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.um-row .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.um-row .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.um-row .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.um-row .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1921px) {
    .um-row .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .um-row .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .um-row .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .um-row .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .um-row .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .um-row .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .um-row .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .um-row .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .um-row .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .um-row .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .um-row .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .um-row .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:1440px) {
    .um-row .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .um-row .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .um-row .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .um-row .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .um-row .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .um-row .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .um-row .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .um-row .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .um-row .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .um-row .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .um-row .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .um-row .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:1080px) {
    .um-row .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .um-row .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .um-row .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .um-row .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .um-row .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .um-row .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .um-row .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .um-row .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .um-row .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .um-row .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .um-row .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .um-row .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:720px) {
    .um-row .col-mb-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .um-row .col-mb-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .um-row .col-mb-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .um-row .col-mb-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .um-row .col-mb-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .um-row .col-mb-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .um-row .col-mb-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .um-row .col-mb-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .um-row .col-mb-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .um-row .col-mb-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .um-row .col-mb-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .um-row .col-mb-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.J_detail_navi {
    position: fixed;
    background-color: rgba(0, 0, 0, .85)
}

.J_detail_navi_img {
    background-image: url(../img/vivopd-logo.png);
    background-repeat: no-repeat;
    background-position: center left !important;
    background-size: auto 80%
}

@media (max-width:720px) {
    .J_detail_navi_img {
        margin-top: .4rem !important
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .J_detail_navi_img {
        background-image: url(../img/vivopd-logo-x2.png)
    }
}

.topNavMaxScreen .topNavBox .phoneName {
    min-width: 125px !important
}

#vivo-wrap {
    position: relative;
    width: 100%;
    overflow: hidden
}

a,
button,
img {
    outline: 0;
    border: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

#vivo-product-wrap {
    font-family: languageFont, AvenirNext, "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu, sans-serif, WebRupee;
    font-size: 14px;
    text-align: left;
    position: relative;
    width: 100%;
    z-index: 1;
    background: #fff
}

#pd-fly-layer {
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    display: none
}

#pd-fly-layer i {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7)
}

#pd-fly-layer .pd-fly-wrap {
    position: relative;
    z-index: 1
}

#pd-fly-layer .pd-fly-showbox {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: -80px;
    top: -80px;
    font-weight: 100;
    z-index: 9;
    color: rgba(255, 255, 255, .8);
    font-size: 40px
}

@media (max-width:720px) {
    #pd-fly-layer .pd-fly-showbox .pd-fly-close {
        right: 20px;
        top: 20px;
        font-size: 30px
    }

    #pd-fly-layer .pd-fly-showbox .pd-fly-close .icon-supper_close {
        font-size: 28px
    }
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close b {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close:hover b {
    opacity: .6
}

#pd-fly-layer .pd-fly-showbox .pd-fly-content {
    position: relative;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1
}

.stage .text-center {
    text-align: center
}

.stage .text-left {
    text-align: left
}

.stage .text-right {
    text-align: right
}

.stage .text-justify {
    text-align: justify
}

._animate {
    visibility: hidden
}

.pd-stage-arrows {
    z-index: 999;
    position: fixed;
    width: 100%;
    left: 0;
    top: 10000px;
    text-align: center
}

.pd-stage-arrows.fadeout em {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.pd-stage-arrows em {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    -webkit-animation: fadeout-down 1s ease-out infinite;
    animation: fadeout-down 1s ease-out infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.pd-stage-arrows em:after,
.pd-stage-arrows em:before {
    opacity: .5;
    left: 0;
    bottom: -15px;
    position: absolute;
    display: inline-block;
    speak: none;
    font-family: pd-service-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 100%;
    height: 100%
}

.pd-stage-arrows em:after {
    bottom: -6px
}

@-webkit-keyframes fadeout-down {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(60%);
        transform: translateY(60%);
        opacity: 0
    }
}

@keyframes fadeout-down {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(60%);
        transform: translateY(60%);
        opacity: 0
    }
}

.stage a.line-link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    padding-bottom: 8px;
    position: relative;
    color: #415fff;
    margin: auto 2em;
    overflow: hidden
}

.stage a.line-link:after {
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -5px;
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 10px;
    background-color: #415fff;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.stage a.line-link:hover:after {
    -webkit-transform: scaleX(6);
    -ms-transform: scaleX(6);
    transform: scaleX(6)
}

.stage a.line-link.line-link1:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.stage a.line-link.line-link2:hover:after {
    -webkit-transform: scaleX(2);
    -ms-transform: scaleX(2);
    transform: scaleX(2)
}

.stage a.line-link.line-link3:hover:after {
    -webkit-transform: scaleX(3);
    -ms-transform: scaleX(3);
    transform: scaleX(3)
}

.stage a.line-link.line-link4:hover:after {
    -webkit-transform: scaleX(4);
    -ms-transform: scaleX(4);
    transform: scaleX(4)
}

.stage a.line-link.line-link5:hover:after {
    -webkit-transform: scaleX(5);
    -ms-transform: scaleX(5);
    transform: scaleX(5)
}

.stage a.line-link.line-link6:hover:after {
    -webkit-transform: scaleX(6);
    -ms-transform: scaleX(6);
    transform: scaleX(6)
}

.stage a.line-link.line-link7:hover:after {
    -webkit-transform: scaleX(7);
    -ms-transform: scaleX(7);
    transform: scaleX(7)
}

.stage a.line-link.line-link8:hover:after {
    -webkit-transform: scaleX(8);
    -ms-transform: scaleX(8);
    transform: scaleX(8)
}

.stage a.line-link.line-link9:hover:after {
    -webkit-transform: scaleX(9);
    -ms-transform: scaleX(9);
    transform: scaleX(9)
}

.stage a.line-link.line-link10:hover:after {
    -webkit-transform: scaleX(10);
    -ms-transform: scaleX(10);
    transform: scaleX(10)
}

.stage a.line-link.line-link11:hover:after {
    -webkit-transform: scaleX(11);
    -ms-transform: scaleX(11);
    transform: scaleX(11)
}

.stage a.line-link.line-link12:hover:after {
    -webkit-transform: scaleX(12);
    -ms-transform: scaleX(12);
    transform: scaleX(12)
}

.stage a.line-link.line-link13:hover:after {
    -webkit-transform: scaleX(13);
    -ms-transform: scaleX(13);
    transform: scaleX(13)
}

.stage a.line-link.line-link14:hover:after {
    -webkit-transform: scaleX(14);
    -ms-transform: scaleX(14);
    transform: scaleX(14)
}

.stage a.line-link.line-link15:hover:after {
    -webkit-transform: scaleX(15);
    -ms-transform: scaleX(15);
    transform: scaleX(15)
}

.stage a.line-link.line-link16:hover:after {
    -webkit-transform: scaleX(16);
    -ms-transform: scaleX(16);
    transform: scaleX(16)
}

.stage a.line-link.line-link17:hover:after {
    -webkit-transform: scaleX(17);
    -ms-transform: scaleX(17);
    transform: scaleX(17)
}

.stage a.line-link.line-link18:hover:after {
    -webkit-transform: scaleX(18);
    -ms-transform: scaleX(18);
    transform: scaleX(18)
}

.stage a.line-link.line-link19:hover:after {
    -webkit-transform: scaleX(19);
    -ms-transform: scaleX(19);
    transform: scaleX(19)
}

.stage a.line-link.line-link20:hover:after {
    -webkit-transform: scaleX(20);
    -ms-transform: scaleX(20);
    transform: scaleX(20)
}

.stage a.line-link.line-link21:hover:after {
    -webkit-transform: scaleX(21);
    -ms-transform: scaleX(21);
    transform: scaleX(21)
}

.stage a.line-link.line-link22:hover:after {
    -webkit-transform: scaleX(22);
    -ms-transform: scaleX(22);
    transform: scaleX(22)
}

.stage a.line-link.line-link23:hover:after {
    -webkit-transform: scaleX(23);
    -ms-transform: scaleX(23);
    transform: scaleX(23)
}

.stage a.line-link.line-link24:hover:after {
    -webkit-transform: scaleX(24);
    -ms-transform: scaleX(24);
    transform: scaleX(24)
}

.stage a.line-link.line-link25:hover:after {
    -webkit-transform: scaleX(25);
    -ms-transform: scaleX(25);
    transform: scaleX(25)
}

.stage a.line-link.line-link26:hover:after {
    -webkit-transform: scaleX(26);
    -ms-transform: scaleX(26);
    transform: scaleX(26)
}

.stage a.line-link.line-link27:hover:after {
    -webkit-transform: scaleX(27);
    -ms-transform: scaleX(27);
    transform: scaleX(27)
}

.stage a.line-link.line-link28:hover:after {
    -webkit-transform: scaleX(28);
    -ms-transform: scaleX(28);
    transform: scaleX(28)
}

.stage a.line-link.line-link29:hover:after {
    -webkit-transform: scaleX(29);
    -ms-transform: scaleX(29);
    transform: scaleX(29)
}

.stage a.line-link.line-link30:hover:after {
    -webkit-transform: scaleX(30);
    -ms-transform: scaleX(30);
    transform: scaleX(30)
}

.stage a.circle-link {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    position: relative;
    color: #415fff;
    border: 1px #415fff solid;
    border-radius: 70px;
    margin: auto 20px;
    overflow: hidden;
    font-weight: 700;
    -webkit-transition: color .5s ease, background-color .5s ease;
    transition: color .5s ease, background-color .5s ease;
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: auto 20px
}

@media (min-width:1921px) {
    .stage a.circle-link {
        width: 220px
    }
}

@media (max-width:1440px) {
    .stage a.circle-link {
        width: 170px
    }
}

@media (max-width:1080px) {
    .stage a.circle-link {
        width: 150px
    }
}

@media (min-width:1921px) {
    .stage a.circle-link {
        height: 42px
    }
}

@media (max-width:1440px) {
    .stage a.circle-link {
        height: 40px
    }
}

@media (max-width:1080px) {
    .stage a.circle-link {
        height: 36px
    }
}

@media (min-width:1921px) {
    .stage a.circle-link {
        line-height: 42px
    }
}

@media (max-width:1440px) {
    .stage a.circle-link {
        line-height: 40px
    }
}

@media (max-width:1080px) {
    .stage a.circle-link {
        line-height: 35px
    }
}

@media (min-width:1921px) {
    .stage a.circle-link {
        font-size: 18px
    }
}

@media (max-width:1440px) {
    .stage a.circle-link {
        font-size: 14px
    }
}

@media (max-width:1440px) {
    .stage a.circle-link {
        margin: auto 10px
    }
}

@media (max-width:720px) {
    .stage a.circle-link {
        margin: auto 10px
    }
}

.stage a.circle-link:hover {
    background-color: #415fff;
    color: #fff
}

.stage .hide {
    display: none
}

.stage .show {
    display: block
}

.stage .hidden {
    visibility: hidden
}

.stage .visible {
    visibility: visible
}

.stage {
    width: 100%;
    height: auto;
    z-index: 1;
    margin: auto;
    position: relative;
    overflow: hidden
}

.stage .content {
    margin: auto;
    position: relative;
    width: 1200px
}

@media (min-width:1921px) {
    .stage .content {
        width: 1200px
    }
}

@media (max-width:1440px) {
    .stage .content {
        width: 1000px
    }
}

@media (max-width:1080px) {
    .stage .content {
        width: auto
    }
}

@media (max-width:720px) {
    .stage .content {
        width: auto
    }
}

.stage .stage-innertips {
    margin: auto;
    position: relative;
    z-index: 99;
    width: 1200px
}

@media (min-width:1921px) {
    .stage .stage-innertips {
        width: 1200px
    }
}

@media (max-width:1440px) {
    .stage .stage-innertips {
        width: 1000px
    }
}

@media (max-width:1080px) {
    .stage .stage-innertips {
        width: auto
    }
}

@media (max-width:720px) {
    .stage .stage-innertips {
        width: 100%
    }
}

.stage .stage-innertips span.light-text {
    color: #4a4a4a;
    position: absolute;
    bottom: 20px;
    right: 0;
    opacity: .5
}

@media (max-width:720px) {
    .stage .stage-innertips span.light-text {
        right: 10px;
        font-size: 12px;
        bottom: 10px;
        white-space: nowrap
    }
}

.stage.stage-footertips {
    background-color: #000;
    padding: 50px 0;
    font-size: 18px
}

.stage.stage-footertips h5 {
    color: #fff;
    margin: .5em;
    display: block
}

.stage.stage-footertips p {
    color: #999;
    padding-left: .5em;
    line-height: 1.4em;
    text-align: justify
}

@media (max-width:720px) {
    .stage.stage-footertips {
        font-size: 14px;
        padding: 20px;
        width: auto
    }
}

.stage.stage-tips {
    background-color: #000;
    padding: 50px 0
}

@media (max-width:1080px) {
    .stage.stage-tips {
        padding: 25px 0
    }
}

.stage.stage-tips .tip-content {
    width: 1200px;
    margin: auto;
    color: rgba(255, 255, 255, .5);
    font-size: 16px
}

.stage.stage-tips .tip-content h4 {
    color: #fff
}

@media (max-width:1240px) {
    .stage.stage-tips .tip-content {
        margin: 0 16px;
        width: auto
    }
}

@media (max-width:1080px) {
    .stage.stage-tips .tip-content {
        font-size: 12px
    }
}

.stage.stage-tips .tip-content p {
    line-height: 1.6em;
    padding-bottom: 15px;
    text-align: left
}

.stage.stage-tips .tip-content p+p {
    color: #999;
    padding-bottom: 0
}

.stage .figure {
    position: relative;
    overflow: hidden
}

.stage a.pd-detail-replay {
    line-height: 14px;
    color: #415fff
}

.android .stage a.pd-detail-replay {
    display: none
}

.stage a.pd-detail-replay b {
    margin-left: .2em;
    font-size: 14px;
    vertical-align: text-top;
    line-height: 14px
}

.stage a.pd-detail-replay b:before {
    display: inline-block;
    speak: none;
    font-family: pd-service-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    overflow: visible
}

.stage a.pd-detail-replay.play {
    color: #999
}

.stage a.pd-detail-videoplay {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    overflow: visible;
    margin-top: -60px;
    margin-left: -60px;
    text-align: center
}

.android .stage a.pd-detail-videoplay {
    display: none
}

@media (max-width:720px) {
    .stage a.pd-detail-videoplay {
        position: absolute;
        margin-top: -35px;
        margin-left: -35px
    }
}

.stage a.pd-detail-videoplay b {
    color: #fff
}

@media (max-width:720px) {
    .stage a.pd-detail-videoplay b {
        width: 70px;
        height: 70px;
        font-size: 68px;
        line-height: 70px
    }
}

.stage a.pd-detail-videoplay b:before {
    display: inline-block;
    speak: none;
    font-family: pd-service-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    overflow: visible
}

.stage a.pd-detail-videopause {
    visibility: hidden;
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px
}

.android .stage a.pd-detail-videopause {
    display: none
}

.stage a.pd-detail-videopause b {
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px
}

.stage a.pd-detail-videopause b:before {
    display: inline-block;
    speak: none;
    font-family: pd-service-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    overflow: visible
}

.stage i.video-layer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center
}

.mobile .stage i.video-layer {
    width: 100%;
    height: auto
}

.stage i.video-layer.active video {
    opacity: 1
}

.stage i.video-layer:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    content: '';
    width: 100%;
    height: 100%
}

.stage i.video-layer video {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.android .stage i.video-layer video {
    width: 100%;
    margin: auto;
    opacity: 1;
    z-index: 10;
    visibility: visible;
    display: block
}

.stage .pd-suppercontain-close,
.stage .pd-suppercontain-open {
    font-size: 18px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 100px;
    z-index: 9
}

@media (max-width:720px) {

    .stage .pd-suppercontain-close,
    .stage .pd-suppercontain-open {
        bottom: 50px;
        font-size: 16px;
        line-height: 16px
    }
}

.stage .pd-suppercontain-close a,
.stage .pd-suppercontain-open a {
    color: #333;
    line-height: 21px;
    display: inline-block
}

.stage .pd-suppercontain-close a b,
.stage .pd-suppercontain-open a b {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin-left: .5em;
    color: #fff;
    background-color: #415fff;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.windows .stage .pd-suppercontain-close a b,
.windows .stage .pd-suppercontain-open a b {
    font-size: 15px
}

.stage .pd-suppercontain-close a b.icon-supper_open,
.stage .pd-suppercontain-open a b.icon-supper_open {
    width: 21px;
    height: 21px;
    line-height: 21px
}

.windows.firefox .stage .pd-suppercontain-close a b.icon-supper_open,
.windows.firefox .stage .pd-suppercontain-open a b.icon-supper_open {
    line-height: 24px;
    margin-top: -3px
}

.stage .pd-suppercontain-close a b.icon-supper_close,
.stage .pd-suppercontain-open a b.icon-supper_close {
    width: 41px;
    height: 41px;
    line-height: 41px
}

.windows .stage .pd-suppercontain-close a b.icon-supper_close,
.windows .stage .pd-suppercontain-open a b.icon-supper_close {
    line-height: 40px
}

.windows.firefox .stage .pd-suppercontain-close a b.icon-supper_close,
.windows.firefox .stage .pd-suppercontain-open a b.icon-supper_close {
    line-height: 44px
}

.android .stage .pd-suppercontain-close a b,
.android .stage .pd-suppercontain-open a b {
    vertical-align: top;
    margin-top: -2px
}

.stage .pd-suppercontain-close a b:before,
.stage .pd-suppercontain-open a b:before {
    display: inline-block;
    speak: none;
    font-family: pd-service-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    overflow: visible
}

.stage .pd-suppercontain-close {
    top: 100px;
    bottom: auto
}

.stage .pd-suppercontain-close a b {
    font-size: 18px;
    margin-left: 0;
    background-color: rgba(0, 0, 0, .5)
}

.stage .pd-suppercontain-close a b:before {
    display: inline-block;
    speak: none;
    font-family: pd-service-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    overflow: visible
}

.stage .pd-suppercontain-close a:hover b {
    background-color: rgba(0, 0, 0, .3)
}

@media (max-width:720px) {
    .stage .pd-suppercontain-close {
        top: 50px
    }
}

.stage .pd-stage {
    width: 100%;
    left: 0;
    position: relative;
    overflow: hidden
}

.stage .pd-suppercontain {
    left: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.stage .pd-suppercontain.pd-supper-expand {
    display: block
}

.stage .pd-suppercontain.pd-supper-expand .pd-detail-stage {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.stage .pd-suppercontain-box {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.stage .pd-suppercontain-box.bg-gray {
    background-color: #fafafa
}

.stage .pd-suppercontain-box.bg-black {
    background-color: #000
}

.stage .pd-suppercontain-box.bg-white {
    background-color: #fff
}

.stage .pd-suppercontain-box .tmp {
    height: 1000px
}

.stage .pd-suppercontent {
    margin: auto;
    padding: 180px 0;
    position: relative;
    width: 1200px
}

@media (min-width:1921px) {
    .stage .pd-suppercontent {
        width: 1200px
    }
}

@media (max-width:1440px) {
    .stage .pd-suppercontent {
        width: 1200px
    }
}

@media (max-width:1280px) {
    .stage .pd-suppercontent {
        width: auto;
        padding: 180px 0 100px 0
    }
}

@media (max-width:720px) {
    .stage .pd-suppercontent {
        padding: 90px 0 50px 0
    }
}

.stage .pd-detail-stage {
    position: relative;
    visibility: hidden;
    padding: 50px 0 120px 0
}

@media (min-width:1921px) {
    .stage .pd-detail-stage {
        padding: 50px 0 150px 0
    }
}

@media (max-width:1440px) {
    .stage .pd-detail-stage {
        padding: 40px 0 80px 0
    }
}

@media (max-width:720px) {
    .stage .pd-detail-stage {
        padding: 20px 0 40px 0
    }
}

.stage .pd-detail-stage:last-child {
    padding-bottom: 0
}

.stage .pd-detail-title {
    position: relative;
    text-align: center;
    margin: auto;
    z-index: 2;
    width: 850px
}

@media (min-width:1921px) {
    .stage .pd-detail-title {
        width: 850px
    }
}

@media (max-width:1440px) {
    .stage .pd-detail-title {
        width: 600px
    }
}

@media (max-width:1080px) {
    .stage .pd-detail-title {
        width: 600px
    }
}

@media (max-width:720px) {
    .stage .pd-detail-title {
        width: auto
    }
}

@media (max-width:720px) {
    .stage .pd-detail-title {
        margin: 0 2em
    }
}

.stage .pd-detail-title h2 {
    color: #333;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-size: 40px;
    margin-bottom: 30px
}

@media (min-width:1921px) {
    .stage .pd-detail-title h2 {
        font-size: 60px
    }
}

@media (max-width:1440px) {
    .stage .pd-detail-title h2 {
        font-size: 32px
    }
}

@media (max-width:720px) {
    .stage .pd-detail-title h2 {
        font-size: 20px
    }
}

@media (min-width:1921px) {
    .stage .pd-detail-title h2 {
        margin-bottom: 30px
    }
}

@media (max-width:1440px) {
    .stage .pd-detail-title h2 {
        margin-bottom: 15px
    }
}

@media (max-width:1080px) {
    .stage .pd-detail-title h2 {
        margin-bottom: 15px
    }
}

@media (max-width:720px) {
    .stage .pd-detail-title h2 {
        line-height: 1.4em
    }
}

.stage .pd-detail-title p {
    color: #666;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    font-size: 16px
}

@media (max-width:720px) {
    .stage .pd-detail-title p {
        text-align: left
    }
}

@media (min-width:1921px) {
    .stage .pd-detail-title p {
        font-size: 20px
    }
}

@media (max-width:1440px) {
    .stage .pd-detail-title p {
        font-size: 16px
    }
}

@media (max-width:1080px) {
    .stage .pd-detail-title p {
        font-size: 16px
    }
}

@media (max-width:720px) {
    .stage .pd-detail-title p {
        font-size: 14px
    }
}

.stage .pd-detail-figure {
    z-index: 1;
    margin-top: 70px;
    position: relative;
    left: 50%
}

@media (max-width:720px) {
    .stage .pd-detail-figure {
        margin-top: 50px
    }
}

.stage .icon-images b {
    display: inline-block;
    overflow: hidden;
    text-align: center
}

.stage .icon-images:before {
    display: inline-block;
    overflow: hidden
}

.stage {
    z-index: initial;
    background: #fff
}

@media (max-width:1080px) {
    .stage .section {
        padding-top: 80px
    }
}

.stage .section .content .title {
    margin-top: 0
}

.stage .section .content .title .main-title,
.stage .section .content .title .sub-title {
    color: #000;
    font-family:NarkissNew-Bold ;
    font-weight: 700;
    text-align: center;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1080px) {

    .stage .section .content .title .main-title,
    .stage .section .content .title .sub-title {
        text-align: left
    }
}

.stage .section .content .title .main-title sup,
.stage .section .content .title .sub-title sup {
    font-size: 16px;
    position: relative;
    top: -4px
}

@media (max-width:1080px) {

    .stage .section .content .title .main-title sup,
    .stage .section .content .title .sub-title sup {
        font-size: 10px;
        top: -5px
    }
}

.stage .section .content .title .main-title {
    font-family: NarkissNew-Bold;
    font-weight: 700;
    font-size: 42px;
    line-height: 60px
}

@media (min-width:1921px) {
    .stage .section .content .title .main-title {
        font-size: 50px;
        line-height: 71px
    }
}

@media (max-width:1440px) {
    .stage .section .content .title .main-title {
        font-size: 32px;
        line-height: 44px
    }
}

@media (max-width:1080px) {
    .stage .section .content .title .main-title {
        font-size: 30px;
        line-height: 42px
    }
}

.stage .section .content .title .main-title-lighter {
    -webkit-font-smoothing: antialiased;
    color: rgba(255, 255, 255, .5)
}

.stage .section .content .title .description-text {
    width: 1000px;
    margin: 30px auto 0 auto;
    text-align: center;
    color: #666;
    font-size: 24px;
    font-family: NarkissNew-Bold;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}

@media (min-width:1921px) {
    .stage .section .content .title .description-text {
        font-size: 28px;
        width: 1200px;
        line-height: 41px;
        margin: 36px auto 0 auto
    }
}

@media (max-width:1440px) {
    .stage .section .content .title .description-text {
        font-size: 18px;
        width: 750px;
        line-height: 25px;
        margin: 35px auto 0 auto
    }
}

@media (max-width:1080px) {
    .stage .section .content .title .description-text {
        width: auto;
        font-size: 14px;
        color: #666;
        line-height: 20px;
        text-align: left;
        margin: 12px auto 0 auto
    }
}

.stage .section .content .title .description-text sup {
    font-size: 12px;
    position: relative
}

@media (max-width:1080px) {
    .stage .section .content .title .description-text sup {
        font-size: 10px
    }
}

.stage .section .content .title .tips-text {
    text-align: center;
    color: rgba(255, 255, 255, .4)
}

@media (min-width:1921px) {
    .stage .section .content .title .tips-text {
        font-size: 22px;
        margin: 35px auto 0 auto
    }
}

@media (max-width:1080px) {
    .stage .section .content .title .tips-text {
        font-size: 14px;
        text-align: left
    }
}

.safari .stage .section .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1080px) {
    .safari .stage .section .content .title {
        display: inherit
    }
}

.safari .stage .section .content .title .description-text,
.safari .stage .section .content .title .main-title,
.safari .stage .section .content .title .sub-title {
    display: -webkit-inline-box
}

.stage .section .content .title .data-items {
    width: 100%
}

.stage .section .content .title .data-items ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

@media (max-width:1080px) {
    .stage .section .content .title .data-items ul {
        margin-top: 20px
    }
}

.stage .section .content .title .data-items ul li {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    padding: 0 50px 20px 50px
}

@media (max-width:1080px) {
    .stage .section .content .title .data-items ul li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 20px 0;
        width: 100%
    }
}

.stage .section .content .title .data-items ul li .icon {
    width: 68px;
    height: 60px
}

@media (max-width:1080px) {
    .stage .section .content .title .data-items ul li .icon {
        width: auto;
        height: 24px
    }
}

.stage .section .content .title .data-items ul li .icon img {
    width: auto;
    height: 100%
}

@media (max-width:1080px) {
    .stage .section .content .title .data-items ul li .icon img {
        width: auto;
        height: 100%
    }
}

.stage .section .content .title .data-items ul li strong {
    font-size: 22px;
    line-height: 24px;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    display: -webkit-inline-box
}

@media (min-width:1921px) {
    .stage .section .content .title .data-items ul li strong {
        font-size: 26px
    }
}

@media (max-width:1440px) {
    .stage .section .content .title .data-items ul li strong {
        font-size: 16px
    }
}

@media (max-width:1080px) {
    .stage .section .content .title .data-items ul li strong {
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0 0 0
    }
}

.stage .section .content .title .data-items ul li strong sup {
    font-size: 12px;
    position: relative;
    top: -2px
}

@media (max-width:1080px) {
    .stage .section .content .title .data-items ul li strong sup {
        font-size: 10px;
        top: -5px
    }
}

.stage .section .content .title .data-items ul li p {
    color: #000;
    display: initial;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    display: -webkit-inline-box;
    font-size: 64px;
    line-height: 72px
}

@media (min-width:1921px) {
    .stage .section .content .title .data-items ul li p {
        font-size: 60px;
        line-height: 86px
    }
}

@media (max-width:1440px) {
    .stage .section .content .title .data-items ul li p {
        font-size: 37px;
        line-height: 54px
    }
}

@media (max-width:1080px) {
    .stage .section .content .title .data-items ul li p {
        font-size: 20px;
        line-height: 30px
    }
}

.stage .section .content .title .data-items ul li p sup {
    position: absolute;
    font-size: 12px;
    top: -3px
}

.stage .text {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .8);
    font-family: vivotypeEN-Bold;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
}

@media (min-width:1921px) {
    .stage .text {
        font-size: 22px
    }
}

.stage .text sup {
    font-size: 12px;
    position: relative
}

@media (max-width:1080px) {
    .stage .text sup {
        font-size: 10px
    }
}

.stage .title {
    position: relative;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 30px;
    color: #000;
    font-family: vivotypeEN-Bold;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
}

@media (max-width:1080px) {
    .stage .title {
        font-size: 14px
    }
}

.stage .modal-backdoor {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8)
}

.stage .modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden
}

.stage.active .modal,
.stage.active .modal-backdoor {
    display: block
}

.stage .modal-container {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1000px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 120px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(-50%, 0, 0)
}

@media (min-width:1921px) {
    .stage .modal-container {
        width: 1200px
    }
}

@media (max-width:1080px) {
    .stage .modal-container {
        width: 80vw
    }
}

.stage .modal-container .modal-header {
    position: relative
}

.stage .modal-container .modal-header svg {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

@media (min-width:1921px) {
    .stage .modal-container .modal-header svg {
        width: 40px;
        height: 40px
    }
}

@media (max-width:1080px) {
    .stage .modal-container .modal-header svg {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px
    }
}

.stage .modal-container .modal-section {
    position: relative;
    padding: 85px 0;
    background: #151515
}

@media (min-width:1921px) {
    .stage .modal-container .modal-section {
        padding: 90px 0
    }
}

@media (max-width:1080px) {
    .stage .modal-container .modal-section {
        padding: 20px 0 40px 0
    }
}

.stage .modal-container .modal-section .content {
    width: 100%
}

@media (max-width:1080px) {
    .stage .modal-container .modal-section .content {
        width: auto;
        padding: 0 24px
    }
}

.stage .modal-container .modal-section .content .title {
    display: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 810px;
    margin: auto
}

@media (min-width:1921px) {
    .stage .modal-container .modal-section .content .title {
        width: 1000px
    }
}

@media (max-width:1080px) {
    .stage .modal-container .modal-section .content .title {
        width: auto
    }
}

.stage .modal-container .modal-section .content .title .main-title {
    color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 24px
}

.stage .modal-container .modal-section .content .title .title-line {
    width: 100%;
    height: 2px;
    background: #d0d0d0
}

.stage .modal-container .modal-section .content .title .description-text {
    width: auto;
    text-align: left;
    color: #fff
}

.stage .modal-container .modal-section .content .title .description-text span {
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}

.stage .open-modal {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    margin-top: 30px;
    font-size: 24px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 8px 35px 13px 35px;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    -webkit-transition: border .5s ease, color .5s ease;
    transition: border .5s ease, color .5s ease;
    z-index: 998
}

.safari .stage .open-modal {
    position: relative;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit
}

@media (max-width:1080px) {
    .stage .open-modal {
        font-size: 16px
    }
}

.stage .open-modal:hover {
    -webkit-transition: border .5s ease, color .5s ease;
    transition: border .5s ease, color .5s ease;
    border: 2px solid #415fff;
    color: #415fff
}

.stage1 .section {
    padding-top: 0;
    position: relative
}

@media (max-width:1080px) {
    .stage1 .section .content {
        padding: 0 24px
    }
}

.stage1 .section .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stage1 .section .content .title .main-title {
    color: #000;
    font-size: 78px;
    line-height: 96px
}

@media (min-width:1921px) {
    .stage1 .section .content .title .main-title {
        font-size: 94px;
        line-height: 115px
    }
}

@media (max-width:1440px) {
    .stage1 .section .content .title .main-title {
        font-size: 58px;
        line-height: 72px
    }
}

@media (max-width:1080px) {
    .stage1 .section .content .title .main-title {
        font-size: 36px;
        line-height: 50px;
        text-align: center
    }
}

.tips-stage .tip-content h4 {
    font-family: vivotypeEN-Bold !important;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}

.tips-stage .tip-content .case li {
    list-style-type: decimal;
    margin-left: 20px;
    color: rgba(255, 255, 255, .6);
    font-family: vivotypeEN-Bold !important;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}

@media (min-width:1921px) {
    .tips-stage .tip-content .case li {
        margin-left: 30px
    }
}

@media (max-width:1080px) {
    .tips-stage .tip-content .case li {
        margin-left: 13px
    }
}

._tween {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0
}

.lt9 ._tween {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.start ._tween {
    will-change: transform;
    -webkit-transition: opacity .8s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1.2s cubic-bezier(0, .35, .68, 1);
    transition: opacity .8s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1.2s cubic-bezier(0, .35, .68, 1);
    transition: transform 1.2s cubic-bezier(0, .35, .68, 1), opacity .8s cubic-bezier(.645, .045, .355, 1);
    transition: transform 1.2s cubic-bezier(0, .35, .68, 1), opacity .8s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1.2s cubic-bezier(0, .35, .68, 1);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.start ._tween._tween_1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.start ._tween._tween_2 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.start ._tween._tween_3 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.start ._tween._tween_4 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.start ._tween._tween_5 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.start ._tween._tween_6 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.start ._tween._tween_7 {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.start ._tween._tween_8 {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.start ._tween._tween_9 {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s
}

.start ._tween._tween_10 {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

.mb-hide {
    display: block !important
}

@media (max-width:1080px) {
    .mb-hide {
        display: none !important
    }
}

.mb-show {
    display: none !important
}

@media (max-width:1080px) {
    .mb-show {
        display: block !important
    }
}

body,
html {
    overflow: inherit;
    background-color: #000 !important
}

footer {
    overflow-x: hidden
}

@media (max-width:1199px) {
    .vp-head-wap .vp-head-wrap-wap {
        width: 100%
    }
}

#vivo-product-wrap {
    overflow: inherit;
    background: #000
}

#vivo-wrap {
    overflow: inherit
}

.stage_sticky {
    overflow: inherit
}

.stickyBox {
    width: 100%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    top: 0
}

@media (max-width:1080px) {
    .stickyBox {
        overflow-x: hidden
    }
}
.y33s-motionTitle .section .content .title .main-title{
    font-family:NarkissNew-Bold ;
}
.y33s-slim .section .content .title .main-title {
    font-family:NarkissNew-Bold ;
}
.y33s-slim .section .content .title .txt2 {
    font-family:NarkissNew-Bold ;
}
.y33s-slim .section .content .title .data-items ul li strong {
    font-family:NarkissNew-Bold ;
}
.y33s-slim .section .content .title .data-items ul li p{
    font-family:NarkissNew-Bold ;
}
.y33s-twinkle .main .big-title {
    font-family:NarkissNew-Bold ;
}
.y33s-twinkle .section .content .title .description-text {
    font-family:NarkissNew-Bold ;
}
.y33s-screen .section .content .title .main-title {
   
    font-family:NarkissNew-Bold ;
}
.y33s-screen .section .content .title .description-text {
    font-family:NarkissNew-Bold ;
}
.y33s-funTitle .stickyBox .section .content .title .main-title {
    color: #fff;
    font-family:vivotypeEN-Bold ;
}
    

.y33s-kv {
    position: relative;
    background: #fff;
    overflow: hidden
}

.y33s-kv .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    height: 950px
}
.y33s-kv .figure-box1 {
    font-size: 0;
}
.y33s-kv .figure-box1 img {
    width: 100%;
}

@media (min-width:1921px) {
    .y33s-kv .figure-box {
        width: 2560px;
        height: 1300px
    }
}

@media (max-width:1600px) {
    .y33s-kv .figure-box {
        width: 1728px;
        height: 855px
    }
}

@media (max-width:1440px) {
    .y33s-kv .figure-box {
        width: 1440px;
        height: 720px
    }
}

@media (max-width:1080px) {
    .y33s-kv .figure-box {
        width: 100vw;
        height: auto;
        margin-top: -30px
    }
}

.y33s-kv .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

.y33s-kv .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-kv-img1-lg.jpg);
    background-size: 1920px 950px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 950px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-lg-x2.jpg)
    }
}

.webp .y33s-kv .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-kv-img1-lg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-lg-x2.webp)
    }
}

@media (min-width:1921px) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-xl.jpg);
        background-size: 2560px 1300px;
        background-position: center;
        background-repeat: no-repeat;
        width: 2560px;
        height: 1300px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-xl-x2.jpg)
    }
}

@media (min-width:1921px) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-xl.webp)
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-xl-x2.webp)
    }
}

@media (max-width:1600px) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-lg.jpg);
        background-size: 1728px 855px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1728px;
        height: 855px
    }
}

@media only screen and (max-width:1600px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1600px) and (min-resolution:1.5dppx),
(max-width:1600px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1600px) and (min-resolution:144dpi) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-lg-x2.jpg)
    }
}

@media (max-width:1600px) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-lg.webp)
    }
}

@media only screen and (max-width:1600px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1600px) and (min-resolution:1.5dppx),
(max-width:1600px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1600px) and (min-resolution:144dpi) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-lg-x2.webp)
    }
}

@media (max-width:1440px) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-md.jpg);
        background-size: 1440px 720px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1440px;
        height: 720px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-md-x2.jpg)
    }
}

@media (max-width:1440px) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-md.webp)
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-md-x2.webp)
    }
}

@media (max-width:1080px) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-mb.jpg);
        background-size: 375px 667px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 667px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-mb.webp)
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .webp .y33s-kv .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-img1-mb-x2.webp)
    }
}

@media (max-width:1080px) {
    .y33s-kv .figure-box .figure figure.f1 {
        background-size: 100vw 177.86667vw;
        width: 100vw;
        height: 177.86667vw;
        margin-top: 0
    }
}

.kv-bottom {
    position: relative;
    background-color: #f4faff;
    width: 100%;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:1921px) {
    .kv-bottom {
        height: 480px
    }
}

@media (max-width:1440px) {
    .kv-bottom {
        height: 270px
    }
}

@media (max-width:1080px) {
    .kv-bottom {
        height: 314.66667vw
    }
}

.kv-bottom .figure-box {
    position: relative;
    width: 1340px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:1921px) {
    .kv-bottom .figure-box {
        width: 1600px
    }
}

@media (max-width:1440px) {
    .kv-bottom .figure-box {
        width: 1005px
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box {
        width: 87.2vw;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.kv-bottom .figure-box .figure {
    position: relative;
    width: 320px;
    height: auto;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden
}

@media (min-width:1921px) {
    .kv-bottom .figure-box .figure {
        width: 384px
    }
}

@media (max-width:1440px) {
    .kv-bottom .figure-box .figure {
        width: 240px
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure {
        width: 87.2vw;
        margin-top: 0;
        margin-bottom: 5.33333vw
    }

    .kv-bottom .figure-box .figure:last-child {
        margin-bottom: 0
    }
}

.kv-bottom .figure-box .figure figure {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.kv-bottom .figure-box .figure figure:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.kv-bottom .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-kv-bottom-img1-lg.jpg);
    background-size: 320px 160px;
    background-position: center;
    background-repeat: no-repeat;
    width: 320px;
    height: 160px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-bottom-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .kv-bottom .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-bottom-img1-xl.jpg);
        background-size: 384px 192px;
        background-position: center;
        background-repeat: no-repeat;
        width: 384px;
        height: 192px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-bottom-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .kv-bottom .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-bottom-img1-md.jpg);
        background-size: 240px 120px;
        background-position: center;
        background-repeat: no-repeat;
        width: 240px;
        height: 120px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-bottom-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-bottom-img1-mb.jpg);
        background-size: 327px 160px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 160px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-kv-bottom-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure figure.f1 {
        background-size: 87.2vw 42.66667vw;
        width: 87.2vw;
        height: 42.66667vw
    }
}

.kv-bottom .figure-box .figure figure.f2 {
    background-image: url(../img/y33s-kv-bottom-img2-lg.jpg);
    background-size: 320px 160px;
    background-position: center;
    background-repeat: no-repeat;
    width: 320px;
    height: 160px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-kv-bottom-img2-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .kv-bottom .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-kv-bottom-img2-xl.jpg);
        background-size: 384px 192px;
        background-position: center;
        background-repeat: no-repeat;
        width: 384px;
        height: 192px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-kv-bottom-img2-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .kv-bottom .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-kv-bottom-img2-md.jpg);
        background-size: 240px 120px;
        background-position: center;
        background-repeat: no-repeat;
        width: 240px;
        height: 120px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-kv-bottom-img2-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-kv-bottom-img2-mb.jpg);
        background-size: 327px 160px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 160px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-kv-bottom-img2-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure figure.f2 {
        background-size: 87.2vw 42.66667vw;
        width: 87.2vw;
        height: 42.66667vw
    }
}

.kv-bottom .figure-box .figure figure.f3 {
    background-image: url(../img/y33s-kv-bottom-img3-lg.jpg);
    background-size: 320px 160px;
    background-position: center;
    background-repeat: no-repeat;
    width: 320px;
    height: 160px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-kv-bottom-img3-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .kv-bottom .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-kv-bottom-img3-xl.jpg);
        background-size: 384px 192px;
        background-position: center;
        background-repeat: no-repeat;
        width: 384px;
        height: 192px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-kv-bottom-img3-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .kv-bottom .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-kv-bottom-img3-md.jpg);
        background-size: 240px 120px;
        background-position: center;
        background-repeat: no-repeat;
        width: 240px;
        height: 120px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-kv-bottom-img3-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-kv-bottom-img3-mb.jpg);
        background-size: 327px 160px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 160px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-kv-bottom-img3-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure figure.f3 {
        background-size: 87.2vw 42.66667vw;
        width: 87.2vw;
        height: 42.66667vw
    }
}

.kv-bottom .figure-box .figure figure.f4 {
    background-image: url(../img/y33s-kv-bottom-img4-lg.jpg);
    background-size: 320px 160px;
    background-position: center;
    background-repeat: no-repeat;
    width: 320px;
    height: 160px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-kv-bottom-img4-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .kv-bottom .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-kv-bottom-img4-xl.jpg);
        background-size: 384px 192px;
        background-position: center;
        background-repeat: no-repeat;
        width: 384px;
        height: 192px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-kv-bottom-img4-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .kv-bottom .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-kv-bottom-img4-md.jpg);
        background-size: 240px 120px;
        background-position: center;
        background-repeat: no-repeat;
        width: 240px;
        height: 120px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-kv-bottom-img4-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-kv-bottom-img4-mb.jpg);
        background-size: 327px 160px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 160px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .kv-bottom .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-kv-bottom-img4-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure figure.f4 {
        background-size: 87.2vw 42.66667vw;
        width: 87.2vw;
        height: 42.66667vw
    }
}

.kv-bottom .figure-box .figure .txt {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%
}

.kv-bottom .figure-box .figure .txt p {
    -webkit-font-smoothing: antialiased;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    text-align: center;
    padding: 14px 0 18px 0;
    font-size: 18px;
    line-height: 24px
}

@media (min-width:1921px) {
    .kv-bottom .figure-box .figure .txt p {
        font-size: 24px;
        line-height: 32px;
        padding: 18px 0 24px 0
    }
}

@media (max-width:1440px) {
    .kv-bottom .figure-box .figure .txt p {
        font-size: 14px;
        line-height: 18px;
        padding: 11px 0 14px 0
    }
}

@media (max-width:1080px) {
    .kv-bottom .figure-box .figure .txt p {
        font-size: 18px;
        line-height: 24px;
        padding: 14px 0 18px 0
    }
}

.y33s-motionTitle {
    position: relative;
    overflow: inherit;
    height: 80vh;
    overflow: hidden;
    z-index: 1
}

.y33s-motionTitle .stickyBox {
    height: auto;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    overflow: visible
}

.y33s-motionTitle .stickyBox .section {
    padding-top: 0;
    position: relative
}

.y33s-motionTitle .stickyBox .section .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.y33s-slim {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px
}

@media (min-width:1921px) {
    .y33s-slim {
        padding-bottom: 120px
    }
}

@media (max-width:1440px) {
    .y33s-slim {
        padding-bottom: 60px
    }
}

@media (max-width:1080px) {
    .y33s-slim {
        padding-bottom: 40px
    }
}

.y33s-slim .section {
    padding-top: 0
}

@media (max-width:1080px) {
    .y33s-slim .section .content {
        padding: 0 24px
    }
}

.y33s-slim .section .content .title .data-items ul {
    margin-top: 120px
}

@media (max-width:1080px) {
    .y33s-slim .section .content .title .data-items ul {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .y33s-slim .section .content .title .data-items ul {
        margin-top: 20px
    }
}

.y33s-slim .section .content .title .data-items ul li p {
    font-size: 50px;
    line-height: 72px
}

@media (min-width:1921px) {
    .y33s-slim .section .content .title .data-items ul li p {
        font-size: 60px;
        line-height: 86px
    }
}

@media (max-width:1440px) {
    .y33s-slim .section .content .title .data-items ul li p {
        font-size: 37px;
        line-height: 54px
    }
}

@media (max-width:1080px) {
    .y33s-slim .section .content .title .data-items ul li p {
        font-size: 20px;
        line-height: 30px
    }
}

.y33s-slim .section .content .title .data-items ul li p sup {
    position: absolute;
    font-size: 20px;
    top: -3px
}

@media (min-width:1921px) {
    .y33s-slim .section .content .title .data-items ul li p sup {
        font-size: 24px
    }
}

@media (max-width:1440px) {
    .y33s-slim .section .content .title .data-items ul li p sup {
        font-size: 15px
    }
}

@media (max-width:1080px) {
    .y33s-slim .section .content .title .data-items ul li p sup {
        font-size: 12px
    }
}

.y33s-slim .section .content .title .main-title {
    margin: 0 auto
}

.y33s-slim .section .content .title .txt2 {
    position: absolute;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 90px
}

@media (min-width:1921px) {
    .y33s-slim .section .content .title .txt2 {
        top: 105px
    }
}

@media (max-width:1440px) {
    .y33s-slim .section .content .title .txt2 {
        top: 70px
    }
}

@media (max-width:1440px) {
    .y33s-slim .section .content .title .txt2 {
        top: 80px
    }
}

@media (max-width:1080px) {
    .y33s-slim .section .content .title .txt2 {
        top: 90px;
        width: 100%
    }
}

.y33s-slim .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0
}

.y33s-slim .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1371px;
    height: 375px;
    margin-top: 80px
}

@media (min-width:1921px) {
    .y33s-slim .figure-box {
        width: 1645px;
        height: 450px;
        margin-top: 96px
    }
}

@media (max-width:1440px) {
    .y33s-slim .figure-box {
        width: 1027px;
        height: 281px;
        margin-top: 50px
    }
}

@media (max-width:1080px) {
    .y33s-slim .figure-box {
        width: 93.6vw;
        height: 42.66667vw;
        margin-top: 10.66667vw
    }
}

.y33s-slim .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:1080px) {
    .y33s-slim .figure-box .figure {
        overflow: visible
    }
}

.y33s-slim .figure-box .figure figure {
    position: relative
}

.y33s-slim .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-slim-img1-lg.jpg);
    background-size: 1371px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1371px;
    height: 375px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-slim .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-slim-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-slim .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-slim-img1-xl.jpg);
        background-size: 1645px 450px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1645px;
        height: 450px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-slim .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-slim-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-slim .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-slim-img1-md.jpg);
        background-size: 1027px 281px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1027px;
        height: 281px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-slim .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-slim-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-slim .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-slim-img1-mb.jpg);
        background-size: 351px 160px;
        background-position: center;
        background-repeat: no-repeat;
        width: 351px;
        height: 160px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-slim .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-slim-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-slim .figure-box .figure figure.f1 {
        background-size: 93.6vw 42.66667vw;
        width: 93.6vw;
        height: 42.66667vw;
        right: -6.4vw
    }
}

.y33s-twinkle {
    position: relative;
    overflow: visible;
    background-color: #fff;
    height: 200vh
}

@media (max-width:1080px) {
    .y33s-twinkle {
        height: 250vh;
        overflow: visible
    }
}

.y33s-twinkle .stickyBox {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    overflow: hidden;
    background: -webkit-linear-gradient(-45deg, #afd3f5 0, #fff 43%, #fff 59%, rgba(237, 237, 255, .91) 100%);
    background: -webkit-linear-gradient(315deg, #afd3f5 0, #fff 43%, #fff 59%, rgba(237, 237, 255, .91) 100%);
    background: linear-gradient(135deg, #afd3f5 0, #fff 43%, #fff 59%, rgba(237, 237, 255, .91) 100%)
}

@media (max-width:1080px) {
    .y33s-twinkle .stickyBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    .y33s-twinkle .stickyBox {
        height: 208vw;
        padding-bottom: 40px
    }
}

@media (max-width:360px) {
    .y33s-twinkle .stickyBox {
        height: 226.66667vw;
        padding-bottom: 40px
    }
}

.y33s-twinkle .main {
    height: auto;
    padding-top: 0;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -300px;
    width: 465px;
    top: 40%;
    margin-left: -300px
}

@media (min-width:1921px) {
    .y33s-twinkle .main {
        width: 562px
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .main {
        width: 356px
    }
}

@media (max-width:1600px) {
    .y33s-twinkle .main {
        width: 356px
    }
}

@media (min-width:1921px) {
    .y33s-twinkle .main {
        top: 35%
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .main {
        top: 35%
    }
}

@media (min-width:1921px) {
    .y33s-twinkle .main {
        margin-left: -300px
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .main {
        margin-left: -200px
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .main {
        width: 100%;
        top: 60px;
        left: 0;
        padding: 0 24px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:767px) {
    .y33s-twinkle .main {
        left: 50%;
        top: 40px;
        padding: 0 24px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.y33s-twinkle .main .big-title {
    color: #000;
    text-align: left;
    width: 100%;
    font-family: NarkissNew-Bold;
    font-weight: 700;
    margin: 0 auto;
    font-size: 42px
}

@media (min-width:1921px) {
    .y33s-twinkle .main .big-title {
        font-size: 50px
    }
}

@media (max-width:1600px) {
    .y33s-twinkle .main .big-title {
        font-size: 31px
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .main .big-title {
        font-size: 30px
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .main .big-title {
        text-align: left
    }
}

.y33s-twinkle .main .section {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 160px
}

@media (min-width:1921px) {
    .y33s-twinkle .main .section {
        padding-top: 185px
    }
}

@media (max-width:1600px) {
    .y33s-twinkle .main .section {
        padding-top: 110px
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .main .section {
        padding-top: 110px
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .main .section {
        padding-top: 110px
    }
}

.y33s-twinkle .main .section .content {
    width: 100%
}

@media (max-width:1080px) {
    .y33s-twinkle .main .section .content {
        width: auto;
        padding: 0 24px
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .main .section .content .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.y33s-twinkle .main .section .content .title .color-title {
    color: #000;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.2
}

@media (min-width:1921px) {
    .y33s-twinkle .main .section .content .title .color-title {
        font-size: 29px
    }
}

@media (max-width:1600px) {
    .y33s-twinkle .main .section .content .title .color-title {
        font-size: 18px
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .main .section .content .title .color-title {
        font-size: 18px
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .main .section .content .title .color-title {
        font-size: 16px
    }
}

.y33s-twinkle .main .section .content .title .description-text {
    color: #666;
    width: 100%;
    text-align: left;
    margin-top: 8px
}

@media (max-width:1600px) {
    .y33s-twinkle .main .section .content .title .description-text {
        font-size: 18px
    }
}

.y33s-twinkle .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0
}

.y33s-twinkle .figure-box {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 323px;
    height: 942px;
    margin-left: 400px
}

@media (min-width:1921px) {
    .y33s-twinkle .figure-box {
        width: 323px;
        height: 942px;
        margin-left: 500px
    }
}

@media (max-width:2040px) {
    .y33s-twinkle .figure-box {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        top: 20%;
        margin-left: 350px
    }
}

@media (max-width:1600px) {
    .y33s-twinkle .figure-box {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        top: 13%;
        margin-left: 200px
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .figure-box {
        width: 242px;
        height: 707px;
        margin-left: 250px;
        top: 50%;
        -webkit-transform: scale(.8) translate(-50%, -50%);
        -ms-transform: scale(.8) translate(-50%, -50%);
        transform: scale(.8) translate(-50%, -50%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top
    }
}

@media (max-width:1024px) {
    .y33s-twinkle .figure-box {
        margin-top: 180px;
        left: 15%;
        -webkit-transform: scale(.4) translate(-50%, -50%);
        -ms-transform: scale(.4) translate(-50%, -50%);
        transform: scale(.4) translate(-50%, -50%)
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .figure-box {
        width: 34.66667vw;
        height: 100.8vw;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        margin-top: 50px;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .y33s-twinkle .figure-box {
        margin-left: 40px;
        margin-bottom: 00px;
        margin-top: auto;
        -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        transform: translate(0) scale(1)
    }
}

.y33s-twinkle .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible
}

.y33s-twinkle .figure-box .figure figure {
    position: absolute;
    top: 0;
    left: 0
}

.y33s-twinkle .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-twinkle-img1-lg.png);
    background-size: 323px 942px;
    background-position: center;
    background-repeat: no-repeat;
    width: 323px;
    height: 942px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-twinkle .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-twinkle-img1-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .y33s-twinkle .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-twinkle-img1-lg.png);
        background-size: 323px 942px;
        background-position: center;
        background-repeat: no-repeat;
        width: 323px;
        height: 942px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-twinkle .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-twinkle-img1-lg-x2.png)
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-twinkle-img1-md.png);
        background-size: 242px 707px;
        background-position: center;
        background-repeat: no-repeat;
        width: 242px;
        height: 707px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-twinkle .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-twinkle-img1-md-x2.png)
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-twinkle-img1-mb.png);
        background-size: 130px 378px;
        background-position: center;
        background-repeat: no-repeat;
        width: 130px;
        height: 378px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-twinkle .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-twinkle-img1-mb-x2.png)
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .figure-box .figure figure.f1 {
        background-size: 34.66667vw 100.8vw;
        width: 34.66667vw;
        height: 100.8vw
    }
}

.y33s-twinkle .figure-box .figure figure.f2 {
    background-image: url(../img/y33s-twinkle-img2-lg.png);
    background-size: 323px 942px;
    background-position: center;
    background-repeat: no-repeat;
    width: 323px;
    height: 942px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-twinkle .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-twinkle-img2-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .y33s-twinkle .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-twinkle-img2-lg.png);
        background-size: 323px 942px;
        background-position: center;
        background-repeat: no-repeat;
        width: 323px;
        height: 942px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-twinkle .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-twinkle-img2-lg-x2.png)
    }
}

@media (max-width:1440px) {
    .y33s-twinkle .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-twinkle-img2-md.png);
        background-size: 242px 707px;
        background-position: center;
        background-repeat: no-repeat;
        width: 242px;
        height: 707px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-twinkle .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-twinkle-img2-md-x2.png)
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-twinkle-img2-mb.png);
        background-size: 130px 378px;
        background-position: center;
        background-repeat: no-repeat;
        width: 130px;
        height: 378px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-twinkle .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-twinkle-img2-mb-x2.png)
    }
}

@media (max-width:1080px) {
    .y33s-twinkle .figure-box .figure figure.f2 {
        background-size: 34.66667vw 100.8vw;
        width: 34.66667vw;
        height: 100.8vw
    }
}

.y33s-screen {
    position: relative;
    height: auto;
    overflow: hidden
}

.y33s-screen .section {
    padding-top: 200px
}

@media (min-width:1921px) {
    .y33s-screen .section {
        padding-top: 285px
    }
}

@media (max-width:1440px) {
    .y33s-screen .section {
        padding-top: 231px
    }
}

@media (max-width:1080px) {
    .y33s-screen .section {
        padding-top: 80px
    }
}

@media (max-width:1080px) {
    .y33s-screen .section .content {
        padding: 0 24px
    }
}

.y33s-screen .section .content .title .main-title {
    margin: 0 auto
}

@media (max-width:1080px) {
    .y33s-screen .section .content .title .data-items ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:1080px) {
    .y33s-screen .section .content .title .data-items ul li {
        width: auto
    }
}

.y33s-screen .section .content .title .data-items ul li strong {
    font-family:NarkissNew-Bold;
    font-weight: 700;
}

.y33s-screen .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1405px;
    height: 402px;
    margin-top: 80px;
    margin-bottom: 202px
}

@media (min-width:1921px) {
    .y33s-screen .figure-box {
        width: 1682px;
        height: 481px;
        margin-top: 96px;
        margin-bottom: 286px
    }
}

@media (max-width:1440px) {
    .y33s-screen .figure-box {
        width: 1052px;
        height: 301px;
        margin-top: 50px;
        margin-bottom: 180px
    }
}

@media (max-width:1080px) {
    .y33s-screen .figure-box {
        width: 93.86667vw;
        height: 56vw;
        margin-top: 10.66667vw;
        margin-bottom: 21.33333vw
    }
}

.y33s-screen .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:1080px) {
    .y33s-screen .figure-box .figure {
        overflow: visible
    }
}

.y33s-screen .figure-box .figure figure {
    position: relative
}

.y33s-screen .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-screen-img1-lg.jpg);
    background-size: 1405px 402px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1405px;
    height: 402px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-screen .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-screen-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-screen .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-screen-img1-xl.jpg);
        background-size: 1682px 481px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1682px;
        height: 481px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-screen .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-screen-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-screen .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-screen-img1-md.jpg);
        background-size: 1052px 301px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1052px;
        height: 301px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-screen .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-screen-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-screen .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-screen-img1-mb.jpg);
        background-size: 352px 210px;
        background-position: center;
        background-repeat: no-repeat;
        width: 352px;
        height: 210px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-screen .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-screen-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-screen .figure-box .figure figure.f1 {
        background-size: 93.86667vw 56vw;
        width: 93.86667vw;
        height: 56vw;
        left: -6.4vw
    }
}

.y33s-side {
    overflow: visible;
    height: auto
}

@media (max-width:1080px) {
    .y33s-side {
        height: 200vh
    }
}

@-webkit-keyframes fingerprintAnt {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@keyframes fingerprintAnt {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes fingerprintAnt2 {
    0% {
        top: -10%
    }

    100% {
        top: 30%
    }
}

@keyframes fingerprintAnt2 {
    0% {
        top: -10%
    }

    100% {
        top: 30%
    }
}

@-webkit-keyframes unlocking-ant {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        -webkit-transform: scale(8);
        transform: scale(8);
        opacity: 0
    }
}

@keyframes unlocking-ant {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        -webkit-transform: scale(8);
        transform: scale(8);
        opacity: 0
    }
}

.y33s-side .stickyBox {
    position: -webkit-sticky;
    position: sticky;
    height: auto;
    overflow: hidden
}

.y33s-side .section {
    padding-top: 0
}

@media (max-width:1080px) {
    .y33s-side .section {
        padding-top: 60px
    }
}

@media (max-width:767px) {
    .y33s-side .section {
        padding-top: 40px
    }
}

@media (max-width:1080px) {
    .y33s-side .section .content {
        padding: 0 24px
    }
}

.y33s-side .section .content .title .main-title {
    margin: 0 auto
}

.safari .y33s-side .section .content .title .description-text,
.safari .y33s-side .section .content .title .main-title,
.safari .y33s-side .section .content .title .sub-title {
    width: auto
}

.y33s-side .section .content .title .txt2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1080px) {
    .y33s-side .section .content .title .txt2 {
        left: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.y33s-side .figure-box {
    width: 1002px;
    height: 519px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 80px 0 90px
}

@media (min-width:1921px) {
    .y33s-side .figure-box {
        width: 1202px;
        height: 623px
    }
}

@media (max-width:1440px) {
    .y33s-side .figure-box {
        width: 752px;
        height: 389px
    }
}

@media (max-width:1080px) {
    .y33s-side .figure-box {
        width: 87.2vw;
        height: auto;
        margin: 40px 0 80px
    }
}

.y33s-side .figure-box .figure {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width:1080px) {
    .y33s-side .figure-box .figure {
        display: block
    }
}

.y33s-side .figure-box .figure figure {
    border-radius: 15px
}

@media (max-width:1080px) {
    .y33s-side .figure-box .figure figure {
        border-radius: 5px
    }
}

.y33s-side .figure-box .figure figure.f1 {
    position: relative;
    background-image: url(../img/y33s-side-img1-lg.jpg);
    background-size: 479px 519px;
    background-position: center;
    background-repeat: no-repeat;
    width: 479px;
    height: 519px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-side-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-side .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-side-img1-xl.jpg);
        background-size: 575px 623px;
        background-position: center;
        background-repeat: no-repeat;
        width: 575px;
        height: 623px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-side-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-side .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-side-img1-md.jpg);
        background-size: 359px 389px;
        background-position: center;
        background-repeat: no-repeat;
        width: 359px;
        height: 389px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-side-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-side .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-side-img1-mb.jpg);
        background-size: 327px 260px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 260px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-side-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-side .figure-box .figure figure.f1 {
        background-size: 87.2vw 69.33333vw;
        width: 87.2vw;
        height: 69.33333vw
    }
}

.y33s-side .figure-box .figure figure.f2 {
    overflow: hidden;
    position: relative;
    background-image: url(../img/y33s-side-img2-lg.jpg);
    background-size: 479px 519px;
    background-position: center;
    background-repeat: no-repeat;
    width: 479px;
    height: 519px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-side-img2-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-side .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-side-img2-xl.jpg);
        background-size: 575px 623px;
        background-position: center;
        background-repeat: no-repeat;
        width: 575px;
        height: 623px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-side-img2-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-side .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-side-img2-md.jpg);
        background-size: 359px 389px;
        background-position: center;
        background-repeat: no-repeat;
        width: 359px;
        height: 389px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-side-img2-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-side .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-side-img2-mb.jpg);
        background-size: 327px 260px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 260px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-side-img2-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-side .figure-box .figure figure.f2 {
        margin-top: 0;
        background-size: 87.2vw 69.33333vw;
        width: 87.2vw;
        height: 69.33333vw;
        position: absolute;
        top: 0;
        left: 0
    }
}

.y33s-side .figure-box .figure figure.f3 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fingerprintAnt 2s ease infinite;
    animation: fingerprintAnt 2s ease infinite;
    background-image: url(../img/y33s-side-img3-lg.png);
    background-size: 479px 519px;
    background-position: center;
    background-repeat: no-repeat;
    width: 479px;
    height: 519px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-side-img3-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .y33s-side .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-side-img3-xl.png);
        background-size: 575px 623px;
        background-position: center;
        background-repeat: no-repeat;
        width: 575px;
        height: 623px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-side-img3-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .y33s-side .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-side-img3-md.png);
        background-size: 359px 389px;
        background-position: center;
        background-repeat: no-repeat;
        width: 359px;
        height: 389px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-side-img3-md-x2.png)
    }
}

@media (max-width:1080px) {
    .y33s-side .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-side-img3-mb.png);
        background-size: 327px 260px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 260px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-side .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-side-img3-mb-x2.png)
    }
}

@media (max-width:1080px) {
    .y33s-side .figure-box .figure figure.f3 {
        -webkit-animation: fingerprintAnt2 2s ease infinite;
        animation: fingerprintAnt2 2s ease infinite;
        background-size: 87.2vw 69.33333vw;
        width: 87.2vw;
        height: 69.33333vw
    }
}

.y33s-side .figure-box .figure .circle-line {
    position: absolute;
    left: 48.5%;
    top: 50%;
    width: 16px;
    height: 16px;
    -webkit-transition: opacity 1s cubic-bezier(.645, .045, .355, 1);
    transition: opacity 1s cubic-bezier(.645, .045, .355, 1)
}

.y33s-side .figure-box .figure .circle-line i {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-box-shadow: inset 0 0 30px #8db9ff;
    box-shadow: inset 0 0 30px #8db9ff;
    border-radius: 50%
}

.y33s-side .figure-box .figure .circle-line i:nth-child(1) {
    -webkit-animation: unlocking-ant linear infinite 3s 0s;
    animation: unlocking-ant linear infinite 3s 0s
}

.y33s-side .figure-box .figure .circle-line i:nth-child(2) {
    -webkit-animation: unlocking-ant linear infinite 3s 1s;
    animation: unlocking-ant linear infinite 3s 1s
}

.y33s-side .figure-box .figure .circle-line i:nth-child(3) {
    -webkit-animation: unlocking-ant linear infinite 3s 2s;
    animation: unlocking-ant linear infinite 3s 2s
}

.y33s-charge {
    position: relative;
    background: #fff;
    height: 200vh;
    overflow: visible
}

@media (max-width:1080px) {
    .y33s-charge {
        height: auto
    }
}

.y33s-charge .stickyBox {
    height: 100vh;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky
}

@media (max-width:1600px) {
    .y33s-charge .stickyBox {
        height: auto
    }
}

@media (max-width:1440px) {
    .y33s-charge .stickyBox {
        height: 100vh
    }
}

@media (max-width:1080px) {
    .y33s-charge .stickyBox {
        height: auto
    }
}

.y33s-charge .section .content {
    /* width: 1000px */
}

@media (min-width:1921px) {
    .y33s-charge .section .content {
        width: 1200px
    }
}

@media (max-width:1080px) {
    .y33s-charge .section .content {
        padding: 0 24px;
        width: auto
    }
}

.y33s-charge .section .content .title .description-text,
.y33s-charge .section .content .title .main-title {
    text-align: center
}

@media (max-width:1080px) {

    .y33s-charge .section .content .title .description-text,
    .y33s-charge .section .content .title .main-title {
        text-align: left
    }
}

@media (max-width:1080px) {
    .y33s-charge .section .content .title .description-text {
        width: auto
    }
}

.y33s-charge .section .content .title .txt2 {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1921px) {
    .y33s-charge .section .content .title .txt2 {
        top: 70px
    }
}

@media (max-width:1440px) {
    .y33s-charge .section .content .title .txt2 {
        top: 44px
    }
}

@media (max-width:1440px) {
    .y33s-charge .section .content .title .txt2 {
        top: 44px
    }
}

@media (max-width:1080px) {
    .y33s-charge .section .content .title .txt2 {
        position: relative;
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 0;
        top: 0
    }
}

.y33s-charge .section2 {
    margin-top: -80px;
    padding-top: 0;
    padding-bottom: 120px
}

@media screen and (max-height:800px) {
    .y33s-charge .section2 {
        margin-top: -120px
    }
}

@media (min-width:1921px) {
    .y33s-charge .section2 {
        padding-bottom: 150px
    }
}

@media (max-width:1080px) {
    .y33s-charge .section2 {
        padding-bottom: 80px;
        margin-top: -40px
    }
}

.y33s-charge .figure-box {
    width: 1136px;
    height: 395px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 80px
}

@media screen and (max-width:1336px) and (max-height:768px) {
    .y33s-charge .figure-box {
        -webkit-transform: translateX(-50%) scale(.9);
        -ms-transform: translateX(-50%) scale(.9);
        transform: translateX(-50%) scale(.9);
        margin-top: 10px
    }
}

@media (min-width:1921px) {
    .y33s-charge .figure-box {
        width: 1363px;
        height: 527px;
        margin-top: 160px;
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

@media (max-width:1440px) {
    .y33s-charge .figure-box {
        width: 852px;
        height: 281px
    }
}

@media (max-width:1080px) {
    .y33s-charge .figure-box {
        margin-top: 40px;
        padding-bottom: 0;
        width: 100vw;
        height: 28.26667vw;
        margin-bottom: 80px
    }
}

.y33s-charge .figure-box .figure {
    width: 100%;
    height: 100%;
    overflow: visible
}

.y33s-charge .figure-box .figure .charge-mask {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, rgba(255, 255, 255, 0)), color-stop(0, #fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -100%, #fff 0);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) -100%, #fff 0)
}

.y33s-charge .figure-box .figure figure {
    position: absolute
}

.y33s-charge .figure-box .figure figure.figure-mask {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1000px;
    height: 200px;
    background-color: #fff;
    bottom: 0;
    z-index: 2
}

@media (min-width:1921px) {
    .y33s-charge .figure-box .figure figure.figure-mask {
        width: 1300px
    }
}

@media (max-width:1080px) {
    .y33s-charge .figure-box .figure figure.figure-mask {
        display: none
    }
}

.y33s-charge .figure-box .figure figure.f1 {
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/y33s-charge-img1-lg.jpg);
    background-size: 893px 98px;
    background-position: center;
    background-repeat: no-repeat;
    width: 893px;
    height: 98px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-charge-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-charge .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-charge-img1-xl.jpg);
        background-size: 1071px 118px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1071px;
        height: 118px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-charge-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-charge .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-charge-img1-md.jpg);
        background-size: 670px 74px;
        background-position: center;
        background-repeat: no-repeat;
        width: 670px;
        height: 74px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-charge-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-charge .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-charge-img1-mb.jpg);
        background-size: 375px 106px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 106px;
        background-size: 100vw 28.26667vw;
        width: 100vw;
        height: 28.26667vw;
        margin-left: -30px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-charge-img1-mb-x2.jpg)
    }
}

.y33s-charge .figure-box .figure figure.f3 {
    z-index: 2;
    margin-top: 74px;
    background-image: url(../img/y33s-charge-img3-lg.png);
    background-size: 1136px 148px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1136px;
    height: 148px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-charge-img3-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .y33s-charge .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-charge-img3-xl.png);
        background-size: 1363px 178px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1363px;
        height: 178px;
        margin-top: 90px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-charge-img3-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .y33s-charge .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-charge-img3-md.png);
        background-size: 852px 111px;
        background-position: center;
        background-repeat: no-repeat;
        width: 852px;
        height: 111px;
        margin-top: 56px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-charge-img3-md-x2.png)
    }
}

.y33s-charge .figure-box .figure figure.f4 {
    z-index: 2;
    margin-top: 74px;
    background-image: url(../img/y33s-charge-img4-lg.png);
    background-size: 1136px 148px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1136px;
    height: 148px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-charge-img4-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .y33s-charge .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-charge-img4-xl.png);
        background-size: 1363px 178px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1363px;
        height: 178px;
        margin-top: 90px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-charge-img4-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .y33s-charge .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-charge-img4-md.png);
        background-size: 852px 111px;
        background-position: center;
        background-repeat: no-repeat;
        width: 852px;
        height: 111px;
        margin-top: 56px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f4 {
        background-image: url(../img/y33s-charge-img4-md-x2.png)
    }
}

.y33s-charge .figure-box .figure figure.f5 {
    z-index: 1;
    left: -495px;
    top: 120px;
    background-image: url(../img/y33s-charge-img5-lg.png);
    background-size: 609px 37px;
    background-position: center;
    background-repeat: no-repeat;
    width: 609px;
    height: 37px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f5 {
        background-image: url(../img/y33s-charge-img5-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .y33s-charge .figure-box .figure figure.f5 {
        background-image: url(../img/y33s-charge-img5-xl.png);
        background-size: 731px 44px;
        background-position: center;
        background-repeat: no-repeat;
        width: 731px;
        height: 44px;
        left: -595px;
        top: 150px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f5 {
        background-image: url(../img/y33s-charge-img5-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .y33s-charge .figure-box .figure figure.f5 {
        background-image: url(../img/y33s-charge-img5-md.png);
        background-size: 456px 29px;
        background-position: center;
        background-repeat: no-repeat;
        width: 456px;
        height: 29px;
        left: -370px;
        top: 90px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-charge .figure-box .figure figure.f5 {
        background-image: url(../img/y33s-charge-img5-md-x2.png)
    }
}

.y33s-extendedTitle {
    position: relative;
    overflow: inherit;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    z-index: 1
}

@media (max-width:1080px) {
    .y33s-extendedTitle {
        height: 100vh
    }
}

.y33s-extendedTitle .stickyBox {
    height: auto;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    overflow: visible
}

.y33s-extendedTitle .stickyBox .section {
    padding-top: 0;
    position: relative
}

@media (max-width:1080px) {
    .y33s-extendedTitle .stickyBox .section .content {
        padding: 0 18px
    }
}

.y33s-extendedTitle .stickyBox .section .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.y33s-extendedTitle .stickyBox .section .content .title .main-title {
    color: #fff
}

.y33s-triple {
    position: relative;
    overflow: inherit;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    z-index: 1
}

.y33s-triple .figure-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 703px;
    height: 942px
}

@media (min-width:1921px) {
    .y33s-triple .figure-box {
        width: 844px;
        height: 1130px
    }
}

@media (max-width:1440px) {
    .y33s-triple .figure-box {
        width: 527px;
        height: 707px
    }
}

@media (max-width:1080px) {
    .y33s-triple .figure-box {
        width: 100vw;
        height: 177.86667vw
    }
}

.y33s-triple .figure-box .figure {
    width: 100%;
    height: 100%;
    position: relative
}

.y33s-triple .figure-box .figure figure {
    position: relative
}

.y33s-triple .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-triple-img1-lg.jpg);
    background-size: 703px 942px;
    background-position: center;
    background-repeat: no-repeat;
    width: 703px;
    height: 942px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-triple .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-triple-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-triple .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-triple-img1-xl.jpg);
        background-size: 844px 1130px;
        background-position: center;
        background-repeat: no-repeat;
        width: 844px;
        height: 1130px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-triple .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-triple-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-triple .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-triple-img1-md.jpg);
        background-size: 527px 707px;
        background-position: center;
        background-repeat: no-repeat;
        width: 527px;
        height: 707px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-triple .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-triple-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-triple .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-triple-img1-mb.jpg);
        background-size: 375px 667px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 667px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-triple .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-triple-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-triple .figure-box .figure figure.f1 {
        background-size: 100vw 177.86667vw;
        width: 100vw;
        height: 177.86667vw
    }
}

.y33s-camera {
    position: relative;
    height: 300vh;
    overflow: visible;
    background-color: #000
}

@media (max-width:1080px) {
    .y33s-camera {
        height: 250vh;
        margin-bottom: 0
    }
}

.y33s-camera .stickyBox {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1080px) {
    .y33s-camera .stickyBox {
        height: auto
    }
}

.y33s-camera .section {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0;
    width: 440px;
    margin-left: -250px
}

@media (min-width:1921px) {
    .y33s-camera .section {
        width: 467px
    }
}

@media (max-width:1440px) {
    .y33s-camera .section {
        width: 292px
    }
}

@media (min-width:1921px) {
    .y33s-camera .section {
        margin-left: -400px
    }
}

@media (max-width:1440px) {
    .y33s-camera .section {
        margin-left: -250px
    }
}

@media (max-width:1080px) {
    .y33s-camera .section {
        width: auto;
        margin-left: 0;
        top: 60px;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
}

@media (max-width:767px) {
    .y33s-camera .section {
        top: 35px
    }
}

.y33s-camera .section .content {
    width: 100%
}

@media (max-width:1080px) {
    .y33s-camera .section .content {
        width: auto;
        padding: 0 24px;
        margin-bottom: 40px
    }
}

.y33s-camera .section .content .title .main-title {
    color: #fff;
    text-align: left
}

.safari .y33s-camera .section .content .title .main-title {
    width: 100%
}

@media (max-width:767px) {
    .safari .y33s-camera .section .content .title .main-title {
        width: auto
    }
}

.y33s-camera .section .content .title .description-text {
    color: rgba(255, 255, 255, .5);
    width: 100%;
    text-align: left
}

.y33s-camera .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0
}

.y33s-camera .figure-box {
    position: relative;
    width: 910px;
    height: 920px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-left: 160px
}

@media (min-width:1921px) {
    .y33s-camera .figure-box {
        width: 1120px;
        height: 1104px;
        margin-left: 194px
    }
}

@media screen and (max-width:2050px) and (min-width:1921px) {
    .y33s-camera .figure-box {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right
    }
}

@media (max-width:1800px) {
    .y33s-camera .figure-box {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right
    }
}

@media (max-width:1440px) {
    .y33s-camera .figure-box {
        width: 683px;
        height: 690px;
        margin-left: 120px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:1080px) {
    .y33s-camera .figure-box {
        width: 100vw;
        height: 115.73333vw;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        margin-top: -50px
    }
}

@media (max-width:767px) {
    .y33s-camera .figure-box {
        margin-top: 240px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.y33s-camera .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

.y33s-camera .figure-box .figure figure {
    position: relative
}

.y33s-camera .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-camera-img1-lg.jpg);
    background-size: 910px 920px;
    background-position: center;
    background-repeat: no-repeat;
    width: 910px;
    height: 920px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-camera-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-camera .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-camera-img1-xl.jpg);
        background-size: 1120px 1104px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1120px;
        height: 1104px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-camera-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-camera .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-camera-img1-md.jpg);
        background-size: 683px 690px;
        background-position: center;
        background-repeat: no-repeat;
        width: 683px;
        height: 690px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-camera-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-camera .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-camera-img1-mb.jpg);
        background-size: 375px 434px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 434px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-camera-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-camera .figure-box .figure figure.f1 {
        background-size: 100vw 115.73333vw;
        width: 100vw;
        height: 115.73333vw
    }
}

.y33s-camera .figure-box .figure figure.f2 {
    position: absolute;
    top: 0;
    background-image: url(../img/y33s-camera-img2-lg.jpg);
    background-size: 910px 920px;
    background-position: center;
    background-repeat: no-repeat;
    width: 910px;
    height: 920px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-camera-img2-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-camera .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-camera-img2-xl.jpg);
        background-size: 1120px 1104px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1120px;
        height: 1104px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-camera-img2-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-camera .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-camera-img2-md.jpg);
        background-size: 683px 690px;
        background-position: center;
        background-repeat: no-repeat;
        width: 683px;
        height: 690px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-camera-img2-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-camera .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-camera-img2-mb.jpg);
        background-size: 375px 434px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 434px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-camera-img2-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-camera .figure-box .figure figure.f2 {
        background-size: 100vw 115.73333vw;
        width: 100vw;
        height: 115.73333vw
    }
}

.y33s-camera .figure-box .figure figure.f3 {
    position: absolute;
    top: 0;
    background-image: url(../img/y33s-camera-img3-lg.jpg);
    background-size: 910px 920px;
    background-position: center;
    background-repeat: no-repeat;
    width: 910px;
    height: 920px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-camera-img3-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-camera .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-camera-img3-xl.jpg);
        background-size: 1120px 1104px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1120px;
        height: 1104px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-camera-img3-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-camera .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-camera-img3-md.jpg);
        background-size: 683px 690px;
        background-position: center;
        background-repeat: no-repeat;
        width: 683px;
        height: 690px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-camera-img3-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-camera .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-camera-img3-mb.jpg);
        background-size: 375px 434px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 434px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-camera .figure-box .figure figure.f3 {
        background-image: url(../img/y33s-camera-img3-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-camera .figure-box .figure figure.f3 {
        background-size: 100vw 115.73333vw;
        width: 100vw;
        height: 115.73333vw
    }
}

.y33s-beauty {
    position: relative;
    overflow: visible;
    background-color: #000;
    height: 200vh
}

@media (max-width:1080px) {
    .y33s-beauty {
        height: 300vh;
        overflow: visible;
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .y33s-beauty {
        height: 200vh
    }
}

.y33s-beauty .stickyBox {
    position: -webkit-sticky;
    position: sticky;
    height: auto;
    overflow: hidden;
    padding-top: 300px
}

@media (max-width:1080px) {
    .y33s-beauty .stickyBox {
        padding-top: 0;
        height: 100vh
    }
}

.y33s-beauty .section {
    padding-top: 0;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 74px;
    width: 940px
}

@media (min-width:1921px) {
    .y33s-beauty .section {
        width: 1126px
    }
}

@media (max-width:1440px) {
    .y33s-beauty .section {
        width: 704px
    }
}

@media (max-width:720px) {
    .y33s-beauty .section {
        width: auto
    }
}

@media (max-width:1080px) {
    .y33s-beauty .section {
        top: 60px;
        width: 100%
    }
}

.y33s-beauty .section .content {
    width: 100%
}

@media (max-width:1080px) {
    .y33s-beauty .section .content {
        width: auto;
        padding: 0 24px
    }
}

.y33s-beauty .section .content .title .main-title {
    color: #fff;
    text-align: center;
    width: 770px;
    margin: 0 auto;
    font-size: 42px
}

@media (min-width:1921px) {
    .y33s-beauty .section .content .title .main-title {
        width: 924px;
        font-size: 50px
    }
}

@media (max-width:1440px) {
    .y33s-beauty .section .content .title .main-title {
        width: 578px;
        font-size: 31px
    }
}

@media (max-width:1080px) {
    .y33s-beauty .section .content .title .main-title {
        width: 100%;
        text-align: left
    }
}

.safari .y33s-beauty .section .content .title .main-title {
    width: auto
}

.y33s-beauty .section .content .title .description-text {
    color: rgba(255, 255, 255, .5);
    width: 100%;
    text-align: center
}

@media (max-width:1080px) {
    .y33s-beauty .section .content .title .description-text {
        text-align: left
    }
}

.y33s-beauty .section .content .title .txt2 {
    position: absolute;
    top: 120px
}

@media (min-width:1921px) {
    .y33s-beauty .section .content .title .txt2 {
        top: 140px
    }
}

@media (max-width:1440px) {
    .y33s-beauty .section .content .title .txt2 {
        top: 100px
    }
}

@media (max-width:1024px) {
    .y33s-beauty .section .content .title .txt2 {
        top: 80px
    }
}

@media (max-width:1080px) {
    .y33s-beauty .section .content .title .txt2 {
        position: relative;
        top: inherit
    }
}

.safari .y33s-beauty .section1 .content .title .txt2 {
    width: auto
}

.y33s-beauty .section2 {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 424px;
    margin-left: -300px
}

@media (min-width:1921px) {
    .y33s-beauty .section2 {
        width: 510px
    }
}

@media (max-width:1440px) {
    .y33s-beauty .section2 {
        width: 320px
    }
}

@media (min-width:1921px) {
    .y33s-beauty .section2 {
        margin-left: -400px
    }
}

@media (max-width:1440px) {
    .y33s-beauty .section2 {
        margin-left: -200px
    }
}

@media (max-width:1080px) {
    .y33s-beauty .section2 {
        top: 70px;
        margin-left: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        z-index: 3
    }
}

.y33s-beauty .section2 .content .title .description-text {
    text-align: left
}

.y33s-beauty .section2 .content .title .main-title {
    text-align: left;
    width: 100%
}

@media (max-width:1080px) {
    .y33s-beauty .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #000;
        opacity: 0
    }
}

.y33s-beauty .figure-box {
    position: relative;
    margin: 0 auto;
    width: 706px;
    height: 942px;
    margin-top: 148px
}

@media (min-width:1921px) {
    .y33s-beauty .figure-box {
        width: 847px;
        height: 1130px;
        margin-top: 200px
    }
}

@media (max-width:1440px) {
    .y33s-beauty .figure-box {
        width: 530px;
        height: 707px;
        margin-top: 60px
    }
}

@media (max-width:1080px) {
    .y33s-beauty .figure-box {
        width: 87.2vw;
        height: 115.2vw;
        margin-top: 300px
    }
}

@media (max-width:767px) {
    .y33s-beauty .figure-box {
        width: 87.2vw;
        height: 115.2vw;
        margin-top: 450px
    }
}

.y33s-beauty .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

.y33s-beauty .figure-box .figure figure {
    position: relative
}

.y33s-beauty .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-beauty-img1-lg.jpg);
    background-size: 706px 942px;
    background-position: center;
    background-repeat: no-repeat;
    width: 706px;
    height: 942px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-beauty .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-beauty-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-beauty .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-beauty-img1-xl.jpg);
        background-size: 847px 1130px;
        background-position: center;
        background-repeat: no-repeat;
        width: 847px;
        height: 1130px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-beauty .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-beauty-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-beauty .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-beauty-img1-md.jpg);
        background-size: 530px 707px;
        background-position: center;
        background-repeat: no-repeat;
        width: 530px;
        height: 707px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-beauty .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-beauty-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-beauty .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-beauty-img1-mb.jpg);
        background-size: 327px 432px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 432px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-beauty .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-beauty-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-beauty .figure-box .figure figure.f1 {
        background-size: 87.2vw 115.2vw;
        width: 87.2vw;
        height: 115.2vw
    }
}

.y33s-photoTitle {
    position: relative;
    overflow: inherit;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    z-index: 1
}

@media (max-width:1080px) {
    .y33s-photoTitle {
        height: 100vh
    }
}

.y33s-photoTitle .stickyBox {
    height: auto;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    overflow: visible
}

.y33s-photoTitle .stickyBox .section {
    padding-top: 0;
    position: relative
}

@media (max-width:1080px) {
    .y33s-photoTitle .stickyBox .section .content {
        padding: 0 18px
    }
}

.y33s-photoTitle .stickyBox .section .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.y33s-photoTitle .stickyBox .section .content .title .main-title {
    color: #fff
}

.y33s-night {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #000
}

.y33s-night .section {
    padding-top: 0
}

.y33s-night .section .content {
    width: 880px
}

@media (min-width:1921px) {
    .y33s-night .section .content {
        width: 1050px
    }
}

@media (max-width:1440px) {
    .y33s-night .section .content {
        width: 650px
    }
}

@media (max-width:1080px) {
    .y33s-night .section .content {
        width: auto;
        padding: 0 24px
    }
}

.y33s-night .section .content .title .main-title {
    margin: 0 auto;
    color: #fff
}

.safari .y33s-night .section .content .title .main-title {
    width: 100%
}

@media (max-width:1080px) {
    .safari .y33s-night .section .content .title .main-title {
        width: auto
    }
}

.y33s-night .section .content .title .description-text,
.y33s-night .section .content .title .main-title {
    text-align: left
}

.y33s-night .section1 .content .title .description-text {
    color: #999
}

.y33s-night .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    height: 1080px;
    margin-top: 80px
}

@media (min-width:1921px) {
    .y33s-night .figure-box {
        width: 2560px;
        height: 1300px;
        margin-top: 120px
    }
}

@media (max-width:1440px) {
    .y33s-night .figure-box {
        width: 1440px;
        height: 810px;
        margin-top: 60px
    }
}

@media (max-width:1080px) {
    .y33s-night .figure-box {
        width: 100vw;
        height: 177.86667vw;
        margin-top: 40px
    }
}

.y33s-night .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible
}

.y33s-night .figure-box .figure figure {
    position: relative
}

@media (max-width:1080px) {
    .y33s-night .figure-box .figure figure {
        top: 12px
    }
}

.y33s-night .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-night-img1-lg.jpg);
    background-size: 1920px 1080px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 1080px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-lg-x2.jpg)
    }
}

.webp .y33s-night .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-night-img1-lg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .webp .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-lg-x2.webp)
    }
}

@media (min-width:1921px) {
    .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-xl.jpg);
        background-size: 2560px 1300px;
        background-position: center;
        background-repeat: no-repeat;
        width: 2560px;
        height: 1300px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-xl-x2.jpg)
    }
}

@media (min-width:1921px) {
    .webp .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-xl.webp)
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .webp .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-xl-x2.webp)
    }
}

@media (max-width:1440px) {
    .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-md.jpg);
        background-size: 1440px 810px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1440px;
        height: 810px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-md-x2.jpg)
    }
}

@media (max-width:1440px) {
    .webp .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-md.webp)
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .webp .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-md-x2.webp)
    }
}

@media (max-width:1080px) {
    .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-mb.jpg);
        background-size: 375px 667px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 667px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .webp .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-mb.webp)
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .webp .y33s-night .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-night-img1-mb-x2.webp)
    }
}

@media (max-width:1080px) {
    .y33s-night .figure-box .figure figure.f1 {
        background-size: 100vw 177.86667vw;
        width: 100vw;
        height: 177.86667vw
    }
}

.y33s-enjoy {
    background-color: #000;
    position: relative;
    overflow: hidden;
    margin-bottom: 150px
}

@media (min-width:1921px) {
    .y33s-enjoy {
        margin-bottom: 200px
    }
}

@media (max-width:1440px) {
    .y33s-enjoy {
        margin-bottom: 100px
    }
}

@media (max-width:1080px) {
    .y33s-enjoy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 60px
    }
}

.y33s-enjoy .section .content {
    width: 1000px
}

@media (min-width:1921px) {
    .y33s-enjoy .section .content {
        width: 1200px
    }
}

@media (max-width:1440px) {
    .y33s-enjoy .section .content {
        width: 1000px
    }
}

@media (max-width:1080px) {
    .y33s-enjoy .section .content {
        width: auto;
        padding: 0 24px
    }
}

.y33s-enjoy .section .content .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.y33s-enjoy .section .content .title .main-title {
    width: 100%;
}
.y33s-enjoy .section .content .title .description-text,
.y33s-enjoy .section .content .title .main-title {
    color: #fff;
    text-align: left
}

.y33s-enjoy .section .content .title .description-text {
    color: #999;
    width: 1000px
}

@media (min-width:1921px) {
    .y33s-enjoy .section .content .title .description-text {
        width: 1200px
    }
}

@media (max-width:1440px) {
    .y33s-enjoy .section .content .title .description-text {
        width: 1000px
    }
}

@media (max-width:1080px) {
    .y33s-enjoy .section .content .title .description-text {
        width: auto
    }
}

.y33s-enjoy .y33s-enjoy-animate-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1000px;
    height: 550px;
    margin-top: 80px
}

@media (min-width:1921px) {
    .y33s-enjoy .y33s-enjoy-animate-box {
        width: 1200px;
        height: 660px;
        margin-top: 100px
    }
}

@media (max-width:1080px) {
    .y33s-enjoy .y33s-enjoy-animate-box {
        width: 87.2vw;
        height: 49.06667vw;
        margin-top: 40px;
        margin-bottom: 0
    }
}

.y33s-enjoy .y33s-enjoy-animate-box .btn {
    position: absolute;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    bottom: 36px;
    z-index: 8
}

.y33s-enjoy .y33s-enjoy-animate-box .btn.btnLift {
    left: 170px
}

.y33s-enjoy .y33s-enjoy-animate-box .btn.btnRight {
    right: 180px
}

@media (min-width:1921px) {
    .y33s-enjoy .y33s-enjoy-animate-box .btn {
        bottom: 65px
    }
}

@media (max-width:767px) {
    .y33s-enjoy .y33s-enjoy-animate-box .btn {
        width: 70px;
        height: 25px;
        font-size: 12px;
        line-height: 25px;
        bottom: 20px
    }

    .y33s-enjoy .y33s-enjoy-animate-box .btn.btnLift {
        left: 80px
    }

    .y33s-enjoy .y33s-enjoy-animate-box .btn.btnRight {
        right: 80px
    }
}

@media (max-width:767px) {
    .y33s-enjoy .y33s-enjoy-animate-box .btn.btnLift {
        left: 30px
    }

    .y33s-enjoy .y33s-enjoy-animate-box .btn.btnRight {
        right: 30px
    }
}

.y33s-enjoy .y33s-enjoy-animate-box img {
    display: none
}

@media (max-width:1080px) {
    .y33s-enjoy .y33s-enjoy-animate-box img {
        display: block
    }
}

.y33s-enjoy .y33s-enjoy-animate-box .y33s-enjoy-video-img {
    border-radius: 15px
}

@media (max-width:1080px) {
    .y33s-enjoy .y33s-enjoy-animate-box .y33s-enjoy-video-img {
        border-radius: 0
    }
}

.lt9 .y33s-enjoy .y33s-enjoy-animate-box .y33s-enjoy-video-img {
    display: block;
    width: 1000px;
    height: auto;
    border-radius: 15px
}

@media (min-width:1921px) {
    .lt9 .y33s-enjoy .y33s-enjoy-animate-box .y33s-enjoy-video-img {
        width: 1200px;
        height: auto
    }
}

@media (max-width:1080px) {
    .y33s-enjoy .y33s-enjoy-animate-box .y33s-enjoy-video-img {
        width: 87.2vw;
        height: 49.06667vw
    }
}

.y33s-enjoy .video {
    position: absolute;
    z-index: 8;
    left: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.y33s-enjoy .video video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 1000px;
    height: 550px
}

@media (min-width:1921px) {
    .y33s-enjoy .video video {
        width: 1200px;
        height: 660px
    }
}

@media (max-width:1080px) {
    .y33s-enjoy .video video {
        width: 87.2vw;
        height: 49.06667vw
    }
}

.ie .y33s-enjoy .video video {
    width: 100vm;
    height: auto
}

.y33s-macro {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    margin-bottom: 150px
}

@media (min-width:1921px) {
    .y33s-macro {
        margin-bottom: 200px
    }
}

@media (max-width:1440px) {
    .y33s-macro {
        margin-bottom: 80px
    }
}

@media (max-width:1080px) {
    .y33s-macro {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-top: 80px;
        margin-bottom: 60px
    }
}

.y33s-macro .section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
    width: 425px
}

@media (min-width:1921px) {
    .y33s-macro .section {
        width: 510px
    }
}

@media (max-width:1440px) {
    .y33s-macro .section {
        width: 425px
    }
}

@media (max-width:1080px) {
    .y33s-macro .section {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%
    }
}

.y33s-macro .section .content {
    width: 100%
}

@media (max-width:1080px) {
    .y33s-macro .section .content {
        width: auto;
        padding: 0 24px
    }
}

.y33s-macro .section .content .title .main-title {
    color: #fff;
    text-align: left;
    width: 100%;
}

.y33s-macro .section .content .title .description-text {
    color: rgba(255, 255, 255, .5);
    width: 100%;
    text-align: left
}

.y33s-macro .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0
}

.y33s-macro .figure-box {
    position: relative;
    width: 630px;
    height: 840px;
    margin-right: 75px
}

@media (min-width:1921px) {
    .y33s-macro .figure-box {
        width: 756px;
        height: 1008px;
        margin-right: 91px
    }
}

@media (max-width:1440px) {
    .y33s-macro .figure-box {
        width: 473px;
        height: 630px;
        margin-right: 56px
    }
}

@media (max-width:1080px) {
    .y33s-macro .figure-box {
        width: 87.2vw;
        height: 115.2vw;
        margin: 0 auto;
        margin-top: 30px
    }
}

.y33s-macro .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

.y33s-macro .figure-box .figure figure {
    position: relative
}

.y33s-macro .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-macro-img1-lg.jpg);
    background-size: 630px 840px;
    background-position: center;
    background-repeat: no-repeat;
    width: 630px;
    height: 840px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-macro .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-macro-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-macro .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-macro-img1-xl.jpg);
        background-size: 756px 1008px;
        background-position: center;
        background-repeat: no-repeat;
        width: 756px;
        height: 1008px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-macro .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-macro-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-macro .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-macro-img1-md.jpg);
        background-size: 473px 630px;
        background-position: center;
        background-repeat: no-repeat;
        width: 473px;
        height: 630px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-macro .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-macro-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-macro .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-macro-img1-mb.jpg);
        background-size: 327px 432px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 432px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-macro .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-macro-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-macro .figure-box .figure figure.f1 {
        background-size: 87.2vw 115.2vw;
        width: 87.2vw;
        height: 115.2vw
    }
}

.y33s-cameraTitle {
    position: relative;
    overflow: inherit;
    height: 80vh;
    overflow: hidden;
    background-color: #000;
    z-index: 1
}

@media (max-width:1080px) {
    .y33s-cameraTitle {
        height: 100vh
    }
}

.y33s-cameraTitle .stickyBox {
    height: auto;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    overflow: inherit
}

.y33s-cameraTitle .stickyBox .section {
    padding-top: 0;
    position: relative
}

@media (max-width:1080px) {
    .y33s-cameraTitle .stickyBox .section .content {
        padding: 0 18px
    }
}

.y33s-cameraTitle .stickyBox .section .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.y33s-cameraTitle .stickyBox .section .content .title .main-title {
    color: #fff
}

.y33s-extended {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #000
}

.y33s-extended .section {
    padding-top: 0
}

@media (max-width:1080px) {
    .y33s-extended .section .content {
        padding: 0 24px
    }
}

.y33s-extended .section .content .title .main-title {
    margin: 0 auto;
    color: #fff
}

.y33s-extended .section1 .content .title .description-text {
    color: #999
}

.y33s-extended .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    height: 1080px
}

@media (min-width:1921px) {
    .y33s-extended .figure-box {
        width: 2560px;
        height: 1300px
    }
}

@media (max-width:1440px) {
    .y33s-extended .figure-box {
        width: 1440px;
        height: 800px
    }
}

@media (max-width:1080px) {
    .y33s-extended .figure-box {
        width: 100vw;
        height: 75.2vw
    }
}

.y33s-extended .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible
}

.y33s-extended .figure-box .figure figure {
    position: relative;
    top: -185px
}

@media (max-width:1080px) {
    .y33s-extended .figure-box .figure figure {
        top: 12px
    }
}

.y33s-extended .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-extended-img1-lg.jpg);
    background-size: 1920px 1080px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 1080px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-lg-x2.jpg)
    }
}

.webp .y33s-extended .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-extended-img1-lg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .webp .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-lg-x2.webp)
    }
}

@media (min-width:1921px) {
    .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-xl.jpg);
        background-size: 2560px 1300px;
        background-position: center;
        background-repeat: no-repeat;
        width: 2560px;
        height: 1300px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-xl-x2.jpg)
    }
}

@media (min-width:1921px) {
    .webp .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-xl.webp)
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .webp .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-xl-x2.webp)
    }
}

@media (max-width:1440px) {
    .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-md.jpg);
        background-size: 1440px 800px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1440px;
        height: 800px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-md-x2.jpg)
    }
}

@media (max-width:1440px) {
    .webp .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-md.webp)
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .webp .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-md-x2.webp)
    }
}

@media (max-width:1080px) {
    .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-mb.jpg);
        background-size: 375px 282px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 282px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .webp .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-mb.webp)
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .webp .y33s-extended .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-extended-img1-mb-x2.webp)
    }
}

@media (max-width:1080px) {
    .y33s-extended .figure-box .figure figure.f1 {
        background-size: 100vw 75.2vw;
        width: 100vw;
        height: 75.2vw
    }
}

.y33s-helio {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #000
}

.y33s-helio .section {
    padding-top: 0
}

@media (max-width:1080px) {
    .y33s-helio .section .content {
        padding: 0 24px
    }
}

.y33s-helio .section .content .title .main-title {
    margin: 0 auto;
    color: #fff
}

.y33s-helio .section1 .content .title .description-text {
    color: #999
}

.y33s-helio .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px;
    height: 834px
}

@media (min-width:1921px) {
    .y33s-helio .figure-box {
        width: 1440px;
        height: 1000px
    }
}

@media (max-width:1440px) {
    .y33s-helio .figure-box {
        width: 900px;
        height: 626px
    }
}

@media (max-width:1080px) {
    .y33s-helio .figure-box {
        width: 100vw;
        height: 72vw
    }
}

.y33s-helio .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible
}

.y33s-helio .figure-box .figure figure {
    position: relative
}

@media (max-width:1080px) {
    .y33s-helio .figure-box .figure figure {
        top: 12px
    }
}

.y33s-helio .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-helio-img1-lg.jpg);
    background-size: 1200px 834px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1200px;
    height: 834px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-helio .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-helio-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-helio .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-helio-img1-xl.jpg);
        background-size: 1440px 1000px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1440px;
        height: 1000px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-helio .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-helio-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-helio .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-helio-img1-md.jpg);
        background-size: 900px 626px;
        background-position: center;
        background-repeat: no-repeat;
        width: 900px;
        height: 626px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-helio .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-helio-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-helio .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-helio-img1-mb.jpg);
        background-size: 375px 270px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 270px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-helio .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-helio-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-helio .figure-box .figure figure.f1 {
        background-size: 100vw 72vw;
        width: 100vw;
        height: 72vw
    }
}

.y33s-hyper {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #000;
    margin-top: 100px
}

@media (min-width:1921px) {
    .y33s-hyper {
        margin-top: 120px
    }
}

@media (max-width:1440px) {
    .y33s-hyper {
        margin-top: 80px
    }
}

@media (max-width:1080px) {
    .y33s-hyper {
        margin-top: 60px
    }
}

.y33s-hyper .section {
    padding-top: 0
}

.y33s-hyper .section .content {
    width: 1000px
}

@media (min-width:1921px) {
    .y33s-hyper .section .content {
        width: 1200px
    }
}

@media (max-width:1440px) {
    .y33s-hyper .section .content {
        width: 750px
    }
}

@media (max-width:1080px) {
    .y33s-hyper .section .content {
        width: auto;
        padding: 0 24px
    }
}

.y33s-hyper .section .content .title .main-title {
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    line-height: 34px
}

@media (min-width:1921px) {
    .y33s-hyper .section .content .title .main-title {
        font-size: 28px;
        line-height: 41px
    }
}

@media (max-width:1440px) {
    .y33s-hyper .section .content .title .main-title {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:1080px) {
    .y33s-hyper .section .content .title .main-title {
        font-size: 14px;
        line-height: 20px
    }
}

.safari .y33s-hyper .section .content .title .main-title {
    width: 100%
}

@media (max-width:767px) {
    .safari .y33s-hyper .section .content .title .main-title {
        width: auto
    }
}

.y33s-hyper .section .content .title .description-text,
.y33s-hyper .section .content .title .main-title {
    text-align: left
}

.y33s-hyper .section1 .content .title .description-text {
    color: #999
}

.y33s-hyper .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1000px;
    height: 650px;
    margin-top: 80px
}

@media (min-width:1921px) {
    .y33s-hyper .figure-box {
        width: 1200px;
        height: 780px;
        margin-top: 120px
    }
}

@media (max-width:1440px) {
    .y33s-hyper .figure-box {
        width: 750px;
        height: 488px;
        margin-top: 60px
    }
}

@media (max-width:1080px) {
    .y33s-hyper .figure-box {
        width: 87.2vw;
        height: 56vw;
        margin-top: 40px
    }
}

.y33s-hyper .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible
}

.y33s-hyper .figure-box .figure figure {
    position: relative
}

@media (max-width:1080px) {
    .y33s-hyper .figure-box .figure figure {
        top: 12px
    }
}

.y33s-hyper .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-hyper-img1-lg.jpg);
    background-size: 1000px 650px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1000px;
    height: 650px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-hyper .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-hyper-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-hyper .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-hyper-img1-xl.jpg);
        background-size: 1200px 780px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1200px;
        height: 780px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-hyper .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-hyper-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-hyper .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-hyper-img1-md.jpg);
        background-size: 750px 488px;
        background-position: center;
        background-repeat: no-repeat;
        width: 750px;
        height: 488px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-hyper .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-hyper-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-hyper .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-hyper-img1-mb.jpg);
        background-size: 327px 210px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 210px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-hyper .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-hyper-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-hyper .figure-box .figure figure.f1 {
        background-size: 87.2vw 56vw;
        width: 87.2vw;
        height: 56vw
    }
}

.y33s-graphyTitle {
    position: relative;
    overflow: inherit;
    height: 805px;
    overflow: hidden;
    background-color: #000;
    z-index: 1
}

@media (min-width:1921px) {
    .y33s-graphyTitle {
        height: 966px
    }
}

@media (max-width:1440px) {
    .y33s-graphyTitle {
        height: 603px
    }
}

@media (max-width:1080px) {
    .y33s-graphyTitle {
        height: 100vh
    }
}

.y33s-graphyTitle .stickyBox {
    height: auto;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    overflow: inherit
}

.y33s-graphyTitle .stickyBox .section {
    padding-top: 0;
    position: relative
}

.y33s-graphyTitle .stickyBox .section .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.y33s-graphyTitle .stickyBox .section .content .title .main-title {
    font-size: 78px;
    color: #fff
}

@media (min-width:1921px) {
    .y33s-graphyTitle .stickyBox .section .content .title .main-title {
        font-size: 94px;
        line-height: 115px
    }
}

@media (max-width:1440px) {
    .y33s-graphyTitle .stickyBox .section .content .title .main-title {
        font-size: 58px
    }
}

@media (max-width:1080px) {
    .y33s-graphyTitle .stickyBox .section .content .title .main-title {
        font-size: 30px;
        text-align: center
    }
}

.y33s-portrait {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
    overflow: hidden
}

.y33s-portrait.stage .section {
    padding-top: 0;
    width: 424px
}

@media (min-width:1921px) {
    .y33s-portrait.stage .section {
        width: 510px
    }
}

@media (max-width:1440px) {
    .y33s-portrait.stage .section {
        width: 320px
    }
}

@media (max-width:720px) {
    .y33s-portrait.stage .section {
        width: auto
    }
}

.y33s-portrait.stage .section .content {
    width: 100%
}

.y33s-portrait.stage .section .content .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.y33s-portrait.stage .section .content .title .main-title {
    color: #fff;
    text-align: left
}

.y33s-portrait.stage .section .content .title .description-text {
    color: rgba(255, 255, 255, .5);
    width: 100%;
    text-align: left
}

.y33s-portrait .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0
}

.y33s-portrait .figure-box {
    position: relative;
    width: 630px;
    height: 840px;
    margin-left: 82px;
    margin-right: 324px
}

@media (min-width:1921px) {
    .y33s-portrait .figure-box {
        width: 756px;
        height: 1008px;
        margin-left: 98px;
        margin-right: 517px
    }
}

@media (max-width:1440px) {
    .y33s-portrait .figure-box {
        width: 473px;
        height: 630px;
        margin-left: 62px;
        margin-right: 242px
    }
}

@media (max-width:1080px) {
    .y33s-portrait .figure-box {
        width: 100vw;
        height: 106.66667vw
    }
}

.y33s-portrait .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

.y33s-portrait .figure-box .figure figure {
    position: relative
}

.y33s-portrait .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-portrait-img1-lg.jpg);
    background-size: 630px 840px;
    background-position: center;
    background-repeat: no-repeat;
    width: 630px;
    height: 840px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-portrait .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-portrait-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-portrait .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-portrait-img1-xl.jpg);
        background-size: 756px 1008px;
        background-position: center;
        background-repeat: no-repeat;
        width: 756px;
        height: 1008px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-portrait .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-portrait-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-portrait .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-portrait-img1-md.jpg);
        background-size: 473px 630px;
        background-position: center;
        background-repeat: no-repeat;
        width: 473px;
        height: 630px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-portrait .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-portrait-img1-md-x2.jpg)
    }
}

.y33s-superHdr {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #000;
    margin-top: 176px
}

@media (min-width:1921px) {
    .y33s-superHdr {
        margin-top: 210px
    }
}

@media (max-width:1440px) {
    .y33s-superHdr {
        margin-top: 132px
    }
}

@media (max-width:720px) {
    .y33s-superHdr {
        margin-top: 80px
    }
}

.y33s-superHdr.stage .section {
    padding-top: 0;
    margin: 0 auto;
    width: 1000px
}

@media (min-width:1921px) {
    .y33s-superHdr.stage .section {
        width: 1200px
    }
}

@media (max-width:1440px) {
    .y33s-superHdr.stage .section {
        width: 750px
    }
}

@media (max-width:720px) {
    .y33s-superHdr.stage .section {
        width: auto
    }
}

@media (max-width:1080px) {
    .y33s-superHdr.stage .section {
        width: 100%
    }
}

.y33s-superHdr.stage .section .content {
    width: 100%
}

@media (max-width:1080px) {
    .y33s-superHdr.stage .section .content {
        width: auto;
        padding: 0 24px
    }
}

.y33s-superHdr.stage .section .content .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.y33s-superHdr.stage .section .content .title .main-title {
    color: #fff;
    text-align: left
}

.y33s-superHdr.stage .section .content .title .description-text {
    color: rgba(255, 255, 255, .5);
    width: 100%;
    text-align: left
}

.y33s-superHdr .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0
}

.y33s-superHdr .figure-box {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 650px;
    margin-top: 76px
}

@media (min-width:1921px) {
    .y33s-superHdr .figure-box {
        width: 1200px;
        height: 780px;
        margin-top: 90px
    }
}

@media (max-width:1440px) {
    .y33s-superHdr .figure-box {
        width: 750px;
        height: 488px;
        margin-top: 56px
    }
}

@media (max-width:1080px) {
    .y33s-superHdr .figure-box {
        width: 87.2vw;
        height: 53.33333vw;
        margin-top: 40px
    }
}

.y33s-superHdr .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

.y33s-superHdr .figure-box .figure figure {
    position: relative
}

.y33s-superHdr .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-superHdr-img1-lg.jpg);
    background-size: 1000px 650px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1000px;
    height: 650px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-superHdr .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-superHdr-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-superHdr .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-superHdr-img1-xl.jpg);
        background-size: 1200px 780px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1200px;
        height: 780px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-superHdr .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-superHdr-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-superHdr .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-superHdr-img1-md.jpg);
        background-size: 750px 488px;
        background-position: center;
        background-repeat: no-repeat;
        width: 750px;
        height: 488px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-superHdr .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-superHdr-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-superHdr .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-superHdr-img1-mb.jpg);
        background-size: 327px 200px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 200px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-superHdr .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-superHdr-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-superHdr .figure-box .figure figure.f1 {
        background-size: 87.2vw 53.33333vw;
        width: 87.2vw;
        height: 53.33333vw
    }
}

.y33s-funTitle {
    position: relative;
    overflow: inherit;
    height: 80vh;
    overflow: hidden;
    background-color: #000;
    z-index: 1
}

.y33s-funTitle .stickyBox {
    height: auto;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    overflow: visible
}

.y33s-funTitle .stickyBox .section {
    padding-top: 0;
    position: relative
}

.y33s-funTitle .stickyBox .section .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.y33s-funTitle .stickyBox .section .content .title .main-title {
    color: #fff
}

.y33s-multi {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
    overflow: hidden
}

@media (max-width:1080px) {
    .y33s-multi {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.y33s-multi .section {
    padding-top: 0;
    width: 446px
}

@media (min-width:1921px) {
    .y33s-multi .section {
        width: 560px
    }
}

@media (max-width:1440px) {
    .y33s-multi .section {
        width: 350px
    }
}

@media (max-width:1080px) {
    .y33s-multi .section {
        width: auto
    }
}

.y33s-multi .section .content {
    width: 100%
}

@media (max-width:1080px) {
    .y33s-multi .section .content {
        width: auto;
        padding: 0 24px
    }
}

.y33s-multi .section .content .title .main-title {
    color: #fff;
    text-align: left
}

.safari .y33s-multi .section .content .title .main-title {
    width: 100%
}

.y33s-multi .section .content .title .description-text {
    color: rgba(255, 255, 255, .5);
    width: 100%;
    text-align: left
}

.y33s-multi .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0
}

.y33s-multi .figure-box {
    position: relative;
    width: 1038px;
    height: 484px;
    margin-right: -108px;
    margin-left: 64px
}

@media (min-width:1921px) {
    .y33s-multi .figure-box {
        width: 1246px;
        height: 581px;
        margin-right: -156px;
        margin-left: 76px
    }
}

@media (max-width:1440px) {
    .y33s-multi .figure-box {
        width: 780px;
        height: 363px;
        margin-right: -110px;
        margin-left: 48px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (max-width:1080px) {
    .y33s-multi .figure-box {
        width: 100vw;
        height: 40.53333vw;
        margin: 0 auto;
        margin-top: 40px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.y33s-multi .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

.y33s-multi .figure-box .figure figure {
    position: relative
}

.y33s-multi .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-multi-img1-lg.jpg);
    background-size: 1038px 484px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1038px;
    height: 484px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-multi .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-multi-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-multi .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-multi-img1-xl.jpg);
        background-size: 1246px 581px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1246px;
        height: 581px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-multi .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-multi-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-multi .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-multi-img1-md.jpg);
        background-size: 780px 363px;
        background-position: center;
        background-repeat: no-repeat;
        width: 780px;
        height: 363px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-multi .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-multi-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-multi .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-multi-img1-mb.jpg);
        background-size: 375px 152px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 152px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-multi .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-multi-img1-mb-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-multi .figure-box .figure figure.f1 {
        background-size: 100vw 40.53333vw;
        width: 100vw;
        height: 40.53333vw
    }
}

.y33s-game {
    background-color: #000;
    position: relative;
    overflow: hidden;
    margin-top: 340px
}

@media (min-width:1921px) {
    .y33s-game {
        margin-top: 390px
    }
}

@media (max-width:1440px) {
    .y33s-game {
        margin-top: 255px
    }
}

@media (max-width:1080px) {
    .y33s-game {
        margin-top: 80px
    }
}

@media (max-width:1080px) {
    .y33s-game .section .content {
        padding: 0 24px
    }
}

.y33s-game .section .content .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.safari .y33s-game .section .content .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.y33s-game .section .content .title .main-title {
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    margin: 0 auto
}

.y33s-game .section .content .title .description-text,
.y33s-game .section .content .title .main-title {
    color: #fff;
    text-align: center
}

@media (max-width:1080px) {

    .y33s-game .section .content .title .description-text,
    .y33s-game .section .content .title .main-title {
        text-align: left
    }
}

.y33s-game .section .content .title .description-text {
    width: 839px;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
}

@media (min-width:1921px) {
    .y33s-game .section .content .title .description-text {
        width: 1006px
    }
}

@media (max-width:1440px) {
    .y33s-game .section .content .title .description-text {
        width: 640px
    }
}

@media (max-width:1080px) {
    .y33s-game .section .content .title .description-text {
        width: auto
    }
}

.y33s-game .section .content .title .data-items ul {
    width: 905px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 60px
}

@media (min-width:1921px) {
    .y33s-game .section .content .title .data-items ul {
        width: 965px
    }
}

@media (max-width:1440px) {
    .y33s-game .section .content .title .data-items ul {
        width: 603px
    }
}

@media (max-width:1080px) {
    .y33s-game .section .content .title .data-items ul {
        display: inline-block;
        width: auto;
        margin-top: 40px
    }
}

.y33s-game .section .content .title .data-items ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media (max-width:1080px) {
    .y33s-game .section .content .title .data-items ul li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 45%;
        margin-right: 0
    }
}

.y33s-game .section .content .title .data-items ul li i {
    margin: 0 auto 17px auto;
    position: relative;
    width: 80px;
    height: 70px
}

@media (min-width:1921px) {
    .y33s-game .section .content .title .data-items ul li i {
        width: 96px;
        height: 84px;
        margin-bottom: 20px
    }
}

@media (max-width:1440px) {
    .y33s-game .section .content .title .data-items ul li i {
        width: 60px;
        height: 53px;
        margin-bottom: 12px
    }
}

@media (max-width:1080px) {
    .y33s-game .section .content .title .data-items ul li i {
        height: 56px;
        margin-bottom: 6px;
        display: block
    }
}

.y33s-game .section .content .title .data-items ul li i img {
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1921px) {
    .y33s-game .section .content .title .data-items ul li i img {
        height: 53px
    }
}

@media (max-width:1440px) {
    .y33s-game .section .content .title .data-items ul li i img {
        height: 33px
    }
}

@media (max-width:1080px) {
    .y33s-game .section .content .title .data-items ul li i img {
        height: 36px
    }
}

.y33s-game .section .content .title .data-items ul li i svg {
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1921px) {
    .y33s-game .section .content .title .data-items ul li i svg {
        height: 53px
    }
}

@media (max-width:1440px) {
    .y33s-game .section .content .title .data-items ul li i svg {
        height: 33px
    }
}

@media (max-width:1080px) {
    .y33s-game .section .content .title .data-items ul li i svg {
        height: 36px
    }
}

.y33s-game .section .content .title .data-items ul li p {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    color: #fff;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    text-align: center
}

@media (min-width:1921px) {
    .y33s-game .section .content .title .data-items ul li p {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:1440px) {
    .y33s-game .section .content .title .data-items ul li p {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width:1080px) {
    .y33s-game .section .content .title .data-items ul li p {
        font-size: 16px;
        line-height: 22px
    }
}

.y33s-game .figure-box {
    width: 1775px;
    height: 886px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 80px
}

@media (min-width:1921px) {
    .y33s-game .figure-box {
        width: 2130px;
        height: 1063px;
        margin-top: 100px
    }
}

@media (max-width:1440px) {
    .y33s-game .figure-box {
        width: 1331px;
        height: 665px;
        margin-top: 26px
    }
}

@media (max-width:1080px) {
    .y33s-game .figure-box {
        margin-top: 20px;
        margin-bottom: 40px;
        width: 100vw;
        height: 71.46667vw
    }
}

.y33s-game .figure-box .figure {
    width: 100%;
    height: 100%
}

.y33s-game .figure-box .figure figure {
    position: absolute
}

.y33s-game .figure-box .figure figure.f1 {
    background-image: url(../img/y33s-game-img1-lg.jpg);
    background-size: 1775px 886px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1775px;
    height: 886px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-game .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-game-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-game .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-game-img1-xl.jpg);
        background-size: 2130px 1063px;
        background-position: center;
        background-repeat: no-repeat;
        width: 2130px;
        height: 1063px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-game .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-game-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-game .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-game-img1-md.jpg);
        background-size: 1331px 665px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1331px;
        height: 665px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-game .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-game-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-game .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-game-img1-mb.jpg);
        background-size: 375px 268px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 268px;
        background-size: 100vw 71.46667vw;
        width: 100vw;
        height: 71.46667vw;
        position: relative;
        left: 0
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-game .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-game-img1-mb-x2.jpg)
    }
}

.y33s-newos {
    background-color: #f5f5f7;
    position: relative;
    overflow: hidden
}

.y33s-newos .newos-box1 {
    position: relative;
    background-color: #fff
}

.y33s-newos .section .content {
    width: 1000px
}

@media (min-width:1921px) {
    .y33s-newos .section .content {
        width: 1060px
    }
}

@media (max-width:1440px) {
    .y33s-newos .section .content {
        width: 665px
    }
}

@media (max-width:1080px) {
    .y33s-newos .section .content {
        width: auto;
        padding: 0 24px
    }

    .safari .y33s-newos .section .content br {
        display: none
    }
}

.y33s-newos .section .content .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1080px) {
    .y33s-newos .section .content .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.y33s-newos .section .content .title .main-title {
    margin: 0 auto;
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    width: 795px
}

@media (min-width:1921px) {
    .y33s-newos .section .content .title .main-title {
        width: 952px
    }
}

@media (max-width:1440px) {
    .y33s-newos .section .content .title .main-title {
        width: 595px
    }
}

.safari .y33s-newos .section .content .title .main-title {
    width: 820px
}

@media (min-width:1921px) {
    .safari .y33s-newos .section .content .title .main-title {
        width: 970px
    }
}

@media (max-width:1440px) {
    .safari .y33s-newos .section .content .title .main-title {
        width: 615px
    }
}

@media (max-width:1080px) {
    .safari .y33s-newos .section .content .title .main-title {
        width: auto
    }
}

@media (min-width:1921px) {
    .y33s-newos .section .content .title .main-title {
        font-size: 50px;
        line-height: 71px
    }
}

@media (max-width:1440px) {
    .y33s-newos .section .content .title .main-title {
        font-size: 31px;
        line-height: 44px
    }
}

@media (max-width:1080px) {
    .y33s-newos .section .content .title .main-title {
        width: 100%;
        text-align: left;
        font-size: 29px;
        line-height: 42px
    }
}

.y33s-newos .section .content .title .description-text {
    font-family: vivotypeEN-Bold;
    width: 700px;
    font-weight: 700;
}

@media (min-width:1921px) {
    .y33s-newos .section .content .title .description-text {
        width: 1060px
    }
}

@media (max-width:1440px) {
    .y33s-newos .section .content .title .description-text {
        width: 665px
    }
}

@media (max-width:1080px) {
    .y33s-newos .section .content .title .description-text {
        width: auto;
        text-align: left
    }
}

.y33s-newos .section1 {
    top: 30px
}

@media (max-width:1080px) {
    .y33s-newos .section1 {
        top: 0
    }
}

.y33s-newos .section1 .description-text {
    width: 883px;
    text-align: center;
    width: 883px
}

@media (min-width:1921px) {
    .y33s-newos .section1 .description-text {
        width: 1060px
    }
}

@media (max-width:1440px) {
    .y33s-newos .section1 .description-text {
        width: 665px
    }
}

@media (max-width:1080px) {
    .y33s-newos .section1 .description-text {
        width: auto;
        text-align: left
    }
}

.y33s-newos .figure-box {
    width: 1920px;
    height: 856px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 180px;
    border-radius: 20px;
    overflow: hidden
}

@media (min-width:1921px) {
    .y33s-newos .figure-box {
        width: 2560px;
        height: 1141px;
        margin-top: 100px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box {
        width: 1440px;
        height: 642px;
        margin-top: 138px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box {
        margin-top: 20px;
        width: 100vw;
        height: 124.26667vw
    }
}

.y33s-newos .figure-box .figure {
    height: 100%
}

.y33s-newos .figure-box .figure figure {
    position: absolute
}

.y33s-newos .figure-box .figure figure.newos-f1 {
    background-image: url(../img/y33s-newos-img1-lg.jpg);
    background-size: 1920px 856px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 856px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.newos-f1 {
        background-image: url(../img/y33s-newos-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-newos .figure-box .figure figure.newos-f1 {
        background-image: url(../img/y33s-newos-img1-xl.jpg);
        background-size: 2560px 1141px;
        background-position: center;
        background-repeat: no-repeat;
        width: 2560px;
        height: 1141px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.newos-f1 {
        background-image: url(../img/y33s-newos-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box .figure figure.newos-f1 {
        background-image: url(../img/y33s-newos-img1-md.jpg);
        background-size: 1440px 642px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1440px;
        height: 642px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.newos-f1 {
        background-image: url(../img/y33s-newos-img1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box .figure figure.newos-f1 {
        background-image: url(../img/y33s-newos-img1-mb.jpg);
        background-size: 375px 470px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 470px;
        background-size: 100vw 125.33333vw;
        width: 100vw;
        height: 125.33333vw;
        position: relative;
        left: 0
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.newos-f1 {
        background-image: url(../img/y33s-newos-img1-mb-x2.jpg)
    }
}

.y33s-newos .figure-box .figure figure.f1 {
    right: -86px;
    bottom: 0;
    background-image: url(../img/y33s-newos-box1-lg.jpg);
    background-size: 546px 520px;
    background-position: center;
    background-repeat: no-repeat;
    width: 546px;
    height: 520px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-newos-box1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-newos .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-newos-box1-xl.jpg);
        background-size: 728px 693px;
        background-position: center;
        background-repeat: no-repeat;
        width: 728px;
        height: 693px;
        right: -127px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-newos-box1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-newos-box1-md.jpg);
        background-size: 410px 390px;
        background-position: center;
        background-repeat: no-repeat;
        width: 410px;
        height: 390px;
        right: -61px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-newos-box1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-newos-box1-mb.jpg);
        background-size: 327px 600px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 600px;
        background-size: 87.2vw 160vw;
        width: 87.2vw;
        height: 160vw;
        left: 0;
        top: -400px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f1 {
        background-image: url(../img/y33s-newos-box1-mb-x2.jpg)
    }
}

@media (max-width:767px) {
    .y33s-newos .figure-box .figure figure.f1 {
        top: 0
    }
}

.y33s-newos .figure-box .figure figure.f1_1 {
    left: 330px;
    bottom: 0;
    background-image: url(../img/y33s-newos-box1_1-lg.jpg);
    background-size: 546px 520px;
    background-position: center;
    background-repeat: no-repeat;
    width: 546px;
    height: 520px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f1_1 {
        background-image: url(../img/y33s-newos-box1_1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-newos .figure-box .figure figure.f1_1 {
        background-image: url(../img/y33s-newos-box1_1-xl.jpg);
        background-size: 728px 693px;
        background-position: center;
        background-repeat: no-repeat;
        width: 728px;
        height: 693px;
        left: 390px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f1_1 {
        background-image: url(../img/y33s-newos-box1_1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box .figure figure.f1_1 {
        background-image: url(../img/y33s-newos-box1_1-md.jpg);
        background-size: 410px 390px;
        background-position: center;
        background-repeat: no-repeat;
        width: 410px;
        height: 390px;
        left: 248px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f1_1 {
        background-image: url(../img/y33s-newos-box1_1-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box .figure figure.f1_1 {
        background-image: url(../img/y33s-newos-box1_1-mb.jpg);
        background-size: 327px 600px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 600px;
        background-size: 87.2vw 160vw;
        width: 87.2vw;
        height: 160vw;
        left: 0;
        bottom: -290px
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f1_1 {
        background-image: url(../img/y33s-newos-box1_1-mb-x2.jpg)
    }
}

@media (max-width:767px) {
    .y33s-newos .figure-box .figure figure.f1_1 {
        bottom: -157px
    }
}

.y33s-newos .figure-box .figure figure.f2 {
    bottom: 0;
    right: -85px;
    background-image: url(../img/y33s-newos-box2-lg.jpg);
    background-size: 546px 520px;
    background-position: center;
    background-repeat: no-repeat;
    width: 546px;
    height: 520px
}

@media (min-width:1921px) {
    .y33s-newos .figure-box .figure figure.f2 {
        right: -125px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box .figure figure.f2 {
        right: -60px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-newos-box2-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-newos .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-newos-box2-xl.jpg);
        background-size: 728px 693px;
        background-position: center;
        background-repeat: no-repeat;
        width: 728px;
        height: 693px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-newos-box2-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-newos-box2-md.jpg);
        background-size: 410px 390px;
        background-position: center;
        background-repeat: no-repeat;
        width: 410px;
        height: 390px
    }
}

@media only screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1440px) and (min-resolution:1.5dppx),
(max-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1440px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-newos-box2-md-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-newos-box2-mb.jpg);
        background-size: 327px 600px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 600px;
        background-size: 87.2vw 160vw;
        width: 87.2vw;
        height: 160vw;
        left: 50%;
        top: -500px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2 {
        background-image: url(../img/y33s-newos-box2-mb-x2.jpg)
    }
}

@media (max-width:767px) {
    .y33s-newos .figure-box .figure figure.f2 {
        top: 0
    }
}

.y33s-newos .figure-box .figure figure.f2_1 {
    right: 0;
    background-image: url(../img/y33s-newos-box2_1-lg.jpg);
    background-size: 413px 259px;
    background-position: center;
    background-repeat: no-repeat;
    width: 413px;
    height: 259px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2_1 {
        background-image: url(../img/y33s-newos-box2_1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-newos .figure-box .figure figure.f2_1 {
        background-image: url(../img/y33s-newos-box2_1-xl.jpg);
        background-size: 550px 346px;
        background-position: center;
        background-repeat: no-repeat;
        width: 550px;
        height: 346px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2_1 {
        background-image: url(../img/y33s-newos-box2_1-xl-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box .figure figure.f2_1 {
        background-image: url(../img/y33s-newos-box2_1-mb.jpg);
        background-size: 272px 175px;
        background-position: center;
        background-repeat: no-repeat;
        width: 272px;
        height: 175px;
        background-size: 72.72vw 46.8vw;
        width: 72.72vw;
        height: 46.8vw
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2_1 {
        background-image: url(../img/y33s-newos-box2_1-mb-x2.jpg)
    }
}

.y33s-newos .figure-box .figure figure.f2_2 {
    right: 0;
    background-image: url(../img/y33s-newos-box2_2-lg.jpg);
    background-size: 413px 259px;
    background-position: center;
    background-repeat: no-repeat;
    width: 413px;
    height: 259px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2_2 {
        background-image: url(../img/y33s-newos-box2_2-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .y33s-newos .figure-box .figure figure.f2_2 {
        background-image: url(../img/y33s-newos-box2_2-xl.jpg);
        background-size: 550px 346px;
        background-position: center;
        background-repeat: no-repeat;
        width: 550px;
        height: 346px
    }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2_2 {
        background-image: url(../img/y33s-newos-box2_2-xl-x2.jpg)
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box .figure figure.f2_2 {
        background-image: url(../img/y33s-newos-box2_2-mb.jpg);
        background-size: 303px 195px;
        background-position: center;
        background-repeat: no-repeat;
        width: 303px;
        height: 195px;
        background-size: 80.8vw 52vw;
        width: 80.8vw;
        height: 52vw
    }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1080px) and (min-resolution:1.5dppx),
(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1080px) and (min-resolution:144dpi) {
    .y33s-newos .figure-box .figure figure.f2_2 {
        background-image: url(../img/y33s-newos-box2_2-mb-x2.jpg)
    }
}

.y33s-newos .figure-box2 {
    margin-top: 40px;
    margin-bottom: 120px;
    height: 100%
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 {
        margin-top: 50px
    }
}

.y33s-newos .figure-box2 .figure .box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 40px;
    width: 1000px;
    height: 600px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box {
        width: 1200px;
        height: 720px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box {
        width: 750px;
        height: 450px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box {
        width: 87.2vw;
        height: 106.66667vw;
        border-radius: 12px
    }
}

@media (max-width:767px) {
    .y33s-newos .figure-box2 .figure .box {
        width: 87.2vw;
        height: 160vw;
        border-radius: 12px
    }
}

.y33s-newos .figure-box2 .figure .box .title {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 314px;
    padding-left: 70px;
    margin-top: 0
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box .title {
        width: 365px;
        padding-left: 84px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box .title {
        width: 228px;
        padding-left: 52px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box .title {
        width: auto;
        padding-left: 14px;
        padding: 30px 20px 0 20px;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative
    }
}

.y33s-newos .figure-box2 .figure .box .title .main-txt {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 12px;
    font-family: vivotypeEN-Bold;
    font-weight: 700;
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box .title .main-txt {
        font-size: 29px;
        line-height: 36px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box .title .main-txt {
        font-size: 18px;
        line-height: 22px
    }
}

.y33s-newos .figure-box2 .figure .box .title .intro-txt {
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: rgba(0, 0, 0, .6)
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box .title .intro-txt {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box .title .intro-txt {
        font-size: 14px;
        line-height: 18px
    }
}

.y33s-newos .figure-box2 .figure .box .box-mask {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s cubic-bezier(.645, .045, .355, 1) .5s;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1) .5s
}

.y33s-newos .figure-box2 .figure .box .box-mask.current {
    opacity: 1;
    -webkit-transition: opacity .5s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1)
}

.y33s-newos .figure-box2 .figure .box .mask-txt {
    font-family: vivotypeEN-Bold;
    font-weight: 700;
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    font-size: 18px;
    line-height: 1.5;
    padding-left: 70px;
    padding-right: 35px;
    opacity: 0;
    color: rgba(0, 0, 0, .6);
    -webkit-transition: opacity .5s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .3s;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .3s;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1) .3s, transform .5s cubic-bezier(.645, .045, .355, 1) .3s;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1) .3s, transform .5s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .3s
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box .mask-txt {
        font-size: 24px;
        padding-left: 68px;
        padding-right: 68px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box .mask-txt {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 16px
    }
}

.y33s-newos .figure-box2 .figure .box .mask-txt.select {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.y33s-newos .figure-box2 .figure .box .btn-svg {
    cursor: pointer;
    z-index: 9;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1)
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box .btn-svg {
        bottom: 26px;
        right: 26px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box .btn-svg {
        bottom: 18px;
        right: 18px;
        width: 26px;
        height: 26px
    }
}

.y33s-newos .figure-box2 .figure .box .btn-svg.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.y33s-newos .figure-box2 .figure .box1 .mask-txt {
    width: 1000px;
    height: 600px;
    padding: 0
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt {
        width: 1200px;
        height: 720px;
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt {
        width: 750px;
        height: 450px;
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt {
        width: 87.2vw;
        height: 106.66667vw;
        top: inherit;
        left: 50%;
        -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
        transform: inherit !important
    }
}

@media (max-width:767px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt {
        width: 87.2vw;
        height: 160vw;
        top: 0
    }
}

.y33s-newos .figure-box2 .figure .box1 .mask-txt p {
    width: 251px
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt p {
        width: 301px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt p {
        width: 188px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt p {
        width: 76.53333vw
    }
}

.y33s-newos .figure-box2 .figure .box1 .mask-txt .txt {
    color: #cecece;
    position: absolute
}

.y33s-newos .figure-box2 .figure .box1 .mask-txt .txt1 {
    color: #656565;
    top: 100px
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt1 {
        top: 121px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt1 {
        top: 75px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt1 {
        top: 30px
    }
}

.y33s-newos .figure-box2 .figure .box1 .mask-txt .txt2 {
    bottom: 60px
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt2 {
        bottom: 73px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt2 {
        bottom: 45px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt2 {
        top: 194px
    }
}

.y33s-newos .figure-box2 .figure .box1 .mask-txt .txt1,
.y33s-newos .figure-box2 .figure .box1 .mask-txt .txt2 {
    left: 70px
}

@media (min-width:1921px) {

    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt1,
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt2 {
        left: 84px
    }
}

@media (max-width:1440px) {

    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt1,
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt2 {
        left: 52px
    }
}

.y33s-newos .figure-box2 .figure .box1 .mask-txt .txt3 {
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt3 {
        right: 42px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt3 {
        right: 26px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt3 {
        top: 102px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:1080px) {

    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt1,
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt2,
    .y33s-newos .figure-box2 .figure .box1 .mask-txt .txt3 {
        left: 20px
    }
}

.y33s-newos .figure-box2 .figure .box2 .title .main-txt sup {
    font-size: 12px
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box2 .title .main-txt sup {
        font-size: 10px
    }
}

.y33s-newos .figure-box2 .figure .box3,
.y33s-newos .figure-box2 .figure .box4 {
    background-color: #f5f5f7
}

@media (max-width:1080px) {

    .y33s-newos .figure-box2 .figure .box3,
    .y33s-newos .figure-box2 .figure .box4 {
        height: 80vw
    }
}

@media (max-width:767px) {

    .y33s-newos .figure-box2 .figure .box3,
    .y33s-newos .figure-box2 .figure .box4 {
        height: 304.53333vw
    }
}

.y33s-newos .figure-box2 .figure .box3 .title,
.y33s-newos .figure-box2 .figure .box4 .title {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 60px 70px 0 70px;
    width: auto
}

@media (min-width:1921px) {

    .y33s-newos .figure-box2 .figure .box3 .title,
    .y33s-newos .figure-box2 .figure .box4 .title {
        padding: 80px 68px 0 68px
    }
}

@media (max-width:1080px) {

    .y33s-newos .figure-box2 .figure .box3 .title,
    .y33s-newos .figure-box2 .figure .box4 .title {
        padding: 35px 14px 0 14px
    }
}

.y33s-newos .figure-box2 .figure .box3 .box3-left,
.y33s-newos .figure-box2 .figure .box3 .box4-left,
.y33s-newos .figure-box2 .figure .box4 .box3-left,
.y33s-newos .figure-box2 .figure .box4 .box4-left {
    position: absolute;
    left: 0;
    width: 590px;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff
}

@media (min-width:1921px) {

    .y33s-newos .figure-box2 .figure .box3 .box3-left,
    .y33s-newos .figure-box2 .figure .box3 .box4-left,
    .y33s-newos .figure-box2 .figure .box4 .box3-left,
    .y33s-newos .figure-box2 .figure .box4 .box4-left {
        width: 740px;
        height: 800px
    }
}

@media (max-width:1080px) {

    .y33s-newos .figure-box2 .figure .box3 .box3-left,
    .y33s-newos .figure-box2 .figure .box3 .box4-left,
    .y33s-newos .figure-box2 .figure .box4 .box3-left,
    .y33s-newos .figure-box2 .figure .box4 .box4-left {
        border-radius: 12px;
        width: 80.8vw;
        height: 146.93333vw;
        top: 0
    }
}

@media (min-width:1921px) {

    .y33s-newos .figure-box2 .figure .box3 .box3-left.box4-left,
    .y33s-newos .figure-box2 .figure .box3 .box4-left.box4-left,
    .y33s-newos .figure-box2 .figure .box4 .box3-left.box4-left,
    .y33s-newos .figure-box2 .figure .box4 .box4-left.box4-left {
        width: 640px;
        height: 800px
    }
}

@media (max-width:1080px) {

    .y33s-newos .figure-box2 .figure .box3 .box3-left.box4-left .title,
    .y33s-newos .figure-box2 .figure .box3 .box4-left.box4-left .title,
    .y33s-newos .figure-box2 .figure .box4 .box3-left.box4-left .title,
    .y33s-newos .figure-box2 .figure .box4 .box4-left.box4-left .title {
        position: absolute
    }
}

@media (max-width:1080px) {

    .y33s-newos .figure-box2 .figure .box3 .box3-left.box4-left,
    .y33s-newos .figure-box2 .figure .box3 .box4-left.box4-left,
    .y33s-newos .figure-box2 .figure .box4 .box3-left.box4-left,
    .y33s-newos .figure-box2 .figure .box4 .box4-left.box4-left {
        height: 133.06667vw
    }
}

.y33s-newos .figure-box2 .figure .box3 .box3-right,
.y33s-newos .figure-box2 .figure .box3 .box4-right,
.y33s-newos .figure-box2 .figure .box4 .box3-right,
.y33s-newos .figure-box2 .figure .box4 .box4-right {
    position: absolute;
    right: 0;
    width: 370px;
    height: 600px;
    border-radius: 15px;
    overflow: hidden
}

@media (min-width:1921px) {

    .y33s-newos .figure-box2 .figure .box3 .box3-right,
    .y33s-newos .figure-box2 .figure .box3 .box4-right,
    .y33s-newos .figure-box2 .figure .box4 .box3-right,
    .y33s-newos .figure-box2 .figure .box4 .box4-right {
        width: 540px;
        height: 800px
    }
}

@media (max-width:1080px) {

    .y33s-newos .figure-box2 .figure .box3 .box3-right,
    .y33s-newos .figure-box2 .figure .box3 .box4-right,
    .y33s-newos .figure-box2 .figure .box4 .box3-right,
    .y33s-newos .figure-box2 .figure .box4 .box4-right {
        border-radius: 12px;
        width: 80.8vw;
        height: 146.93333vw;
        background-color: #fff;
        bottom: 0
    }
}

@media (min-width:1921px) {

    .y33s-newos .figure-box2 .figure .box3 .box3-right.box4-right,
    .y33s-newos .figure-box2 .figure .box3 .box4-right.box4-right,
    .y33s-newos .figure-box2 .figure .box4 .box3-right.box4-right,
    .y33s-newos .figure-box2 .figure .box4 .box4-right.box4-right {
        width: 1200px;
        height: 720px
    }
}

.y33s-newos .figure-box2 .figure .box4 {
    margin-bottom: 50px
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box4 {
        height: 106.66667vw
    }
}

@media (max-width:767px) {
    .y33s-newos .figure-box2 .figure .box4 {
        height: 160vw
    }
}

.y33s-newos .figure-box2 .figure .box4 .box4-right {
    width: 100%;
    height: 600px;
    height: 600px;
    background-color: #fff
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box4 .box4-right {
        height: 50px
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box4 .box4-right {
        height: 450px
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box4 .box4-right {
        width: auto;
        height: 93.33333vw
    }
}

@media (max-width:767px) {
    .y33s-newos .figure-box2 .figure .box4 .box4-right {
        height: 160vw
    }
}

.y33s-newos .figure-box2 .figure .box4 .title {
    width: 310px;
    padding: 180px 70px 0
}

@media (min-width:1921px) {
    .y33s-newos .figure-box2 .figure .box4 .title {
        width: 310px;
        padding: 180px 84px 0
    }
}

@media (max-width:1440px) {
    .y33s-newos .figure-box2 .figure .box4 .title {
        width: 228px;
        padding: 130px 52px 0
    }
}

@media (max-width:1080px) {
    .y33s-newos .figure-box2 .figure .box4 .title {
        width: auto;
        padding: 30px 20px 0
    }
}