<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Powered by uimix.com;
 * Vivo product project - 产品库页面开发框架;
 * Version: 3.2.4;
 * Released on: 2021-09-08;
 */
@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
}

.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: #a874e3;
    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: #ad7ce5
}

.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 #a874e3 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: #a874e3;
    -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: #a874e3;
    -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: #8d4ada
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover b {
    background-color: #8d4ada
}

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

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line {
    margin: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#95e2f8), to(#a874e3));
    background-image: -webkit-linear-gradient(left, #95e2f8 0, #a874e3 100%);
    background-image: linear-gradient(90deg, #95e2f8 0, #a874e3 100%);
    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.gradient .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.gradient .ec-button-wrapper.ec-open-btn a.line b {
    display: none;
    width: 28px;
    height: 28px;
    border: none;
    background-color: #a874e3;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

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

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

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

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

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

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

.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)
}

.clear-transform {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #000
}

.cloud-detail {
    width: 1000px;
    text-align: left;
    position: relative;
    top: 16px
}

@media (min-width:1921px) {
    .cloud-detail {
        width: 1200px
    }
}

@media (max-width:1440px) {
    .cloud-detail {
        width: 900px
    }
}

@media (max-width:1080px) {
    .cloud-detail {
        width: auto
    }
}

@media (max-width:720px) {
    .cloud-detail {
        width: auto
    }
}

@media (min-width:1921px) {
    .cloud-detail {
        top: 20px
    }
}

@media (max-width:1440px) {
    .cloud-detail {
        top: 12px
    }
}

@media (max-width:1080px) {
    .cloud-detail {
        top: 9px
    }
}

@media (max-width:720px) {
    .cloud-detail {
        top: 8px
    }
}

@media (max-width:720px) {
    .cloud-detail {
        text-align: center;
        padding-left: 0
    }
}

.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
}

#vivo-product-wrap {
    overflow: hidden
}

.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.eot?#ie-fixed) format("embedded-opentype"), 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.eot?#ie-fixed) format("embedded-opentype"), 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%
}

@media (max-width:720px) {
    #pd-fly-layer .pd-fly-showbox {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

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

@media (max-width:1180px) {
    #pd-fly-layer .pd-fly-showbox .pd-fly-close {
        text-align: center;
        left: 50%;
        top: -120px
    }
}

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

    #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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#pd-fly-layer .pd-fly-showbox .pd-fly-content video {
    width: 100% !important;
    height: auto !important
}

.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
}

@media (max-width:1000px) {
    .section .title p.intro {
        color: rgba(0, 0, 0, .7)
    }
}

.product-main-content {
    background-color: #fff
}

.stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1.jpg);
    background-size: 456px 304px;
    width: 456px;
    height: 304px;
    left: 50%;
    margin-left: -228px;
    background-position: center;
    background-repeat: no-repeat
}

@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) {
    .stage-showcase .stage-sc-figure .SC-accessories-a {
        background-image: url(../img/vp-parts-img1-x2.jpg)
    }
}

@media (min-width:1921px) {
    .stage-showcase .stage-sc-figure .SC-accessories-a {
        background-image: url(../img/vp-parts-img1-lg.jpg);
        background-size: 600px 400px;
        width: 600px;
        height: 400px;
        margin-left: -300px
    }
}

@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) {
    .stage-showcase .stage-sc-figure .SC-accessories-a {
        background-image: url(../img/vp-parts-img1-lg-x2.jpg)
    }
}

@media (max-width:720px) {
    .stage-showcase .stage-sc-figure .SC-accessories-a {
        background-image: url(../img/vp-parts-img1-mb.jpg);
        background-size: 250px 175px;
        background-position: center;
        background-repeat: no-repeat;
        width: 250px;
        height: 175px;
        left: 50%;
        margin-left: -125px;
        margin-left: -125px !important
    }
}

@media only screen and (max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:720px) and (min-resolution:1.5dppx),
(max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:720px) and (min-resolution:144dpi) {
    .stage-showcase .stage-sc-figure .SC-accessories-a {
        background-image: url(../img/vp-parts-img1-mb-x2.jpg)
    }
}

.stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1.png);
    background-size: 304px 228px;
    width: 304px;
    height: 228px;
    left: 50%;
    margin-left: -152px;
    background-position: center;
    background-repeat: no-repeat
}

@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) {
    .stage-showcase .stage-sc-figure .SC-phone-a {
        background-image: url(../img/vp-products-img1-x2.png)
    }
}

@media (min-width:1921px) {
    .stage-showcase .stage-sc-figure .SC-phone-a {
        background-image: url(../img/vp-products-img1-lg.png);
        background-size: 400px 300px;
        width: 400px;
        height: 300px;
        margin-left: -200px
    }
}

@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) {
    .stage-showcase .stage-sc-figure .SC-phone-a {
        background-image: url(../img/vp-products-img1-lg-x2.png)
    }
}

@media (max-width:720px) {
    .stage-showcase .stage-sc-figure .SC-phone-a {
        background-image: url(../img/vp-products-img1.png);
        background-size: 200px 150px;
        background-position: center;
        background-repeat: no-repeat;
        width: 200px;
        height: 150px;
        left: 50%;
        margin-left: -100px;
        margin-left: -100px !important
    }
}

@media only screen and (max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:720px) and (min-resolution:1.5dppx),
(max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:720px) and (min-resolution:144dpi) {
    .stage-showcase .stage-sc-figure .SC-phone-a {
        background-image: url(../img/vp-products-img1-x2.png)
    }
}

.stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2.png);
    background-size: 304px 228px;
    width: 304px;
    height: 228px;
    left: 50%;
    margin-left: -152px;
    background-position: center;
    background-repeat: no-repeat
}

@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) {
    .stage-showcase .stage-sc-figure .SC-phone-b {
        background-image: url(../img/vp-products-img2-x2.png)
    }
}

@media (min-width:1921px) {
    .stage-showcase .stage-sc-figure .SC-phone-b {
        background-image: url(../img/vp-products-img2-lg.png);
        background-size: 400px 300px;
        width: 400px;
        height: 300px;
        margin-left: -200px
    }
}

@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) {
    .stage-showcase .stage-sc-figure .SC-phone-b {
        background-image: url(../img/vp-products-img2-lg-x2.png)
    }
}

@media (max-width:720px) {
    .stage-showcase .stage-sc-figure .SC-phone-b {
        background-image: url(../img/vp-products-img2.png);
        background-size: 200px 150px;
        background-position: center;
        background-repeat: no-repeat;
        width: 200px;
        height: 150px;
        left: 50%;
        margin-left: -100px;
        margin-left: -100px !important
    }
}

@media only screen and (max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:720px) and (min-resolution:1.5dppx),
(max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:720px) and (min-resolution:144dpi) {
    .stage-showcase .stage-sc-figure .SC-phone-b {
        background-image: url(../img/vp-products-img2-x2.png)
    }
}

.stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1.png);
    background-size: 228px 319px;
    width: 228px;
    height: 319px;
    left: 50%;
    margin-left: -114px;
    background-position: center;
    background-repeat: no-repeat
}

@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) {
    .stage-showcase .stage-sc-figure .SC-protection-a {
        background-image: url(../img/vp-broken-img1-x2.png)
    }
}

@media (min-width:1921px) {
    .stage-showcase .stage-sc-figure .SC-protection-a {
        background-image: url(../img/vp-broken-img1-lg.png);
        background-size: 300px 420px;
        width: 300px;
        height: 420px;
        margin-left: -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) {
    .stage-showcase .stage-sc-figure .SC-protection-a {
        background-image: url(../img/vp-broken-img1-lg-x2.png)
    }
}

@media (max-width:720px) {
    .stage-showcase .stage-sc-figure .SC-protection-a {
        background-image: url(../img/vp-broken-img1.png);
        background-size: 150px 210px;
        background-position: center;
        background-repeat: no-repeat;
        width: 150px;
        height: 210px;
        left: 50%;
        margin-left: -75px;
        margin-left: -75px !important
    }
}

@media only screen and (max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:720px) and (min-resolution:1.5dppx),
(max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:720px) and (min-resolution:144dpi) {
    .stage-showcase .stage-sc-figure .SC-protection-a {
        background-image: url(../img/vp-broken-img1-x2.png)
    }
}

.expand-container-button-buy {
    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-buy {
        bottom: 110px
    }
}

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

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

.expand-container-button-buy.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-buy.ec-botton-close {
        bottom: 80px;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px)
    }
}

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

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

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

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

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

