.main-container{
    font-weight: 500;
    line-height: 1.6;
}
.main-container img,.main-container video{
    width: 100%;
}
.main-container video{
    display: block;
}
.main-container .section{
    position: relative;
}
.blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
.blur-up.lazyloaded {
    filter: blur(0)
}

.header-top{
    top: 0;
}
.full-height{
    height: 100vh;
}
.hidden-web{
    display: none;
}
.hidden-inline-web{
    display: none;
}
.space-300{
    height: 15.625vw;
}
.space-200{
    height: 10.416vw;
}
.space-160{
    height: 8.33vw;
}
.space-140{
    height: 7.29vw;
}
.space-120{
    height: 6.25vw;
}
.space-100{
    height: 5.2vw;
}
.space-96{
    height: 5vw;
}
.space-80{
    height: 4.16vw;
}
.space-64{
    height: 3.333vw;
}
.space-60{
    height: 3.125vw;
}
.space-40{
    height: 2.08vw;
}
.space-30{
    height: 1.5625vw;
}
.space-20{
    height: 1.04vw;
}
.main-container sup{
    font-size: .6em;
    cursor: pointer;
}
sup.half-sup{
    font-size: .4em;
}
.main-container sup a{
    color: inherit;
}
.main-container .big-title{
    font-size: 7vw;
    line-height: 1.25;
}
.main-container .h2{
    font-size: 6.25vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .h2 div{
    line-height: inherit;
}
.linear-grey{
    display: flex;
    justify-content: center;
}
.linear-grey div{
    color: #F4F2ED;
}
.main-container .h3{
    color: #F4F4F4;
    font-size: 4.167vw;
    font-weight: 300;
    line-height: 1.25;
}
.main-container .subtitle{
    color: #86BCFF;
    font-size: 1.5625vw;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: .667em;
}
.main-container .h4{
    color: #F4F4F4;
    font-size: 3.125vw;
    font-weight: 300;
    line-height: 1.25;
}
.main-container p{
    color: #B1B1B1;
    font-size: 1.25vw;
    line-height: 1.6;
}
.main-container .highlight-text{
    color: #F4F4F4;
    font-weight: bold;
}
.main-container .highlight-text-light{
    color: #0E0E12;
    font-weight: bold;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .disclaimer{
    font-size: 12px;
}
@media (min-width:1920px){
    .main-container .disclaimer{
        font-size: .625vw;
    }
}
.canvas-fallback{
    display: none;
}
.inline-video-fallback{
    display: none;
}
.space-50vh{
    height: 50vh;
}
.space-80vh{
    height: 80vh;
}
.space-100vh{
    height: 100vh;
}
.sticky-viewport{
    position: sticky;
    height: 100vh;
    top: 0;
}
.sticky-container{
    position: sticky;
    top: 0;
}
.sequence-animation canvas{
    width: 100%;
    height: 100%;
}
.video-pop-play{
    cursor: pointer;
    color: #F5F6F7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25vw;
    font-weight: bold;
    white-space: nowrap;
}

.auto-video-btn{
    color: #3174FF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s cubic-bezier(0,0,0.5,1);
}
.auto-video-btn.show-btn{
    opacity: 1;
    visibility: visible;
}
.auto-video-btn svg{
    width: 1.5em;
    height: 1.5em;
    margin-right: .3em;
}
.video-fallback{
    display: none;
}
.ie-fallback{
    display: none;
}
.common-transform-show{
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0,0,0.5,1);
    will-change: transform;
}
.common-transform-show.active{
    opacity: 1;
    transform: translateY(0);
}

.kv-image-container{
    display: flex;
    position: relative;
}
.kv-image{
    width: 60%;
}
.kv-image-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: auto;
}
.kv-logo{
    margin: 0 auto;
    width: 34.6875vw;
    
}
.kv-subtitle{
    color: #000000;
    font-size: 2.86vw;
    letter-spacing: 1em;
    font-weight: 500;
    margin-top: 1.1vw;
    transform: translateX(.5em);
}
.huawei-product-buy-btn-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.25vw;
}
.huawei-product-buy-btn-price{
    color: #000;
    font-size: 1.46vw;
    font-weight: 400;
    line-height: 1.25;
}
.huawei-product-buy-btn-price span {
    font-size: 0.677083vw;
    font-weight: 500;
}
.huawei-product-buy-btn{
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid #000;
    background-color: #000;
    transition: 0.3s ease-out;
    margin-top: 24px;
    cursor: pointer;
    border-radius: 6px;
}
.huawei-product-buy-btn:hover{
    opacity: .8;
}
.reasontobuy-container{
    background-color: #0C1015;
    display: block;
    position: relative;
    padding-top: 7.3%;
    height: 100vh;
    overflow: hidden;
}
.reasontobuy-bg-text{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0s cubic-bezier(0,0,0.5,1);
}
.reasontobuy-bg-text svg{
    width: 85.63vw;
    height: 15.40vw;
}
.reasontobuy-bg{
    position: relative;
    top: 55%;
    width: 47.34%;
    transform: translate(42%,-50%) scale(1.098);
    transition: transform 0s cubic-bezier(0,0,0.5,1);
    z-index: 1;
}
.reasontobuy-sellpoint-container{
    position: absolute;
    left: 31.43%;
    top: 47.5%;
    transform: translateY(-50%);
    width: 60.26%;
}
.sellpoint-row{
    position: relative;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0s cubic-bezier(0,0,0.5,1),opacity 0s cubic-bezier(0,0,0.5,1);
    width: 100%;
}
.reasontobuy-container.active .sellpoint-row{
    transition: transform 0s cubic-bezier(0,0,0.5,1) 1s,opacity .5s cubic-bezier(0,0,0.5,1);
}
.sellpoint-row::after{
    clear: both;
    content: "";
    display: block;
}
.sellpoint-row-2{
    position: absolute;
    top: 0;
}
.sellpoint-item{
    cursor: pointer;
    position: relative;
}
.sellpoint-item-container{
    position: relative;
}
.sellpoint-item .sellpoint-item-bg{
    border-radius: 1.04vw;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.sellpoint-item-jump{
    position: absolute;
    right: 1.5625vw;
    bottom: 1.5625vw;
    width: 2.4vw;
    height: 2.4vw;
    background-color: rgba(101,101,101,.2);
    border-radius: 50%;
    overflow: hidden;
    z-index: 9;
    transform: translate3d(0, 0, 0);
}
.sellpoint-item-jump svg{
    width: 100%;
    height: auto;
    transition: all 1s;
    transform: translateY(-46%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.sellpoint-item:hover .sellpoint-item-jump svg {
    transform: translateY(0);
}
.sellpoint-item-arrow-item{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation-play-state: paused;
}
.sellpoint-item:hover .sellpoint-item-arrow-item{
    animation-play-state: running;
}
.sellpoint-item-arrow-item:nth-of-type(1){
    opacity: 0;
    transform: translateY(0) scale(.5);
    animation: sellpointArrow-1 3s linear 0s infinite forwards;
    animation-play-state: paused;
}
.sellpoint-item-arrow-item:nth-of-type(2){
    opacity: 1;
    transform: translateY(50%) scale(.5);
    animation: sellpointArrow-2 3s linear 0s infinite forwards;
    animation-play-state: paused;
}
.sellpoint-item-arrow-item:nth-of-type(3){
    opacity: 1;
    transform: translateY(100%) scale(.7);
    animation: sellpointArrow-3 3s linear 0s infinite forwards;
    animation-play-state: paused;
}
.sellpoint-item-arrow-item:nth-of-type(4){
    opacity: 1;
    transform: translateY(150%) scale(1);
    animation: sellpointArrow-4 3s linear 0s infinite forwards;
    animation-play-state: paused;
}
.sellpoint-item-arrow-item svg{
    height: .532vw;
    width: 1.065vw;
}
@keyframes sellpointArrow-1 {
    0%{
        opacity: 0;
        transform: translateY(0) scale(.5);
    }
    25%{
        opacity: 1;
        transform: translateY(50%) scale(.5);
    }
    50%{
        opacity: 1;
        transform: translateY(100%) scale(.7);
    }
    75%{
        opacity: 1;
        transform: translateY(150%) scale(1);
    }
    100%{
        opacity: 0;
        transform: translateY(200%) scale(.5);
    }
}
@keyframes sellpointArrow-2 {
    0%{
        opacity: 1;
        transform: translateY(50%) scale(.5);
    }
    25%{
        opacity: 1;
        transform: translateY(100%) scale(.7);
    }
    50%{
        opacity: 1;
        transform: translateY(150%) scale(1);
    }
    75%{
        opacity: 0;
        transform: translateY(200%) scale(.5);
    }
    76%{
        opacity: 0;
        transform: translateY(0) scale(.5);
    }
    100%{
        opacity: 1;
        transform: translateY(50%) scale(.5);
    }
}
@keyframes sellpointArrow-3 {
    0%{
        opacity: 1;
        transform: translateY(100%) scale(.7);
    }
    25%{
        opacity: 1;
        transform: translateY(150%) scale(1);
    }
    50%{
        opacity: 0;
        transform: translateY(200%) scale(.5);
    }
    51%{
        opacity: 0;
        transform: translateY(0%) scale(.5);
    }
    75%{
        opacity: 1;
        transform: translateY(50%) scale(.5);
    }
    100%{
        opacity: 1;
        transform: translateY(100%) scale(.5);
    }
}
@keyframes sellpointArrow-4 {
    0%{
        opacity: 1;
        transform: translateY(150%) scale(1);
    }
    25%{
        opacity: 0;
        transform: translateY(200%) scale(.5);
    }
    26%{
        opacity: 0;
        transform: translateY(0) scale(.5);
    }
    50%{
        opacity: 1;
        transform: translateY(50%) scale(.5);
    }
    75%{
        opacity: 1;
        transform: translateY(100%) scale(.5);
    }
    100%{
        opacity: 1;
        transform: translateY(150%) scale(.7);
    }
}
.sellpoint-item-title{
    color: #F4F4F4;
    font-size: 1.5625vw;
    font-weight: 300;
    line-height: 1.25;
    position: absolute;
    z-index: 1;
}
.sellpoint-item-image{
    position: absolute;
}
.sellpoint-item-1{
    float: left;
    width: 46.76%;
}
.sellpoint-item-1 .sellpoint-item-title{
    top: 2.916vw;
    left: 47%;
    transform: translateX(-50%);
}
.sellpoint-item-1 .sellpoint-item-image{
    top: 26.16%;
    left: 26.48%;
    width: 47.75%;
    transform: translate(5%,10%) scale(1.25);
    transition: all 0s cubic-bezier(0,0,0.5,1) 1s;
}
.sellpoint-item-2{
    float: right;
    width: 51.6%;
}
.sellpoint-item-2 .sellpoint-item-title{
    top: 2.916vw;
    left: 10%;
}
.sellpoint-item-2 .sellpoint-item-image{
    top: 43.5%;
    left: 6%;
    width: 109.8%;
    transform: translate(5%,10%) scale(1.25);
    transition: all 0s cubic-bezier(0,0,0.5,1) 1s;
}
.sellpoint-item-3{
    float: right;
    margin-top: 1.04vw;
    width: 51.6%;
}
.sellpoint-item-3 .sellpoint-item-title{
    top: 18.5%;
    left: 10%;
}
.sellpoint-item-3 .sellpoint-item-image{
    top: 10.36%;
    left: 10.35%;
    width: 79.57%;
    transform: translate(5%,10%) scale(1.25);
    transition: all 0s cubic-bezier(0,0,0.5,1) 1s;
}
.sellpoint-item-4{
    float: left;
    width: 51.6%;
}
.sellpoint-item-4 .sellpoint-item-title{
    top: 2.916vw;
    left: 60.5%;
}
.sellpoint-item-4 .sellpoint-item-image{
    top: 0%;
    left: 0%;
    width: 100%;
    transform: translate(5%,5%) scale(1.25);
    transition: all 0s cubic-bezier(0,0,0.5,1) 1s;
}
.sellpoint-item-5{
    float: left;
    margin-top: 1.04vw;
    width: 51.6%;
    overflow: hidden;
}
.sellpoint-item-5 .sellpoint-item-title{
    top: 19%;
    left: 60.5%;
}
.sellpoint-item-5 .sellpoint-item-image{
    left: 50.87%;
    bottom: 0;
    width: 29.14%;
    transform: translate(5%,10%) scale(1.25);
    transition: all 0s cubic-bezier(0,0,0.5,1) 1s;
}
.sellpoint-item-6{
    float: right;
    width: 46.76%;
}
.sellpoint-item-6 .sellpoint-item-title{
    top: 2.916vw;
    left: 47%;
    transform: translateX(-50%);
}
.sellpoint-item-6 .sellpoint-item-image{
    border-radius: 1.04vw;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translate(5%,5%) scale(1.25);
    transition: all 0s cubic-bezier(0,0,0.5,1) 1s;
    overflow: hidden;
}
.reasontobuy-container.active .reasontobuy-sellpoint-container[data-row="0"] .sellpoint-row-1{
    transform: translateX(0);
    opacity: 1;
    transition: all 1s cubic-bezier(0,0,0.5,1);
    z-index: 2;
}
.reasontobuy-container.active .reasontobuy-sellpoint-container[data-row="0"] .sellpoint-row-1 .sellpoint-item-image{
    transform: translate(0,0) scale(1);
    transition: all 1s cubic-bezier(0,0,0.5,1);
}
.reasontobuy-container.active .reasontobuy-sellpoint-container[data-row="1"] .sellpoint-row-2{
    transform: translateX(0);
    opacity: 1;
    transition: all 1s cubic-bezier(0,0,0.5,1);
    z-index: 2;
}
.reasontobuy-container.active .reasontobuy-sellpoint-container[data-row="1"] .sellpoint-row-2 .sellpoint-item-image{
    transform: translate(0,0) scale(1);
    transition: all 1s cubic-bezier(0,0,0.5,1);
}
.reasontobuy-container.active .reasontobuy-sellpoint-container .sellpoint-nav-container{
    opacity: 1;
    transition: opacity 1s cubic-bezier(0,0,0.5,1);
}
.reasontobuy-container.active .reasontobuy-bg{
    position: relative;
    top: 55%;
    width: 47.34%;
    transform: translate(-27%,-59%) scale(1);
    transition: transform 1s cubic-bezier(0,0,0.5,1) 0s;
    z-index: 1;
}
.reasontobuy-container.active .reasontobuy-bg-text{
    opacity: 0;
    transition: opacity .5s cubic-bezier(0,0,0.5,1) 0s;
}
.sellpoint-nav-container{
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    left: 49.5%;
    bottom: 0;
    transform: translate(-40%,170%);
    opacity: 0;
}
.sellpoint-nav-left{
    display: flex;
    align-items: center;
    opacity: .4;
    transition: opacity .5s cubic-bezier(0,0,0.5,1);
    margin-right: 1.04vw;
}
.sellpoint-nav-container svg{
    width: 3.574vw;
    height: 3.574vw;
}
.sellpoint-nav-container .arrow-path{
    opacity: .5;
    transition: opacity .5s cubic-bezier(0,0,0.5,1);
}
.sellpoint-nav-right{
    display: flex;
    align-items: center;
    opacity: .4;
    transition: opacity .5s cubic-bezier(0,0,0.5,1);
}
.sellpoint-nav-line{
    display: flex;
    width: 1.91vw;
    height: .15625vw;
    margin: 0 .25vw;
}
.sellpoint-nav-right .sellpoint-nav-line{
    justify-content: flex-end;
}
.sellpoint-nav-line::before{
    background-color: #458FF7;
    border-radius: .2vw;
    content: "";
    display: inline-block;
    width: 50%;
    height: 100%;
    transition: width .5s cubic-bezier(0,0,0.5,1);
}
.sellpoint-nav-icon{
    display: flex;
}
.sellpoint-nav-icon svg{
    width: .81vw;
    height: 1.62vw;
}
.sellpoint-nav-container[data-id="0"] .sellpoint-nav-right{
    opacity: 1;
}
.sellpoint-nav-container[data-id="0"] .sellpoint-nav-right .arrow-path{
    opacity: 1;
}
.sellpoint-nav-container[data-id="1"] .sellpoint-nav-left{
    opacity: 1;
}
.sellpoint-nav-container[data-id="1"] .sellpoint-nav-left .arrow-path{
    opacity: 1;
}
.section-dark{
    background: radial-gradient(farthest-side,#0D0F15 0,#090E14 64%,#0C1015 80%,#0C1015 100%);
}
.section-design{
}
.animation-title{
    position: relative;
    perspective: 100vw;
}
.animation-title-upper{
    clip-path: polygon(0 0, 100% 0,100% 50%,0 50%);
    transform: rotateX(-20deg);
}
.animation-title-lower{
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 52%, 100% 52%,100% 100%,0 100%);
    transform: rotateX(75deg);

}
.animation-title.active .animation-title-upper,
.animation-title.active .animation-title-lower{
    transform: rotateX(0deg);
}
.animation-title.active .animation-title-lower{
    clip-path: polygon(0 49%, 100% 49%,100% 100%,0 100%);
}
.design-intro-title-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.design-intro-media{
    border-radius: 1.04vw;
    margin: 0 auto;
    position: relative;
    width: 86%;
    overflow: hidden;
    will-change: transform;
}
.design-intro-play-btn{
    cursor: pointer;
    width: 4.16vw;
    height: 4.16vw;
    position: absolute;
    right: 2.6vw;
    bottom: 2.6vw;
}
.design-intro-play-btn svg{
    width: 4.16vw;
    height: 4.16vw;
}
.design-intro-text{
    margin: 0 auto;
    width: 40%;
    text-align: center;
}
.design-color-swiper{
    margin: 0 auto;
    position: relative;
    width: 73.23%;
}
.design-color-swiper .swiper-slide{
    padding-bottom: 15vw;
}
.design-color-bg{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.design-color-main{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 2%;
    left: 7.08vw;
    width: 30.5%;
    height: 85%;
}
.design-color-content-title{
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: .5em;
}
.design-color-content-text{
    font-size: 1.25vw;
    z-index: 1;
}
.design-color-slide-1 .design-color-content-title{
    color: #4B4B4B;
}
.design-color-slide-1 .design-color-content-text{
    color: #626467;
}
.design-color-slide-1 .design-color-content-text-highlight{
    color: #626467;
    font-weight: bold;
}
.design-color-slide-2 .design-color-content-title{
    color: #6C6148;
}
.design-color-slide-2 .design-color-content-text{
    color: #4D473A;
    opacity: .52;
}
.design-color-slide-2 .design-color-content-text-highlight{
    color: #4D473A;
    font-weight: bold;
}
.design-color-slide-3 .design-color-content-title{
    color: #582744;
}
.design-color-slide-3 .design-color-content-text{
    color: #452243;
    opacity: .41;
}
.design-color-slide-3 .design-color-content-text-highlight{
    color: #452243;
    font-weight: bold;
}
.design-color-slide-4 .design-color-content-title{
    color: #FFFFFF;
}
.design-color-slide-4 .design-color-content-text{
    color: #B4AFAF;
}
.design-color-slide-4 .design-color-content-text-highlight{
    color: #FFFFFF;
    font-weight: bold;
}
.design-color-swiper .design-color-pagination{
    position: absolute;
    right: .5vw;
    bottom: 12vw;
    left: auto;
    width: auto;
    z-index: 5;
}
.design-color-swiper .design-color-pagination .swiper-pagination-bullet{
    background-color: transparent;
    border-radius: 100%;
    border: .105vw solid transparent;
    margin: 0 .55vw;
    width: 1.8vw;
    height: 1.8vw;
    padding: 2px;
    opacity: .44;
    transition: all .3s cubic-bezier(0,0,0.5,1);
    position: relative;
    outline: none;
    box-sizing: border-box;
}
.design-color-pagination .swiper-pagination-bullet::before{
    border-radius: 100%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.design-color-pagination .swiper-pagination-bullet::after{
    opacity: 0;
}
.design-color-pagination .swiper-pagination-bullet:nth-of-type(1)::before{
    background-color: #6F6F6F;
}
.design-color-pagination .swiper-pagination-bullet:nth-of-type(2)::before{
    background-color: #FFFFFF;
}
.design-color-pagination .swiper-pagination-bullet:nth-of-type(3)::before{
    background-color: #CECCF8;
}
.design-color-pagination .swiper-pagination-bullet:nth-of-type(4)::before{
    background-color: #2C2B2B;
}
.design-color-pagination .swiper-pagination-bullet-active:nth-of-type(1){
    border-color: #D8D8D8;
    opacity: 1;
}
.design-color-pagination .swiper-pagination-bullet-active:nth-of-type(2){
    border-color: #D8D8D8;
    opacity: 1;
}
.design-color-pagination .swiper-pagination-bullet-active:nth-of-type(3){
    border-color: #CECCF8;
    opacity: 1;
}
.design-color-pagination .swiper-pagination-bullet-active:nth-of-type(4){
    border-color: #666B71;
    opacity: 1;
}
.design-color-pagination .swiper-pagination-bullet:nth-of-type(1)::after{
    content: "大溪地灰";
    color: #D8D8D8;
}
.design-color-pagination .swiper-pagination-bullet:nth-of-type(2)::after{
    content: "洛可可白";
    color: #D8D8D8;
}
.design-color-pagination .swiper-pagination-bullet:nth-of-type(3)::after{
    content: "芋紫";
    color: #CECCF8;
}
.design-color-pagination .swiper-pagination-bullet:nth-of-type(4)::after{
    content: "雅黑";
    color: #666B71;
}
.design-color-phone{
    margin-left: -2%;
    width: 90%;
}
.design-color-pagination .swiper-pagination-bullet::after{
    font-size: 1.198vw;
    white-space: nowrap;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
.design-color-pagination .swiper-pagination-bullet-active::after{
    opacity: 1;
}
.design-accessories-title{
    text-align: center;
}
.design-accessories-swiper{
    overflow: initial;
}
.design-accessories-image-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1vw auto 0;
    width: 72.23%;
}
.design-accessories-image{
    border-radius: 1.04vw;
    overflow: hidden;
    opacity: 0;
    transform: translateY(14%);
    transition: transform .1s cubic-bezier(0,0,0.5,1);
}
.design-accessories-image img{
    border-radius: 1.04vw;
}
.design-accessories-image-1{
    width: 27.28%;
    transform: translateY(40%);
}
.design-accessories-image-2{
    margin-top: 3.8vw;
    width: 38.25%;
}
.design-accessories-image-3{
    margin-top: 5.9vw;
    width: 30.56%;
    transform: translateY(-10%);
}
.design-accessories-image-container.active .design-accessories-image{
    opacity: 1;
    transform: translateY(0);
}
.design-accessories-more-btn-container{
    display: flex;
    justify-content: center;
    margin-top: 2.6%;
}
.design-accessories-more-btn{
    display: flex;
    align-items: center;
    padding-right: 1.5vw;
}
.design-accessories-more-btn-text{
    color: #86BCFF;
    font-size: 1.35vw;
    font-weight: 300;
}
.design-accessories-more-btn-icon-container{
    position: relative;
    width: .44vw;
    height: .88vw;
    margin-left: 1vw;
}
.design-accessories-more-btn-icon{
    display: flex;
    position: absolute;
    opacity: .33;
    animation: accessoriesIcon 4.2s linear 0s infinite forwards;
}
.design-accessories-more-btn-icon:nth-of-type(2){
    animation-delay: 1.4s
}
.design-accessories-more-btn-icon:nth-of-type(3){
    animation-delay: 2.8s
}
.design-accessories-more-btn-icon svg{
    width: .44vw;
    height: .88vw;
}
@keyframes accessoriesIcon {
    0%{
        opacity: 0;
        transform: translateX(0) scale(.5);
    }
    33%{
        opacity: 1;
        transform: translateX(150%) scale(1);
    }
    60%{
        opacity: 1;
        transform: translateX(250%) scale(1);
    }
    66%{
        opacity: 1;
        transform: translateX(270%) scale(1);
    }
    100%{
        opacity: 0;
        transform: translateX(450%) scale(.5);
    }
}
.design-accessories-disclaimer{
    color: #B1B1B1;
    font-size: .9375vw;
    opacity: .4;
    margin: 1.04vw auto 0;
    width: 72.23%;
    text-align: center;
}
.design-chain-title-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.design-chain-item-container{
    margin: 0 auto;
    width: 73.23%;
}
.design-chain-item{
    border-radius: 1.04vw;
    position: relative;
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1);
    overflow: hidden;
    will-change: transform;
    width: 100%;
}
.design-chain-item-row{
    display: flex;
    justify-content: space-between;
}
.design-chain-item-row.active .design-chain-item{
    opacity: 1;
    transform: translateY(0);
    overflow: hidden;
}
.design-chain-item-image{
    transform: scale(1.2);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
}
.design-chain-item-row.active .design-chain-item-image{
    transform: scale(1);
}
.design-chain-play-btn{
    width: 4.16vw;
    height: 4.16vw;
    position: absolute;
    right: 2.08vw;
    bottom: 1.14vw;
}
.design-chain-play-btn svg{
    width: 100%;
    height: 100%;
}
.design-chain-item-content{
    position: absolute;
    top: 3.33vw;
    left: 2.6vw;
}
.design-chain-item-title{
    color: #FFFFFF;
    font-size: 1.98vw;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: .63em;
}
.design-chain-item-text{
    color: #B1B1B1;
    font-size: 1.145vw;
}
.design-chain-item-text-highlight{
    color: #F4F4F4;
    font-weight: bold;
}
.design-chain-item-row-2{
    margin-top: 2.08vw;
}
.design-chain-item-2{
    width: 49.04%;
}
.design-chain-item-3{
    width: 48.1%;
    transition-delay: .2s;
}
.design-chain-item-2 .design-chain-item-content{
    width: 74%;
}
.design-chain-item-3 .design-chain-item-content{
    width: 59.14%;
}
.design-waterproof-container{
    margin: 0 auto;
    width: 73.23%;
}
.design-waterproof-content{
    display: flex;
    justify-content: space-between;
    width: 85%;
}
.design-waterproof-text p{
    margin-top: .75em;
}
.design-waterproof-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.design-waterproof-disclaimer{
    color: #B1B1B1;
    font-size: .9375vw;
    opacity: .4;
    margin-top: 1.5625vw;
    text-align: center;
}
.design-screen-container{
    margin: 0 auto;
}
.design-screen-title-container{
    margin-left: 13.39%;
    width: 74.5%;
}
.design-screen-title .hide-code{
    display: none;
}
.design-screen-text-trigger-container{
    width: 51.4%;
}
.design-screen-content-container{
    display: flex;
    justify-content: space-between;
}
.design-screen-feature-container{
    display: flex;
    margin-top: 7%;
}
.design-screen-feature-item-title{
    background: linear-gradient(to bottom,#B9D9FF,#37A4FF);
    font-size: 1.3vw;
    line-height: 1.25;
    color: transparent;
    -webkit-background-clip: text;
    overflow: hidden;
}
.design-screen-feature-item-text{
    font-size: .9375vw;
    margin-top: 1em;
}
.design-screen-feature-item{
    margin-left: 3.64vw;
}
.design-screen-feature-item:first-child{
    margin-left: 0;
}
.design-screen-feature-item-text-1{
    color: #FFFFFF;
    font-weight: bold;
}
.design-screen-feature-item-text-2{
    color: #8B8B8B;
}
.design-screen-image{
    margin-top: 3.45vw;
    margin-left: 17%;
    width: 65.46%;
}
.section-camera{
    position: relative;
}
.camera-intro{
    margin-top: -10.3%;
    overflow: hidden;
    padding-bottom: 10.4vw;
}
.camera-intro-title-container{
    margin-left: 13.125%;
    width: 71.27%;
    position: relative;
    z-index: 1;
}
.camera-intro-text{
    margin-top: 6.08vw;
}
.camera-intro-main-container{
    display: flex;
    justify-content: space-between;
    margin-left: 13.125%;
    position: relative;
}
.camera-intro-feature{
    width: 100%;
    margin-top: 5vw;
    transform: translateY(5.20833vw);
    opacity: 0;
    transition: all 1s cubic-bezier(0,0,0.5,1);
}
.camera-intro-feature-item{
    margin-top: 2.03vw;
}
.camera-intro-feature-item:first-child{
    margin-top: 0;
}
.camera-intro-feature-item-title{
    color:  #F4F4F4;
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.25;
    opacity: .9;
}
.camera-intro-feature-item-text{
    color: #B1B1B1;
    font-size: 1.14vw;
    margin-top: .5em;
}
.camera-intro-bg{
    position: absolute;
    top: -18vw;
    right: -22.6%;
    width: 64vw;
    transform: translateY(25%);
    opacity: 0;
    transition: all 1s cubic-bezier(0,0,0.5,1);
}
.camera-intro-phone{
    width: 62%;
    position: relative;
    margin-top: -2.5vw;
    transform: translateY(-10vw) scale(1.2);
    transition: transform 1s cubic-bezier(0,0,0.5,1);
    transform-origin: center top;
}
.camera-intro-main-container.active .camera-intro-feature{
    transform: translateY(0);
    opacity: 1;
}
.camera-intro-main-container.active .camera-intro-bg{
    transform: translateY(0);
    opacity: 1;
}
.camera-intro-main-container.active .camera-intro-phone{
    transform: translateY(0) scale(1);
}
.camera-portrait{

}
.camera-portrait-container{
    margin: 0 auto;
    width: 73.5%;
}
.camera-portrait-swiper .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.camera-portrait-left-part{
    width: 50.1%;
    will-change: transform;
    opacity: 0;
    transform: translateY(25%);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.camera-portrait-right-part{
    width: 45.58%;
    will-change: transform;
    opacity: 0;
    transform: translateY(25%);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.camera-portrait-left-image,.camera-portrait-right-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-portrait-left-image img,
.camera-portrait-right-image img{
    transform: scale(1.34);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.camera-portrait-swiper.active .camera-portrait-left-part,
.camera-portrait-swiper.active .camera-portrait-right-part{
    opacity: 1;
    transform: translateY(0);
}
.camera-portrait-swiper.active .camera-portrait-left-image img,
.camera-portrait-swiper.active .camera-portrait-right-image img{
    transform: scale(1);
}
.camera-portrait-swiper-btn-container{
    display: flex;
    position: absolute;
    right: 1%;
    bottom: 1%;
    z-index: 5;
}
.camera-portrait-swiper-prev-btn{
    margin-right: .9vw;
}
.camera-portrait-swiper-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
.camera-portrait-swiper-btn path{
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
.camera-portrait-swiper-btn svg{
    width: 2.96875vw;
    height: 2.96875vw;
    will-change: transform;
}
.camera-portrait-swiper-btn.swiper-button-disabled .arrow-path{
    opacity: .72;
}
.camera-zoom-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 73.23%;
}
.camera-zoom-left-part{
    width: 45.95%;
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.camera-zoom-right-part{
    width: 49.79%;
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1) .3s;
}
.camera-zoom-left-image,
.camera-zoom-right-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-zoom-title-container{
    margin-bottom: 2.75vw;
}
.camera-zoom-text{
    margin-top: 3.145vw;
}
.camera-zoom-left-image img,
.camera-zoom-right-image img{
    transform: scale(1.34);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
}
.camera-zoom-right-image img{
    transition-delay: .3s;
}
.camera-zoom-container.active .camera-zoom-left-part,
.camera-zoom-container.active .camera-zoom-right-part{
    opacity: 1;
    transform: translateY(0);
}
.camera-zoom-container.active .camera-zoom-left-image img,
.camera-zoom-container.active .camera-zoom-right-image img{
    transform: scale(1);
}
.camera-hover-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 73.23%;
}
.camera-hover-left-part{
    width: 43.6%;
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.camera-hover-right-part{
    width: 49.85%;
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1) .3s;
    margin-top: 2%;
}
.camera-hover-container.active .camera-hover-left-part,
.camera-hover-container.active .camera-hover-right-part{
    opacity: 1;
    transform: translateY(0);
}
.camera-hover-left-image{
    margin-top: 2.73vw;
}
.camera-hover-left-image,
.camera-hover-right-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-hover-left-image img,
.camera-hover-right-image img{
    transform: scale(1.34);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
}
.camera-hover-right-image img{
    transition-delay: .3s;
}
.camera-hover-container.active .camera-hover-left-image img,
.camera-hover-container.active .camera-hover-right-image img{
    transform: scale(1);
}
.camera-hover-text{
    margin-top: 3.125vw;
}
.camera-sample-container{
    position: relative;
}
.camera-sample-swiper .swiper-slide{
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.camera-sample-swiper .camera-sample-1{
    width: 36.09vw;
}
.camera-sample-swiper .camera-sample-2{
    transition-delay: .2s;
}
.camera-sample-swiper .camera-sample-2 .camera-sample-title{
    visibility: hidden;
}
.camera-sample-swiper .camera-sample-3{
    transition-delay: .4s;
}
.camera-sample-swiper .camera-sample-4{
    transition-delay: .6s;
}
.camera-sample-swiper .camera-sample-5{
    padding-right: 0;
    transition-delay: .8s;
}
.camera-sample-title{
    color: #FFFFFF;
    font-size: 2.08vw;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 1.36em;
}
.camera-sample-text{
    color: #B1B1B1;
    font-size: 1.14vw;
    margin-top: 7.5%;
}
.camera-sample-swiper-btn-container{
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 2.08%;
    margin-right: 13%;
    z-index: 5;
}
.camera-sample-swiper-prev-btn{
    margin-right: .9vw;
}
.camera-sample-swiper-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}

.camera-sample-swiper-btn svg{
    width: 2.96875vw;
    height: 2.96875vw;
    will-change: transform;
}
.main-container .swiper-button-disabled{
    opacity: .4;
}
.camera-sample-swiper-btn path{
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
.camera-sample-swiper-btn.swiper-button-disabled .arrow-path{
    opacity: .72;
}
.camera-sample-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-sample-image img{
    transform: scale(1.34);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
}
.camera-sample-2 .camera-sample-image img{
    transition-delay: .2s;
}
.camera-sample-3 .camera-sample-image img{
    transition-delay: .4s;
}
.camera-sample-4 .camera-sample-image img{
    transition-delay: .6s;
}
.camera-sample-5 .camera-sample-image img{
    transition-delay: .8s;
}
.camera-sample-swiper.active .swiper-slide{
    opacity: 1;
    transform: translateY(0);
}
.camera-sample-swiper.active .camera-sample-image img{
    transform: scale(1);
}
.camera-skincare-container{
    margin: 0 auto;
    width: 72.3%;
}
.camera-skincare-content-container{
    display: flex;
    justify-content: space-between;
}
.camera-skincare-feature{
    display: flex;
    align-items: center;
    margin-top: 2.4vw;
    opacity: .8;
}
.camera-skincare-feature-item{
    display: flex;
    align-items: center;
    margin-right: 3.6875vw;
}
.camera-skincare-feature-item-icon{
    display: flex;
}
.camera-skincare-feature-item-1 svg{
    width: 1.96vw;
    height: 2.29vw;
}
.camera-skincare-feature-item-2 svg{
    width: 2.1427vw;
    height: 2.1427vw;
}
.camera-skincare-feature-item-3 svg{
    width: 1.646vw;
    height: 1.646vw;
}
.camera-skincare-feature-item-title{
    color: #F0F0F0;
    font-size: 1.25vw;
    margin-left: .75em;
}
.camera-skincare-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-skincare-more-btn-container{
    display: flex;
    justify-content: center;
}
.camera-skincare-more-btn{
    border-radius: 3.75vw;
    border: 1px solid #334655;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.25vw;
    padding: .708em 1.6em;
    position: relative;
    overflow: hidden;
}
.camera-skincare-more-btn::before{
    background: radial-gradient(#39A6FF 0,#1E5584 97%,#1D5380 100%);
    border-radius: 3.75vw;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    backdrop-filter: blur(1.5625vw) brightness(1.7);
    overflow: hidden;
}
.camera-skincare-more-btn-text{
    color: #86BCFF;
    margin-right: .833em;
    position: relative;
}
.camera-skincare-more-btn-icon{
    display: flex;
    position: relative;
}
.camera-skincare-more-btn-icon svg{
    width: 2.448vw;
    height: 2.448vw;
    will-change: transform;
}
.common-popup-container{
    overflow: auto;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(rgba(50,50,50, 0.48),rgba(50,50,50, 0.48));
    transform: translateZ(0);
    backdrop-filter: blur(1vw);
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
:root.overflow-hidden{
    overflow: hidden;
}
.overflow-hidden {
    overflow: hidden;
}
.common-popup-container.popup-open{
    display: flex;
    z-index: 999;
    opacity: 1;
}
.common-popup-content-container{
    padding-top: 3.3%;
    padding-bottom: 1%;
    width: 62.5%;
    transform: translateY(100vh);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
}
.common-popup-container.popup-open .common-popup-content-container{
    transform: translateY(0);
}
.common-popup-content-wrapper{
    background-color: #000000;
    border-radius: 2.08vw;
    padding: 4% 0 13.33vw;
    will-change: transform;
}
.skincare-function-container{
    padding-top: 4.9375vw;
}
.skincare-function-text{
    color: #B1B1B1;
    font-size: 1.25vw;
}
.skincare-function-text .highlight-text{
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 1.5625vw;
}
.skincare-function-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.skincare-function-1{
    margin-left: 11.67%;
    width: 77.75%;
}
.skincare-function-2{
    flex-direction: row-reverse;
    margin-top: 1.04vw;
    margin-left: 14.583%;
    width: 75.3%;
}
.skincare-function-3{
    margin-top: .6vw;
    margin-left: 14.583%;
    width: 73.75%;
}
.skincare-function-image{
    position: relative;
}
.skincare-function-image img{
    width: 100%;
}
.skincare-function-text{
    line-height: 1.6;
}
.skincare-function-1 .skincare-function-image{
    width: 40.98%;
}
.skincare-function-1 .skincare-function-text{
    width: 51.6%;
}
.skincare-function-2 .skincare-function-image{
    width: 44%;
}
.skincare-function-2 .skincare-function-text{
    width: 46%;
}
.skincare-function-3 .skincare-function-image{
    width: 36.72%;
}
.skincare-function-3 .skincare-function-text{
    width: 51.5%;
}
.skincare-function-text-disclaimer{
    display: inline-block;
    font-size: .9375vw;
    margin-top: 1.3vw;
    opacity: .4;
    position: relative;
}
.skincare-function-text-disclaimer::before{
    content: "*";
    position: absolute;
    top: 0;
    left: -.75em;
}
.skincare-function-video{
    border-radius: 100%;
    position: absolute;
    top: 11.15%;
    left: 49.75%;
    width: 7.6vw;
    height: 7.6vw;
    overflow: hidden;
}
.skincare-function-2 .skincare-function-video{
    top: 10.9%;
    left: 49.5%;
    width: 8vw;
    height: 8vw;
}
.common-popup-close-btn-container{
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 4.9375vw;
    z-index: 5;
}
.common-popup-close-btn{
    cursor: pointer;
    display: flex;
    margin-right: .55vw;
}
.common-popup-close-btn svg{
    width: 5.736vw;
    height: 5.736vw;
}
.section-background-animation{
    background-color: #0C1015;
}
.section-performance{
    position: relative;
}
.performance-signal-title{
    text-align: center;
}
.performance-signal-image{
    position: relative;
    width: 56.25%;
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.performance-signal-beidou-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.performance-signal-beidou-image img{
    transform: scale(1.34);
    transition: transoform .6s cubic-bezier(0,0,0.5,1);
}
.performance-signal-satellite{
    position: absolute;
    top: 13%;
    right: -5.75%;
    width: 19.27vw;
    opacity: 0;
    transform: translate(25%,-25%) scale(1.2);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.performance-signal-beidou-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 13.38%;
    width: 76.2%;
}
.performance-signal-text{
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1) .4s;
}
.performance-signal-beidou-container.active .performance-signal-image{
    opacity: 1;
    transform: translateY(0);
}
.performance-signal-beidou-container.active .performance-signal-beidou-image img{
    transform: scale(1);
}
.performance-signal-beidou-container.active .performance-signal-satellite{
    opacity: 1;
    transform: translate(0,0) scale(1);
}
.performance-signal-beidou-container.active .performance-signal-text{
    opacity: 1;
    transform: translateY(0);
}
.performance-signal-lingxi-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 13.38%;
    width: 76.2%;
}
.performance-signal-lingxi-container .performance-signal-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.performance-signal-lingxi-container .performance-signal-image img{
    transform: scale(1.34);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
}
.performance-signal-lingxi-container.active .performance-signal-image{
    opacity: 1;
    transform: translateY(0);
}
.performance-signal-lingxi-container.active .performance-signal-image img{
    transform: scale(1);
}
.performance-signal-lingxi-container.active .performance-signal-text{
    opacity: 1;
    transform: translateY(0);
}
.performance-feature-title{
    margin-left: 13.385%;
}
.performance-feature-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 73.23%;
    position: relative;
    z-index: 1;
}
.performance-feature-left-part{
    width: 47.15%;
}
.performance-feature-right-part{
    width: 45.8%;
}
.performance-feature-charge{
    margin-top: 6.678vw;
}
.performance-feature-cooldown{
    margin-top: 5.13vw;
}
.performance-feature-item-container{
    opacity: 0;
    transform: translateY(25%);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.performance-feature-item-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.performance-feature-item-image img{
    transform: scale(1.34);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
}
.performance-feature-item.active .performance-feature-item-container{
    opacity: 1;
    transform: translateY(0);
}
.performance-feature-item.active .performance-feature-item-image img{
    transform: scale(1);
}
.section-system{
    margin-top: -100vh;
    position: relative;
}
.system-logo-sticky-container{
    height: 175vh;
}
.system-logo-container{
    position: sticky;
    top: 0%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 100vw;
    perspective-origin: center top;
}
.system-logo-image{
    position: absolute;
    top: 40%;
    left: 20%;
    width: 59.6875%;
    transform: translate3D(3%,-50%,30vw);
    opacity: 0;
}
.system-outside-screen{
    margin-top: -40vh;
}
.system-outside-screen-title{
    background: linear-gradient(to bottom,#211F1F,#545454);
    color: transparent;
    font-size: 3.54vw;
    font-weight: 300;
    line-height: 1.6;
    -webkit-background-clip: text;
    text-align: center;
}
.system-outside-screen-content-container{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    width: 71.5625vw;
}
.system-outside-screen-content-left-part{
    margin-left: 8.56%;
    width: 46.58%;
    padding-bottom: 4.05vw;
    position: relative;
    z-index: 1;
}
.system-outside-screen-content-phone-container{
    position: relative;
    margin: 0 auto;
    width: 80%;
}
.system-outside-screen-content-phone-icons{
    position: absolute;
    top: 11.225%;
    right: 12%;
    width: 10.35vw;
}
.system-outside-screen-content-phone-icons-bg{
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 11.35%;
    right: 12%;
    width: 10.25vw;
    height: 10.25vw;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0) rotate(0);
    -moz-transform: translate3d(0,0,0) rotate(0);
    will-change: transform,transition;
}
.system-outside-screen-content-phone-icon{
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
    width: 100%;
    overflow: hidden;
}
.system-outside-screen-content-phone-icon:first-child{
    border-radius: 0;
    position: relative;
    overflow: initial;
}
.system-outside-screen-content-phone-icon img{
    position: relative;
}
.system-outside-screen-content-phone-icons[data-tab="1"][data-index="1"] .system-outside-screen-content-phone-icon[data-tab="1"][data-index="1"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="1"][data-index="2"] .system-outside-screen-content-phone-icon[data-tab="1"][data-index="2"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="1"][data-index="3"] .system-outside-screen-content-phone-icon[data-tab="1"][data-index="3"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="2"][data-index="1"] .system-outside-screen-content-phone-icon[data-tab="2"][data-index="1"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="2"][data-index="2"] .system-outside-screen-content-phone-icon[data-tab="2"][data-index="2"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="2"][data-index="3"] .system-outside-screen-content-phone-icon[data-tab="2"][data-index="3"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="3"][data-index="1"] .system-outside-screen-content-phone-icon[data-tab="3"][data-index="1"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="3"][data-index="2"] .system-outside-screen-content-phone-icon[data-tab="3"][data-index="2"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="3"][data-index="3"] .system-outside-screen-content-phone-icon[data-tab="3"][data-index="3"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="4"][data-index="1"] .system-outside-screen-content-phone-icon[data-tab="4"][data-index="1"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="4"][data-index="2"] .system-outside-screen-content-phone-icon[data-tab="4"][data-index="2"]{
    opacity: 1;
}
.system-outside-screen-content-phone-icons[data-tab="4"][data-index="3"] .system-outside-screen-content-phone-icon[data-tab="4"][data-index="3"]{
    opacity: 1;
}
.system-outside-screen-content-phone-image{
    opacity: 0;
    transition: all 1s cubic-bezier(0,0,0.5,1);
}
.system-outside-screen-content-phone-main-icon{
    border-radius: 100%;
    display: flex;
    transform: translate(84%,50%) scale(3);
    position: relative;
    transition: all 1s cubic-bezier(0,0,0.5,1);
    overflow: hidden;
}
.system-outside-screen-content-phone-main-icon canvas{
    width: 10.2vw;
    height: 10.2vw;
}
.system-outside-screen-content-container.active .system-outside-screen-content-phone-image{
    opacity: 1;
    transform: translate(0,0);
}
.system-outside-screen-content-container.active .system-outside-screen-content-phone-main-icon{
    transform: translate(0,0) scale(1);
}
.system-outside-screen-content-container.active .system-outside-screen-content-tab-container{
    opacity: 1;
}
.system-outside-screen-content-tab-container{
    margin: 2.78vw auto 0;
    width: 80%;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0,0,0.5,1);
}
.system-outside-screen-content-tab-text-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 90%;
}
.system-outside-screen-content-tab-text-item{
    color: #8B8B8B;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.04vw;
    width: auto;
    height: 2.416vw;
    text-align: center;
    transition: all .3s cubic-bezier(0,0,0.5,1);
    white-space: nowrap;
}
.system-outside-screen-content-tab-text-item:nth-of-type(1){
    padding: 0 .8em;
}
.system-outside-screen-content-tab-container[data-tab="1"] .system-outside-screen-content-tab-text-item:nth-of-type(1){
    color: #000000;
    font-size: 1.51vw;
}
.system-outside-screen-content-tab-container[data-tab="2"] .system-outside-screen-content-tab-text-item:nth-of-type(2){
    color: #000000;
    font-size: 1.51vw;
}
.system-outside-screen-content-tab-container[data-tab="3"] .system-outside-screen-content-tab-text-item:nth-of-type(3){
    color: #000000;
    font-size: 1.51vw;
}
.system-outside-screen-content-tab-container[data-tab="4"] .system-outside-screen-content-tab-text-item:nth-of-type(4){
    color: #000000;
    font-size: 1.51vw;
}
.system-outside-screen-content-tab-line{
    background-color: #7E8EA0;
    margin-top: 1vw;
    height: 1px;
    position: relative;
}
.system-outside-screen-content-tab-slide-container{
    position: absolute;
    left: 5%;
    top: -1.5px;
    height: 4px;
    width: 90%;
}
.system-outside-screen-content-tab-slide{
    background-color: #000000;
    border-radius: 1vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 4px;
    transition: transform .3s cubic-bezier(0,0,0.5,1);
}
.system-outside-screen-content-tab-container[data-tab="1"] .system-outside-screen-content-tab-slide{
    transform: translateX(7.5%);
}
.system-outside-screen-content-tab-container[data-tab="2"] .system-outside-screen-content-tab-slide{
    transform: translateX(134%);
}
.system-outside-screen-content-tab-container[data-tab="3"] .system-outside-screen-content-tab-slide{
    transform: translateX(263%);
}
.system-outside-screen-content-tab-container[data-tab="4"] .system-outside-screen-content-tab-slide{
    transform: translateX(388%);
}
.system-outside-screen-content-right-part{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 4%;
    width: 36%;
    padding-bottom: 14%;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s cubic-bezier(0,0,0.5,1);
}
.system-outside-screen-content-container.active .system-outside-screen-content-right-part{
    opacity: 1;
}
.system-outside-screen-content-text-container{
    margin-top: 45%;
    position: relative;
}
.system-outside-screen-content-text-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
    pointer-events: none;
}
.system-outside-screen-content-text-container .system-outside-screen-content-text-item{
    color: #4A4949;
}
.system-outside-screen-content-text-container[data-tab="1"] .system-outside-screen-content-text-item[data-index="1"]{
    opacity: 1;
    z-index: 1;
    pointer-events: all;
}
.system-outside-screen-content-text-container[data-tab="2"] .system-outside-screen-content-text-item[data-index="2"]{
    opacity: 1;
    z-index: 1;
    pointer-events: all;
}
.system-outside-screen-content-text-container[data-tab="3"] .system-outside-screen-content-text-item[data-index="3"]{
    opacity: 1;
    z-index: 1;
    pointer-events: all;
}
.system-outside-screen-content-text-container[data-tab="4"] .system-outside-screen-content-text-item[data-index="4"]{
    opacity: 1;
    z-index: 1;
    pointer-events: all;
}
.system-outside-screen-content-text-item:first-child{
    position: relative;
}
.system-outside-screen-content-icons{
    position: relative;
}
.system-outside-screen-content-icon-row{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 90%;
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
.system-outside-screen-content-icon-row:first-child{
    position: relative;
}
.system-outside-screen-content-icon{
    border-radius: 100%;
    border: 1px solid #F5F5F7;
    cursor: pointer;
    width: 26.78%;
    padding: .25vw;
    opacity: .5;
    position: relative;
    transition: all .3s cubic-bezier(0,0,0.5,1);
}
.system-outside-screen-content-icon img{
    position: relative;
}
.system-outside-screen-content-icon[data-tab="1"][data-index="1"]::before{
    border-radius: 100%;
    background-color: #D9D7D7;
    content: "";
    display: block;
    position: absolute;
    top: .25vw;
    right: .25vw;
    bottom: .25vw;
    left: .25vw;
    overflow: hidden;
}
.system-outside-screen-content-icons[data-tab="1"] .system-outside-screen-content-icon-row:nth-of-type(1){
    opacity: 1;
    z-index: 2;
}
.system-outside-screen-content-icons[data-tab="2"] .system-outside-screen-content-icon-row:nth-of-type(2){
    opacity: 1;
    z-index: 2;
}
.system-outside-screen-content-icons[data-tab="3"] .system-outside-screen-content-icon-row:nth-of-type(3){
    opacity: 1;
    z-index: 2;
}
.system-outside-screen-content-icons[data-tab="4"] .system-outside-screen-content-icon-row:nth-of-type(4){
    opacity: 1;
    z-index: 2;
}
.system-outside-screen-content-icons[data-index="1"] .system-outside-screen-content-icon:nth-of-type(1){
    border-color: #4A4949;
    opacity: 1;
    transform: scale(1.19);
}
.system-outside-screen-content-icons[data-index="2"] .system-outside-screen-content-icon:nth-of-type(2){
    border-color: #4A4949;
    opacity: 1;
    transform: scale(1.19);
}
.system-outside-screen-content-icons[data-index="3"] .system-outside-screen-content-icon:nth-of-type(3){
    border-color: #4A4949;
    opacity: 1;
    transform: scale(1.19);
}
.system-outside-screen-bg{
    background-color: #F5F5F7;
    border-radius: 1.04vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    overflow: hidden;
    will-change: transform;
    opacity: 0;
    transition: opacity .6s cubic-bezier(0,0,0.5,1);
}
.system-outside-screen-content-container.active .system-outside-screen-bg{
    opacity: 1;
}
.system-live-window-container{
    margin: 0 auto;
    width: 71.5625%;
    padding-top: 5.4%;
    position: relative;
}
.system-live-window-content-container{
    background-color: #F5F5F7;
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.system-live-window-icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5.07vw;
    margin-left: 10vw;
    width: 33.2%;
}
.system-live-window-icon{
    cursor: pointer;
    width: 28.1%;
}
.system-live-window-icon-image{
    border: 1px solid #F5F5F7;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25vw;
    opacity: .5;
    transition: all .3s cubic-bezier(0,0,0.5,1);
}

.system-live-window-icon-text{
    font-size: .78125vw;
    margin-top: .75em;
    transform: scale(.7333);
    opacity: .5;
    transition: all .3s cubic-bezier(0,0,0.5,1);
    text-align: center;
}
.system-live-window-icon.active .system-live-window-icon-image{
    border-color: #4A4949;
    opacity: 1;
    transform: scale(1.125);
}
.system-live-window-icon.active .system-live-window-icon-text{
    opacity: 1;
    transform: scale(1);
}
.system-live-window-icon-4,
.system-live-window-icon-5,
.system-live-window-icon-6{
    margin-top: 3.026vw;
}
.system-live-window-text{
    margin: 7vw 0 5.4vw 10vw;
}
.system-live-window-text p{
    color: #4A4949;
}
.system-live-window-phone-contaniner{
    position: absolute;
    top: 0;
    right: 6.885%;
    width: 27.19vw;
}
.system-live-window-phone-icons{
    position: absolute;
    top: 11.35%;
    right: 12%;
    width: 10.25vw;
}
.system-live-window-phone-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
.system-live-window-phone-icons[data-id="1"] .system-live-window-phone-icon:nth-of-type(1){
    opacity: 1;
}
.system-live-window-phone-icons[data-id="2"] .system-live-window-phone-icon:nth-of-type(2){
    opacity: 1;
}
.system-live-window-phone-icons[data-id="3"] .system-live-window-phone-icon:nth-of-type(3){
    opacity: 1;
}
.system-live-window-phone-icons[data-id="4"] .system-live-window-phone-icon:nth-of-type(4){
    opacity: 1;
}
.system-live-window-phone-icons[data-id="5"] .system-live-window-phone-icon:nth-of-type(5){
    opacity: 1;
}
.system-live-window-phone-icons[data-id="6"] .system-live-window-phone-icon:nth-of-type(6){
    opacity: 1;
}



.system-feature-container{
    position: relative;
}
.system-feature-swiper .swiper-slide{
    padding-right: 5.2vw;
    opacity: 0;
    transform: translateY(5.20833vw);
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.system-feature-swiper .system-feature-1{
    width: 26.6vw;
}
.system-feature-swiper .system-feature-2{
    margin-top: 9%;
    width: 38.28vw;
    transition-delay: .2s;
}
.system-feature-swiper .system-feature-3{
    padding-right: 0;
    margin-top: 1.5%;
    width: 26.6vw;
    transition-delay: .4s;
}
.system-feature-title{
    color: #000000;
    font-size: 2.5vw;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 1.36em;
}
.system-feature-text{
    color: #4A4949;
    font-size: 1.25vw;
    margin-top: 2.08vw;
}
.system-feature-swiper-btn-container{
    display: flex;
    justify-content: flex-end;
    margin: 2.7vw auto 0;
    position: relative;
    width: 73.3%;
    z-index: 5;
}
.system-feature-swiper-prev-btn{
    margin-right: .9vw;
}
.system-feature-swiper-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
.system-feature-swiper-btn.swiper-button-disabled{
    opacity: .5;
}
.system-feature-swiper-btn svg{
    width: 2.96875vw;
    height: 2.96875vw;
    will-change: transform;
}
.system-feature-swiper-btn path{
    transition: opacity .3s cubic-bezier(0,0,0.5,1);
}
.system-feature-swiper-btn.swiper-button-disabled .arrow-path{
    opacity: .3;
}
.system-feature-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
    position: relative;
}
.system-feature-image img{
    transform: scale(1.34);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
}
.system-feature-2 .system-feature-image img{
    transition-delay: .2s;
}
.system-feature-3 .system-feature-image img{
    transition-delay: .4s;
}
.system-feature-swiper.active .swiper-slide{
    opacity: 1;
    transform: translateY(0);
}
.system-feature-swiper.active .system-feature-image img{
    transform: scale(1);
}
.system-feature-video{
    border-radius: 100%;
    position: absolute;
    top: 36.1%;
    left: 8.7%;
    overflow: hidden;
    width: 63.8%;
}

.section-disclaimer{
    background-color: #FAFBFD;
}
.disclaimer-container {
    /* border-top: 1px #D1D1D1 solid; */
    color: #9B9B9B;
    font-size: 12px;
    margin: 0 auto;
    width: 74.5%;
    /* padding-top: 1.5vw; */
    overflow: hidden;
}
.disclaimer-container ol {
    list-style-type: decimal;
    padding-left: 2em;
}
.disclaimer-tips-container{
    margin-bottom: 2.08vw;
}
.disclaimer-container li {
    line-height: 1.6em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.disclaimer-container .price{
    list-style: none;
    position: relative;
}
.disclaimer-container .price::before {
    content: "*";
    position: absolute;
    top: 0;
    left: -9px;
}
.disclaimer-container .more-discalimer{
    list-style: none;
    margin-top: 2vw;
}
.disclaimer-container .active{
    color: #000000;
    opacity: 1;
}
@media (min-width: 1920px){
    .disclaimer-container {
        font-size: .625vw;
    }
}
@media (max-width: 1100px){
    .design-color-swiper .design-color-pagination{
        bottom: 11vw;
    }
    .design-color-swiper .design-color-pagination .swiper-pagination-bullet{
        width: 2.5vw;
        height: 2.5vw;
    }
}

@media (max-aspect-ratio: 11 / 10){
    .header-top{
        top: 0;
    }
    .hidden-web{
        display: block;
    }
    .hidden-mob{
        display: none;
    }
    .hidden-inline-web{
        display: inline-block;
    }
    .space-300{
        height: 55.5vw;
    }
    .space-200{
        height: 27.7vw;
    }
    .space-160{
        height: 22.22vw;
    }
    .space-140{
        height: 19.44vw;
    }
    .space-120{
        height: 16.6vw;
    }
    .space-100{
        height: 13.88vw;
    }
    .space-96{
        height: 13.33vw;
    }
    .space-80{
        height: 11.11vw;
    }
    .space-64{
        height: 8.88vw;
    }
    .space-60{
        height: 8.33vw;
    }
    .space-40{
        height: 5.55vw;
    }
    .space-30{
        height: 4.16vw;
    }
    .space-20{
        height: 2.77vw;
    }
    .sticky-viewport{
        height: 100vh;
        top: 0;
    }
    .main-container{
        font-size: 3.6vw;
    }
    .main-container .big-title{
        font-size: 13.89vw;
        line-height: normal;
    }
    .main-container .small-title{
        font-size: 6.66vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h2{
        font-size: 13.8vw;
        line-height: normal;
    }
    .main-container .h3{
        font-size: 9.44vw;
    }
    .main-container .subtitle{
        font-size: 4.444vw;
        line-height: 1.25;
    }
    .main-container .h4{
        font-size: 8.33vw;
        line-height: normal;
    }
    .main-container .h2-xs{
        font-size: 8.8vw;
        line-height: normal;
    }
    .main-container .h3-xs{
        font-size: 8.33vw;;
    }
    .main-container .h4-xs{
        font-size: 6.667vw;
    }
    .main-container p{
        font-size: 4.44vw;
    }
    .main-container .smaller-text{
        font-size: 3.6vw;
        line-height: 1.6;
    }
    .main-container .disclaimer{
        font-size: 3vw;
    }
    .video-pop-play{
        font-size: 5vw;
    }
    .auto-video-btn{
        font-size: 5vw;
    }
    .video-pop-play-svg{
        width: 11.1vw;
        height: 11.1vw;
    }
    .common-transform-show{
        opacity: 0;
        transform: translateY(5.55vw);
    }

    .kv-image-container{
        flex-direction: column;
    }
    .kv-image{
        width: 93.888889%;
        margin: 0 auto;
    }
    .kv-logo{
        margin: 15.8% auto 0;
        width: 65.277778vw;
    }
    .kv-image-content{
        margin-bottom: 16.667%;
    }
    .kv-subtitle{
        font-size: 7.63vw;
    }
    .huawei-product-buy-btn-container{
        margin-top: 4.16666667vw;
    }
    .huawei-product-buy-btn-price{
        font-size: 5.56vw;
    }
    .huawei-product-buy-btn-price span{
        font-size: 3.611111111vw;
    }
    .reasontobuy-container{
        height: auto;
        padding-top: 12.08%;
    }
    .reasontobuy-bg{
        position: relative;
        top: 0;
        width: 100%;
        transform: translate(0);
    }
    .reasontobuy-container.active .reasontobuy-bg{
        position: relative;
        top: 0;
        width: 100%;
        transform: translate(0);
    }
    .reasontobuy-bg-text{
        display: none;
    }
    .reasontobuy-sellpoint-container{
        margin-top: -9vw;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(0);
        z-index: 2;
    }
    .sellpoint-row{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        width: 85.78%;
        transform: translateX(0);
        opacity: 1;
    }
    .sellpoint-row::after{
        display: none;
    }
    .sellpoint-row-2{
        position: relative;
        opacity: 1;
    }
    .sellpoint-item{
        margin-top: 4.167vw;
    }
    .sellpoint-item-container{
        opacity: 0;
        transform: translateY(10vw);
        transition: all .6s cubic-bezier(0,0,0.5,1);
    }
    .sellpoint-item.active .sellpoint-item-container{
        opacity: 1;
        transform: translateY(0);
    }
    .sellpoint-item-1{
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .sellpoint-item-2{
        float: none;
        width: 44.33%;
    }
    .sellpoint-item-3{
        float: none;
        width: 51.16%;
    }
    .sellpoint-item-3 .sellpoint-item-container{
        transition-delay: .2s;
    }
    .sellpoint-item-6{
        float: none;
        width: 100%;
        order: 1;
    }
    .sellpoint-item-5{
        float: none;
        width: 48.04%;
        order: 2;
    }
    .sellpoint-item-4{
        float: none;
        width: 47.5%;
        order: 3;
    }
    .sellpoint-item-4 .sellpoint-item-container{
        transition-delay: .2s;
    }
    .sellpoint-item-title{
        font-size: 4.167vw;
    }
    .sellpoint-item .sellpoint-item-bg{
        border-radius: 2.778vw;
    }
    .sellpoint-item-1 .sellpoint-item-title{
        top: 10%;
    }
    .sellpoint-item-1 .sellpoint-item-image{
        top: 29.37%;
        left: 33.58%;
        width: 32.8%;
    }
    .sellpoint-item-2 .sellpoint-item-title{
        top: 3.63vw;
        left: 6.63vw;
    }
    .sellpoint-item-2 .sellpoint-item-image{
        top: 52.5%;
        left: auto;
        right: -5%;
        width: 125.6%;
    }
    .sellpoint-item-3 .sellpoint-item-title{
        top: 3.63vw;
        left: 6.63vw;
        text-align: center;
    }
    .sellpoint-item-3 .sellpoint-item-image{
        top: auto;
        bottom: 13.76vw;
        left: -5%;
        width: 96.8%;
    }
    .sellpoint-item-6 .sellpoint-item-title{
        top: 6.5%;
        left: 47%;
        transform: translateX(-50%);
    }
    .sellpoint-item-6 .sellpoint-item-image{
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: none;
    }
    .sellpoint-item-5 .sellpoint-item-title{
        top: 3.63vw;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .sellpoint-item-5 .sellpoint-item-image{
        top: auto;
        bottom: 0;
        left: 22.8%;
        width: 54.4%;
        transform: translateY(15%);
    }
    .sellpoint-item-4 .sellpoint-item-title{
        top: 3.63vw;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .sellpoint-item-4 .sellpoint-item-image{
        border-radius: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
    }
    .sellpoint-item.active .sellpoint-item-image{
        transform: translate(0,0) scale(1);
        transition: all .6s cubic-bezier(0,0,0.5,1);
    }
    .sellpoint-item-3.active .sellpoint-item-image{
        transition-delay: .2s;
    }
    .sellpoint-item-arrow-container{
        display: none;
    }
    .sellpoint-item-jump{
        right: 4.16vw;
        bottom: 4.16vw;
        width: 7.78vw;
        height: 7.78vw;
    }
    .sellpoint-nav-container{
        display: none;
    }
    .design-intro-media{
        border-radius: 0;
        width: 100%;
    }
    .design-intro-play-btn{
        right: 5.55vw;
        bottom: 5.55vw;
        width: 11.11vw;
        height: 11.11vw;
    }
    .design-intro-play-btn svg{
        width: 11.11vw;
        height: 11.11vw;
    }
    .design-intro-text{
        width: 85.4%;
    }
    .design-color-title{
        margin-bottom: 15.7%;
        text-align: center;
    }
    .design-color-swiper{
        width: 84.83%;
    }
    .design-color-swiper .swiper-slide{
        padding-bottom: 0;
    }
    .design-color-bg{
        border-radius: 0;
    }
    .design-color-main{
        margin-top: 4.167%;
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
    }
    .design-color-content-title{
        display: none;
    }
    .design-color-content-text{
        font-size: 3.333vw;
        position: absolute;
        top: 5.55vw;
        left: 10%;
        width: 80%;
        text-align: center;
    }
    .design-color-phone{
        border-radius: 2.77vw;
        margin-left: 0;
        width: 100%;
        overflow: hidden;
    }
    .design-color-swiper .design-color-pagination{
        border: 1px solid #24323D;
        border-radius: 2.78vw;
        display: flex;
        justify-content: space-between;
        margin: 8.33vw auto 0;
        position: relative;
        right: auto;
        bottom: auto;
        width: 82%;
        padding: 4% 7.5% 10%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .design-color-swiper .design-color-pagination::after{
        background-color: #3479C9;
        backdrop-filter: blur(1.11vw) brightness(0.1);
        content: "";
        display: block;
        opacity: .11;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .design-color-swiper .design-color-pagination .swiper-pagination-bullet{
        border-width: 1px;
        width: 8.33vw;
        height: 8.33vw;
        padding: 1.11vw;
        z-index: 1;
        opacity: .75;
        transform: scale(.8);
        transition: all .3s ease;
        box-sizing: content-box;
    }
    .design-color-swiper .design-color-pagination .swiper-pagination-bullet-active{
        opacity: 1;
        transform: scale(1);
    }
    .design-color-pagination .swiper-pagination-bullet::after{
        font-size: 2.778vw;
        top: 115%;
    }
    .design-accessories-container{
        display: flex;
        flex-direction: column;
    }
    .design-accessories-title{
        order: 1;
    }
    .design-accessories-more-btn-container{
        margin-top: 4.167vw;
        order: 2;
    }
    .design-accessories-more-btn-text{
        font-size: 4.44vw;
    }
    .design-accessories-more-btn-icon-container{
        width: 1.18vw;
        height: 2.357vw;
    }
    .design-accessories-more-btn-icon-container svg{
        width: 1.18vw;
        height: 2.357vw;
    }
    .design-accessories-swiper{
        width: 100%;
        order: 3;
    }
    .design-accessories-swiper{
        overflow: hidden;
    }
    .design-accessories-image-container{
        margin: 11.1% 0 0;
    }
    .design-accessories-image{
        border-radius: 2.78vw;
        margin-top: 0;
        opacity: 1;
        transform: translate(0,0);
    }
    .design-accessories-image img{
        border-radius: 2.78vw;
    }
    .design-accessories-swiper-btn-container{
        display: flex;
        justify-content: center;
        margin-top: 5.55vw;
    }
    .design-accessories-swiper-prev-btn{
        margin-right: 3.05vw;
    }
    .design-accessories-swiper-btn{
        width: 10.9vw;
        height: 10.9vw;
    }
    .design-accessories-swiper-btn svg{
        width: 10.9vw;
        height: 10.9vw;
    }
    .design-accessories-swiper-btn path{
        transition: opacity .3s cubic-bezier(0,0,0.5,1);
    }
    .design-accessories-swiper-btn.swiper-button-disabled path{
        opacity: .5;
    }
    .design-accessories-disclaimer{
        font-size: 2.5vw;
        margin-top: 3.88vw;
        transform: none;
        text-align: center;
    }
    .design-chain-item-container{
        width: 100%;
    }
    .design-chain-play-btn{
        right: 8.33vw;
        bottom: 10.5vw;
        width: 11.1vw;
        height: 11.1vw;
    }
    .video-pop-play-svg svg{
        width: 100%;
        height: 100%;
    }
    .design-chain-item-row-2{
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .design-chain-item{
        border-radius: 0;
        transform: translateY(13.88889vw);
        width: 100%;
    }
    .design-chain-item-row-2 .design-chain-item{
        border-radius: 2.78vw;
    }
    .design-chain-item-2{
        margin-top: 11.1%;
        width: 86.11%;
    }
    .design-chain-item-3{
        margin-top: 11.1%;
        width: 86.11%;
    }
    .design-chain-item-3 .design-chain-item-content{
        width: 80%;
    }
    .design-chain-item-2 .design-chain-item-content{
        left: 5%;
        width: 90%;
    }
    .design-chain-item-content{
        top: 7.78vw;
        left: 10%;
        width: 80%;
        text-align: center;
    }
    .design-chain-item-title{
        font-size: 4.167vw;
    }
    .design-chain-item-text{
        font-size: 3.05vw;
    }
    .design-waterproof-container{
        width: 86.11%;
    }
    .design-waterproof-image{
        border-radius: 2.78vw;
    }
    .design-waterproof-disclaimer{
        font-size: 2.5vw;
        margin-top: 4.16vw;
    }
    .design-waterproof-text p{
        margin-top: 0;
    }
    .design-waterproof-text{
        margin-top: 8.333vw;
    }
    .design-screen-container{
        width: 86.11%;
    }
    .design-screen-title-container{
        margin-left: 0;
        width: 100%;
    }
    .design-screen-title .hide-code{
        display: inline;
    }
    .design-screen-content-container{
        flex-direction: column;
        width: 100%;
    }
    .design-screen-image{
        margin: 11.11vw auto 0;
        width: 96%;
    }
    .design-screen-text-trigger-container{
        margin-top: -70vw;
        width: 100%;
    }
    .design-screen-text-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .design-screen-feature-container{
        margin-top: 0;
    }
    .design-screen-feature-item-title{
        font-size: 4.44vw;
    }
    .design-screen-feature-item:first-child{
        margin-right: 2.5vw;
    }
    .design-screen-feature-item-text{
        font-size: 3.33vw;
        margin-top: .5em;
    }
    .design-screen-feature-item-text-2{
        font-size: 2.78vw;
        margin-top: 0;
    }
    .design-screen-text{
        margin-top: 11.11vw;
    }
    .camera-intro{
        margin-top: 0;
        padding-bottom: 20.97%;
    }
    .camera-intro-title-container{
        margin-top: 10.69vw;
        margin-left: 6.9444%;
        width: 86.11%;
    }
    .camera-intro-main-container{
        flex-direction: column-reverse;
        margin-top: 27.7%;
        margin-left: 6.9444%;
    }
    .camera-intro-main-content{
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        z-index: 1;
    }
    .camera-intro-phone{
        margin-top: 0;
        width: 100%;
    }
    .camera-intro-bg{
        top: -17%;
        left: 13%;
        right: auto;
        width: 114.6vw;
    }
    .camera-intro-feature{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 22.2%;
        width: 93%;
        transform: translateY(13.88889vw);
    }
    .camera-intro-feature-item{
        width: 45%;
        margin-top: 8.33vw;
    }
    .camera-intro-feature-item:nth-of-type(odd){
        width: 55%;
    }
    .camera-intro-feature-item-title{
        font-size: 4.44vw;
    }
    .camera-intro-feature-item-text{
        font-size: 3.05vw;
        margin-top: 1em;
    }
    .camera-intro-feature-item:nth-of-type(2){
        margin-top: 0;
    }
    .camera-intro-text{
        margin-top: 11.11vw;
        width: 100%;
    }
    .camera-portrait{
        
    }
    .camera-portrait-container{
        width: 86.11%;
        position: relative;
    }
    .camera-portrait-swiper .swiper-slide{
        flex-direction: column;
    }
    .camera-portrait-left-part{
        width: 100%;
    }
    .camera-portrait-left-image, .camera-portrait-right-image{
        border-radius: 2.78vw;
    }
    .camera-portrait-right-part{
        margin-top: 26.11vw;
        width: 100%;
    }
    .camera-portrait-left-text{
        position: absolute;
        top: 50.5%;
    }
    .camera-portrait-swiper-prev-btn{
        margin-right: 3.05vw;
    }
    .camera-portrait-swiper-btn-container{
        margin-top: 8.333vw;
        position: relative;
        justify-content: flex-end;
        right: auto;
        bottom: auto;
    }
    .camera-portrait-swiper-btn,.camera-portrait-swiper-btn svg{
        width: 10.9vw;
        height: 10.9vw;
    }
    .camera-zoom-container{
        width: 86.11%;
    }
    .camera-zoom-title-container{
        margin-left: 0;
        margin-bottom: 8.33vw;
    }
    .camera-zoom-right-part{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .camera-zoom-title-container{
        order: 1;
    }
    .camera-zoom-left-image{
        border-radius: 2.78vw;
        order: 4;
    }
    .camera-zoom-text{
        margin: 8.33vw 0 7.64vw;
        order: 3;
    }
    .camera-zoom-left-part,.camera-zoom-right-part{
        transform: translateY(13.88889vw);
    }
    .camera-zoom-right-image{
        border-radius: 2.78vw;
        order: 2;
    }
    .camera-hover-container{
        flex-direction: column;
        margin: 0 auto;
        width: 86.11%;
    }
    .camera-hover-left-part,.camera-hover-right-part{
        width: 100%;
        transform: translateY(13.88889vw);
    }
    .camera-hover-left-image, .camera-hover-right-image{
        border-radius: 2.78vw;
    }
    .camera-hover-left-image{
        margin-top: 11.44vw;
    }
    .camera-hover-right-part{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .camera-hover-text{
        margin: 8.33vw 0 7.64vw;
    }
    .camera-sample-image{
        border-radius: 2.08vw;
    }
    .camera-sample-swiper .swiper-slide{
        transform: translateY(13.88889vw);
    }
    .camera-sample-swiper .camera-sample-1{
    }
    .camera-sample-swiper .camera-sample-2{
    }
    .camera-sample-swiper .camera-sample-3{
    }
    .camera-sample-swiper .camera-sample-4{
    }
    .camera-sample-swiper .camera-sample-5{
    }
    .camera-sample-title{
        font-size: 5.55vw;
        margin-left: 0;
    }
    .camera-sample-text{
        font-size: 4.44vw;
        margin: 4.167vw 0 0;
    }
    .camera-sample-swiper-btn,.camera-sample-swiper-btn svg{
        width: 11.1vw;
        height: 11.1vw;
    }
    .camera-sample-swiper-btn-container{
        margin-top: 5.55%;
    }
    .camera-sample-swiper-btn-container .camera-sample-swiper-prev-btn{
        margin-right: 3.05vw;
    }
    .camera-skincare-container{
        margin: 0 auto;
        width: 86.11%;
    }
    .camera-skincare-content-container{
        flex-direction: column;
    }
    .camera-skincare-image{
        border-radius: 2.78vw;
        margin-top: 7.27vw;
    }
    .camera-skincare-feature-container{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 5.55vw;
    }
    .camera-skincare-feature{
        margin-top: 0;
    }
    .camera-skincare-feature-item-title{
        font-size: 3.61vw;
        margin-left: .5em;
    }
    .camera-skincare-feature-item-1 svg{
        width: 5.54vw;
        height: 6.47vw;
    }
    .camera-skincare-feature-item-2 svg{
        width: 6.525vw;
        height: 6.525vw;
    }
    .camera-skincare-feature-item-3 svg{
        width: 5.26vw;
        height: 5.26vw;
    }
    .camera-skincare-feature-item:last-child{
        margin-right: 0;
    }
    .camera-skincare-text{
        margin-top: 8.33vw;
    }
    .camera-skincare-text-highlight-mob{
        color: #F4F4F4;
        font-weight: bold;
    }
    .camera-skincare-more-btn-container{
        justify-content: flex-start;
    }
    .camera-skincare-more-btn{
        border-radius: 6vw;
        font-size: 3.889vw;
    }
    .camera-skincare-more-btn-icon svg{
        width: 6.527vw;
        height: 6.527vw;
    }
    .performance-signal-title{
        margin: 0 auto;
        width: 86.11%;
        text-align: left;
    }
    .performance-signal-container{
        overflow: hidden;
    }
    .performance-signal-beidou-container{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 86.11%;
    }
    .performance-signal-image{
        border-radius: 2.78vw;
        width: 100%;
        transform: translateY(13.88889vw);
    }
    .performance-signal-satellite{
        width: 43.47vw;
        top: -7%;
        right: 4%;
    }
    .performance-signal-text{
        margin-top: 8.33vw;
        transform: translateY(13.88889vw);
    }
    .performance-signal-lingxi-container{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 8.33vw auto 0;
        width: 86.11%;
    }
    .performance-signal-lingxi-container .performance-signal-image{
        border-radius: 2.78vw;
    }
    .performance-feature-title{
        margin: 0 auto;
        width: 86.11%;
    }
    .performance-feature-charge .highlight-text{
    }
    .performance-feature-container{
        flex-direction: column;
        margin: 0 auto 0;
        width: 86.11%;
    }
    .performance-feature-left-part{
        width: 100%;
    }
    .performance-feature-right-part{
        width: 100%;
    }
    .performance-feature-item-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .performance-feature-item-image{
        border-radius: 2.78vw;
    }
    .performance-feature-item{
        margin-top: 16.66vw;
    }
    .system-logo-container{
        width: 100%;
    }
    .system-logo-image{
        left: 4.5%;
        width: 90.93%;
    }
    .system-outside-screen{
        margin-top: -50vh;
    }
    .system-outside-screen-title{
        font-size: 9.44vw;
    }
    .system-outside-screen-content-container{
        flex-direction: column;
        margin: 0 auto;
        width: 86.11%;
    }
    .system-outside-screen-content-left-part{
        margin-left: 0;
        padding-bottom: 8.33vw;
        width: 100%;
    }
    .system-outside-screen-content-phone-container{
        margin: 0 auto;
        width: 68.87%
    }
    .system-outside-screen-content-phone-icons{
        top: 11%;
        right: 11.75%;
        width: 23vw;
    }
    .system-outside-screen-content-phone-icons-bg{
        top: 11%;
        right: 11.75%;
        width: 23vw;
        height: 23vw
    }
    .system-outside-screen-content-phone-main-icon{
        transform: translate(-50%,75%) scale(3);
    }
    .system-outside-screen-content-phone-main-icon canvas{
        width: 23vw;
        height: 23vw;
    }
    .system-outside-screen-content-tab-text-item{
        font-size: 2.78vw;
        height: 6.65vw;
    }
    .system-outside-screen-content-tab-container[data-tab="1"] .system-outside-screen-content-tab-text-item:nth-of-type(1){
        font-size: 4.16vw;
    }
    .system-outside-screen-content-tab-container[data-tab="2"] .system-outside-screen-content-tab-text-item:nth-of-type(2){
        font-size: 4.16vw;
    }
    .system-outside-screen-content-tab-container[data-tab="3"] .system-outside-screen-content-tab-text-item:nth-of-type(3){
        font-size: 4.16vw;
    }
    .system-outside-screen-content-tab-container[data-tab="4"] .system-outside-screen-content-tab-text-item:nth-of-type(4){
        font-size: 4.16vw;
    }
    .system-outside-screen-content-tab-text-row{
        width: 98%;
    }
    .system-outside-screen-content-tab-slide-container{
        left: 0;
        width: 98%;
    }
    .system-outside-screen-content-tab-slide-container{
        height: 2px;
        top: -.5px;
    }
    .system-outside-screen-content-tab-slide{
        height: 2px;
        width: 24%;
    }
    .system-outside-screen-content-tab-container[data-tab="1"] .system-outside-screen-content-tab-slide{
        transform: translateX(0);
    }
    .system-outside-screen-content-tab-container[data-tab="2"] .system-outside-screen-content-tab-slide{
        transform: translateX(109%);
    }
    .system-outside-screen-content-tab-container[data-tab="3"] .system-outside-screen-content-tab-slide{
        transform: translateX(216%);
    }
    .system-outside-screen-content-tab-container[data-tab="4"] .system-outside-screen-content-tab-slide{
        transform: translateX(321%);
    }
    .system-outside-screen-content-tab-container{
        margin-top: 40vw;
    }
    .system-outside-screen-content-right-part{
        flex-direction: column-reverse;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .system-outside-screen-content-text-container{
        margin: 0 auto;
        width: 79.67%;
    }
    .system-outside-screen-content-icons{
        position: absolute;
        top: -110%;
        width: 100%;
    }
    .system-outside-screen-content-icon-row{
        left: 13.71%;
        width: 72.58%;
    }
    .system-outside-screen-content-text-item{
        text-align: center;
        width: 100%;
    }
    .system-outside-screen-content-container.active .system-outside-screen-bg{
        border-radius: 2.78vw;
    }
    .system-live-window-container{
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
        width: 86.11%;
    }
    .system-live-window-content-container{
        border-radius: 2.78vw;
        padding-top: 50vw;
        margin-top: -50vw;
    }
    .system-live-window-phone-contaniner{
        margin: 0 auto;
        position: relative;
        right: auto;
        width: 68.87%;
    }
    .system-live-window-phone-icons{
        top: 11%;
        right: 11.75%;
        width: 23vw;
    }
    .system-live-window-icon-text{
        font-size: 2.08vw;
    }
    .system-live-window-icons{
        margin: 8.33vw auto 0;
        width: 70.354%;
    }
    .system-live-window-text{
        margin: 8.33vw auto 12.9vw;
        width: 88%;
        text-align: center;
    }
    .system-feature-title{
        font-size: 8.33vw;
        margin-left: 0;
    }
    .system-feature-text{
        font-size: 4.44vw;
        margin-left: 0;
        margin-top: 4.167vw;
    }
    .system-feature-swiper .swiper-slide{
        padding-right: 5.55vw;
        transform: translateY(13.88889vw);
    }
    .system-feature-swiper .system-feature-1{
        width: 81.94vw;
    }
    .system-feature-swiper .system-feature-2{
        margin-top: 0;
        width: 81.94vw;
    }
    .system-feature-swiper .system-feature-3{
        padding-right: 0;
        margin-top: 0;
        width: 81.94vw;
    }
    .system-feature-image{
        border-radius: 2.08vw;
    }
    .system-feature-video{
        top: 38.9%;
        left: 6.4%;
        width: 61.85%;
    }
    .system-feature-swiper-btn-container{
        padding-bottom: 1vw;
    }
    .system-feature-swiper-btn svg{
        width: 10.833vw;
        height: 10.833vw;
    }
    .system-feature-swiper-prev-btn{
        margin-right: 4.167vw;
    }
    .common-popup-content-container{
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .common-popup-content-wrapper{
        border-radius: 0;
    }
    .common-popup-close-btn{
        margin-right: 7%;
    }
    .common-popup-close-btn svg{
        width: 15.4vw;
        height: 15.4vw;
    }
    .skincare-function-item{
        flex-direction: column;
        margin: 0 auto;
        width: 71.67%;
    }
    .skincare-function-1 .skincare-function-image{
        width: 77%;
    }
    .skincare-function-1 .skincare-function-text{
        margin-left: 7%;
        width: 86%;
    }
    .skincare-function-2{
        margin-top: 15.97vw;
    }
    .skincare-function-2 .skincare-function-image{
        width: 77%;
    }
    .skincare-function-2 .skincare-function-text{
        margin-left: 5%;
        width: 90%;
    }
    .skincare-function-text{
        font-size: 4.44vw;
        margin-top: 8.333vw;
    }
    .skincare-function-3{
        margin-top: 15.97vw;
    }
    .skincare-function-3 .skincare-function-image{
        width: 62.98%;
    }
    .skincare-function-3 .skincare-function-text{
        margin-left: 5%;
        width: 90%;
    }
    .skincare-function-text-disclaimer{
        font-size: 2.5vw;
        margin-top: 4.86vw;
    }
    .skincare-function-video{
        top: 11.4%;
        left: 49.5%;
        width: 21.25vw;
        height: 21.25vw;
    }
    .skincare-function-2 .skincare-function-video{
        top: 10.9%;
        left: 49.6%;
        width: 21.4vw;
        height: 21.4vw;
    }
    .skincare-function-text .highlight-text{
        margin-bottom: 4.167vw;
    }
    .disclaimer-container {
        font-size: 3.33vw;
        width: 87.5%;
        padding-top: 8.33%;
        padding-bottom: 8.33%;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 10vw;
    }
    .disclaimer-tips-container{
        margin-bottom: 11.1111vw;
    }
    .disclaimer-container ol{
        padding-left: 2em;
    }
}

.no-inline-video .video-fallback{
    display: block;
}
.no-inline-video video{
    display: none;
}