.expand-container-button-buy .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-buy .ec-button-wrapper a {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.expand-container-button-buy .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-buy .ec-button-wrapper a b {
    display: table-cell
}

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

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

.expand-container-button-buy .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: #a874e3;
    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-buy .ec-button-wrapper.ec-open-btn a {
    font-size: 15px
}

.expand-container-button-buy .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-buy .ec-button-wrapper.ec-open-btn a p {
    display: inline-block;
    color: #fff
}

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

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

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

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

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

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

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

.expand-container-button-buy.inline .ec-button-wrapper.ec-open-btn a.line p {
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    color: #a874e3;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 20px
}

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

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

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

.expand-container-button-buy.inline .ec-button-wrapper.ec-open-btn a.line:hover b {
    background-color: #8d4ada
}

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

.expand-container-button-buy.gradient .ec-button-wrapper.ec-open-btn a.line {
    margin: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#95e2f8), to(#a874e3));
    background-image: -webkit-linear-gradient(left, #95e2f8 0, #a874e3 100%);
    background-image: linear-gradient(90deg, #95e2f8 0, #a874e3 100%);
    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-buy.gradient .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-buy.gradient .ec-button-wrapper.ec-open-btn a.line b {
    display: none;
    width: 28px;
    height: 28px;
    border: none;
    background-color: #a874e3;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

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

.expand-container-button-buy.gradient .ec-button-wrapper.ec-open-btn a.line p {
    position: relative;
    z-index: 2;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    color: #000;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 18px
}

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

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

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

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

.linear-gradient {
    display: inline-block;
    background: #8fd7e5;
    background: -webkit-linear-gradient(-45deg, #8fd7e5 0, #bbabed 100%);
    background: -webkit-linear-gradient(315deg, #8fd7e5 0, #bbabed 100%);
    background: linear-gradient(135deg, #8fd7e5 0, #bbabed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.lt9 .linear-gradient {
    background: 0 0
}

.safari .linear-gradient {
    background: 0 0;
    -webkit-text-fill-color: #8aa8f6;
    color: #8fd7e5
}

.linear-gradient-blue {
    display: inline-block;
    color: transparent;
    background: #b3c7fb;
    background: -webkit-linear-gradient(-45deg, #b3c7fb 0, #84afef 50%, #997ce5 100%);
    background: -webkit-linear-gradient(315deg, #b3c7fb 0, #84afef 50%, #997ce5 100%);
    background: linear-gradient(135deg, #b3c7fb 0, #84afef 50%, #997ce5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.linear-gradient-black {
    display: inline-block;
    color: transparent;
    background: #33425c;
    background: -webkit-linear-gradient(-45deg, #33425c 0, #6683ad 100%);
    background: -webkit-linear-gradient(315deg, #33425c 0, #6683ad 100%);
    background: linear-gradient(135deg, #33425c 0, #6683ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ie .linear-gradient-blue {
    background: 0 0 !important;
    -webkit-text-fill-color: #b3c7fb !important;
    color: #b3c7fb !important
}

.ie .linear-gradient-black {
    background: 0 0 !important;
    -webkit-text-fill-color: #33425c !important;
    color: #33425c !important
}

.stage1 p {
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased
}

.stage1 .section {
    width: 100%;
    padding-top: 120px
}

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

@media (max-width:1440px) {
    .stage1 .section {
        padding-top: 100px
    }
}

@media (max-width:1000px) {
    .stage1 .section {
        padding-top: 70px
    }
}

.stage1 .section .title {
    width: 1000px;
    margin: 0 auto
}

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

@media (max-width:1440px) {
    .stage1 .section .title {
        width: 800px
    }
}

@media (max-width:1000px) {
    .stage1 .section .title {
        width: auto
    }
}

.stage1 .section .title .main-title {
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px
}

@media (max-width:1440px) {
    .stage1 .section .title .main-title {
        font-size: 42px;
        /* line-height: 42px */
        line-height: 52px;
    }
}

@media (max-width:1000px) {
    .stage1 .section .title .main-title {
        font-size: 36px;
        line-height: 42px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.stage1 .section .title p.intro {
    margin-bottom: 0;
    color: #a1a1a6;
    font-size: 18px;
    line-height: 28px;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1440px) {
    .stage1 .section .title p.intro {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width:1000px) {
    .stage1 .section .title p.intro {
        font-size: 18px;
        line-height: 24px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.stage1 .section .title .vice-title {
    -webkit-font-smoothing: antialiased;
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    margin-bottom: 6px;
    color: #000;
    font-size: 24px;
    line-height: 32px
}

@media (max-width:1440px) {
    .stage1 .section .title .vice-title {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:1000px) {
    .stage1 .section .title .vice-title {
        font-size: 24px;
        line-height: 30px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.stage1 .section .title .data-items {
    margin-top: 50px
}

@media (max-width:1440px) {
    .stage1 .section .title .data-items {
        margin-top: 10px
    }
}

@media (max-width:1000px) {
    .stage1 .section .title .data-items {
        padding-left: 24px;
        padding-right: 24px
    }
}

.stage1 .section .title .data-items ul li i {
    width: 48px;
    height: 48px
}

@media (max-width:1440px) {
    .stage1 .section .title .data-items ul li i {
        height: 40px;
        width: 40px
    }
}

@media (max-width:1440px) {
    .stage1 .section .title .data-items ul li i img {
        height: 40px
    }
}

.stage1 .section .title .data-items ul li strong {
    font-size: 60px;
    line-height: 60px;
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
}

@media (max-width:1440px) {
    .stage1 .section .title .data-items ul li strong {
        font-size: 45px;
        line-height: 45px
    }
}

@media (max-width:1000px) {
    .stage1 .section .title .data-items ul li strong {
        font-size: 36px;
        line-height: 1.5
    }
}

.stage1 .section .title .data-items ul li strong span {
    font-size: 32px
}

@media (max-width:1000px) {
    .stage1 .section .title .data-items ul li strong span {
        font-size: 20px
    }
}

.stage1 .section .title .data-items ul li p {
    font-size: 14px;
    line-height: 20px;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    color: #86868b;
    margin-top: 10px
}

@media (max-width:1440px) {
    .stage1 .section .title .data-items ul li p {
        font-size: 12px;
        line-height: 18px
    }
}

@media (max-width:1000px) {
    .stage1 .section .title .data-items ul li p {
        font-size: 11px;
        line-height: 1.5;
        margin-top: 0
    }
}

.safari .stage1 .section .title .intro,
.safari .stage1 .section .title .main-title,
.safari .stage1 .section .title .vice-title {
    display: -webkit-inline-box
}

.stage1 .section .open-modal {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 12px 16px;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    font-weight: 400;
    -webkit-transition: color border .5s ease;
    transition: color border .5s ease;
    z-index: 998
}

@media (max-width:1000px) {
    .stage1 .section .open-modal {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 24px
    }
}

@media (max-width:1000px) {
    .stage1 .section .open-modal {
        font-size: 16px
    }
}

.stage1 .section .open-modal:hover {
    -webkit-transition: border color .5s ease;
    transition: border color .5s ease;
    border: 2px solid #415fff !important;
    color: #415fff
}

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

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

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

.stage1 .bg {
    width: 100%;
    height: 78PX;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(29, 29, 31, .72);
    -webkit-backdrop-filter: saturate(180%) blur(20PX);
    backdrop-filter: saturate(180%) blur(20PX)
}

.stage1 .bg.bg::after {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .24)
}

.stage1 .modal-container {
    position: relative;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 640px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 200px
}

@media (min-width:1921px) {
    .stage1 .modal-container {
        margin-top: 300px;
        margin-bottom: 300px
    }
}

@media (max-width:1440px) {
    .stage1 .modal-container {
        width: 540px
    }
}

@media (max-width:1000px) {
    .stage1 .modal-container {
        width: 100%;
        margin-top: 120px;
        margin-bottom: 120px;
        padding-left: 24px;
        padding-right: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

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

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

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

@media (max-width:1000px) {
    .stage1 .modal-container .modal-header svg {
        top: 20px;
        right: 20px;
        width: 24px;
        height: 24px
    }
}

.stage1 .modal-container .modal-section {
    position: relative;
    padding: 85px 0;
    background: #151515;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: saturate(180%) blur(14PX);
    backdrop-filter: saturate(180%) blur(14PX)
}

@media (min-width:1921px) {
    .stage1 .modal-container .modal-section {
        padding: 116px 0 133px 0
    }
}

@media (max-width:1440px) {
    .stage1 .modal-container .modal-section {
        padding: 50px 0
    }
}

@media (max-width:1000px) {
    .stage1 .modal-container .modal-section {
        border-radius: 10px;
        padding: 80px 0 50px 0
    }
}

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

@media (max-width:1000px) {
    .stage1 .modal-container .modal-section .content {
        width: auto;
        padding: 0 36px
    }
}

.stage1 .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: 460px
}

@media (max-width:1440px) {
    .stage1 .modal-container .modal-section .content .title {
        width: 420px
    }
}

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

.stage1 .modal-container .modal-section .content .title svg {
    width: auto;
    height: 40px;
    display: block
}

@media (min-width:1921px) {
    .stage1 .modal-container .modal-section .content .title svg {
        height: 56px
    }
}

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

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

.stage1 .modal-container .modal-section .content .title .description-text {
    text-align: left;
    color: rgba(255, 255, 255, .6)
}

.mb-show {
    display: none
}

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

.mb-hide {
    display: block
}

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

.stage1.dark-mode .title .main-title,
.stage1.dark-mode .title .vice-title {
    color: #fff
}

.stage1.dark-mode .title .data-items ul li strong {
    color: #fff
}

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

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

.start ._tween {
    will-change: transform;
    -webkit-transition: opacity .5s cubic-bezier(.19, 0, .14, 1), -webkit-transform 1s cubic-bezier(.19, 0, .14, 1);
    transition: opacity .5s cubic-bezier(.19, 0, .14, 1), -webkit-transform 1s cubic-bezier(.19, 0, .14, 1);
    transition: transform 1s cubic-bezier(.19, 0, .14, 1), opacity .5s cubic-bezier(.19, 0, .14, 1);
    transition: transform 1s cubic-bezier(.19, 0, .14, 1), opacity .5s cubic-bezier(.19, 0, .14, 1), -webkit-transform 1s cubic-bezier(.19, 0, .14, 1);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.start ._tween._tween_1 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

.start ._tween._tween_2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.start ._tween._tween_3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.start ._tween._tween_4 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

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

.start ._tween._tween_6 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.start ._tween._tween_7 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.start ._tween._tween_8 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.start ._tween._tween_9 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.start ._tween._tween_10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.big-title {
    -webkit-transition: background-color 1s cubic-bezier(.645, .045, .355, 1), color 1s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 1s cubic-bezier(.645, .045, .355, 1), color 1s cubic-bezier(.645, .045, .355, 1);
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    font-size: 96px;
    height: 100vh;
    background-color: transparent;
    color: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1440px) {
    .big-title {
        font-size: 60px;
        line-height: 75px
    }
}

@media (max-width:1000px) {
    .big-title {
        font-size: 48px;
        line-height: 58px
    }
}

.big-title .text {
    width: 970px;
    text-align: center
}

@media (min-width:1921px) {
    .big-title .text {
        width: 970px
    }
}

@media (max-width:1440px) {
    .big-title .text {
        width: 900px
    }
}

@media (max-width:1000px) {
    .big-title .text {
        text-align: left
    }
}

@media (max-width:1000px) {
    .big-title .txt-item {
        padding: 0 24px
    }
}

.safari .big-title .txt-item {
    display: -webkit-inline-box
}

.big-title .intro {
    font-size: 22px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    margin-top: 16px;
    color: #a1a1a6
}

@media (max-width:1440px) {
    .big-title .intro {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1000px) {
    .big-title .intro {
        font-size: 14px;
        line-height: 20px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.safari .big-title .intro {
    display: -webkit-inline-box
}

@media (min-width:1921px) {
    .stage-tips .tip-content .lg-show {
        display: none
    }
}

@media (max-width:767px) {
    .stage-tips .tip-content .lg-show {
        display: none
    }
}

.stage.stage-tips .tip-content h4 {
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
}

.stage.stage-tips .tip-content .case li {
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
}

.tips-stage {
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
}

.tips-stage .tip-content h4 {
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
}

.tips-stage .tip-content ul.case li {
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
}

@-webkit-keyframes arrowAnt_xs {
    0% {
        left: 42.3%
    }

    50% {
        left: 39%
    }

    75% {
        left: 40%
    }

    100% {
        left: 39%
    }
}

@keyframes arrowAnt_xs {
    0% {
        left: 42.3%
    }

    50% {
        left: 39%
    }

    75% {
        left: 40%
    }

    100% {
        left: 39%
    }
}

@-webkit-keyframes arrowAnt {
    0% {
        left: 38.93333vw
    }

    50% {
        left: 34.66667vw
    }

    75% {
        left: 35.73333vw
    }

    100% {
        left: 34.66667vw
    }
}

@keyframes arrowAnt {
    0% {
        left: 38.93333vw
    }

    50% {
        left: 34.66667vw
    }

    75% {
        left: 35.73333vw
    }

    100% {
        left: 34.66667vw
    }
}

.stage .tip-content .case li {
    list-style: decimal;
    margin-left: 20px
}

body,
html {
    overflow: visible
}

footer {
    overflow-x: hidden
}

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

#vivo-product-wrap {
    overflow: visible
}

#vivo-wrap {
    overflow: visible
}

.stage1_sticky {
    overflow: visible
}

.tws2-kv {
    overflow: hidden;
    position: relative
}

.tws2-kv .section {
    padding: 0
}

.tws2-kv .section .title .innertips {
    width: 1070px;
    position: absolute;
    margin-bottom: 0;
    bottom: 50px;
    z-index: 2;
    text-align: right;
    color: #666;
    font-family: HYQH-65S
}

@media (min-width:1921px) {
    .tws2-kv .section .title .innertips {
        width: 1270px
    }
}

@media (max-width:1440px) {
    .tws2-kv .section .title .innertips {
        width: 880px
    }
}

@media (max-width:1000px) {
    .tws2-kv .section .title .innertips {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 24px;
        padding-right: 24px;
        bottom: 20px
    }
}

.tws2-kv .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    height: 980px;
    z-index: 1
}

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

@media (max-width:1440px) {
    .tws2-kv .figure-box {
        width: 1440px;
        height: 800px;
        margin-top: 0
    }
}

@media (max-width:1000px) {
    .tws2-kv .figure-box {
        width: 100vw;
        height: 186.66667vw;
        padding-top: 0;
        padding-bottom: 0
    }
}

.tws2-kv .figure-box .figure {
    position: relative;
    z-index: 1;
    overflow: visible;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1000px) {
    .tws2-kv .figure-box .figure {
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-kv .figure-box .figure figure {
    position: absolute;
    overflow: hidden
}

.tws2-kv .figure-box .figure figure.f1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-image: url(../img/tws2-kv-img1-lg.jpg);
    background-size: 1920px 980px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 980px
}

@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) {
    .tws2-kv .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-kv-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .tws2-kv .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-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) {
    .tws2-kv .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-kv-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .tws2-kv .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-kv-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) {
    .tws2-kv .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-kv-img1-md-x2.jpg)
    }
}

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

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

@media (max-width:1000px) {
    .tws2-kv .figure-box .figure figure.f1 {
        background-size: 100vw 186.66667vw;
        width: 100vw;
        height: 186.66667vw
    }
}

.tws2-kv .figure-box .figure figure.f2 {
    background-image: url(../img/tws2-kv-img2-lg.jpg);
    background-size: 497px 218px;
    background-position: center;
    background-repeat: no-repeat;
    width: 497px;
    height: 218px;
    top: 320px;
    left: 500px
}

@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) {
    .tws2-kv .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-kv-img2-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .tws2-kv .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-kv-img2-xl.png);
        background-size: 560px 222px;
        background-position: center;
        background-repeat: no-repeat;
        width: 560px;
        height: 222px;
        top: 320px;
        left: 740px
    }
}

@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) {
    .tws2-kv .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-kv-img2-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-kv .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-kv-img2-md.jpg);
        background-size: 381px 160px;
        background-position: center;
        background-repeat: no-repeat;
        width: 381px;
        height: 160px;
        top: 170px;
        left: 346px
    }
}

@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) {
    .tws2-kv .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-kv-img2-md-x2.jpg)
    }
}

@media (max-width:1000px) {
    .tws2-kv .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-kv-img2-mb.png);
        background-size: 280px 111px;
        background-position: center;
        background-repeat: no-repeat;
        width: 280px;
        height: 111px
    }
}

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

@media (max-width:1000px) {
    .tws2-kv .figure-box .figure figure.f2 {
        top: 29.33333vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-size: 74.66667vw 29.6vw;
        width: 74.66667vw;
        height: 29.6vw
    }
}

.tws2-kv .figure-box .figure.start .f1 {
    will-change: transform;
    -webkit-transition: -webkit-transform 3s cubic-bezier(0, .35, .68, 1);
    transition: -webkit-transform 3s cubic-bezier(0, .35, .68, 1);
    transition: transform 3s cubic-bezier(0, .35, .68, 1);
    transition: transform 3s cubic-bezier(0, .35, .68, 1), -webkit-transform 3s cubic-bezier(0, .35, .68, 1);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tws2-kv .figure-box .figure .button-group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    margin-top: 570px;
    margin-left: 590px
}

@media (min-width:1921px) {
    .tws2-kv .figure-box .figure .button-group2 {
        margin-left: 819px;
        margin-top: 650px
    }
}

@media (max-width:1440px) {
    .tws2-kv .figure-box .figure .button-group2 {
        margin-left: 380px;
        margin-top: 360px
    }
}

@media (max-width:1000px) {
    .tws2-kv .figure-box .figure .button-group2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 66.66667vw;
        margin-top: 0;
        margin-left: 0
    }
}

.tws2-kv .figure-box .figure .button-group2 .textlink {
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s cubic-bezier(.645, .045, .355, 1);
    transition: border .3s cubic-bezier(.645, .045, .355, 1);
    border: 2px solid #000;
    border-radius: 50px
}

@media (max-width:1000px) {
    .tws2-kv .figure-box .figure .button-group2 .textlink {
        width: 96px;
        height: 42px;
        line-height: 38px
    }
}

@media (max-width:767px) {
    .tws2-kv .figure-box .figure .button-group2 .textlink {
        width: 94px;
        height: 42px;
        line-height: 40px
    }
}

.tws2-kv .figure-box .figure .button-group2 .textlink:hover {
    border: 2px solid #415fff
}

.tws2-kv .figure-box .figure .button-group2 .textlink:hover a p {
    color: #415fff
}

.tws2-kv .figure-box .figure .button-group2 .textlink:hover a p span svg {
    fill: #415fff
}

.tws2-kv .figure-box .figure .button-group2 .textlink:active {
    background: rgba(65, 95, 255, .3);
    border: 2px solid #415fff
}

.tws2-kv .figure-box .figure .button-group2 .textlink:active a p {
    color: #415fff
}

.tws2-kv .figure-box .figure .button-group2 .textlink:active a span svg {
    fill: #415fff
}

.tws2-kv .figure-box .figure .button-group2 .second-button {
    margin-left: 24px
}

@media (min-width:1921px) {
    .tws2-kv .figure-box .figure .button-group2 .second-button {
        margin-left: 34px
    }
}

.tws2-smart {
    height: 400vh;
    background-color: #000;
    position: relative
}

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

.tws2-smart .sticky-box .special {
    z-index: 5;
    position: absolute;
    left: 50%;
    bottom: 420px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1921px) {
    .tws2-smart .sticky-box .special {
        bottom: 462px
    }
}

@media (max-width:1440px) {
    .tws2-smart .sticky-box .special {
        bottom: 218px
    }
}

.tws2-smart .sticky-box .special p.intro {
    font-size: 50px;
    line-height: 46px;
    color: #fff
}

@media (max-width:1440px) {
    .tws2-smart .sticky-box .special p.intro {
        font-size: 42px;
        line-height: 42px
    }
}

.safari .tws2-smart .sticky-box .special p.intro {
    display: -webkit-inline-box
}

.tws2-smart .section {
    z-index: 5;
    padding-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

@media (max-width:1440px) {
    .tws2-smart .section {
        top: 50%
    }
}

@media (min-width:1921px) {
    .tws2-smart .section {
        top: 50%
    }
}

.tws2-smart .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-smart .section .title {
        text-align: left
    }
}

.tws2-smart .section .title p.intro {
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    font-size: 72px;
    line-height: 1.2;
    color: #fff
}

@media (max-width:1440px) {
    .tws2-smart .section .title p.intro {
        font-size: 48px
    }
}

@media (max-width:1000px) {
    .tws2-smart .section .title p.intro {
        font-size: 36px
    }
}

.tws2-smart .section .title p.intro .text-box {
    font-size: 18px
}

@media (max-width:1440px) {
    .tws2-smart .section .title p.intro .text-box {
        font-size: 15px;
        line-height: 22px
    }
}

.safari .tws2-smart .section .title p.intro {
    display: -webkit-inline-box
}

.tws2-smart .section .title a.intro-special {
    margin-top: 160px;
    cursor: pointer;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1921px) {
    .tws2-smart .section .title a.intro-special {
        margin-top: 200px
    }
}

@media (max-width:1440px) {
    .tws2-smart .section .title a.intro-special {
        margin-top: 120px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width:1000px) {
    .tws2-smart .section .title a.intro-special {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.tws2-smart .section .title a.intro-special img {
    vertical-align: middle;
    margin-left: 5px
}

@media (max-width:1000px) {
    .tws2-smart .section .title a.intro-special img {
        width: 18px;
        height: 18px
    }
}

.tws2-smart .section .title a .text-box {
    font-size: 18px;
    vertical-align: middle;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
}

@media (max-width:1440px) {
    .tws2-smart .section .title a .text-box {
        font-size: 16px
    }
}

@media (max-width:1000px) {
    .tws2-smart .section .title a .text-box {
        font-size: 16px
    }
}

.safari .tws2-smart .section .title a .text-box {
    display: -webkit-inline-box
}

.tws2-smart .section .title a b::before {
    display: none
}

@media (max-width:1000px) {
    .tws2-smart .section5 {
        margin-left: 0
    }
}

.tws2-smart .figure-box {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 1920px
}

@media (min-width:1921px) {
    .tws2-smart .figure-box {
        width: 2560px
    }
}

@media (max-width:1440px) {
    .tws2-smart .figure-box {
        width: 1440px
    }
}

@media (max-width:1000px) {
    .tws2-smart .figure-box {
        width: 100%
    }
}

.tws2-smart .figure-box .figure {
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:1000px) {
    .tws2-smart .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-smart-img1-mb.jpg);
        background-size: 375px 812px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 812px
    }
}

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

@media (max-width:1000px) {
    .tws2-smart .figure-box .figure figure.f1 {
        margin-left: 0;
        background-size: 100vw 216.53333vw;
        width: 100vw;
        height: 216.53333vw
    }
}

.tws2-smart .figure-box .figure .mask {
    width: 100%;
    height: 100vh;
    z-index: 3;
    opacity: .3;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tws2-smart .figure-box .figure .video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.tws2-smart .figure-box .figure .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tws2-small-title {
    display: none
}

.tws2-small-title .text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

@media (max-width:1440px) {
    .tws2-small-title .text {
        height: 106px
    }
}

@media (max-width:1000px) {
    .tws2-small-title .text {
        height: 160px
    }
}

.tws2-small-title .text .txt-item {
    font-size: 66px
}

@media (max-width:1000px) {
    .tws2-small-title .text .txt-item {
        font-size: 40px
    }
}

.tws2-small-title.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tws2-small-bgc {
    -webkit-transition: background-color 1s cubic-bezier(.645, .045, .355, 1), color 1s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 1s cubic-bezier(.645, .045, .355, 1), color 1s cubic-bezier(.645, .045, .355, 1);
    background-color: #000;
    color: #fff
}

.tws2-small-box {
    height: 150vh;
    background-color: transparent
}

.tws2-small {
    height: 180vh;
    background-color: #fff
}

@media (max-width:1000px) {
    .tws2-small {
        height: auto
    }
}

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

@media (max-width:1000px) {
    .tws2-small .sticky-box {
        position: relative;
        height: auto
    }
}

.tws2-small .section {
    position: absolute;
    z-index: 1
}

@media (max-width:1000px) {
    .tws2-small .section {
        position: relative
    }
}

.tws2-small .section .title {
    width: 900px;
    text-align: center
}

@media (min-width:1921px) {
    .tws2-small .section .title {
        width: 1000px
    }
}

@media (max-width:1440px) {
    .tws2-small .section .title {
        width: 800px
    }
}

@media (max-width:1000px) {
    .tws2-small .section .title {
        width: auto;
        text-align: left
    }
}

.tws2-small .section .title .intro,
.tws2-small .section .title .main-title {
    width: auto
}

.tws2-small .section .title .data-items {
    margin-top: 40px;
    margin-bottom: 100px
}

@media (min-width:1921px) {
    .tws2-small .section .title .data-items {
        margin-top: 60px;
        margin-bottom: 100px
    }
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items {
        margin-top: 30px;
        margin-bottom: 0
    }
}

.tws2-small .section .title .data-items ul {
    margin: 0 auto;
    width: 1000px
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items ul {
        display: block;
        width: 100%
    }
}

.tws2-small .section .title .data-items ul li {
    width: 49%;
    padding-right: 0;
    margin-bottom: 12px
}

@media (min-width:1921px) {
    .tws2-small .section .title .data-items ul li {
        margin-bottom: 33px
    }
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items ul li {
        width: 49%;
        margin-right: 0;
        padding-top: 0;
        margin-bottom: 15px
    }
}

.tws2-small .section .title .data-items ul li i {
    position: relative;
    vertical-align: middle;
    height: 40px;
    width: auto;
    display: inline-block
}

@media (min-width:1921px) {
    .tws2-small .section .title .data-items ul li i {
        height: 52px
    }
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items ul li i {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 30px
    }
}

.tws2-small .section .title .data-items ul li i img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: auto
}

@media (min-width:1921px) {
    .tws2-small .section .title .data-items ul li i img {
        height: 52px
    }
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items ul li i img {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 30px
    }
}

.tws2-small .section .title .data-items ul li strong {
    vertical-align: middle;
    font-size: 24px;
    line-height: 52px;
    margin-left: 24px
}

@media (min-width:1921px) {
    .tws2-small .section .title .data-items ul li strong {
        font-size: 32px;
        line-height: 50px;
        margin-left: 26px
    }
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items ul li strong {
        margin-left: 0;
        font-size: 15px;
        line-height: 32px;
        display: block
    }
}

.tws2-small .section .title .data-items ul li p {
    display: inline-block;
    font-family: FZLT-HJ;
    font-size: 16px;
    line-height: 52px;
    margin-left: 6px;
    color: rgba(0, 0, 0, .6);
    top: 4px;
    position: relative
}

@media (min-width:1921px) {
    .tws2-small .section .title .data-items ul li p {
        font-size: 21px;
        line-height: 52px;
        margin-left: 10px;
        vertical-align: bottom
    }
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items ul li p {
        line-height: 14px;
        font-size: 12px;
        margin-left: 0;
        top: 0
    }
}

.tws2-small .section .title .data-items.mb-hide {
    display: block
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items.mb-hide {
        display: none
    }
}

.tws2-small .section .title .data-items.mb-show {
    display: none
}

@media (max-width:1000px) {
    .tws2-small .section .title .data-items.mb-show {
        display: block
    }
}

.tws2-small .figure-box {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: center 90%;
    -ms-transform-origin: center 90%;
    transform-origin: center 90%
}

@media (min-width:1921px) {
    .tws2-small .figure-box {
        width: 2560px;
        height: 1330px
    }
}

@media (max-width:1440px) {
    .tws2-small .figure-box {
        width: 1440px;
        height: 650px;
        margin-top: 30px;
        -webkit-transform-origin: center 92%;
        -ms-transform-origin: center 92%;
        transform-origin: center 92%
    }
}

@media (max-width:1000px) {
    .tws2-small .figure-box {
        position: relative;
        width: 87.2vw;
        height: 88.26667vw;
        margin-top: 64px
    }
}

.tws2-small .figure-box .figure {
    position: relative;
    z-index: 1;
    overflow: visible;
    width: 1920px;
    height: 1080px
}

@media (min-width:1921px) {
    .tws2-small .figure-box .figure {
        width: 2560px;
        height: 1330px
    }
}

@media (max-width:1440px) {
    .tws2-small .figure-box .figure {
        width: 1440px;
        height: 800px
    }
}

@media (max-width:1000px) {
    .tws2-small .figure-box .figure {
        width: 87.2vw;
        height: 88.26667vw;
        overflow: hidden
    }
}

.tws2-small .figure-box .figure figure {
    position: absolute
}

@media (max-width:1000px) {
    .tws2-small .figure-box .figure figure {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-small .figure-box .figure figure.f1 {
    background-image: url(../img/tws2-small-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) {
    .tws2-small .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-small-img1-lg-x2.jpg)
    }
}

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

@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) {
    .tws2-small .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-small-img1-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .tws2-small .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-small-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) {
    .tws2-small .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-small-img1-md-x2.jpg)
    }
}

@media (max-width:1000px) {
    .tws2-small .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-small-img1-mb.jpg);
        background-size: 327px 331px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 331px
    }
}

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

@media (max-width:1000px) {
    .tws2-small .figure-box .figure figure.f1 {
        background-size: 87.2vw 88.26667vw;
        width: 87.2vw;
        height: 88.26667vw
    }
}

.tws2-breath {
    background: #fff;
    height: 350vh
}

.tws2-breath .sticky-box {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    overflow: hidden;
    top: 0;
    min-height: 980px
}

@media (max-width:1000px) {
    .tws2-breath .sticky-box {
        min-height: auto
    }
}

.tws2-breath .section {
    position: relative;
    z-index: 2
}

.tws2-breath .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-breath .section .title {
        text-align: left
    }
}

.tws2-breath .tws2-breath-animate-box {
    margin-top: 60px;
    margin-bottom: 120px;
    width: 960px;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1921px) {
    .tws2-breath .tws2-breath-animate-box {
        width: 1200px;
        height: 600px;
        margin-bottom: 160px
    }
}

@media (max-width:1440px) {
    .tws2-breath .tws2-breath-animate-box {
        width: 720px;
        height: 360px;
        margin-top: 50px;
        margin-bottom: 80px
    }
}

@media (max-width:1000px) {
    .tws2-breath .tws2-breath-animate-box {
        width: 420px;
        height: 210px
    }
}

.tws2-breath .tws2-breath-animate-box img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    .tws2-breath .tws2-breath-animate-box img {
        width: 62.93333vw;
        height: 50.93333vw;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.tws2-breath .tws2-breath-animate-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: fill;
    object-fit: fill
}

@media (max-width:1000px) {
    .tws2-breath .tws2-breath-animate-box video {
        position: relative;
        width: 100vw;
        height: 56vw;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.tws2-breath .tws2-breath-animate-box canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
    height: 450px;
    background-size: 900px 450px
}

@media (min-width:1921px) {
    .tws2-breath .tws2-breath-animate-box canvas {
        width: 1200px;
        height: 600px;
        background-size: 1200px 600px
    }
}

@media (max-width:1440px) {
    .tws2-breath .tws2-breath-animate-box canvas {
        width: 600px;
        height: 300px;
        background-size: 600px 300px
    }
}

@media (max-width:1000px) {
    .tws2-breath .tws2-breath-animate-box canvas {
        width: 420px;
        height: 210px;
        background-size: 420px 210px
    }
}

.tws2-deep-title {
    display: none
}

.tws2-deep-title .text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 104px
}

@media (max-width:1000px) {
    .tws2-deep-title .text {
        height: 220px
    }
}

.tws2-deep-title .text .txt-item {
    font-size: 66px
}

@media (max-width:1000px) {
    .tws2-deep-title .text .txt-item {
        font-size: 40px
    }
}

.tws2-deep-title.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tws2-deep-bgc {
    -webkit-transition: background-color 1s cubic-bezier(.645, .045, .355, 1), color 1s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 1s cubic-bezier(.645, .045, .355, 1), color 1s cubic-bezier(.645, .045, .355, 1);
    background-color: #000;
    color: #fff
}

.tws2-deep-box {
    height: 300vh;
    background-color: transparent
}

.tws2-deep {
    height: 300vh;
    background-color: #000
}

@media (max-width:1000px) {
    .tws2-deep {
        position: relative;
        height: auto
    }
}

.tws2-deep .sticky-box {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    overflow: hidden;
    top: 0;
    min-height: 980px
}

@media (max-width:1000px) {
    .tws2-deep .sticky-box {
        min-height: auto;
        height: auto
    }
}

.tws2-deep .section {
    z-index: 9;
    position: relative
}

.tws2-deep .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-deep .section .title {
        text-align: left
    }
}

@media (max-width:1000px) {
    .tws2-deep .section .title .main-title span {
        text-indent: -16px;
        display: inline-block
    }
}

.tws2-deep .tws2-deep-animate-box {
    z-index: 1;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 540px;
    margin-top: -80px
}

@media (max-width:1440px) {
    .tws2-deep .tws2-deep-animate-box {
        margin-top: -100px
    }
}

@media (max-width:1000px) {
    .tws2-deep .tws2-deep-animate-box {
        margin-top: 100px;
        margin-bottom: 100px;
        height: 48.32vw
    }
}

.tws2-deep .tws2-deep-animate-box .animate-before {
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-100%, #000), color-stop(0, #000));
    background-image: -webkit-linear-gradient(left, #000 -100%, #000 0);
    background-image: linear-gradient(90deg, #000 -100%, #000 0);
    width: 100%;
    height: 200%;
    top: 0;
    z-index: 1
}

@media (max-width:1000px) {
    .tws2-deep .tws2-deep-animate-box .animate-before {
        display: none
    }
}

.tws2-deep .tws2-deep-animate-box video {
    position: absolute;
    width: 100vw;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    .tws2-deep .tws2-deep-animate-box video {
        position: relative;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-deep .tws2-deep-animate-box .figure figure {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 154px;
    z-index: 1
}

.tws2-deep .tws2-deep-animate-box .figure figure.f1 {
    background-image: url(../img/tws2-deep-img1-lg.png);
    background-size: 300px 349px;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 349px;
    left: 50%;
    margin-left: -150px
}

@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) {
    .tws2-deep .tws2-deep-animate-box .figure figure.f1 {
        background-image: url(../img/tws2-deep-img1-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-deep .tws2-deep-animate-box .figure figure.f1 {
        background-image: url(../img/tws2-deep-img1-xl.png);
        background-size: 399px 465px;
        background-position: center;
        background-repeat: no-repeat;
        width: 399px;
        height: 465px;
        left: 50%;
        margin-left: -199px;
        margin-top: 190px
    }
}

@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) {
    .tws2-deep .tws2-deep-animate-box .figure figure.f1 {
        background-image: url(../img/tws2-deep-img1-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-deep .tws2-deep-animate-box .figure figure.f1 {
        background-image: url(../img/tws2-deep-img1-md.png);
        background-size: 210px 244px;
        background-position: center;
        background-repeat: no-repeat;
        width: 210px;
        height: 244px;
        left: 50%;
        margin-left: -105px;
        margin-top: 100px
    }
}

@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) {
    .tws2-deep .tws2-deep-animate-box .figure figure.f1 {
        background-image: url(../img/tws2-deep-img1-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-deep .tws2-deep-animate-box .figure figure.f1 {
        background-image: url(../img/tws2-deep-img1-mb.png);
        background-size: 130px 151px;
        background-position: center;
        background-repeat: no-repeat;
        width: 130px;
        height: 151px;
        left: 50%;
        margin-left: -65px
    }
}

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

@media (max-width:1000px) {
    .tws2-deep .tws2-deep-animate-box .figure figure.f1 {
        margin-top: 0;
        background-size: 34.66667vw 40.26667vw;
        width: 34.66667vw;
        height: 40.26667vw
    }
}

@media (max-width:1000px) {
    .tws2-deep .tws2-deep-animate-box .figure figure.f2 {
        background-image: url(../img/tws2-deep-img2-mb.jpg);
        background-size: 375px 265px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 265px;
        left: 50%;
        margin-left: -187px;
        margin-top: 0
    }
}

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

.tws2-denoise {
    background: #000;
    position: relative;
    height: 400vh;
    z-index: 1
}

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

.tws2-denoise .section {
    position: absolute;
    z-index: 9;
    padding-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    .tws2-denoise .section {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 70px
    }
}

.tws2-denoise .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-denoise .section .title {
        text-align: left
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section .title .main-title span {
        text-indent: -16px;
        display: inline-block
    }
}

.tws2-denoise .section .title p.intro {
    color: #fff
}

.tws2-denoise .section .title .data-items {
    margin-top: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1440px) {
    .tws2-denoise .section .title .data-items {
        margin-top: 40px
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section .title .data-items {
        margin-top: 18px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.tws2-denoise .section .title .data-items ul {
    width: 644px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1440px) {
    .tws2-denoise .section .title .data-items ul {
        width: 580px
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section .title .data-items ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: auto
    }
}

.tws2-denoise .section .title .data-items ul li {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0
}

@media (max-width:767px) {
    .tws2-denoise .section .title .data-items ul li {
        width: 45%
    }
}

.tws2-denoise .section .title .data-items ul li strong {
    font-size: 24px;
    line-height: 1;
    color: #fff
}

@media (max-width:1440px) {
    .tws2-denoise .section .title .data-items ul li strong {
        font-size: 16px;
        line-height: 23px
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section .title .data-items ul li strong {
        font-size: 16px;
        line-height: 18px
    }
}

.tws2-denoise .section .title .data-items ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #a1a1a6;
    margin-top: 4px
}

@media (max-width:1440px) {
    .tws2-denoise .section .title .data-items ul li p {
        font-size: 12px;
        line-height: 15px
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section .title .data-items ul li p {
        font-size: 12px;
        line-height: 18px
    }
}

.tws2-denoise .section .title .data-items ul li .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px
}

@media (max-width:1000px) {
    .tws2-denoise .section .title .data-items ul li .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 4px
    }
}

.tws2-denoise .section .title .data-items ul li .items p {
    position: absolute;
    color: #47a9d7;
    font-size: 14px;
    line-height: 1;
    padding: 5px 22px;
    border: 1px solid #47a9d7;
    border-radius: 12px;
    margin-top: 0
}

@media (max-width:1000px) {
    .tws2-denoise .section .title .data-items ul li .items p {
        font-size: 12px;
        padding: 4px 11px
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section .title .data-items ul li:last-child strong {
        margin-top: 30px
    }
}

.tws2-denoise .section2-box {
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    .tws2-denoise .section2-box {
        position: relative;
        margin-top: 40px;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-denoise .modal-section {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.tws2-denoise .modal-section .title {
    text-align: left;
    font-size: 32px;
    color: #fff;
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1000px) {
    .tws2-denoise .modal-section .title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1
    }
}

.tws2-denoise .modal-section .title p.title {
    margin-bottom: 60px
}

@media (max-width:1000px) {
    .tws2-denoise .modal-section .title p.title {
        margin-bottom: 27px
    }
}

.tws2-denoise .modal-section li {
    font-size: 16px;
    color: #a1a1a6;
    line-height: 24px;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1000px) {
    .tws2-denoise .modal-section li {
        font-size: 14px
    }
}

.tws2-denoise .modal-section .line {
    margin: 40px 0;
    width: 460px;
    height: 1px;
    background-color: rgba(161, 161, 166, .3)
}

@media (max-width:1000px) {
    .tws2-denoise .modal-section .line {
        margin: 20px 0 20px 0;
        width: 255px
    }
}

.tws2-denoise .modal-section.dialog-remove {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15)
}

.tws2-denoise .modal-section.dialog-end {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.tws2-denoise .section2 {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative
}

@media (max-width:1000px) {
    .tws2-denoise .section2 {
        padding-top: 70px;
        position: absolute
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section2 .title {
        position: relative
    }
}

.tws2-denoise .section2 .title .main-title {
    font-size: 32px;
    margin-top: 150px;
    margin-bottom: 0
}

@media (max-width:1600px) {
    .tws2-denoise .section2 .title .main-title {
        margin-top: 50px
    }
}

@media (max-width:1440px) {
    .tws2-denoise .section2 .title .main-title {
        font-size: 24px;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width:1440px) {
    .tws2-denoise .section2 .title .open-modal {
        font-size: 12px;
        line-height: 12px;
        padding: 8px;
        border: 1px solid #fff
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section2 .title .open-modal {
        margin-left: 24px;
        padding: 8px 8px 10px 8px;
        position: relative
    }
}

.tws2-denoise .section2 .title .learn-more {
    width: 100px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    margin: 0 auto;
    cursor: pointer
}

.tws2-denoise .section3 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.tws2-denoise .section4 {
    left: 50%;
    top: 44%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media (max-width:1000px) {
    .tws2-denoise .section4 {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 70px
    }
}

.tws2-denoise .section4 .title .main-title {
    font-size: 32px;
    line-height: 46px
}

@media (max-width:1440px) {
    .tws2-denoise .section4 .title .main-title {
        font-size: 20px;
        line-height: 29px
    }
}

@media (max-width:1000px) {
    .tws2-denoise .section4 .title .main-title {
        font-size: 24px;
        line-height: 30px
    }
}

.tws2-denoise .json-content {
    position: relative;
    z-index: 4;
    width: 710px;
    height: 460px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1000px) {
    .tws2-denoise .json-content {
        width: 319.5px;
        height: auto
    }
}

.tws2-denoise .json-content .f1 {
    position: absolute;
    background-image: url(../img/denoise-json-img.png);
    background-size: 710px 460px;
    background-position: center;
    background-repeat: no-repeat;
    width: 710px;
    height: 460px
}

@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) {
    .tws2-denoise .json-content .f1 {
        background-image: url(../img/denoise-json-img-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-denoise .json-content .f1 {
        background-image: url(../img/denoise-json-img-wap.png);
        background-size: 319px 207px;
        background-position: center;
        background-repeat: no-repeat;
        width: 319px;
        height: 207px
    }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
    .tws2-denoise .json-content .f1 {
        background-image: url(../img/denoise-json-img-wap-x2.png)
    }
}

.tws2-denoise .json-content #denoise-json {
    position: absolute;
    width: 100%;
    height: 100%
}

@media (max-width:1000px) {
    .tws2-denoise .json-content #denoise-json {
        top: 0;
        width: 319.5px;
        height: 207px
    }
}

.tws2-denoise .figure-box {
    position: relative;
    height: 100vh;
    width: auto;
    top: 0
}

@media (max-width:1000px) {
    .tws2-denoise .figure-box {
        width: 375px;
        height: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-denoise .figure-box .figure {
    position: absolute;
    width: 100%;
    height: 100%
}

.tws2-denoise .figure-box .figure .tws2-denoise-animate {
    position: relative;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: center
}

@media (max-width:1000px) {
    .tws2-denoise .figure-box .figure .tws2-denoise-animate {
        width: 375px;
        height: 200px
    }
}

.tws2-denoise .mask {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5
}

@media (max-width:1000px) {
    .tws2-denoise .mask {
        display: none
    }
}

.tws2-wear {
    height: 200vh;
    background-color: #000
}

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

.tws2-wear .section {
    z-index: 3;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tws2-wear .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-wear .section .title {
        text-align: left
    }
}

.tws2-wear .tws2-wear-animate-box {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100%
}

.tws2-wear .tws2-wear-animate-box video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    .tws2-wear .tws2-wear-animate-box video {
        position: relative;
        width: 100vw;
        height: 216.53333vw;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.tws2-wear .tws2-wear-animate-box .figure {
    position: relative
}

@media (max-width:1000px) {
    .tws2-wear .tws2-wear-animate-box .figure figure.f1 {
        background-image: url(../img/tws2-wear-img1-mb.jpg);
        background-size: 375px 812px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 812px
    }
}

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

@media (max-width:1000px) {
    .tws2-wear .tws2-wear-animate-box .figure figure.f1 {
        margin-left: 0;
        background-size: 100vw 216.53333vw;
        width: 100vw;
        height: 216.53333vw
    }
}

.tws2-wear .tws2-wear-animate-box .mask {
    width: 100vw;
    height: 100%;
    background-color: #000;
    opacity: .6;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tws2-noise {
    background: #fff;
    position: relative;
    overflow: hidden
}

.tws2-noise .section {
    position: relative;
    z-index: 2
}

@media (max-width:1440px) {
    .tws2-noise .section {
        padding-top: 60px
    }
}

.tws2-noise .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-noise .section .title {
        text-align: left
    }
}

.tws2-noise .section .title .vice-title {
    color: #000
}

.tws2-noise .figure-box {
    position: relative;
    width: 355px;
    height: 445px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 100px 0;
    margin-top: 120px
}

@media (min-width:1921px) {
    .tws2-noise .figure-box {
        width: 452px;
        height: 534px;
        margin-top: 140px
    }
}

@media (max-width:1440px) {
    .tws2-noise .figure-box {
        width: 193px;
        height: 243px;
        margin-top: 120px
    }
}

@media (max-width:1000px) {
    .tws2-noise .figure-box {
        width: 147px;
        height: 185px;
        margin-bottom: 50px
    }
}

.tws2-noise .figure-box .figure {
    position: absolute;
    z-index: 1;
    overflow: visible;
    width: 355px;
    height: 445px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:1921px) {
    .tws2-noise .figure-box .figure {
        width: 452px;
        height: 534px
    }
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure {
        width: 193px;
        height: 243px
    }
}

@media (max-width:1000px) {
    .tws2-noise .figure-box .figure {
        width: 147px;
        height: 185px
    }
}

.tws2-noise .figure-box .figure figure {
    position: absolute
}

@media (max-width:1000px) {
    .tws2-noise .figure-box .figure figure {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-noise .figure-box .figure figure.f1 {
    background-image: url(../img/tws2-noise-img1-lg.png);
    background-size: 355px 445px;
    background-position: center;
    background-repeat: no-repeat;
    width: 355px;
    height: 445px
}

@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) {
    .tws2-noise .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-noise-img1-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-noise .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-noise-img1-xl.png);
        background-size: 452px 534px;
        background-position: center;
        background-repeat: no-repeat;
        width: 452px;
        height: 534px
    }
}

@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) {
    .tws2-noise .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-noise-img1-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-noise-img1-md.png);
        background-size: 193px 243px;
        background-position: center;
        background-repeat: no-repeat;
        width: 193px;
        height: 243px
    }
}

@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) {
    .tws2-noise .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-noise-img1-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-noise .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-noise-img1-mb.png);
        background-size: 147px 185px;
        background-position: center;
        background-repeat: no-repeat;
        width: 147px;
        height: 185px
    }
}

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

.tws2-noise .figure-box .figure figure.f2 {
    background-image: url(../img/tws2-noise-img2-lg.png);
    background-size: 355px 445px;
    background-position: center;
    background-repeat: no-repeat;
    width: 355px;
    height: 445px
}

@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) {
    .tws2-noise .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-noise-img2-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-noise .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-noise-img2-xl.png);
        background-size: 452px 534px;
        background-position: center;
        background-repeat: no-repeat;
        width: 452px;
        height: 534px
    }
}

@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) {
    .tws2-noise .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-noise-img2-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-noise-img2-md.png);
        background-size: 193px 243px;
        background-position: center;
        background-repeat: no-repeat;
        width: 193px;
        height: 243px
    }
}

@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) {
    .tws2-noise .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-noise-img2-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-noise .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-noise-img2-mb.png);
        background-size: 147px 185px;
        background-position: center;
        background-repeat: no-repeat;
        width: 147px;
        height: 185px
    }
}

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

.tws2-noise .figure-box .figure .figure-svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.tws2-noise .figure-box .figure .figure-svg .svg-left {
    position: absolute;
    width: 500px;
    margin-left: 250px;
    margin-top: 100px
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-left {
        margin-left: 136px;
        margin-top: 48px
    }
}

@media (min-width:1921px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-left {
        margin-left: 312px;
        margin-top: 110px
    }
}

.tws2-noise .figure-box .figure .figure-svg .svg-left svg {
    width: 200px
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-left svg {
        width: 116px
    }
}

@media (min-width:1921px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-left svg {
        width: 275px
    }
}

.tws2-noise .figure-box .figure .figure-svg .svg-left p {
    margin-left: 215px;
    padding-top: 4px
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-left p {
        margin-left: 132px;
        font-size: 16px;
        padding-top: 4px
    }
}

@media (min-width:1921px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-left p {
        margin-left: 300px;
        padding-top: 1px
    }
}

.tws2-noise .figure-box .figure .figure-svg .svg-right {
    position: absolute;
    margin-left: -94px;
    margin-top: 112px
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-right {
        margin-left: -52px;
        margin-top: 4px
    }
}

@media (min-width:1921px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-right {
        margin-left: -108px;
        margin-top: 134px
    }
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-right svg {
        width: 170px
    }
}

@media (min-width:1921px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-right svg {
        width: 388px;
        height: 310px
    }
}

.tws2-noise .figure-box .figure .figure-svg .svg-right p {
    margin-left: -286px
}

@media (max-width:1440px) {
    .tws2-noise .figure-box .figure .figure-svg .svg-right p {
        margin-left: -162px;
        font-size: 16px
    }
}

.tws2-noise .figure-box .figure .figure-svg .svg-web-top {
    position: absolute;
    width: 200px;
    top: -50px;
    left: 50px
}

.tws2-noise .figure-box .figure .figure-svg .svg-web-top svg {
    margin-top: 23px;
    margin-left: 55px
}

.tws2-noise .figure-box .figure .figure-svg .svg-web-top p {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: -20px
}

.safari .tws2-noise .figure-box .figure .figure-svg .svg-web-top p {
    display: -webkit-inline-box
}

.tws2-noise .figure-box .figure .figure-svg .svg-web-bottom {
    position: absolute;
    width: 266px;
    top: 80px;
    left: -28px
}

.tws2-noise .figure-box .figure .figure-svg .svg-web-bottom svg {
    margin-top: -33px;
    margin-left: 59px;
    margin-bottom: 20px;
    width: 62px
}

.tws2-noise .figure-box .figure .figure-svg .svg-web-bottom p {
    top: auto;
    bottom: -18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: -46px
}

.tws2-noise .figure-box .figure .figure-svg p {
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1.2
}

@media (max-width:1000px) {
    .tws2-noise .figure-box .figure .figure-svg p {
        font-size: 16px
    }
}

.tws2-hd {
    background: #000;
    position: relative;
    height: 240vh;
    z-index: 9
}

@media (max-width:1000px) {
    .tws2-hd {
        height: auto
    }
}

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

@media (max-width:1000px) {
    .tws2-hd .sticky-box {
        position: relative;
        height: auto;
        overflow: hidden
    }
}

.tws2-hd .section {
    padding-top: 0;
    position: absolute;
    z-index: 5;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1000px) {
    .tws2-hd .section {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.tws2-hd .section .title {
    text-align: center
}

.tws2-hd .section .title p.intro {
    color: #fff
}

.tws2-hd .section .title .innertips {
    margin-top: 16px;
    margin-bottom: 0;
    color: #a1a1a6;
    font-family: HYQH-55S;
    font-size: 16px
}

@media (max-width:1000px) {
    .tws2-hd .section .title .innertips {
        padding-left: 24px;
        padding-right: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px
    }
}

.tws2-hd .section .title .data-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tws2-hd .section .title .data-items ul {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tws2-hd .section .title .data-items ul li {
    padding-right: 0;
    width: 180px
}

@media (max-width:1000px) {
    .tws2-hd .section .title .data-items ul li {
        width: 36%;
        margin-right: 40px;
        text-align: left
    }
}

@media (max-width:1000px) {
    .tws2-hd .section .title .data-items ul li:nth-child(3) {
        width: 45%;
        margin-top: 20px
    }
}

@media (max-width:1000px) {
    .tws2-hd .section .title .data-items ul li img {
        height: 36px;
        width: auto
    }
}

.tws2-hd .section .title .data-items ul li img.mb-show {
    display: none
}

@media (max-width:1000px) {
    .tws2-hd .section .title .data-items ul li img.mb-show {
        display: inline-block
    }
}

.tws2-hd .section .title .data-items ul li img.mb-hide {
    display: inline-block
}

@media (max-width:1000px) {
    .tws2-hd .section .title .data-items ul li img.mb-hide {
        display: none
    }
}

@media (max-width:1000px) {
    .tws2-hd .section .title .data-items ul li strong {
        font-size: 34px;
        line-height: 34px
    }
}

@media (max-width:1000px) {
    .tws2-hd .section .title .data-items ul li strong span {
        font-size: 18px;
        line-height: 34px
    }
}

.tws2-hd .section .title .data-items ul li p {
    color: #fff;
    text-align: left
}

@media (max-width:1000px) {
    .tws2-hd .section .title .data-items ul li p {
        color: #a1a1a6;
        margin-top: 2px
    }
}

@media (max-width:1000px) {
    .tws2-hd .section1 .title {
        text-align: left;
        margin-top: 100px
    }
}

.tws2-hd .modal-section {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.tws2-hd .modal-section .title {
    text-align: left;
    font-size: 32px;
    color: #fff;
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1000px) {
    .tws2-hd .modal-section .title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1
    }
}

.tws2-hd .modal-section .title p.title {
    margin-bottom: 60px
}

@media (max-width:1000px) {
    .tws2-hd .modal-section .title p.title {
        margin-bottom: 27px
    }
}

.tws2-hd .modal-section li {
    font-size: 16px;
    color: #a1a1a6;
    line-height: 24px;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1440px) {
    .tws2-hd .modal-section li {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:1000px) {
    .tws2-hd .modal-section li {
        font-size: 14px
    }
}

.tws2-hd .modal-section .line {
    margin: 40px 0;
    width: 460px;
    height: 1px;
    background-color: rgba(161, 161, 166, .3)
}

@media (max-width:1440px) {
    .tws2-hd .modal-section .line {
        width: 420px;
        margin: 30px 0
    }
}

@media (max-width:1000px) {
    .tws2-hd .modal-section .line {
        margin: 20px 0 20px 0;
        width: 255px
    }
}

.tws2-hd .modal-section.dialog-remove {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15)
}

.tws2-hd .modal-section.dialog-end {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.tws2-hd .section2 {
    opacity: 0
}

@media (max-width:1000px) {
    .tws2-hd .section2 {
        opacity: 1
    }
}

@media (max-width:1000px) {
    .tws2-hd .section2 .title {
        margin-top: 40px;
        text-align: left
    }
}

.tws2-hd .section2 .title .main-title {
    font-size: 32px;
    margin-top: 70px;
    margin-bottom: 0;
    line-height: 42px
}

@media (max-width:1000px) {
    .tws2-hd .section2 .title .main-title {
        font-size: 24px;
        line-height: 30px
    }
}

.tws2-hd .section2 .title .data-items ul li img {
    display: inline-block
}

@media (max-width:1440px) {
    .tws2-hd .section2 .title .open-modal {
        font-size: 12px;
        line-height: 24px;
        padding: 6px 16px;
        border: 1px solid #fff
    }
}

@media (max-width:1000px) {
    .tws2-hd .section2 .title .open-modal {
        position: relative;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        line-height: 12px;
        margin-left: 24px;
        margin-bottom: 45px;
        padding: 8px 8px 10px 8px
    }
}

.tws2-hd .section2 .title .learn-more {
    width: 100px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    margin: 0 auto;
    cursor: pointer
}

.tws2-hd .tws2-hd-animate-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%
}

@media (max-width:1000px) {
    .tws2-hd .tws2-hd-animate-box {
        width: 100vw;
        height: 812px;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-hd .tws2-hd-animate-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

.tws2-hd .tws2-hd-animate-box img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tws2-hd .tws2-hd-animate-box.start {
    -webkit-transition: width 1s cubic-bezier(.645, .045, .355, 1), height 1s cubic-bezier(.645, .045, .355, 1), border-radius 1s cubic-bezier(.645, .045, .355, 1);
    transition: width 1s cubic-bezier(.645, .045, .355, 1), height 1s cubic-bezier(.645, .045, .355, 1), border-radius 1s cubic-bezier(.645, .045, .355, 1);
    width: 98vw;
    height: 1049px;
    border-radius: 50px
}

@media (min-width:1921px) {
    .tws2-hd .tws2-hd-animate-box.start {
        height: 1380px
    }
}

@media (max-width:1440px) {
    .tws2-hd .tws2-hd-animate-box.start {
        height: 828px
    }
}

@media (max-width:1080px) {
    .tws2-hd .tws2-hd-animate-box.start {
        height: 580px
    }
}

@media (max-width:720px) {
    .tws2-hd .tws2-hd-animate-box.start {
        height: 552px
    }
}

.tws2-hd .mask {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    opacity: .8
}

@media (max-width:1000px) {
    .tws2-hd .mask {
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-ears-title {
    display: none
}

.tws2-ears-title .text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 104px;
    width: 1020px
}

@media (max-width:1440px) {
    .tws2-ears-title .text {
        width: 900px
    }
}

@media (max-width:1000px) {
    .tws2-ears-title .text {
        width: auto;
        height: 160px
    }
}

.tws2-ears-title .text .txt-item {
    font-size: 66px
}

@media (max-width:1000px) {
    .tws2-ears-title .text .txt-item {
        font-size: 38px
    }
}

.tws2-ears-title.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tws2-ears-bgc {
    -webkit-transition: background-color 1s cubic-bezier(.645, .045, .355, 1), color 1s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 1s cubic-bezier(.645, .045, .355, 1), color 1s cubic-bezier(.645, .045, .355, 1);
    background-color: #000;
    color: #fff
}

.tws2-ears-box {
    height: 300vh;
    background-color: transparent
}

.tws2-ears {
    background: #000;
    position: relative;
    overflow: hidden
}

.tws2-ears .section {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    padding-top: 0
}

@media (max-width:1000px) {
    .tws2-ears .section {
        top: 45%
    }
}

.tws2-ears .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-ears .section .title {
        text-align: left
    }
}

.tws2-ears .section .title .main-title,
.tws2-ears .section .title .vice-title {
    color: #fff
}

.tws2-ears .section .title .f2-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 140px;
    height: 90px;
    z-index: 3;
    margin-top: 100px
}

@media (max-width:1440px) {
    .tws2-ears .section .title .f2-box {
        margin-top: 50px;
        height: 55px
    }
}

@media (max-width:1000px) {
    .tws2-ears .section .title .f2-box {
        width: 85px;
        height: 51px;
        left: 24px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.tws2-ears .section .title .f2-box .intro-special {
    padding-top: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff
}

@media (max-width:1440px) {
    .tws2-ears .section .title .f2-box .intro-special {
        padding-top: 80px
    }
}

@media (max-width:1000px) {
    .tws2-ears .section .title .f2-box .intro-special {
        font-size: 14px;
        line-height: 19px;
        padding-top: 70px;
        width: 50vw;
        display: inline-block
    }
}

.tws2-ears .section .title .f2-box .intro-special img {
    margin-left: 5px;
    vertical-align: middle
}

@media (max-width:1000px) {
    .tws2-ears .section .title .f2-box .intro-special img {
        width: 16px;
        height: 16px;
        margin-left: 3px
    }
}

.tws2-ears .section .title .f2-box .intro-special .text-box {
    font-size: 18px;
    vertical-align: middle
}

@media (max-width:1440px) {
    .tws2-ears .section .title .f2-box .intro-special .text-box {
        font-size: 16px
    }
}

@media (max-width:1000px) {
    .tws2-ears .section .title .f2-box .intro-special .text-box {
        font-size: 16px
    }
}

.tws2-ears .section .title .f2-box .intro-special b::before {
    display: none
}

.tws2-ears .section .title .f2-box .f2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/tws2-ears-img2-lg.png);
    background-size: 140px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    height: 90px
}

@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) {
    .tws2-ears .section .title .f2-box .f2 {
        background-image: url(../img/tws2-ears-img2-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-ears .section .title .f2-box .f2 {
        background-image: url(../img/tws2-ears-img2-lg.png);
        background-size: 140px 90px;
        background-position: center;
        background-repeat: no-repeat;
        width: 140px;
        height: 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) {
    .tws2-ears .section .title .f2-box .f2 {
        background-image: url(../img/tws2-ears-img2-lg-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-ears .section .title .f2-box .f2 {
        background-image: url(../img/tws2-ears-img2-md.png);
        background-size: 86px 55px;
        background-position: center;
        background-repeat: no-repeat;
        width: 86px;
        height: 55px
    }
}

@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) {
    .tws2-ears .section .title .f2-box .f2 {
        background-image: url(../img/tws2-ears-img2-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-ears .section .title .f2-box .f2 {
        background-image: url(../img/tws2-ears-img2-mb.png);
        background-size: 79px 51px;
        background-position: center;
        background-repeat: no-repeat;
        width: 79px;
        height: 51px
    }
}

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

@media (max-width:1000px) {
    .tws2-ears .section .title .f2-box .f2 {
        background-size: 21.06667vw 13.6vw;
        width: 21.06667vw;
        height: 13.6vw
    }
}

.tws2-ears .figure-box {
    position: relative;
    width: 100%;
    height: 1080px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1921px) {
    .tws2-ears .figure-box {
        width: 100%;
        height: 1300px
    }
}

@media (max-width:1440px) {
    .tws2-ears .figure-box {
        width: 100%;
        height: 650px
    }
}

@media (max-width:1000px) {
    .tws2-ears .figure-box {
        width: 100vw;
        height: 225.33333vw
    }
}

.tws2-ears .figure-box.figure-box1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    background-image: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .2) 75%, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, .2)), to(black));
    background-image: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .2) 75%, #000 100%)
}

.tws2-ears .figure-box .figure {
    position: absolute;
    z-index: 1;
    overflow: visible;
    width: 100%;
    height: 1080px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:1921px) {
    .tws2-ears .figure-box .figure {
        width: 100%;
        height: 1300px
    }
}

@media (max-width:1440px) {
    .tws2-ears .figure-box .figure {
        width: 100%;
        height: 650px
    }
}

@media (max-width:1000px) {
    .tws2-ears .figure-box .figure {
        width: 100vw;
        height: 216.53333vw
    }
}

.tws2-ears .figure-box .figure .video {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.tws2-ears .figure-box .figure .video video {
    width: 100%;
    background-size: cover;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

@media (max-width:1000px) {
    .tws2-ears .figure-box .figure .video video {
        width: 100vw;
        height: 216.53333vw
    }
}

.tws2-ears .figure-box .figure figure {
    position: absolute
}

@media (max-width:1000px) {
    .tws2-ears .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-ears-img1-mb.jpg);
        background-size: 375px 812px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 812px
    }
}

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

@media (max-width:1000px) {
    .tws2-ears .figure-box .figure figure.f1 {
        background-size: 100vw 216.53333vw;
        width: 100vw;
        height: 216.53333vw
    }
}

.tws2-ears .figure-box .figure figure.f2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/tws2-ears-img2-lg.png);
    background-size: 140px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    height: 90px
}

@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) {
    .tws2-ears .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-ears-img2-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-ears .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-ears-img2-lg.png);
        background-size: 140px 90px;
        background-position: center;
        background-repeat: no-repeat;
        width: 140px;
        height: 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) {
    .tws2-ears .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-ears-img2-lg-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-ears .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-ears-img2-md.png);
        background-size: 86px 55px;
        background-position: center;
        background-repeat: no-repeat;
        width: 86px;
        height: 55px
    }
}

@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) {
    .tws2-ears .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-ears-img2-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-ears .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-ears-img2-mb.png);
        background-size: 79px 51px;
        background-position: center;
        background-repeat: no-repeat;
        width: 79px;
        height: 51px
    }
}

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

@media (max-width:1000px) {
    .tws2-ears .figure-box .figure figure.f2 {
        background-size: 21.06667vw 13.6vw;
        width: 21.06667vw;
        height: 13.6vw
    }
}

.tws2-ears .figure-box .figure .mask {
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .6;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tws2-ears .figure-box.figure-box2 {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.tws2-dream {
    background: #fff;
    height: 300vh;
    overflow: inherit
}

@media (max-width:1000px) {
    .tws2-dream {
        height: auto;
        overflow: hidden
    }
}

.tws2-dream .sticky-box {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    overflow: hidden;
    top: 0;
    background-color: #fff
}

@media (max-width:1000px) {
    .tws2-dream .sticky-box {
        position: relative;
        height: auto;
        overflow: hidden
    }
}

.tws2-dream .section {
    position: relative;
    z-index: 2;
    top: 10%
}

@media (max-width:1000px) {
    .tws2-dream .section {
        top: 0
    }
}

.tws2-dream .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-dream .section .title {
        text-align: left
    }
}

.tws2-dream .figure-box {
    position: absolute;
    width: 1116px;
    height: 774px;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%
}

@media (min-width:1921px) {
    .tws2-dream .figure-box {
        width: 1240px;
        height: 860px
    }
}

@media (max-width:1440px) {
    .tws2-dream .figure-box {
        width: 744px;
        height: 516px
    }
}

@media (max-width:1000px) {
    .tws2-dream .figure-box {
        position: relative;
        width: 434px;
        height: 301px;
        margin-top: 150px;
        margin-bottom: 150px;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tws2-dream .figure-box .figure canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1116px;
    height: 774px;
    background-size: 1116px 774px
}

@media (min-width:1921px) {
    .tws2-dream .figure-box .figure canvas {
        width: 1240px;
        height: 860px;
        background-size: 1240px 860px
    }
}

@media (max-width:1440px) {
    .tws2-dream .figure-box .figure canvas {
        width: 744px;
        height: 516px;
        background-size: 744px 516px
    }
}

@media (max-width:1000px) {
    .tws2-dream .figure-box .figure canvas {
        width: 434px;
        height: 301px;
        background-size: 434px 301px
    }
}

.tws2-dream .figure-box .figure .line-box {
    position: absolute;
    width: 100%;
    height: 100%
}

.tws2-dream .figure-box .figure .line-box .box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36%
}

@media (max-width:1440px) {
    .tws2-dream .figure-box .figure .line-box .box {
        width: 50%
    }
}

.tws2-dream .figure-box .figure .line-box .box .txt {
    text-align: left;
    margin-left: 40px
}

.tws2-dream .figure-box .figure .line-box .box .txt .p1 {
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 38px
}

@media (max-width:1440px) {
    .tws2-dream .figure-box .figure .line-box .box .txt .p1 {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:1000px) {
    .tws2-dream .figure-box .figure .line-box .box .txt .p1 {
        line-height: 22px
    }
}

.tws2-dream .figure-box .figure .line-box .box .txt .p2 {
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 24px;
    color: #a1a1a6
}

@media (max-width:1440px) {
    .tws2-dream .figure-box .figure .line-box .box .txt .p2 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px
    }
}

.tws2-dream .figure-box .figure .line-box .box .line {
    position: relative;
    width: 1px;
    background-color: #a1a1a6;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tws2-dream .figure-box .figure .line-box .box .line.line1 {
    height: 110px;
    margin-top: 20px
}

@media (min-width:1921px) {
    .tws2-dream .figure-box .figure .line-box .box .line.line1 {
        height: 216px
    }
}

@media (max-width:1600px) {
    .tws2-dream .figure-box .figure .line-box .box .line.line1 {
        height: 70px
    }
}

@media (max-width:1440px) {
    .tws2-dream .figure-box .figure .line-box .box .line.line1 {
        height: 90px
    }
}

@media (max-width:1000px) {
    .tws2-dream .figure-box .figure .line-box .box .line.line1 {
        height: 60px
    }
}

.tws2-dream .figure-box .figure .line-box .box .line.line2 {
    height: 160px;
    margin-bottom: 20px
}

@media (min-width:1921px) {
    .tws2-dream .figure-box .figure .line-box .box .line.line2 {
        height: 145px
    }
}

@media (max-width:1440px) {
    .tws2-dream .figure-box .figure .line-box .box .line.line2 {
        height: 120px
    }
}

@media (max-width:1000px) {
    .tws2-dream .figure-box .figure .line-box .box .line.line2 {
        height: 102px
    }
}

.tws2-dream .figure-box .figure .line-box .box.box1 {
    bottom: 580px;
    margin-left: 88px
}

@media (min-width:1921px) {
    .tws2-dream .figure-box .figure .line-box .box.box1 {
        bottom: 644px;
        margin-left: 100px
    }
}

@media (max-width:1600px) {
    .tws2-dream .figure-box .figure .line-box .box.box1 {
        bottom: 560px;
        margin-left: 88px
    }
}

@media (max-width:1440px) {
    .tws2-dream .figure-box .figure .line-box .box.box1 {
        bottom: 386px;
        margin-left: 56px
    }
}

@media (max-width:1000px) {
    .tws2-dream .figure-box .figure .line-box .box.box1 {
        bottom: 224px;
        margin-left: 32px;
        width: 55%
    }
}

.tws2-dream .figure-box .figure .line-box .box.box2 {
    top: 454px;
    margin-left: 44px
}

@media (min-width:1921px) {
    .tws2-dream .figure-box .figure .line-box .box.box2 {
        top: 504px;
        margin-left: 48px
    }
}

@media (max-width:1440px) {
    .tws2-dream .figure-box .figure .line-box .box.box2 {
        top: 294px;
        margin-left: 24px
    }
}

@media (max-width:1000px) {
    .tws2-dream .figure-box .figure .line-box .box.box2 {
        top: 177px;
        margin-left: 14px;
        width: 55%
    }
}

.tws2-deepx {
    background: #fff;
    position: relative;
    overflow: hidden
}

.tws2-deepx .section {
    position: absolute;
    z-index: 9
}

.tws2-deepx .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-deepx .section .title {
        text-align: left
    }
}

.tws2-deepx .section .title .intro,
.tws2-deepx .section .title .main-title {
    width: auto
}

.tws2-deepx .section .title p.intro {
    color: rgba(0, 0, 0, .7)
}

.tws2-deepx .figure-box {
    position: relative;
    width: 1920px;
    height: 1330px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1921px) {
    .tws2-deepx .figure-box {
        width: 2560px;
        height: 1523px
    }
}

@media (max-width:1440px) {
    .tws2-deepx .figure-box {
        width: 1440px;
        height: 1094px
    }
}

@media (max-width:1000px) {
    .tws2-deepx .figure-box {
        width: 100vw;
        height: 227.73333vw
    }
}

.tws2-deepx .figure-box .figure {
    position: relative;
    z-index: 1;
    overflow: visible;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tws2-deepx .figure-box .figure span {
    position: absolute;
    top: 0;
    font-size: 16px
}

.tws2-deepx .figure-box .figure .txt {
    position: absolute;
    text-align: center;
    padding: 24px 32px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media (max-width:1440px) {
    .tws2-deepx .figure-box .figure .txt {
        padding: 20px 20px 0
    }
}

@media (max-width:720px) {
    .tws2-deepx .figure-box .figure .txt {
        padding: 12px 10px 0;
        text-align: left
    }
}

.tws2-deepx .figure-box .figure .txt .txt-title {
    font-size: 24px;
    line-height: 1.3;
    font-family: vivotypeEN-Bold,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    color: #fff;
    margin-bottom: 8px
}

@media (max-width:1440px) {
    .tws2-deepx .figure-box .figure .txt .txt-title {
        font-size: 18px
    }
}

@media (max-width:720px) {
    .tws2-deepx .figure-box .figure .txt .txt-title {
        font-size: 12px
    }
}

.tws2-deepx .figure-box .figure .txt .txt-intro {
    font-size: 12px;
    line-height: 1.3;
    font-family: vivotypeEN-Medium,Microsoft YaHei,PingFang SC,Open Sans,Arial,Hiragino Sans GB,SimSun,sans-serif;
    color: rgba(255, 255, 255, .6)
}

@media (max-width:720px) {
    .tws2-deepx .figure-box .figure .txt .txt-intro {
        font-size: 8px
    }
}

.tws2-deepx .figure-box .figure figure {
    position: relative
}

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

@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) {
    .tws2-deepx .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-deepx-img1-lg-x2.jpg)
    }
}

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

@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) {
    .tws2-deepx .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-deepx-img1-xl-x2.jpg)
    }
}

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

@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) {
    .tws2-deepx .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-deepx-img1-md-x2.jpg)
    }
}

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-deepx-img1-mb.jpg);
        background-size: 375px 854px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 854px;
        left: 50%;
        margin-left: -187px
    }
}

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

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure figure.f1 {
        position: absolute;
        left: 50%;
        margin-left: -50%;
        background-size: 100vw 227.73333vw;
        width: 100vw;
        height: 227.73333vw
    }
}

.tws2-deepx .figure-box .figure figure.f2 {
    background-image: url(../img/tws2-deepx-img2-lg.png);
    background-size: 310px 246px;
    background-position: center;
    background-repeat: no-repeat;
    width: 310px;
    height: 246px
}

@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) {
    .tws2-deepx .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-deepx-img2-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-deepx .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-deepx-img2-lg.png);
        background-size: 310px 246px;
        background-position: center;
        background-repeat: no-repeat;
        width: 310px;
        height: 246px
    }
}

@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) {
    .tws2-deepx .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-deepx-img2-lg-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-deepx .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-deepx-img2-md.png);
        background-size: 248px 200px;
        background-position: center;
        background-repeat: no-repeat;
        width: 248px;
        height: 200px
    }
}

@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) {
    .tws2-deepx .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-deepx-img2-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-deepx-img2-mb.png);
        background-size: 118px 123px;
        background-position: center;
        background-repeat: no-repeat;
        width: 118px;
        height: 123px
    }
}

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

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure figure.f2 {
        background-size: 31.46667vw 32.8vw;
        width: 31.46667vw;
        height: 32.8vw
    }
}

.tws2-deepx .figure-box .figure figure.f3 {
    background-image: url(../img/tws2-deepx-img3-lg.png);
    background-size: 310px 246px;
    background-position: center;
    background-repeat: no-repeat;
    width: 310px;
    height: 246px
}

@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) {
    .tws2-deepx .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-deepx-img3-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-deepx .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-deepx-img3-lg.png);
        background-size: 310px 246px;
        background-position: center;
        background-repeat: no-repeat;
        width: 310px;
        height: 246px
    }
}

@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) {
    .tws2-deepx .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-deepx-img3-lg-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-deepx .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-deepx-img3-md.png);
        background-size: 248px 200px;
        background-position: center;
        background-repeat: no-repeat;
        width: 248px;
        height: 200px
    }
}

@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) {
    .tws2-deepx .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-deepx-img3-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-deepx-img3-mb.png);
        background-size: 118px 123px;
        background-position: center;
        background-repeat: no-repeat;
        width: 118px;
        height: 123px
    }
}

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

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure figure.f3 {
        background-size: 31.46667vw 32.8vw;
        width: 31.46667vw;
        height: 32.8vw
    }
}

.tws2-deepx .figure-box .figure figure.f4 {
    background-image: url(../img/tws2-deepx-img4-lg.png);
    background-size: 310px 246px;
    background-position: center;
    background-repeat: no-repeat;
    width: 310px;
    height: 246px
}

@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) {
    .tws2-deepx .figure-box .figure figure.f4 {
        background-image: url(../img/tws2-deepx-img4-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-deepx .figure-box .figure figure.f4 {
        background-image: url(../img/tws2-deepx-img4-lg.png);
        background-size: 310px 246px;
        background-position: center;
        background-repeat: no-repeat;
        width: 310px;
        height: 246px
    }
}

@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) {
    .tws2-deepx .figure-box .figure figure.f4 {
        background-image: url(../img/tws2-deepx-img4-lg-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-deepx .figure-box .figure figure.f4 {
        background-image: url(../img/tws2-deepx-img4-md.png);
        background-size: 248px 200px;
        background-position: center;
        background-repeat: no-repeat;
        width: 248px;
        height: 200px
    }
}

@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) {
    .tws2-deepx .figure-box .figure figure.f4 {
        background-image: url(../img/tws2-deepx-img4-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure figure.f4 {
        background-image: url(../img/tws2-deepx-img4-mb.png);
        background-size: 118px 123px;
        background-position: center;
        background-repeat: no-repeat;
        width: 118px;
        height: 123px
    }
}

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

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure figure.f4 {
        background-size: 31.46667vw 32.8vw;
        width: 31.46667vw;
        height: 32.8vw
    }
}

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure .f1-box {
        position: relative;
        width: 100vw;
        height: 227.73333vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        overflow: hidden
    }
}

.tws2-deepx .figure-box .figure .f2-box {
    position: absolute;
    width: 1010px;
    height: 224px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1440px) {
    .tws2-deepx .figure-box .figure .f2-box {
        height: 200px;
        width: 800px
    }
}

@media (max-width:1000px) {
    .tws2-deepx .figure-box .figure .f2-box {
        width: 97.6vw;
        height: 32.8vw
    }
}

.tws2-long-title {
    display: none
}

.tws2-long-title .text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 1020px
}

@media (max-width:1440px) {
    .tws2-long-title .text {
        height: 100px;
        width: 900px
    }
}

@media (max-width:1000px) {
    .tws2-long-title .text {
        width: auto;
        height: 160px
    }
}

.tws2-long-title .text .txt-item {
    font-size: 66px
}

@media (max-width:1000px) {
    .tws2-long-title .text .txt-item {
        font-size: 40px
    }
}

.tws2-long-title.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tws2-long-box {
    height: 150vh;
    background-color: transparent
}

.tws2-long {
    height: 200vh;
    overflow: inherit
}

@media (max-width:1000px) {
    .tws2-long {
        height: auto
    }
}

.tws2-long .sticky-box {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    overflow: hidden;
    top: 0;
    background-color: #fff
}

@media (max-width:1000px) {
    .tws2-long .sticky-box {
        position: relative;
        height: auto;
        overflow: hidden
    }
}

.tws2-long .box1 {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 595px 595px
}

@media (max-width:1000px) {
    .tws2-long .box1 {
        top: initial;
        left: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.tws2-long .section {
    position: absolute;
    z-index: 10;
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1000px) {
    .tws2-long .section {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0
    }
}

.tws2-long .section .title {
    padding-left: 614px
}

@media (min-width:1921px) {
    .tws2-long .section .title {
        padding-left: 614px
    }
}

@media (max-width:1440px) {
    .tws2-long .section .title {
        padding-left: 400px
    }
}

@media (max-width:1000px) {
    .tws2-long .section .title {
        padding-left: 0;
        margin: 0;
        text-align: left
    }
}

.tws2-long .section .title p.intro {
    width: auto
}

@media (max-width:1000px) {
    .tws2-long .section .title p.intro {
        width: auto
    }
}

.tws2-long .section .title .data-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1000px) {
    .tws2-long .section .title .data-items {
        margin-top: 30px
    }
}

.tws2-long .section .title .data-items ul {
    width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: left
}

@media (max-width:1440px) {
    .tws2-long .section .title .data-items ul {
        width: 550px
    }
}

@media (max-width:1000px) {
    .tws2-long .section .title .data-items ul {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.tws2-long .section .title .data-items ul li {
    margin-bottom: 61px;
    padding-right: 0;
    width: 60%
}

@media (max-width:1440px) {
    .tws2-long .section .title .data-items ul li {
        width: 100%
    }
}

@media (max-width:1000px) {
    .tws2-long .section .title .data-items ul li {
        margin-top: 0;
        width: 40%;
        text-align: left;
        margin-bottom: 0
    }
}

@media (max-width:1000px) {
    .tws2-long .section .title .data-items ul li strong {
        font-size: 36px;
        line-height: 36px
    }
}

@media (max-width:1000px) {
    .tws2-long .section .title .data-items ul li strong span {
        font-size: 14px
    }
}

.tws2-long .section .title .data-items ul li i {
    margin-bottom: 17px
}

@media (max-width:1000px) {
    .tws2-long .section .title .data-items ul li:last-child {
        width: 60%;
        margin-top: 20px
    }
}

.tws2-long .section1 {
    margin-top: 100px
}

@media (max-width:1000px) {
    .tws2-long .section1 {
        margin-top: 0
    }
}

.tws2-long .section1 .title {
    width: 450px
}

@media (max-width:1440px) {
    .tws2-long .section1 .title {
        width: 300px
    }
}

@media (max-width:1000px) {
    .tws2-long .section1 .title {
        width: auto;
        margin-top: 0;
        padding-top: 50px
    }
}

.tws2-long .section2 .title {
    width: 23%
}

@media (max-width:1000px) {
    .tws2-long .section2 .title {
        width: 100%
    }
}

.tws2-long .figure-box {
    z-index: -1;
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    .tws2-long .figure-box {
        position: relative;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 57.6vw;
        height: 83.73333vw;
        z-index: 1;
        margin-top: 100px;
        margin-bottom: 20px
    }
}

.tws2-long .figure-box .figure {
    position: relative;
    left: 0;
    top: 0
}

.tws2-long .figure-box .figure figure {
    position: absolute;
    left: 0;
    top: 0
}

.tws2-long .figure-box .figure canvas {
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 595px 595px
}

@media (min-width:1921px) {
    .tws2-long .figure-box .figure canvas {
        background-size: 700px 700px
    }
}

@media (max-width:1440px) {
    .tws2-long .figure-box .figure canvas {
        background-size: 560px 560px
    }
}

@media (max-width:1000px) {
    .tws2-long .figure-box .figure canvas {
        background-size: 350px 350px;
        left: 50%;
        top: -64px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 350px;
        height: 350px
    }
}

.tws2-connect {
    background: #000;
    position: relative;
    overflow: hidden
}

.tws2-connect .section {
    position: absolute;
    z-index: 2
}

.tws2-connect .section .title {
    text-align: center;
    color: #fff
}

@media (max-width:1000px) {
    .tws2-connect .section .title {
        text-align: left
    }
}

.tws2-connect .section .title .vice-title {
    color: #fff
}

.android .tws2-connect .section {
    position: absolute
}

.tws2-connect .tws2-connect-animate-box {
    width: 100%;
    height: 100%;
    margin-top: 200px;
    position: relative
}

@media (max-width:1440px) {
    .tws2-connect .tws2-connect-animate-box {
        margin-top: 100px
    }
}

@media (max-width:1000px) {
    .tws2-connect .tws2-connect-animate-box {
        margin-top: 20px
    }
}

.tws2-connect .tws2-connect-animate-box img {
    position: relative
}

@media (max-width:1000px) {
    .tws2-connect .tws2-connect-animate-box img {
        width: 100vw;
        height: 228.26667vw;
        bottom: 0;
        position: absolute
    }
}

.tws2-connect .tws2-connect-animate-box .video {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%
}

.tws2-connect .tws2-connect-animate-box .video video {
    width: 100%;
    background-size: cover;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.android .tws2-connect .tws2-connect-animate-box {
    margin-top: 0
}

.tws2-connect .figure-box {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    height: 1150px;
    z-index: 1
}

@media (min-width:1921px) {
    .tws2-connect .figure-box {
        width: 2560px;
        height: 1400px
    }
}

@media (max-width:1440px) {
    .tws2-connect .figure-box {
        width: 1440px;
        height: 900px;
        margin-top: 0
    }
}

@media (max-width:1000px) {
    .tws2-connect .figure-box {
        width: 100vw;
        height: 228.26667vw;
        padding-top: 0;
        padding-bottom: 0
    }
}

.tws2-connect .figure-box .figure {
    width: 100%;
    height: 100%
}

.tws2-connect .figure-box .figure figure {
    position: absolute
}

.tws2-connect .figure-box .figure figure.f1 {
    background-image: url(../img/tws2-connect-video-lg.jpg);
    background-size: 1920px 1150px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 1150px
}

@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) {
    .tws2-connect .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-connect-video-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .tws2-connect .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-connect-video-xl.jpg);
        background-size: 2560px 1400px;
        background-position: center;
        background-repeat: no-repeat;
        width: 2560px;
        height: 1400px
    }
}

@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) {
    .tws2-connect .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-connect-video-xl-x2.jpg)
    }
}

@media (max-width:1440px) {
    .tws2-connect .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-connect-video-md.jpg);
        background-size: 1440px 900px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1440px;
        height: 900px
    }
}

@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) {
    .tws2-connect .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-connect-video-md-x2.jpg)
    }
}

@media (max-width:1000px) {
    .tws2-connect .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-connect-video-mb.jpg);
        background-size: 375px 856px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 856px
    }
}

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

@media (max-width:1000px) {
    .tws2-connect .figure-box .figure figure.f1 {
        background-size: 100vw 228.26667vw;
        width: 100vw;
        height: 228.26667vw
    }
}


.tws2-experience .section .title {
    text-align: left
}

.tws2-experience .section .title .vice-title {
    color: #000
}

.tws2-experience .section .title .data-items {
    margin-top: 100px;
  margin-bottom: 120px;
}

@media (max-width:1000px) {
    .tws2-experience .section .title .data-items {
        margin-top: 56px;
        margin-bottom: 48px
    }
}

.tws2-experience .section .title .data-items ul {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1921px) {
    .tws2-experience .section .title .data-items ul {
        width: 1200px
    }
}

@media (max-width:720px) {
    .tws2-experience .section .title .data-items ul {
        width: auto
    }
}

@media (max-width:1000px) {
    .tws2-experience .section .title .data-items ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.tws2-experience .section .title .data-items ul li {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 120px;
    padding-right: 0
}

.tws2-experience .section .title .data-items ul li:nth-child(3n+2) {
    margin: 0 110px
}

@media (min-width:1921px) {
    .tws2-experience .section .title .data-items ul li:nth-child(3n+2) {
        margin: 0 180px
    }
}

@media (max-width:1440px) {
    .tws2-experience .section .title .data-items ul li {
        width: 25%;
        margin-bottom: 100px
    }

    .tws2-experience .section .title .data-items ul li:nth-child(3n+2) {
        margin: 0 72px
    }
}

@media (max-width:1000px) {
    .tws2-experience .section .title .data-items ul li {
        width: 135px;
        margin-bottom: 22px
    }

    .tws2-experience .section .title .data-items ul li:nth-child(3n+2) {
        margin: 0 0 22px 0
    }
}

.tws2-experience .section .title .data-items ul li i {
    margin-bottom: 10px
}

.tws2-experience .section .title .data-items ul li i img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tws2-experience .section .title .data-items ul li strong {
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px
}

@media (max-width:1000px) {
    .tws2-experience .section .title .data-items ul li strong {
        margin: 0 0 8px 0
    }
}

.tws2-experience .section .title .data-items ul li p {
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

@media (max-width:1440px) {
    .tws2-experience .section .title .data-items ul li p {
        font-size: 12px;
        line-height: 15px
    }
}

@media (max-width:1000px) {
    .tws2-experience .section .title .data-items ul li p {
        font-size: 11px;
        margin-top: 0
    }
}

.tws2-tec {
    background: #000;
    position: relative;
    overflow: hidden
}

.tws2-tec .figure-box {
    position: relative;
    width: 1920px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1921px) {
    .tws2-tec .figure-box {
        width: 2560px
    }
}

@media (max-width:1440px) {
    .tws2-tec .figure-box {
        width: 1440px
    }
}

@media (max-width:1000px) {
    .tws2-tec .figure-box {
        width: 100%;
        height: 320vw;
        padding-bottom: 0
    }
}

.tws2-tec .figure-box .figure {
    position: relative;
    z-index: 1;
    overflow: visible;
    width: 1920px;
    height: 2100px
}

@media (min-width:1921px) {
    .tws2-tec .figure-box .figure {
        width: 2560px;
        height: 2100px
    }
}

@media (max-width:1440px) {
    .tws2-tec .figure-box .figure {
        width: 1440px;
        height: 1700px
    }
}

@media (max-width:1000px) {
    .tws2-tec .figure-box .figure {
        width: 100%;
        height: 320vw
    }
}

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

@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) {
    .tws2-tec .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-tec-img1-lg-x2.jpg)
    }
}

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

@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) {
    .tws2-tec .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-tec-img1-xl-x2.jpg)
    }
}

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

@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) {
    .tws2-tec .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-tec-img1-md-x2.jpg)
    }
}

@media (max-width:1000px) {
    .tws2-tec .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-tec-img1-mb.jpg);
        background-size: 375px 1200px;
        background-position: center;
        background-repeat: no-repeat;
        width: 375px;
        height: 1200px
    }
}

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

@media (max-width:1000px) {
    .tws2-tec .figure-box .figure figure.f1 {
        background-size: 100vw 320vw;
        width: 100vw;
        height: 320vw
    }
}

.tws2-game {
    background-color: #000;
    height: 300vh;
    overflow: inherit
}

@media (max-width:1000px) {
    .tws2-game {
        height: auto;
        overflow: hidden
    }
}

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

@media (max-width:1000px) {
    .tws2-game .sticky-box {
        position: relative;
        height: auto;
        overflow: hidden
    }
}

.tws2-game .section {
    position: relative;
    z-index: 2
}

@media (max-width:1000px) {
    .tws2-game .section {
        padding-top: 80px
    }
}

.tws2-game .section .title {
    text-align: center
}

@media (max-width:1000px) {
    .tws2-game .section .title {
        text-align: left
    }
}

.tws2-game .section .title .intro,
.tws2-game .section .title .main-title {
    width: auto
}

.tws2-game .section .title .data-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tws2-game .section .title .data-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media (max-width:1000px) {
    .tws2-game .section .title .data-items ul {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.tws2-game .section .title .data-items ul li {
    width: 40%;
    padding-right: 0
}

@media (max-width:1000px) {
    .tws2-game .section .title .data-items ul li {
        width: 48%
    }
}

.tws2-game .section .title .textlink .textlink-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1000px) {
    .tws2-game .section .title .textlink .textlink-box {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.tws2-game .section.section2 {
    position: absolute;
    padding-top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    .tws2-game .section.section2 {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 70px
    }
}

.tws2-game .section.section2 .title {
    width: 490px;
    text-align: left;
    margin-left: -250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative
}

@media (min-width:1921px) {
    .tws2-game .section.section2 .title {
        margin-left: -300px
    }
}

@media (max-width:1440px) {
    .tws2-game .section.section2 .title {
        width: 424px;
        margin-left: -200px
    }
}

@media (max-width:1000px) {
    .tws2-game .section.section2 .title {
        width: auto;
        margin-left: 0
    }
}

.tws2-game .section.section2 .title .data-items {
    margin-top: 40px
}

@media (max-width:1440px) {
    .tws2-game .section.section2 .title .data-items {
        margin-top: 0
    }
}

@media (max-width:1000px) {
    .tws2-game .section.section2 .title .data-items {
        margin-top: 40px
    }
}

.tws2-game .section.section2 .title .data-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.tws2-game .section.section2 .title .data-items ul li {
    width: 56%;
    margin-top: 36px
}

@media (max-width:1000px) {
    .tws2-game .section.section2 .title .data-items ul li {
        margin-top: 0;
        width: 49%
    }
}

.tws2-game .section.section2 .title .data-items ul li img {
    display: block;
    margin-bottom: 5px
}

@media (max-width:1440px) {
    .tws2-game .section.section2 .title .data-items ul li img {
        width: 50px;
        height: auto
    }
}

.tws2-game .section.section2 .title .data-items ul li strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.2
}

@media (max-width:1000px) {
    .tws2-game .section.section2 .title .data-items ul li strong {
        font-size: 16px
    }
}

.tws2-game .section.section2 .title .data-items ul li p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2
}

@media (max-width:1000px) {
    .tws2-game .section.section2 .title .data-items ul li p {
        font-size: 12px
    }
}

.tws2-game .section.section2 .title .data-items ul li:nth-child(even) {
    width: 40%
}

@media (max-width:1000px) {
    .tws2-game .section.section2 .title .data-items ul li:nth-child(even) {
        width: 49%
    }
}

@media (max-width:1000px) {

    .tws2-game .section.section2 .title .data-items ul li:nth-child(3),
    .tws2-game .section.section2 .title .data-items ul li:nth-child(4) {
        margin-top: 30px
    }
}

.tws2-game .section.section3 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    padding-top: 0;
    margin-top: 200px
}

@media (min-width:1921px) {
    .tws2-game .section.section3 {
        margin-top: 220px
    }
}

@media (max-width:767px) {
    .tws2-game .section.section3 {
        opacity: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 100px;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative
    }
}

@media (max-width:1440px) {
    .tws2-game .section.section3 .title {
        width: 860px
    }
}

@media (max-width:767px) {
    .tws2-game .section.section3 .title {
        width: auto;
        margin-top: -40px;
        text-align: center
    }
}

.tws2-game .section.section3 .title .title-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 882px
}

@media (min-width:1921px) {
    .tws2-game .section.section3 .title .title-top {
        margin-left: 1040px
    }
}

@media (max-width:1440px) {
    .tws2-game .section.section3 .title .title-top {
        margin-left: 742px
    }
}

@media (max-width:1024px) {
    .tws2-game .section.section3 .title .title-top {
        margin-left: 440px
    }
}

@media (max-width:1000px) {
    .tws2-game .section.section3 .title .title-top {
        padding-top: 0;
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.tws2-game .section.section3 .title .title-top .line {
    width: 60px;
    height: 12px;
    background: #1b6c96;
    background: -webkit-linear-gradient(left, #1b6c96 0, #2eb0ff 43%, #1b6c96 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1b6c96), color-stop(43%, #2eb0ff), to(#1b6c96));
    background: linear-gradient(to right, #1b6c96 0, #2eb0ff 43%, #1b6c96 100%);
    border-radius: 12px;
    margin-top: 8px;
    margin-left: 8px
}

@media (max-width:1440px) {
    .tws2-game .section.section3 .title .title-top .line {
        margin-top: 6px;
        margin-left: 8px;
        height: 10.2px
    }
}

@media (max-width:1000px) {
    .tws2-game .section.section3 .title .title-top .line {
        width: 74px;
        height: 14px;
        margin-left: 8px;
        margin-top: 4px
    }
}

.tws2-game .section.section3 .title .title-top .intro-special1 {
    font-size: 12px;
    color: #4ba6de
}

@media (max-width:1000px) {
    .tws2-game .section.section3 .title .title-top .intro-special1 {
        font-size: 16px;
        padding: 0;
        padding-right: 0
    }
}

.tws2-game .section.section3 .title .intro-special {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 882px
}

@media (min-width:1921px) {
    .tws2-game .section.section3 .title .intro-special {
        margin-left: 1040px
    }
}

@media (max-width:1440px) {
    .tws2-game .section.section3 .title .intro-special {
        margin-left: 742px
    }
}

@media (max-width:1024px) {
    .tws2-game .section.section3 .title .intro-special {
        margin-left: 440px
    }
}

@media (max-width:1000px) {
    .tws2-game .section.section3 .title .intro-special {
        position: relative;
        font-size: 14px;
        line-height: 19px;
        margin-left: 0;
        padding: 0;
        display: inline-block
    }
}

.tws2-game .section.section3 .title .intro-special img {
    vertical-align: middle;
    margin-left: 5px;
    width: 22px;
    height: auto
}

@media (max-width:1440px) {
    .tws2-game .section.section3 .title .intro-special img {
        width: 20px
    }
}

@media (max-width:1000px) {
    .tws2-game .section.section3 .title .intro-special img {
        width: 18px;
        height: 18px;
        margin-left: 3px
    }
}

.tws2-game .section.section3 .title .intro-special .text-box {
    font-size: 12px;
    vertical-align: middle;
    line-height: 2
}

@media (max-width:1000px) {
    .tws2-game .section.section3 .title .intro-special .text-box {
        font-size: 10px
    }
}

.tws2-game .section.section3 .title .intro-special b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1000px) {
    .tws2-game .section.section3 .title .intro-special b {
        display: inline-block
    }
}

.tws2-game .section.section3 .title .intro-special b::before {
    position: relative;
    width: 20px;
    height: 20px;
    display: none
}

@media (max-width:1000px) {
    .tws2-game .section.section3.start {
        will-change: transform;
        -webkit-transition: opacity 1s cubic-bezier(.645, .045, .355, 1) .3s;
        transition: opacity 1s cubic-bezier(.645, .045, .355, 1) .3s;
        opacity: 1
    }
}

.tws2-game .figure-box {
    position: absolute;
    width: 1088px;
    height: 682px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 100px
}

@media (min-width:1921px) {
    .tws2-game .figure-box {
        width: 1280px;
        height: 801px;
        margin-top: 60px
    }
}

@media (max-width:1440px) {
    .tws2-game .figure-box {
        width: 360px;
        height: 278px
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box {
        position: relative;
        top: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 40px;
        width: 93.86667vw;
        height: 68vw
    }
}

.tws2-game .figure-box .figure {
    position: absolute;
    z-index: 1;
    overflow: visible;
    width: 737px;
    height: 682px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:1921px) {
    .tws2-game .figure-box .figure {
        width: 907px;
        height: 801px
    }
}

@media (max-width:1440px) {
    .tws2-game .figure-box .figure {
        width: 540px;
        height: 439px
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure {
        width: 93.86667vw;
        height: 68vw
    }
}

.tws2-game .figure-box .figure figure {
    position: absolute
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure {
        left: 50%;
        margin-left: -203px
    }
}

.tws2-game .figure-box .figure figure.f1 {
    background-image: url(../img/tws2-game-img1-lg.jpg);
    background-size: 737px 682px;
    background-position: center;
    background-repeat: no-repeat;
    width: 737px;
    height: 682px
}

@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) {
    .tws2-game .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-game-img1-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .tws2-game .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-game-img1-xl.jpg);
        background-size: 907px 801px;
        background-position: center;
        background-repeat: no-repeat;
        width: 907px;
        height: 801px
    }
}

@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) {
    .tws2-game .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-game-img1-xl-x2.jpg)
    }
}

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

@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) {
    .tws2-game .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-game-img1-md-x2.jpg)
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f1 {
        background-image: url(../img/tws2-game-img1-mb.jpg);
        background-size: 352px 255px;
        background-position: center;
        background-repeat: no-repeat;
        width: 352px;
        height: 255px;
        left: 50%;
        margin-left: -176px
    }
}

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

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f1 {
        background-size: 93.86667vw 68vw;
        width: 93.86667vw;
        height: 68vw;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
}

.tws2-game .figure-box .figure figure.f2 {
    background-image: url(../img/tws2-game-img2-lg.png);
    background-size: 179px 238px;
    background-position: center;
    background-repeat: no-repeat;
    width: 179px;
    height: 238px;
    margin-left: 760px
}

@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) {
    .tws2-game .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-game-img2-lg-x2.png)
    }
}

@media (min-width:1921px) {
    .tws2-game .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-game-img2-xl.png);
        background-size: 215px 287px;
        background-position: center;
        background-repeat: no-repeat;
        width: 215px;
        height: 287px;
        margin-left: 930px
    }
}

@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) {
    .tws2-game .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-game-img2-xl-x2.png)
    }
}

@media (max-width:1440px) {
    .tws2-game .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-game-img2-md.png);
        background-size: 121px 161px;
        background-position: center;
        background-repeat: no-repeat;
        width: 121px;
        height: 161px;
        margin-left: 540px
    }
}

@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) {
    .tws2-game .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-game-img2-md-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f2 {
        background-image: url(../img/tws2-game-img2-mb.png);
        background-size: 327px 152px;
        background-position: center;
        background-repeat: no-repeat;
        width: 327px;
        height: 152px
    }
}

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

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f2 {
        background-size: 87.2vw 40.53333vw;
        width: 87.2vw;
        height: 40.53333vw
    }
}

.tws2-game .figure-box .figure figure.f3 {
    margin-left: -280px;
    margin-top: 54px;
    background-image: url(../img/tws2-game-img3-lg.jpg);
    background-size: 1088px 459px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1088px;
    height: 459px
}

@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) {
    .tws2-game .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-game-img3-lg-x2.jpg)
    }
}

@media (min-width:1921px) {
    .tws2-game .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-game-img3-lg.jpg);
        background-size: 1280px 540px;
        background-position: center;
        background-repeat: no-repeat;
        width: 1280px;
        height: 540px;
        margin-left: -310px;
        margin-top: 100px
    }
}

@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) {
    .tws2-game .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-game-img3-lg-x2.jpg)
    }
}

@media (max-width:1440px) {
    .tws2-game .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-game-img3-lg.jpg);
        background-size: 768px 324px;
        background-position: center;
        background-repeat: no-repeat;
        width: 768px;
        height: 324px;
        margin-left: -152px
    }
}

@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) {
    .tws2-game .figure-box .figure figure.f3 {
        background-image: url(../img/tws2-game-img3-lg-x2.jpg)
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f3 {
        display: none
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f4 {
        background-image: url(../img/tws2-game-img4-mb.png);
        background-size: 168px 236px;
        background-position: center;
        background-repeat: no-repeat;
        width: 168px;
        height: 236px;
        left: 50%;
        margin-left: -84px
    }
}

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

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f4 {
        background-size: 44.8vw 62.93333vw;
        width: 44.8vw;
        height: 62.93333vw
    }
}

.tws2-game .figure-box .figure figure.f4_1 {
    opacity: 0
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f4_1 {
        background-image: url(../img/tws2-game-img4_1-mb.png);
        background-size: 168px 236px;
        background-position: center;
        background-repeat: no-repeat;
        width: 168px;
        height: 236px;
        left: 50%;
        margin-left: -84px
    }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
    .tws2-game .figure-box .figure figure.f4_1 {
        background-image: url(../img/tws2-game-img4_1-mb-x2.png)
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure figure.f4_1 {
        background-size: 44.8vw 62.93333vw;
        width: 44.8vw;
        height: 62.93333vw
    }
}

.tws2-game .figure-box .figure .tws2-game-animate {
    position: absolute;
    width: 1088px;
    height: 459px;
    background-size: 1088px 459px;
    margin-left: -280px;
    margin-top: 54px
}

@media (min-width:1921px) {
    .tws2-game .figure-box .figure .tws2-game-animate {
        width: 1280px;
        height: 540px;
        background-size: 1280px 540px;
        margin-left: -310px;
        margin-top: 100px
    }
}

@media (max-width:1440px) {
    .tws2-game .figure-box .figure .tws2-game-animate {
        width: 768px;
        height: 324px;
        background-size: 768px 324px;
        margin-left: -152px
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box .figure .tws2-game-animate {
        display: none
    }
}

.tws2-game .figure-box.figure-box2 {
    display: none
}

@media (max-width:1000px) {
    .tws2-game .figure-box.figure-box2 {
        display: block;
        width: 44.8vw;
        height: 62.93333vw;
        margin-bottom: 70px;
        margin-left: -4.8vw
    }
}

.tws2-game .figure-box.figure-box2 .figure {
    width: 44.8vw;
    height: 62.93333vw
}

@media (max-width:1000px) {
    .tws2-game .figure-box.start .figure .f1 {
        will-change: transform;
        -webkit-transition: opacity 1s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
        transition: opacity 1s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
        transition: transform 1s cubic-bezier(.645, .045, .355, 1), opacity 1s cubic-bezier(.645, .045, .355, 1) .1s;
        transition: transform 1s cubic-bezier(.645, .045, .355, 1), opacity 1s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

@media (max-width:1000px) {
    .tws2-game .figure-box.start .figure .f4_1 {
        will-change: transform;
        -webkit-transition: opacity 1s cubic-bezier(.645, .045, .355, 1) .3s;
        transition: opacity 1s cubic-bezier(.645, .045, .355, 1) .3s;
        opacity: 1
    }
}

.film-mask {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1)
}

.film-mask .close {
    position: absolute;
    top: 100px;
    right: 100px;
    cursor: pointer
}

@media (max-width:1000px) {
    .film-mask .close {
        right: 34px
    }
}

.film-mask video {
    width: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px
}

@media (max-width:1000px) {
    .film-mask video {
        width: 100% !important
    }
}

.film-mask.active {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
</pre></body></html>