.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{
    margin-top: -1px;
    position: relative;
}
.main-container .section-kv{
    margin-top: 0;
}
.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-180{
    height: 9.375vw;
}
.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.3;
}
.main-container .h2{
    color: #F5F5F7;
    font-size: 5vw;
    font-weight: 300;
    line-height: 1.3;
}
.main-container .h3{
    color: #F5F5F7;
    font-size: 3.333vw;
    font-weight: 300;
    line-height: 1.3;
}
.main-container .h4{
    color: #F5F5F7;
    font-size: 2.5vw;
    font-weight: 300;
    line-height: 1.3;
}
.main-container .subtitle{
    color: #969699;
    font-size: 1.145vw;
    margin-bottom: .9375vw;
}
.main-container p{
    color: #969699;
    font-size: 1.1458vw;
    line-height: 1.6;
}
.main-container .highlight-text{
    color: #F5F5F7;
}
.main-container .highlight-text-light{

}
.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;
    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);
}


.huawei-product-buy-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.huawei-product-buy-btn-price{
    color: #000;
    font-size: 1.46vw;
    font-weight: 400;
    line-height: 1.3;
    margin-right: 2.5vw;
}
.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: 10px 26px;
    border: 2px solid #000;
    background-color: #000;
    transition: 0.3s ease-out;
    cursor: pointer;
    border-radius: 6px;
}
.huawei-product-buy-btn:hover{
    opacity: .8;
}


.kv-container{
    position: relative;
}
.kv-image-container{
    background: linear-gradient(to bottom,#FFFFFF,#F1F1F1);
    width: 100%;
    position: relative;
    height: 47.4479vw;
    overflow: hidden;
}
.kv-image-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26.3%;
    opacity: 0;
    transition: all .8s ease;
}
.kv-image-phone{
    position: absolute;
    bottom: 0;
    left: 8.28%;
    width: 67.7777%;
    opacity: 0;
    transform: translate(-3.5%,7.5%);
    transition: all .8s ease;
}
.kv-image-container.active .kv-image-bg{
    opacity: 1;
}
.kv-image-container.active .kv-image-phone{
    opacity: 1;
    transform: translate(0,0);
}
.kv-content-container{
    position: absolute;
    top: 6.25vw;
    left: 50%;
    transform: translateX(-50%);
    width: 29.53%;
    z-index: 1;
}
.kv-content-logo{
    display: flex;
}
.kv-content-logo svg{
    width: 100%;
    height: auto;
}
.kv-content-subtitle{
    font-size: 1.6667vw;
    line-height: 1.3;
    margin-top: .479vw;
    text-align: center;
}
.kv-content-feature{
    margin-top: 1.75em;
    font-size: 1.25vw;
    text-align: center;
}
.kv-content-price-container{
    margin-top: 2.5vw;
}
.kv-go-update-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.61vw 0 2.08vw;
    position: absolute;
    top: 13vw;
    width: 100%;
}
.kv-go-update-btn{
    border: #707070 1px solid;
    border-radius: 1.5vw;
    color: #000000;
    cursor: pointer;
    font-size: 1.0416vw;
    display: flex;
    align-items: center;
    padding: .625vw 1.1458vw;
    transition: all .3s ease;
}
.kv-go-update-btn:hover{
    border-color: #000000;
}
.kv-go-update-btn svg{
    margin-left: .46875vw;
    width: 1.146vw;
    height: 1.146vw;
}
.kv-intro{
    position: relative;
}
.kv-intro-container{
    width: 100%;
    padding: 10.416% 0 0;
}
.kv-intro-bg{
    width: 100%;
    height: 100%;
}
.kv-intro-bg img{
    height: 100%;
    object-fit: cover;
}
.kv-intro-bg-mask{
    background-color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity .8s ease;
}
.kv-intro-mask{
    background: linear-gradient(to bottom,#FFFFFF00 0,#FFFFFFFF 80%,#FFFFFFFF 100%);
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 10vw;
    z-index: 2;
}
.kv-intro-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.kv-intro-text{
    background: linear-gradient(135deg,#6C906B 0,#AACCA9 55%,#6C906B 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 1.875vw;
    line-height: 2;
    margin: 0 auto;
    text-align: center;
    transition: all .8s ease;
}
.kv-intro-text p{
    color: transparent;
    -webkit-background-clip: text;
    font-size: 1.875vw;
    line-height: 2;
}
.kv-intro-container.active .kv-intro-bg-mask{
    opacity: 0;
}
.kv-intro-container.active .kv-intro-text{
    transform: translateY(-50%);
    opacity: 0;
}
.kv-intro-container.active .design-main-title-pop-btn{
    transform: translateY(-500%);
    opacity: 1;
}
.design-main-title-pop-btn-container{
    
}
.design-main-title-pop-btn{
    opacity: 1;
    transition: all .8s ease;
}
.kv-intro-space{
    height: 30vh;
}
.reasontobuy-container{
    margin: 0 auto;
    align-items: center;
    position: relative;
}
.reasontobuy-wrapper{
    width: 22.916667vw;
    margin-top: 0;
    padding-left: 2.916667vw;
    position: relative;
}
.kv-reasontobuy{
    margin-top: -5vw;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.kv-reasontobuy-space{
    height: 5vw;
}
.reasontobuy-main-swiper{
    margin: 0;
    transform: scale(1.5);
    transform-origin: 50% 35%;
    transition: transform 1s ease;
}
.reasontobuy-container.active .reasontobuy-main-swiper{
    transform: scale(1);
}
.reasontobuy-item-container{
    position: relative;
    will-change: transform;
    overflow: hidden;
}
.reasontobuy-item{
    cursor: pointer;
}

.reasontobuy-item-image{
    display: flex;
    align-items: flex-end;
    height: 37.4811vw;
}
.reasontobuy-item-1 .reasontobuy-item-image{
    display: block;
}
.reasontobuy-item-image.hidden-web{
    display: none;
}
.reasontobuy-item-image>picture{
    display: flex;
    width: 100%;
}
.reasontobuy-item-image canvas{
    width: 67.05vw;
    height: 100%;
}
.reasontobuy-item-4 .reasontobuy-item-image{
    background: linear-gradient(to bottom,#232323,#3B3B3B);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 36.3869792vw;
}
.reasontobuy-item-4 .reasontobuy-item-image>picture{
    justify-content: center;
}
.reasontobuy-item-4 .reasontobuy-item-image img{
    width: 24.6875vw;
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all 0.8s ease;
}
.swiper-slide-active .reasontobuy-item-image img{
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}
.reasontobuy-item-5 .reasontobuy-item-image{
    background: #F5F5F7;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36.3869792vw;
    padding-top: 5.9375%;
}
.reasontobuy-item-5-left{
    width: 10.05vw;
    transform: scale(1.25);
    transition: transform .8s ease;
}
.reasontobuy-item-5-center{
    margin: 0 4.1667vw;
    width: 12.7vw;
    transform: scale(.65);
    transition: transform .8s ease;
}
.reasontobuy-item-5-center>picture img{
    will-change: transform;
    position: relative;
    z-index: 2;
}
.reasontobuy-item-5-right{
    width: 10.05vw;
    transform: scale(1.25);
    transition: transform .8s ease;
}
.swiper-slide-active .reasontobuy-item-5-left,
.swiper-slide-active .reasontobuy-item-5-center,
.swiper-slide-active .reasontobuy-item-5-right{
    transform: scale(1);
    transition: transform .8s ease;
}
.reasontobuy-jump-btn{
    cursor: pointer;
    width: 2.1875vw;
    height: 2.1875vw;
    position: absolute;
    right: 2.083333vw;
    bottom: 1.666667vw;
    overflow: hidden;
    z-index: 5;
    opacity: 0;
    transition: 0.5s all ease;
}
.swiper-slide-active .reasontobuy-jump-btn{
    opacity: 1;
}
.reasontobuy-jump-btn svg{
    width: 100%;
    height: auto;
    transition: 0.5s all ease;
}
.reasontobuy-jump-btn svg:last-child{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,-100%);
}
.reasontobuy-item:hover .reasontobuy-jump-btn svg:first-child{
    transform: translate(100%,100%);
}
.reasontobuy-item:hover .reasontobuy-jump-btn svg:last-child{
    transform: translate(0,0);
}
.reasontobuy-control-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.08% auto 0;
    width: 66.666666667%;
}
.reasontobuy-scroll-bar{
    background-color: #0000004c;
    width: 6.25vw;
    height: 1px;
    position: relative;
}
.reasontobuy-scroll-bar .swiper-scrollbar-drag{
    background-color: #676A6B;
    margin-top: -1px;
    height: 3px;
}
.reasontobuy-swiper-btn-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83.333333%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    pointer-events: none;
}
.reasontobuy-swiper-btn-container.hidden-web{
    display: none;
}
.reasontobuy-swiper-btn-container .btn-disable{
    cursor: none;
    opacity: 0;
}
.reasontobuy-swiper-prev-btn:hover .reasontobuy-swiper-btn-svg-bg{
    fill:rgba(255,255,255,0.6);
    transition: fill .3s ease;
}
.reasontobuy-swiper-next-btn:hover .reasontobuy-swiper-btn-svg-bg{
    fill:rgba(255,255,255,0.6);
    transition: fill .3s ease;
}
.reasontobuy-swiper-prev-btn{
    cursor: pointer;
    margin-right: .83333vw;
    transition: transform .2s ease, opacity .6s ease;
    pointer-events: all;
}
.reasontobuy-swiper-next-btn{
    cursor: pointer;
    transition: transform .2s ease, opacity .6s ease;
    pointer-events: all;
}
.reasontobuy-item-content{
    position: absolute;
    top: 3.07vw;
    left: 4.167vw;
}
.reasontobuy-item-content-title{
    color: #FFFFFF;
    font-size: 2.08vw;
    line-height: 1.3;
}
.reasontobuy-item-content-text{
    color: #969699;
    font-size: 1.25vw;
    margin-top: .5em;
}
.reasontobuy-item-1{
    transition: background-color 1s ease;
}
.reasontobuy-item-1 .reasontobuy-item-content{
    opacity: 0;
    transform: translateY(2.08vw);
    transition: transform .4s ease .6s,opacity .4s ease .6s;
}
.reasontobuy-item-1 .reasontobuy-item-image{
    position: relative;
    z-index: 2;
}
.reasontobuy-item-1 .reasontobuy-jump-btn{
    opacity: 0;
    transition: transform .4s ease .6s,opacity .4s ease .6s;
    z-index: 3;
}
.reasontobuy-item-1 .reasontobuy-item-container{
    background-color: #FAFAFA00;
}
.reasontobuy-container.active .reasontobuy-item-1 .reasontobuy-item-container{
    background-color: #FAFAFAFF;
}
.reasontobuy-container.active .reasontobuy-item-1 .reasontobuy-item-content{
    opacity: 1;
    transform: translateY(0);
}
.reasontobuy-container.active .swiper-slide-active.reasontobuy-item-1 .reasontobuy-jump-btn{
    opacity: 1;
    transform: translateY(0);
}
.reasontobuy-item-1 .reasontobuy-item-content-title{
    color: #18191A;
}
.reasontobuy-item-1 .reasontobuy-item-content-text{
    color: #676A6B;
}
.reasontobuy-item-2 .reasontobuy-item-content-title{
    color: #18191A;
}
.reasontobuy-item-2 .reasontobuy-item-content-text{
    color: #676A6B;
}
.reasontobuy-item-2 video{
    mix-blend-mode: darken;
}
.reasontobuy-item-3 .reasontobuy-item-content-text{
    color: #F5F5F7;
}
.reasontobuy-item-5 .reasontobuy-item-content-title{
    color: #000000;
}
.reasontobuy-item-5 .reasontobuy-item-content-text{
    color: #676A6B;
}
.design-main-title-container{
    display: block;
    position: relative;
}
.design-main-title-background-container{
    position: relative;
}
.design-main-title-background-container::before{
    background-color: #000;
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.design-main-title-background-container::after{
    background-color: #000;
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.design-main-title-background-mask-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.design-main-title-background-top-mask{
    background: linear-gradient(to bottom,#000000FF,#00000000);
    width: 100%;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0;
}
.design-main-title-background-right-mask{
    background: linear-gradient(to left,#000000FF,#00000000);
    width: 20vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.design-main-title-background-bottom-mask{
    background: linear-gradient(to top,#000000FF,#00000000);
    width: 100%;
    height: 20vw;
    position: absolute;
    bottom: 0;
    left: 0;
}
.design-main-title-background-left-mask{
    background: linear-gradient(to right,#000000FF,#00000000);
    width: 20vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.design-main-title-content{
    margin: 0 auto;
    width: 60%;
    text-align: center;
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0,0,0.5,1);
}
.design-main-title-container.active .design-main-title-content{
    opacity: 1;
    transform: translateY(0);
}
.design-main-title-content .h2{
    background: linear-gradient(135deg,#B0C6AF 0,#7A9879 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin: 0 auto;
}
.design-main-text{
    margin: 2.91666vw auto 0;
    width: 41.8vw;
}
.design-main-text p{
    color: #676A6B;
}
.design-main-title-background-line-container{
    background-color: #4A4A4C;
    overflow: hidden;
    position: relative;
}
.design-main-title-background-line-image{
    position: relative;
    z-index: 2;
}
.design-main-title-background-light{
    position: absolute;
    top: 0;
    left: 60%;
    transform: translate(-50%,-50%);
    width: 29.2vw;
}
.design-main-title-background-light-2{
    left: 40%;
}
.design-main-title-pop-btn-container{
    display: flex;
    justify-content: center;
    margin-top: 3.28vw;
}
.design-main-title-pop-btn{
    color: #7C9A7B;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.25vw;
}
.design-main-title-pop-btn-svg{
    display: flex;
    margin-left: .78125vw;
}
.design-main-title-pop-btn-svg svg{
    width: 1.77vw;
    height: 1.77vw;
}
.design-intro{
    margin-top: 3.958vw;
    position: relative;
    z-index: 5;
}
.design-intro-container{
    margin: 0 auto;
    position: relative;
    width: 75%;
}
.design-intro-title .h2{
    background: linear-gradient(135deg,#B8B8B8 0,#FFFFFF 55%,#B8B8B8 100%);
    color: transparent;
    -webkit-background-clip: text;
}
.design-intro-content-container{
    margin: 0 auto 3.968vw;
    width: 40.76%;
    text-align: center;
}
.design-intro-text{
    margin-top: 3.34vw;
}
.design-intro-popup-btn{
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.design-intro-popup-btn svg{
    width: 6.7vw;
    height: 6.7vw;
}
.video-pop-play{
    position: relative;
}
.video-pop-play-svg svg{
    width: 6.7vw;
    height: 6.7vw;
}
.video-pop-play-svg,.video-pop-play-light-svg{
    display: flex;
}
@keyframes popBtnAnimation {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.video-pop-play-light-svg{
    opacity: 0;
    transition: opacity .3s ease;
    animation: popBtnAnimation 3s linear infinite forwards;
    animation-play-state: paused;
    position: absolute;
    top: 0;
    left: 0;
}
.video-pop-play-light-svg svg{
    width: 6.67vw;
    height: 6.67vw;
}
.video-pop-play:hover .video-pop-play-light-svg{
    opacity: 1;
    animation-play-state: running;
}
.design-color{
    background-color: #FFFFFF;
}
.design-color-container{
    /* overflow: hidden; */
}
.design-color-phone-container{
    margin-top: -2.5vw;
    position: relative;
}
.design-color-image-container{
    position: relative;
    width: 100%;
}
.design-color-image-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: .6s ease;
}
.design-color-image-item:first-child{
    position: relative;
}
.design-color-container[data-index="1"] .design-color-image-item:nth-of-type(1){
    opacity: 1;
}
.design-color-container[data-index="2"] .design-color-image-item:nth-of-type(2){
    opacity: 1;
}
.design-color-container[data-index="3"] .design-color-image-item:nth-of-type(3){
    opacity: 1;
}
.design-color-container[data-index="4"] .design-color-image-item:nth-of-type(4){
    opacity: 1;
}
.design-color-phone-row{
    margin-top: -1.35vw;
    margin-left: 12.75vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 26vw;
    z-index: 3;
}
.design-color-phone-bg-container{
    background-color: #4B4B4D;
    overflow: hidden;
    position: relative;
}
.design-color-phone-bg-container{
    margin-left: 4.6vw;
    width: 38.54vw;
}
.design-color-phone-bg{
    position: relative;
    z-index: 1;
}
.desgin-color-phone-bg-light-container{
    position: absolute;
    top: 0;
    left: 3.47vw;
    right: 0;
    bottom: 0;
}
.design-color-phone-bg-light{
    position: absolute;
    transition: all .6s ease;
    will-change: auto;
}
.design-color-phone-bg-light svg{
    width: 13.41vw;
    height: 13.41vw;
}
.design-color-phone-bg-light svg circle{
    will-change: transform;
}
.main-container svg circle{
    will-change: transform;
}
.design-color-phone-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0s ease .6s;
}
.design-color-phone-item:first-child{
    position: relative;
}
.design-color-container[data-index="1"] .design-color-phone-item:nth-of-type(1){
    opacity: 1;
    transition: .6s ease;
    z-index: 1;
}
.design-color-container[data-index="2"] .design-color-phone-item:nth-of-type(2){
    opacity: 1;
    transition: .6s ease;
    z-index: 1;
}
.design-color-container[data-index="3"] .design-color-phone-item:nth-of-type(3){
    opacity: 1;
    transition: .6s ease;
    z-index: 1;
}
.design-color-phone-btns{
    margin-top: 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}
.design-color-phone-btn-name-row{
    line-height: 1.3;
    margin-right: 2.5vw;
    position: relative;
}
.design-color-phone-btn-name{
    color: #18191A;
    font-size: 2.5vw;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .6s ease;
    pointer-events: none;
    white-space: nowrap;
}
.design-color-phone-btn-name:first-child{
    position: relative;
}
.design-color-container[data-index="1"] .design-color-phone-btn-name:nth-of-type(1){
    opacity: 1;
    pointer-events: all;
}
.design-color-container[data-index="2"] .design-color-phone-btn-name:nth-of-type(2){
    opacity: 1;
    pointer-events: all;
}
.design-color-container[data-index="3"] .design-color-phone-btn-name:nth-of-type(3){
    opacity: 1;
    pointer-events: all;
}
.design-color-container[data-index="4"] .design-color-phone-btn-name:nth-of-type(4){
    opacity: 1;
    pointer-events: all;
}
.design-color-phone-btns-row{
    display: flex;
}
.design-color-phone-btn-item{
    cursor: pointer;
    position: relative;
    margin-right: 1.25vw;
}
.design-color-phone-btn{
    border: 2px solid #FFFFFF00;
    border-radius: 100%;
    box-sizing: content-box;
    width: 1.4vw;
    height: 1.4vw;
    overflow: hidden;
    cursor: pointer;
    padding: .4167vw;
    position: relative;
    transition: .3s ease;
}
.design-color-phone-btn::before{
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    top: .4167vw;
    right: .4167vw;
    bottom: .4167vw;
    left: .4167vw;
}
.design-color-phone-btn-svg{
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* animation: popBtnAnimation 4s linear infinite forwards; */
    opacity: 0;
    transition: opacity .6s ease;
    will-change: transform;
}
.design-color-phone-btn-svg svg{
    width: 100%;
    height: 100%;
}
.design-color-phone-btn-item:nth-of-type(1) .design-color-phone-btn::before{
    background-color: #A2B59C;
}
.design-color-phone-btn-item:nth-of-type(2) .design-color-phone-btn::before{
    background-color: #64504E;
}
.design-color-phone-btn-item:nth-of-type(3){
    margin-right: 0;
}
.design-color-phone-btn-item:nth-of-type(3) .design-color-phone-btn::before{
    background-color: #262729;
}
.design-color-container[data-index="1"] .design-color-phone-btn-item:nth-of-type(1) .design-color-phone-btn{
    border-color: #A2B59C;
}
.design-color-container[data-index="2"] .design-color-phone-btn-item:nth-of-type(2) .design-color-phone-btn{
    border-color: #64504E;
}
.design-color-container[data-index="3"] .design-color-phone-btn-item:nth-of-type(3) .design-color-phone-btn{
    border-color: #262729;
}
.design-color-phone-btn-svg{
    display: none;
}
.section-camera{
    margin-top: -1px;
}
.camera-intro{
    background-color: #FFFFFF;
}
.camera-intro-content-container{
    margin: 0 auto;
    width: 52%;
    text-align: center;
    --start: #A7BAA6;
    --middle: #98AE97;
    --end: #8AA389;
}
.camera-intro-content-container .h2{
    background: linear-gradient(135deg,var(--start) 0,var(--middle) 55%,var(--end) 100%);
    color: transparent;
    -webkit-background-clip: text;
}
.camera-intro-content-text{
    color: #676A6B;
    margin: 3.33vw auto 0;
}
.camera-intro-container{
    position: relative;
    overflow: hidden;
}
.camera-intro-image{
    margin-top: 6.25%;
}
.camera-intro-image img{
    opacity: 0;
    transform: scale(1.3);
    transform-origin: 50% 0;
    will-change: transform;
}
.camera-black-bg{
    background-color: #000000;
    margin-top: -1px;
}
.camera-new-feature-title-container{
    text-align: center;
}
.camera-new-feature-machine-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 75%;
}
.camera-new-feature-machine-image{
    width: 66.666666%;
    position: relative;
}
.video-repeat-btn{
    cursor: pointer;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 1.25vw;
    position: absolute;
    right: 2.08vw;
    bottom: 1.65vw;
    opacity: 0;
    transition: opacity .6s ease;
    pointer-events: none;
}
.video-repeat-btn.show-btn{
    opacity: 1;
    pointer-events: all;
}
.video-repeat-svg{
    display: flex;
    margin-left: .432vw;
}
.video-repeat-svg svg{
    width: 1.3vw;
    height: 1.35vw;
}
.camera-new-feature-machine-content{
    width: 25%;
}
.camera-new-feature-machine-content p:last-child{
    margin-top: 1.77vw;
}
.camera-new-feature-sensor-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 75%;
}
.camera-new-feature-sensor-image{
    width: 66.666666%;
    position: relative;
}
.camera-new-feature-sensor-content{
    width: 27.5%;
}
.camera-sample-container{
    position: relative;
    overflow: hidden;
}
.camera-sample-content-container{
    margin: 0 auto;
    width: 46%;
    text-align: center;
}
.camera-sample-title-row{
    position: relative;
}

.camera-sample-title-item:nth-of-type(2){
    position: relative;
}
.camera-sample-content-text{
    margin-top: 2.338vw;
}
.camera-sample-swiper-container{
    margin: 0 auto;
    width: 75%;
    position: relative;
}
.camera-sample-popup-btn{
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.camera-sample-disclaimer{
    margin: 1.17vw auto 0;
    width: 75%;
}
.camera-sample-disclaimer .disclaimer{
    color: #676A6B;
    font-size: .8333vw;
}
@media (max-width:1440px){
    .camera-sample-disclaimer .disclaimer{
        font-size: 12px;
    }
}
.camera-sample-swiper-container .swiper {
    overflow: initial;
}
.camera-sample-swiper-container .swiper-slide {
    display: flex;
    position: relative;
    perspective: 60vw;
    opacity: .3;
    transition: opacity .3s ease;
    will-change: auto;
}
.camera-sample-swiper-container .swiper-slide-active,
.camera-sample-swiper-container .swiper-slide-duplicate-active{
    opacity: 1;
}
.camera-sample-item{
    position: relative;
    width: 100%;
}
.camera-sample-item::before{
    background: linear-gradient(to right,#000000FF,#00000000);
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease;
    z-index: 1;
}
.camera-sample-item::after{
    background: linear-gradient(to left,#000000FF,#00000000);
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition: opacity .3s ease;
}
.camera-sample-item-3:before{

}

.camera-sample-swiper-container .swiper-slide-active .camera-sample-item::before,
.camera-sample-swiper-container .swiper-slide-duplicate-active .camera-sample-item::before{
    opacity: 0;
}
.camera-sample-swiper-container .swiper-slide-active .camera-sample-item::after,
.camera-sample-swiper-container .swiper-slide-duplicate-active .camera-sample-item::after{
    opacity: 0;
}
.camera-sample-swiper-container .swiper-slide-next[data-swiper-slide-index="2"]{
    opacity: .7;
}
.camera-sample-control-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3.33% auto 0;
    width: 62.5%;
}
.camera-sample-swiper-scrollbar{
    background-color: #FFFFFF4c;
    width: 6.25vw;
    height: 1px;
}
.camera-sample-swiper-scrollbar .camera-sample-swiper-drag{
    background-color: #FFFFFF;
    margin-top: -1px;
    height: 3px;
    width: 33.333333333%;
    transition: transform .3s ease;
}
.camera-sample-swiper-scrollbar[data-index="1"] .camera-sample-swiper-drag{
    transform: translateX(0);
}
.camera-sample-swiper-scrollbar[data-index="2"] .camera-sample-swiper-drag{
    transform: translateX(100%);
}
.camera-sample-swiper-scrollbar[data-index="3"] .camera-sample-swiper-drag{
    transform: translateX(200%);
}
.camera-sample-swiper-scrollbar[data-index="4"] .camera-sample-swiper-drag{
    transform: translateX(300%);
}
.camera-sample-swiper-btns{
    display: flex;
}
.btn-scale{
    transform: scale(.875);
}
.camera-sample-swiper-next-btn,.camera-sample-swiper-prev-btn{
    cursor: pointer;
    position: relative;
    width: 3.33vw;
    height: 3.33vw;
    transition: transform .2s ease,opacity .6s ease;
}
.camera-sample-swiper-prev-btn{
    margin-right: .78vw;
}
.camera-sample-swiper-next-btn svg,.camera-sample-swiper-prev-btn svg{
    width: 3.33vw;
    height: 3.33vw;
}
.camera-sample-swiper-btns-light-svg{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation: popBtnAnimation 2s linear infinite forwards;
    opacity: 0;
    transition: opacity .3s ease;
}
.camera-sample-swiper-prev-btn:hover .camera-sample-swiper-btns-light-svg,
.camera-sample-swiper-next-btn:hover .camera-sample-swiper-btns-light-svg{
    opacity: 1;
}
.camera-macro-container{
    margin: 0 auto;
    width: 75%;
}
.camera-macro-content{
    text-align: center;
}
.camera-macro-content-text{
    margin: 0 auto;
    width: 54%;
}
.camera-macro-left-part,.camera-macro-right-part{
    width: 48.6%;
}
.camera-macro-title{
    margin-bottom: 2.448vw;
}
.camera-macro-text{
    margin-top: 6.25vw;
    margin-left: 4.167vw;
    width: 76%;
}
.camera-macro-main-container{
    display: flex;
    margin-top: 3.958vw;
}
.camera-macro-left-container{
    display: flex;
    flex-direction: column;
    width: 25%;
}
.camera-macro-image-small-swiper{
    border: 1px solid #262729;
    border-right: none;
    box-sizing: border-box;
    flex: none;
    padding: 2.55vw 2.08vw 0;
    width: 100%;
}
.camera-macro-image-item-text{
    margin-top: 2.08vw;
    text-align: center;
    padding-bottom: 2.78vw;
}
.camera-macro-image-big-swiper{
    border: 1px solid #262729;
    box-sizing: border-box;
    width: 75%;
}
.camera-macro-image{
    transform: scale(1.2);
    transition: transform 0s ease .6s;
}
.swiper-slide-active .camera-macro-image{
    transform: scale(1);
    transition: transform .6s ease;
}
.camera-macro-swiper-btns-container{
    border: 1px solid #262729;
    border-top: none;
    border-right: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.camera-macro-swiper-btns{
    display: flex;
}
.camera-macro-swiper-next-btn,.camera-macro-swiper-prev-btn{
    cursor: pointer;
    position: relative;
    width: 3.33vw;
    height: 3.33vw;
    transition: transform .2s ease,opacity .6s ease;
}
.camera-macro-swiper-prev-btn{
    margin-right: .78125vw;
}
.camera-macro-swiper-next-btn svg,.camera-macro-swiper-prev-btn svg{
    width: 3.33vw;
    height: 3.33vw;
}
.camera-macro-swiper-btns-light-svg{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation: popBtnAnimation 2s linear infinite forwards;
    opacity: 0;
    transition: opacity .3s ease;
}
.camera-macro-swiper-prev-btn:hover .camera-macro-swiper-btns-light-svg,
.camera-macro-swiper-next-btn:hover .camera-macro-swiper-btns-light-svg{
    opacity: 1;
}
.btn-disable:hover .camera-macro-swiper-btns-light-svg{
    opacity: 0;
}
.camera-macro-disclaimer{
    color: #676A6B;
    font-size: .8333vw;
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
}
.camera-zoom-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 75%;
}
.camera-zoom-content-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 27.166%;
}
.camera-zoom-content-text{
    margin-top: 3.33vw;
}
.camera-zoom-swiper-container{
    width: 63.88%;
}
.camera-zoom-item{
    transform: scale(1.2);
    transition: transform 0s ease .5s;
}
.swiper-slide-active .camera-zoom-item{
    transform: scale(1);
    transition: transform .5s ease;
}
.camera-zoom-control-container{
    display: flex;
    align-items: center;
}
.camera-zoom-swiper-mob-control-container{
    position: absolute;
    width: 16.875vw;
    height: 2.5vw;
    border-radius: 1.71875vw;
    overflow: hidden;
    z-index: 3;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    bottom: 2.083333vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}
.camera-zoom-swiper-mob-switch-btn-container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.camera-zoom-swiper-mob-switch-btn-container::after{
    content: "";
    position: absolute;
    width: 4.166667vw;
    height: 2.291666666vw;
    left: 0;
    top: 0.10433vw;
    background-color: white;
    z-index: 2;
    border-radius: 1.71875vw;
    overflow: hidden;
    transition: all .5s ease;
}
.camera-zoom-swiper-mob-control-container[data-index="1"] .camera-zoom-swiper-mob-switch-btn-container::after{
    transform: translateX(0);
}
.camera-zoom-swiper-mob-control-container[data-index="2"] .camera-zoom-swiper-mob-switch-btn-container::after{
    transform: translateX(100%);
}
.camera-zoom-swiper-mob-control-container[data-index="3"] .camera-zoom-swiper-mob-switch-btn-container::after{
    transform: translateX(200%);
}
.camera-zoom-swiper-mob-control-container[data-index="4"] .camera-zoom-swiper-mob-switch-btn-container::after{
    transform: translateX(300%);
}
.camera-zoom-swiper-mob-switch-btn{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.1458vw;
    position: relative;
    width: 4.166667vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: .7;
    z-index: 3;
    cursor: pointer;
    transition: all .5s ease;
}
.camera-zoom-swiper-mob-control-container[data-index="1"] .camera-zoom-swiper-mob-switch-btn[data-id="1"]{
    color: #121212;
    opacity: 1;
}
.camera-zoom-swiper-mob-control-container[data-index="2"] .camera-zoom-swiper-mob-switch-btn[data-id="2"]{
    color: #121212;
    opacity: 1;
}
.camera-zoom-swiper-mob-control-container[data-index="3"] .camera-zoom-swiper-mob-switch-btn[data-id="3"]{
    color: #121212;
    opacity: 1;
}
.camera-zoom-swiper-mob-control-container[data-index="4"] .camera-zoom-swiper-mob-switch-btn[data-id="4"]{
    color: #121212;
    opacity: 1;
}
.camera-zoom-swiper-btns{
    display: flex;
}
.camera-zoom-swiper-prev-btn{
    cursor: pointer;
    margin-right: .833vw;
    position: relative;
    transition: transform .2s ease,opacity .6s ease;
}
.btn-disable{
    cursor: default;
}
.swiper-btn-arrow{
    transition: opacity .3s ease;
}
.btn-disable .swiper-btn-arrow{
    opacity: .3;
}
.swiper-btn-circle{
    transition: opacity .3s ease;
}
.btn-disable .swiper-btn-circle{
    opacity: .3;
}
.btn-disable.btn-scale{
    transform: scale(1);
}
.camera-zoom-swiper-next-btn{
    cursor: pointer;
    position: relative;
    transition: all .6s ease;
}
.camera-zoom-swiper-prev-btn-svg,.camera-zoom-swiper-next-btn-svg{
    display: flex;
}
.camera-zoom-swiper-btns svg{
    width: 3.33vw;
    height: 3.33vw;
}
.camera-zoom-swiper-btns-light-svg{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation: popBtnAnimation 2s linear infinite forwards;
    opacity: 0;
    transition: opacity .3s ease;
}
.camera-zoom-swiper-prev-btn:hover .camera-zoom-swiper-btns-light-svg,
.camera-zoom-swiper-next-btn:hover .camera-zoom-swiper-btns-light-svg{
    opacity: 1;
}
.camera-zoom-swiper-prev-btn.btn-disable:hover .camera-zoom-swiper-btns-light-svg,
.camera-zoom-swiper-next-btn.btn-disable:hover .camera-zoom-swiper-btns-light-svg{
    opacity: 0;
}
.camera-zoom-swiper-scrollbar{
    background-color: #FFFFFF4c;
    margin-right: 3.33vw;
    width: 6.25vw;
    height: 1px;
}
.main-container .swiper-scrollbar-drag{
    border-radius: 0;
}
.camera-zoom-swiper-scrollbar .swiper-scrollbar-drag{
    background-color: #FFFFFF;
    border-radius: 0;
    margin-top: -1px;
    height: 3px;
}
.camera-portrait-container{
    margin: 0 auto;
    width: 75%;
}
.camera-portrait-left-part{
    width: 38.89%;
}
.camera-portrait-right-part{
    width: 58.333%;
}
.camera-portrait-title{
    margin-bottom: 0;
    text-align: center;
}
.camera-portrait-image-container{
    display: flex;
    justify-content: space-between;
    margin-top: 3.93vw;
}
.camera-portrait-image{
    width: 100%;
}
.camera-portrait-image-1{
    width: 35.41%;
}
.camera-portrait-image-2{
    width: 61.8%;
}
.camera-portrait-image-item{
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0,0,0.5,1);
    will-change: transform;
}
.camera-portrait-image.active .camera-portrait-image-item{
    opacity: 1;
    transform: translateY(0);
}
.camera-portrait-image-2 .camera-portrait-image-item{
    transition-delay: .2s;
}
.camera-portrait-text{
    margin: 1.213vw auto 0;
    width: 51%;
    text-align: center;
}
.camera-portrait-swiper-control-container{
    display: flex;
    justify-content: flex-end;
    margin-top: 2.526vw;
}
.camera-portrait-swiper-btns{
    display: flex;
}
.camera-portrait-swiper-prev-btn{
    cursor: pointer;
    margin-right: .833vw;
    position: relative;
    transition: transform .2s ease,opacity .6s ease;
}
.camera-portrait-swiper-next-btn{
    cursor: pointer;
    position: relative;
    transition: all .6s ease;
}
.camera-portrait-swiper-prev-btn-svg,.camera-portrait-swiper-next-btn-svg{
    display: flex;
}
.camera-portrait-swiper-btns svg{
    width: 3.33vw;
    height: 3.33vw;
}
.camera-portrait-swiper-btns-light-svg{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation: popBtnAnimation 2s linear infinite forwards;
    opacity: 0;
    transition: opacity .3s ease;
}
.camera-portrait-swiper-prev-btn:hover .camera-portrait-swiper-btns-light-svg,
.camera-portrait-swiper-next-btn:hover .camera-portrait-swiper-btns-light-svg{
    opacity: 1;
}
.camera-portrait-swiper-prev-btn.btn-disable:hover .camera-portrait-swiper-btns-light-svg,
.camera-portrait-swiper-next-btn.btn-disable:hover .camera-portrait-swiper-btns-light-svg{
    opacity: 0;
}
.camera-ais-container{
    margin: 0 auto;
    width: 75%;
}
.camera-ais-title{
    text-align: center;
}
.camera-ais-image{
    position: relative;
}
.camera-ais-popup-btn{
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.camera-ais-text{
    margin: 4.166vw auto 0;
    width: 62%;
    text-align: center;
}
.section-performance{
    background-color: #000000;
}
.performance-satellite-container{
    position: relative;
    overflow: hidden;
}
.performance-satellite-content{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.performance-satellite-title{
    position: absolute;
    top: 15.33%;
    left: 0;
    width: 100%;
    text-align: center;
}
.performance-satellite-title .h2{
    background: linear-gradient(135deg,#B8B8B8 0,#FFFFFF 55%,#B8B8B8 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin: 0 auto;
    width: 52%;
}
.performance-satellite-text{
    position: absolute;
    top: 43.74%;
    left: 57%;
    width: 23.3%;
}
.performance-satellite-text p{
    margin-bottom: 1.3em;
}
.performance-satellite-text p:last-child{
    margin-bottom: 0;
}
.performance-satellite-item{
    position: absolute;
    transition: all .6s ease;
}
.performance-satellite-item-1{
    top: 61.5%;
    left: 12.25%;
    width: 24.6875%;
    transform: translate(68%, -68%) scale(0);
}
.performance-satellite-item-2{
    top: 55.5%;
    left: 66.7%;
    width: 10.5%;
    transform: translate(-125%, -75%) scale(0);
}
.performance-satellite-container.active .performance-satellite-item{
    transform: translate(0,0) scale(1);
}
.performance-satellite-trigger{
    position: absolute;
    top: 50%;
}
.performance-lingxi-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 75%;
}
.performance-lingxi-content-container{
    width: 30.22%;
}
.performance-lingxi-text{
    margin-top: 3.33vw;
}
.performance-lingxi-text-2{
    margin-top: 1.9vw;
}
.performance-lingxi-feature-row{
    display: flex;
    margin-top: 1.458vw;
}
.performance-lingxi-image{
    width: 59.444%;
}
.performance-lingxi-feature-item{
    margin-right: 3.64vw;
}
.performance-lingxi-feature-item-3{
    margin-right: 0;
}
.performance-lingxi-feature-item-1 .performance-lingxi-feature-logo{
    width: 2.78vw;
}
.performance-lingxi-feature-item-2 .performance-lingxi-feature-logo{
    width: 2.678vw;
}
.performance-lingxi-feature-item-3 .performance-lingxi-feature-logo{
    margin-bottom: .35vw;
    width: 2.95vw;
}
.performance-lingxi-feature-logo svg{
    width: 100%;
    height: auto;
}
.performance-lingxi-feature-text{
    text-align: center;
}
.performance-communication-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 75%;
}
.performance-communication-image{
    width: 59.44%;
}
.performance-communication-content{
    width: 36.2%;
    transform: translateX(2.1875vw);
}
.performance-communication-text{
    margin-top: 2.47vw;
}
.performance-screen-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 52vw;
    position: relative;
    z-index: 3;
}
.performance-screen-title .h2{
    background: linear-gradient(135deg,#B8B8B8 0,#FFFFFF 55%,#B8B8B8 100%);
    color: transparent;
    -webkit-background-clip: text;
}
.performance-screen-text{
    width: 22.395833vw;
    flex: none;
}
.performance-screen-title{
    width: 24vw;
    flex: none;
}
.performance-screen-image-container{
    margin: 4.57vw auto 0;
    position: relative;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}
.performance-screen-image-container.active{
    opacity: 1;
}
.performance-screen-image-1{
    opacity: 1;
    position: relative;
    z-index: 2;
    transition: opacity .9s ease .1s;
}
.performance-screen-image-2{
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .9s ease .1s;
}
.performance-screen-image-container.active .performance-screen-image-1{
    opacity: 1;
}
.performance-screen-image-container.active .performance-screen-image-2{
    display: none;
    opacity: 0;
}
.performance-screen-feature-container{
    margin: -16.28vw auto 0;
    width: 52.4%;
    position: relative;
    z-index: 3;
}
.performance-screen-feature-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.performance-screen-feature-item:nth-of-type(4){
    margin-top: .6vw;
    width: 9.346vw;
}
.performance-screen-feature-item:nth-of-type(5){
    width: 6.918vw;
}
.performance-screen-feature-item-title{
    background: linear-gradient(135deg,#B8B8B8 0,#FFFFFF 55%,#B8B8B8 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 1.667vw;
    line-height: 1.3;
}
.performance-screen-feature-item-title span{
    font-size: 1.5em;
}
.performance-screen-feature-item-text{
    color: #969699;
    font-size: 1.14vw;
    margin-top: .75vw;
}
.performance-kunlun-glass{
    position: relative;
    z-index: 2;
}
.performance-kunlun-glass-container{
    border-bottom: 1px solid #333333;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    width: 75%;
}
.performance-kunlun-glass-content{
    margin-left: 8.33%;
    margin-bottom: 5.208vw;
    width: 31.52%;
}
.performance-kunlun-glass-text{
    margin-top: 2.45vw;
    margin-bottom: 3.8vw;
}
.performance-kunlun-glass-image{
    margin-right: 10.138%;
    width: 39.93%;
}
.performance-kunlun-glass-feature-row{
    display: flex;
}
.performance-kunlun-glass-feature-item:first-child{
    margin-right: 3vw;
}
.performance-kunlun-glass-feature-num{
    background: linear-gradient(135deg,#B8B8B8 0,#FFFFFF 55%,#B8B8B8 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 2.9vw;
}
.performance-kunlun-glass-feature-num span{
    font-size: .5714em;
}
.performance-supercharge{
    position: relative;
}
.performance-supercharge-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding: 2.057vw 0 0;
    position: relative;
    z-index: 1;
}
.performance-supercharge-image{
    width: 72%;
}
.performance-supercharge-content{
    margin-left: -12.6%;
    width: 27.26%;
    position: relative;
    transform: translateY(-5%);
}
.performance-supercharge-text{
    margin-top: 2.2vw;
    margin-bottom: 3.8vw;
}
.performance-supercharge-feature-row{
    display: flex;
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0,0,0.5,1);
    will-change: transform;
}
.performance-supercharge-feature-row-container.active .performance-supercharge-feature-row{
    opacity: 1;
    transform: translateY(0);
}
.performance-supercharge-feature-item:first-child{
    margin-right: 4.167vw;
}
.performance-supercharge-feature-num{
    background: linear-gradient(135deg,#B8B8B8 0,#FFFFFF 55%,#B8B8B8 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 2.9vw;
    line-height: 1.3;
}
.performance-supercharge-feature-num span{
    font-size: .5714em;
}
.section-emui{
    background-color: #000000;
    position: relative;
}
.emui-main-title-container{
    margin: 0 auto;
    width: 42%;
    text-align: center;
}
.emui-main-title-logo{
    margin-bottom: 2.46vw;
}
.emui-main-title-logo .h2{
    background: linear-gradient(135deg,#B8B8B8 0,#FFFFFF 55%,#B8B8B8 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 5vw;
}
.emui-main-subtitle .h3{
    color: #F4F3F3;
}
.emui-theme-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 75%;
}
.emui-theme-image-container{
    width: 67%;
}
.emui-theme-content-container{
    width: 32.22%;
}
.emui-theme-content-text{
    margin-top: 2.08vw;
    margin-bottom: 6.06vw;
}
.emui-theme-image-container{
    position: relative;
}
.emui-theme-image-item{
    margin-left: 16.3vw;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s ease;
    width: 18.8vw;
}
.emui-theme-image-item:first-child{
    position: relative;
}
.emui-theme-image-item img{
    will-change: transform;
    position: relative;
    z-index: 2;
}
.emui-theme-image-video{
    border-radius: 1.9vw;
    position: absolute;
    top: 1%;
    left: 3%;
    width: 93.5%;
    overflow: hidden;
}
.emui-theme-image-container[data-index="1"] .emui-theme-image-item:nth-of-type(1){
    transform: scale(1);
    filter: blur(0);
    z-index: 3;
}
.emui-theme-image-container[data-index="1"] .emui-theme-image-item:nth-of-type(2){
    transform: translate(115%) scale(.7);
    filter: blur(.833vw);
    opacity: .5;
    z-index: 1;
    transform-origin: 0% 50%;
}
.emui-theme-image-container[data-index="1"] .emui-theme-image-item:nth-of-type(3){
    transform: translate(-115%) scale(.44);
    filter: blur(1.25vw);
    opacity: .3;
    z-index: 1;
    transform-origin: 100% 50%;
}
.emui-theme-image-container[data-index="2"] .emui-theme-image-item:nth-of-type(2){
    transform: scale(1);
    filter: blur(0);
    z-index: 3;
}
.emui-theme-image-container[data-index="2"] .emui-theme-image-item:nth-of-type(3){
    transform: translate(115%) scale(.7);
    filter: blur(.833vw);
    opacity: .5;
    z-index: 1;
    transform-origin: 0% 50%;
}
.emui-theme-image-container[data-index="2"] .emui-theme-image-item:nth-of-type(1){
    transform: translate(-115%) scale(.44);
    filter: blur(1.25vw);
    opacity: .3;
    z-index: 1;
    transform-origin: 100% 50%;
}
.emui-theme-image-container[data-index="3"] .emui-theme-image-item:nth-of-type(3){
    transform: scale(1);
    filter: blur(0);
    z-index: 3;
}
.emui-theme-image-container[data-index="3"] .emui-theme-image-item:nth-of-type(1){
    transform: translate(115%) scale(.7);
    filter: blur(.833vw);
    opacity: .5;
    z-index: 1;
    transform-origin: 0% 50%;
}
.emui-theme-image-container[data-index="3"] .emui-theme-image-item:nth-of-type(2){
    transform: translate(-115%) scale(.44);
    filter: blur(1.25vw);
    opacity: .3;
    z-index: 1;
    transform-origin: 100% 50%;
}
.emui-theme-control-container{
    display: flex;
    align-items: center;
}
.emui-theme-swiper-btns{
    display: flex;
}
.emui-theme-swiper-prev-btn{
    cursor: pointer;
    margin-right: .833vw;
    position: relative;
    transition: transform .2s ease,opacity .6s ease;
}
.emui-theme-swiper-next-btn{
    cursor: pointer;
    position: relative;
    transition: transform .2s ease,opacity .6s ease;
}
.emui-theme-swiper-prev-btn-svg,.emui-theme-swiper-next-btn-svg{
    display: flex;
}
.emui-theme-swiper-btns svg{
    width: 3.33vw;
    height: 3.33vw;
}
.emui-theme-swiper-btns-light-svg{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation: popBtnAnimation 2s linear infinite forwards;
    opacity: 0;
    transition: opacity .3s ease;
}
.emui-theme-swiper-prev-btn:hover .emui-theme-swiper-btns-light-svg,
.emui-theme-swiper-next-btn:hover .emui-theme-swiper-btns-light-svg{
    opacity: 1;
}
.emui-theme-swiper-scrollbar{
    background-color: #FFFFFF4c;
    margin-right: 3.33vw;
    width: 6.25vw;
    height: 1px;
}
.emui-theme-swiper-scrollbar .emui-theme-swiper-scrollbar-drag{
    background-color: #FFFFFF;
    margin-top: -1px;
    height: 3px;
    width: 33.33333334%;
    transition: transform .3s ease;
}
.emui-theme-swiper-scrollbar[data-index="1"] .emui-theme-swiper-scrollbar-drag{
    transform: translateX(0);
}
.emui-theme-swiper-scrollbar[data-index="2"] .emui-theme-swiper-scrollbar-drag{
    transform: translateX(100%);
}
.emui-theme-swiper-scrollbar[data-index="3"] .emui-theme-swiper-scrollbar-drag{
    transform: translateX(200%);
}
.emui-smooth{
    width: 100%;
}
.emui-smooth-container{
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.emui-smooth-content-container{
    margin-left: 6.25vw;
    width: 23vw;
}
.emui-smooth-text{
    margin-top: 2.44vw;
}
.emui-smooth-image{
    margin-right: 3.18vw;
    width: 44.3vw;
}
.emui-smooth-disclaimer{
    color: #676A6B;
    font-size: .677vw;
    margin: 1.234vw auto 0;
    text-align: right;
}
@media (max-width:1770px) {
    .emui-smooth-disclaimer p{
        font-size: 12px;
    }
}
.emui-ai-photo-container{
    border: 1px solid #333333;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 75%;
    padding: 3.25% 0 0;
    box-sizing: border-box;
}
.emui-ai-photo-image{
    margin-right: 4.16vw;
    width: 46%;
    height: 34.165vw;
}
.emui-ai-photo-image-item{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.emui-ai-photo-enhance-after{
    width: 34.15vw;
    position: relative;
}
.emui-ai-photo-enhance-after-text{
    position: absolute;
    left: 1.25vw;
    bottom: 1.25vw;
    transition: opacity 0s ease-out .4s;
}
.emui-ai-photo-enhance-before{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: width 0s linear .4s;
}
.emui-ai-photo-enhance-before-text{
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    white-space: nowrap;
}
.emui-ai-photo-enhance-before-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 34.45vw;
}
.emui-ai-photo-enhance-line{
    position: absolute;
    top: 0;
    right: 110%;
    height: 100%;
    width: 2.808333vw;
    transform: translateX(50%);
    opacity: 1;
    transition: right 0s linear .4s,opacity 0s ease-out .4s;
}
.emui-ai-photo-enhance-line img{
    height: 100%;
    width: auto;
}
.swiper-slide-active .emui-ai-photo-enhance-before{
    width: 0%;
    transition: width 1.5s linear .45s;
}
.swiper-slide-active .emui-ai-photo-enhance-after-text{
    opacity: 0;
    transition: opacity .2s ease-out 1.95s;
}
.swiper-slide-active .emui-ai-photo-enhance-line{
    opacity: 0;
    right: -10%;
    transition: right 1.8s linear .3s,opacity .2s ease-out 1.95s;
    will-change: right;
}
.emui-ai-photo-image-swiper{
    height: 100%;
}
.emui-ai-photo-image-swiper .swiper-slide{
    display: flex;
    align-items: center;
}
.emui-ai-photo-content-container{
    margin-left: 6.25vw;
    position: relative;
    width: 31.58%;
}
.emui-ai-photo-text-container{
    display: flex;
    margin-top: 2.447vw;
    position: relative;
}
.emui-ai-photo-text-progress-line-container{
    margin-right: 2.08vw;
}
.emui-ai-photo-text-progress-line{
    background-color: #333333;
    width: 1px;
    height: 100%;
}
.emui-ai-photo-text-progress-line .swiper-scrollbar-drag{
    background-color: #FFFFFF;
    border-radius: 0;
    margin-left: -1px;
    width: 3px;
}
.emui-ai-photo-text-row .swiper-wrapper{
    flex-direction: column;
}
.emui-ai-photo-text{
    cursor: pointer;
    margin-top: 2.08vw;
    height: auto;
}
.emui-ai-photo-text p{
    font-size: 1.14vw;
    height: 1.6em;
    /* overflow: hidden; */
    transition: height .6s ease;
}
.emui-ai-photo-text:first-child{
    margin-top: .67vw;
}
.emui-ai-photo-text:last-child{
    margin-bottom: .67vw;
}
.emui-ai-photo-text .highlight-text{
    color: #969699;
    opacity: .5;
    transition: all .6s ease;
}
.emui-ai-photo-text .emui-ai-photo-text-detail{
    opacity: 0;
    transition: opacity .6s ease;
}
.emui-ai-photo-text.active p{
    height: 3.2em;
}
.emui-ai-photo-text.active .highlight-text{
    color: #f5f5f7;
    opacity: 1;
}
.emui-ai-photo-text.active .emui-ai-photo-text-detail{
    opacity: 1;
}
.emui-xiaoyi-container{
    border: 1px solid #333333;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 75%;
    box-sizing: border-box;
    overflow: hidden;
}
.emui-xiaoyi-content-container{
    margin-right: 7.9%;
    width: 33%;
    position: relative;
    z-index: 1;
}
.emui-xiaoyi-text{
    margin-top: 2.48vw;
}
.emui-xiaoyi-image{
    margin-left: 6%;
    width: 42.93%;
}
.emui-xiaoyi-image video{
    mix-blend-mode: lighten;
}
.emui-feature-container{
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 75%;
    box-sizing: border-box;
}
.emui-feature-image-container{
    width: 44.5vw;
    height: 33.33vw;
}
.emui-feature-image-swiper{
    height: 100%;
}
.emui-feature-text-container{
    display: flex;
    margin-left: .78vw;
    padding-left: 1px;
    position: relative;
}
.emui-feature-text-progress-line-container{
    margin-right: 2.08vw;
}
.emui-feature-text-progress-line{
    background-color: #333333;
    width: 1px;
    height: 100%;
}
.emui-feature-text-progress-line .swiper-scrollbar-drag{
    background-color: #FFFFFF;
    border-radius: 0;
    margin-left: -1px;
    width: 3px;
}
.emui-feature-text-row{
    flex-direction: column;
    padding: .52vw 0;
}
.emui-feature-text{
    margin-bottom: 1.82vw;
}
.emui-feature-text:last-child{
    margin-bottom: 0;
}
.emui-feature-text{
    cursor: pointer;
    color: #969699;
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.3;
    transition: all .6s ease;
}
.emui-feature-text.active{
    color: #FFFFFF;
    font-size: 2.08vw;
}
.emui-system-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 75%;
}
.emui-smooth-popup-container{
    cursor: pointer;
    position: absolute;
    right: 2.08vw;
    bottom: 1.66vw;
    width: 2.6vw;
}
.emui-smooth-popup-container .video-pop-play-svg svg{
    width: 2.6vw;
    height: 2.6vw;
}
.emui-safety{
    width: 50%;
}
.emui-safety-container{
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.emui-safety-content-container{
    margin: 3.85vw auto 7.55vw;
    width: 65%;
}
.emui-safety-text{
    margin-top: 2.44vw;
}
.emui-safety-feature-container{
    margin: 0 auto;
    width: 64.44%;
    position: relative;
}
.emui-safety-feature-row{
    display: flex;
    flex-wrap: wrap;
}
.emui-safety-feature-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.emui-safety-feature-item:nth-of-type(3),
.emui-safety-feature-item:nth-of-type(4){
    margin-top: 3.177vw;
}
.emui-safety-feature-item-icon{
    margin-bottom: .677vw;
    width: 4.16vw;
}
.emui-safety-feature-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.emui-safety-feature-bg svg{
    width: 100%;
    height: 100%;
}
.emui-system-disclaimer{
    display: flex;
    margin: 3.177vw auto 0;
    width: 75%;
}
.emui-system-disclaimer p{
    color: #676A6B;
    font-size: .833vw;
}
@media (max-width:1440px) {
    .emui-system-disclaimer p{
        font-size: 12px;
    }
}
.section-accessories{
    background-color: #000000;
}
.accessories-user-right-container{
    margin: 0 auto;
    width: 75%;
    position: relative;
}
.accessories-user-right-content-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 8.333333%;
    transform: translateY(-50%);
    width: 77.777777%;
}
.accessories-user-right-product{
    color: #969699;
    font-size: 1.458vw;
    margin-bottom: 1.15625vw;
}
.accessories-user-right-text{
    margin-top: 1.052vw;
}
.accessories-user-right-link a{
    color: #F5F5F7;
    font-size: 1.458vw;
}
.accessories-user-right-link-container{
    margin-top: 3.921vw;
}
.accessories-user-right-link-container:hover .accessories-link-svg-item-1{
    transform: translate(200%,-200%);
}
.accessories-user-right-link-container:hover .accessories-link-svg-item-2{
    transform: translate(0,0);
}
.accessories-user-right-features{
    width: 44.3%;
}
.accessories-container{
    margin: 0 auto;
    width: 75%;
}
.accessories-link-container{
    position: absolute;
    bottom: 2.4vw;
    left: 15%;
    width: 70%;
    text-align: center;
    z-index: 2;
}
.accessories-link-container a{
    color: #121212;
    font-size: 1.25vw;
}
.accessories-link-svg{
    display: inline-flex;
    position: relative;
    overflow: hidden;
    transform: translateY(-3%);
}
.accessories-link-svg svg{
    width: .729vw;
    height: .729vw;
}
.accessories-link-svg-item{
    display: inline-flex;
    transition: transform .6s ease;
    padding: .375vw;
}
.accessories-link-svg-item-2{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-200%,200%);
}
.accessories-link-container:hover .accessories-link-svg-item-1{
    transform: translate(200%,-200%);
}
.accessories-link-container:hover .accessories-link-svg-item-2{
    transform: translate(0,0);
}
.accessories-more-part{
    position: relative;
    overflow: hidden;
}
.accessories-more-container{
    position: absolute;
    top: 11%;
    left: 15%;
}
.accessories-title{
    text-align: center;
}
.accessories-more-swiper-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.accessories-more-item{
    width: 25.8%;
}
.accessories-more-item:last-child{
    margin-right: 0;
}
.accessories-more-item a{
    color: #18191A;
}
.accessories-disclaimer{
    display: flex;
    justify-content: flex-end;
    margin-top: 1.17vw;
    width: 100%;
}
.accessories-disclaimer p{
    color: #676A6B;
    font-size: .677vw;
}
@media (max-width:1772px) {
    .accessories-disclaimer p{
        font-size: 12px;
    } 
}



.section-disclaimer{
    background-color: #000000;
}
.disclaimer-container {
    border-top: 1px #333333 solid;
    color: #676A6B;
    font-size: 12px;
    margin: 0 auto;
    width: 74.5%;
    padding-top: 2.08vw;
    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: #FFFFFF;
    opacity: 1;
}
@media (min-width: 1920px){
    .disclaimer-container {
        font-size: .625vw;
    }
}


@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-180{
        height: 25vw;
    }
    .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.3;
    }
    .main-container .h2{
        font-size: 13.333vw;
    }
    .main-container .h3{
        font-size: 11.11vw;
    }
    .main-container .subtitle{
        font-size: 4.444vw;
        margin-bottom: 2.36vw;
    }
    .main-container .h4{
        font-size: 11.11vw;
        line-height: normal;
    }
    .main-container .h2-xs{
        font-size: 8.8vw;
    }
    .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: 17.77vw;
        height: 17.77vw;
    }
    .video-pop-play-svg svg{
        width: 17.77vw;
        height: 17.77vw;
    }
    .common-transform-show{
        opacity: 0;
        transform: translateY(5.55vw);
        transition: all .6s cubic-bezier(0,0,0.5,1);
    }
    .video-repeat-btn{
        font-size: 4.44444vw;
        right: 7.5vw;
        bottom: 5.5vw;
    }
    .video-repeat-svg{
        margin-left: 1.01vw;
    }
    .video-repeat-svg svg{
        width: 4.4444vw;
        height: 4.4444vw;
    }


    .kv-container{
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .kv-content-container{
        margin: 16.6666% auto 9%;
        transform: none;
        position: static;
        width: 86.66667%;
    }
    .kv-content-subtitle{
        font-size: 6.66666vw;
        margin-top: 4.125vw;
    }
    .kv-content-feature{
        font-size: 3.888vw;
        margin-top: 8.333vw;
    }
    .kv-content-price-container{
        margin-top: 13.194vw;
    }
    .huawei-product-buy-btn-container{
        flex-direction: column;
    }
    .huawei-product-buy-btn-price{
        font-size: 5.56vw;
        margin-right: 0;
    }
    .huawei-product-buy-btn{
        margin-top: 24px;
    }
    .huawei-product-buy-btn-price span{
        font-size: 3.611111111vw;
    }
    .kv-image-container{
        display: flex;
        justify-content: center;
        margin: 0;
        width: 100%;
        min-height: 105.5vw;
    }
    .kv-image-bg{
        width: 100%;
    }
    .kv-image-phone{
        display: flex;
        position: relative;
        margin: 0 auto;
        left: 0;
        padding-top: 14.44444%;
        width: 61.944444%;
        transform: translate(0,11.11vw);
    }
    .kv-image-phone>picture{
        display: flex;
    }
    .kv-go-update-container{
        margin: 0 0 5.555vw;
        padding-top: 8.333vw;
        position: relative;
        top: 0;
    }
    .kv-go-update-btn{
        border-radius: 6.666666vw;
        font-size: 3.472vw;
        padding: 3.05vw 5.555vw;
    }
    .kv-go-update-btn svg{
        margin-left: 1.944444vw;
        width: 3.61111vw;
        height: 3.61111vw;
    }
    .kv-intro-container{
        padding: 33.33% 0 3.33%;
    }
    .kv-intro-text{
        font-size: 5.555vw;
        width: 80%;
    }
    .kv-intro-mask{
        height: 30vw;
    }
    .kv-intro-text p{
        font-size: 5.5555vw;
        line-height: 1.6;
        margin-top: 6.94vw;
    }
    .kv-intro-text p:first-child{
        margin-top: 0;
    }
    .kv-intro-text p:last-child{
        margin-top: 0;
    }
    .reasontobuy-container{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .reasontobuy-main-swiper{
        width: 100%;
        transform: scale(1);
    }
    .reasontobuy-content-swiper{
        margin-top: 8.05555vw;
        padding-left: 0;
        width: 91.11111%;
    }
    .reasontobuy-item-content-title{
        color: #18191A;
        font-size: 5.83333vw;
    }
    .reasontobuy-item-content-text{
        color: #676A6B;
        font-size: 4.44444vw;
        margin-top: .59375em;
    }
    .reasontobuy-item{
        overflow: hidden;
    }
    .reasontobuy-item-content{
        opacity: 0;
        transform: translateY(5.55vw);
        transition: all .5s cubic-bezier(0,0,0.5,1);
        will-change: transform;
    }
    .reasontobuy-item-1 .reasontobuy-item-container,
    .reasontobuy-item-2 .reasontobuy-item-container,
    .reasontobuy-item-3 .reasontobuy-item-container{
        transform: scale(1.5);
    }
    .reasontobuy-item-4 .reasontobuy-item-container,
    .reasontobuy-item-5 .reasontobuy-item-container,
    .reasontobuy-item-6 .reasontobuy-item-container {
        transform: scale(1.5);
        transition: transform .6s ease;
    }
    .swiper-slide-active .reasontobuy-item-container{
        transform: scale(1);
        transition: transform .6s ease;
    }
    .reasontobuy-jump-btn{
        border-color: #FFFFFF18;
        border-radius: 50%;
        border: 1px solid #FFFFFF4c;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(.26vw);
        -webkit-backdrop-filter: blur(.26vw);
        z-index: 5;
        width: 9.305556vw;
        height: 9.305556vw;
        right: 5.555556vw;
        bottom: 5.555556vw;
    }
    .reasontobuy-item-1 .reasontobuy-jump-btn{
        opacity: 1;
    }
    .reasontobuy-jump-btn svg:last-child{
        position: relative;
        transform: none;
    }
    .reasontobuy-item-1 video{
        height: auto;
        mix-blend-mode: lighten;
    }
    .reasontobuy-container.active .reasontobuy-item-1 video{
        height: auto;
    }
    .reasontobuy-item-image.hidden-web{
        display: block;
    }
    .reasontobuy-item-image.hidden-mob{
        display: none;
    }
    .reasontobuy-item-4 .reasontobuy-item-image{
        width: 100%;
        height: auto;
    }
    .reasontobuy-item-4 .reasontobuy-item-image img{
        transform: translateY(0);
        width: 100%;
    }
    .reasontobuy-item-5 .reasontobuy-item-image{
        background-color: #F5F5F7;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 121.388888vw;
    }
    .reasontobuy-item-5-left,.reasontobuy-item-5-right{
        display: none;
    }
    .reasontobuy-item-5-center{
        margin: 0;
        width: 49%;
        transform: scale(1);
    }
    .reasontobuy-item.active .reasontobuy-item-content{
        opacity: 1;
        transform: translateY(0);
    }
    .reasontobuy-wrapper{
        margin-top: 8.05555vw;
        padding-left: 0;
        width: 91.11111%;
    }
    .reasontobuy-click-title{
        color: #F5F6F7;
        font-size: 6.6667vw;
    }
    .reasontobuy-title-container{
        flex-direction: row;
    }
    .reasontobuy-title-item{
        margin-bottom: 0;
    }
    .reasontobuy-title-item.active .reasontobuy-click-title{
        color: #F5F6F7;
        font-size: 6.6667vw;
    }
    .reasontobuy-title-item.active .reasontobuy-click-page{
        height: auto;
    }
    .reasontobuy-click-page{
        height: auto;
        margin-top: 2.638vw;
    }
    .reasontobuy-click-page span{
        color: #969699;
        font-size: 4.444vw;
    }
    .reasontobuy-item-jump-btn{
        opacity: 0;
        transform: translateY(5.55vw);
        transition: all .5s cubic-bezier(0,0,0.5,1);
        will-change: transform;
    }
    .reasontobuy-item.active .reasontobuy-item-jump-btn{
        opacity: 1;
        transform: translateY(0);
    }
    .reasontobuy-item-jump-btn svg rect{
        fill: #969699;
    }
    .reasontobuy-item-title{
        font-size: 4.44vw;
        transform: translateY(0);
        opacity: 1;
    }
    .reasontobuy-item-text{
        margin-top: 2.91vw;
        opacity: 1;
        transform: none;
    }
    .reasontobuy-item-text p{
        font-size: 2.77vw;
    }
    .reasontobuy-item-image{
        height: auto;
        margin-bottom: 0;
        transform: translateY(0);
        opacity: 1;
    }

    .reasontobuy-item .h3{
        color: #FFFFFF;
    }
    .reasontobuy-item-content{
        margin-top: 5vw;
    }
    .reasontobuy-item-jump-btn{
        clip-path: none;
        width: 3.33vw;
        height: 3.33vw;
        right: 0;
        bottom: 5.55vw;
        opacity: 1;
    }
    .reasontobuy-item-jump-btn svg{
        width: 3.33vw;
        height: 3.33vw;
    }

    .reasontobuy-item-content{
        flex-direction: column;
        align-items: stretch;
    }
    .reasontobuy-control-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8.88888vw;
        width: 91.111%;
    }
    .reasontobuy-swiper-btn-container.hidden-web{
        display: flex;
        justify-content: center;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: auto;
    }
    .reasontobuy-swiper-btn-container .btn-disable{
        opacity: 1;
    }
    .reasontobuy-swiper-btn-container.hidden-mob{
        display: none;
    }
    .reasontobuy-swiper-prev-btn,
    .reasontobuy-swiper-next-btn{
        transition: transform .2s ease, opacity .6s ease;
    }
    .reasontobuy-swiper-prev-btn{
        margin-right: 3.33vw;
    }
    .reasontobuy-swiper-prev-btn-svg,
    .reasontobuy-swiper-next-btn-svg{
        display: flex;
    }
    .reasontobuy-swiper-btn-container svg {
        width: 12.22vw;
        height: 12.22vw;
    }

    .common-scroll-bar{
        background-color: #FFFFFF4c;
        width: 33.33vw;
        height: 2px;
        position: relative;
    }
    .common-scroll-bar .swiper-scrollbar-drag{
        background-color: #FFFFFF;
        margin-top: -1px;
        height: 4px;
    }

    .reasontobuy-scroll-bar{
        background-color: #0000004c;
    }
    .reasontobuy-scroll-bar .swiper-scrollbar-drag{
        background-color: #676A6B;
    }

    .reasontobuy-item-container{
        transition: transform .6s ease;
    }
    .reasontobuy-item.active .reasontobuy-item-container{
        opacity: 1;
        transform: translateY(0);
    }
    .design-main-title{
        margin-top: -1px;
        overflow: hidden;
        position: relative;
    }
    .design-main-title-container{
        overflow: hidden;
    }
    .design-main-title-background-container{
        width: 100%;
    }
    .design-main-title-content{
        opacity: 1;
        transform: translateY(0);
        width: 100%;
    }
    .design-main-text{
        margin: 0 auto;
        width: 76.94%;
    }
    .design-main-title-pop-btn-container{
        margin-top: 11.111vw;
    }
    .design-main-title-text{
        font-size: 5.55vw;
    }
    .design-main-title-pop-btn{
        font-size: 4.44vw;
    }
    .design-main-title-pop-btn-svg{
        margin-left: 2.22vw;
    }
    .design-main-title-pop-btn-svg svg{
        width: 7.84vw;
        height: 7.84vw;
    }
    .design-main-title-background-light{
        width: 35vw;
    }
    .design-main-title-background-light{
        top: 5%;
        left: 100%;
    }
    .design-main-title-background-light-2{
        left: 0;
    }
    .design-main-text{
        margin-top: 8.944vw;
    }
    .design-main-text p{
        color: #969699;
    }
    .design-intro{
        margin-top: 0;
    }
    .design-intro-container{
        margin-top: 10.527%;
        width: 100%;
    }
    .design-intro-content-container{
        margin-bottom: 11.11vw;
        width: 77.78vw;
        text-align: left;
    }
    .design-intro-text{
        margin-top: 8.88vw;
    }
    .design-intro-popup-btn svg{
        width: 17.77vw;
        height: 17.77vw;
    }
    .design-intro-popup-btn{
        right: 5.5vw;
        bottom: 5.5vw;
    }
    .design-color-container{
        flex-direction: column-reverse;
    }
    .design-color-image-container{
        margin: 0 auto;
        width: 100%;
    }
    .design-color-phone-container{
        margin-top: 8.33vw;
    }
    .design-color-phone-row{
        margin-top: .6%;
        margin-left: 13.53%;
        width: 73.28%;
    }
    .design-color-phone-btn-name{
        font-size: 8.88vw;
        left: auto;
        right: 0;
        text-align: right;
    }
    .design-color-phone-btn-name-row{
        margin-right: 8.8888vw;
    }
    .design-color-phone-btns-row{
        margin-top: 0;
    }
    .design-color-phone-btn{
        width: 6.11vw;
        height: 6.11vw;
        padding: 1.388vw;
    }
    .design-color-phone-btn::before{
        top: 1.388vw;
        right: 1.388vw;
        bottom: 1.388vw;
        left: 1.388vw;
    }
    .design-color-phone-btn-svg{
        display: none;
    }
    .design-color-phone-btn-item{
        margin-right: 4.44vw;
    }
    .design-color-phone-btns{
        justify-content: center;
        margin-top: 10.43vw;
    }
    .design-color-phone-bg-container{
        margin-left: 0;
        width: 100%;
    }
    .desgin-color-phone-bg-light-container{
        left: 0;
    }
    .design-color-phone-bg-light svg{
        width: 35.76vw;
        height: 35.76vw;
    }
    .camera-intro-content-container{
        margin: 0 auto;
        width: 77.77%;
        text-align: left;
    }
    .camera-intro-content-text{
        margin-top: 8.88vw;
        margin-left: 0;
        width: 100%;
    }
    .camera-intro-image{
        margin-top: 15.97%;
    }
    .camera-intro-image img{
        opacity: 0;
        transform: translate(0, 20%);
        transition: all .8s ease;
    }
    .camera-intro-image.active img{
        opacity: 1;
        transform: translate(0,0);
    }
    .camera-new-feature-title-container{
        margin: 0 auto;
        width: 77.78%;
        text-align: left;
    }
    .camera-new-feature-machine-container{
        flex-direction: column;
        align-items: flex-start;
        width: 91.111111%;
    }
    .camera-new-feature-machine-image{
        width: 100%;
    }
    .camera-new-feature-machine-content{
        margin: 8.8888vw 0 0 6.66vw;
        width: 88%;
    }
    .camera-new-feature-machine-content p:last-child{
        margin-top: 4.16vw;
    }
    .camera-new-feature-sensor-container{
        flex-direction: column;
        align-items: flex-start;
        width: 91.111111%;
    }
    .camera-new-feature-sensor-image{
        width: 100%;
    }
    .camera-new-feature-sensor-content{
        margin: 8.8888vw 0 0 6.66vw;
        width: 85%;
    }
    .camera-sample-content-container{
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        width: 77.78%;
        text-align: left;
    }
    .camera-sample-content-text{
        margin-top: 8.6vw;
        width: 100%;
    }
    .camera-sample-disclaimer .disclaimer{
        font-size: 3.333vw;
    }
    .camera-sample-disclaimer{
        margin-top: 6.11111vw;
        width: 91.11111%;
    }
    .camera-sample-swiper-container{
        width: 91.111111%;
    }
    .camera-sample-item::before{
        display: none;
    }
    .camera-sample-item::after{
        display: none;
    }
    .camera-sample-control-container{
        margin-top: 6.8%;
        width: 77.78%;
    }
    .camera-sample-swiper-prev-btn{
        margin-right: 3.33vw;
    }
    .camera-sample-swiper-next-btn, .camera-sample-swiper-prev-btn{
        width: 12.08vw;
        height: 12.08vw;
    }
    .camera-sample-swiper-next-btn svg, .camera-sample-swiper-prev-btn svg{
        width: 12.08vw;
        height: 12.08vw;
    }
    .camera-sample-swiper-scrollbar{

    }
    .camera-sample-swiper-btns-light-svg{
        display: none;
    }
    .camera-sample-popup-btn{
        right: 5.55vw;
        bottom: 5.55vw;
        width: 11.111vw;
        height: 11.111vw;
    }
    .camera-sample-popup-btn .video-pop-play-svg{
        width: 11.111vw;
        height: 11.111vw;
    }
    .camera-sample-popup-btn .video-pop-play-svg svg{
        width: 11.111vw;
        height: 11.111vw;
    }
    .camera-macro-container{
        flex-direction: column;
        width: 91.11%;
    }
    .camera-macro-container .camera-macro-content-text{
        margin-left: 6.662222vw;
        width: 90%;
        text-align: left;
    }
    .camera-macro-left-part, .camera-macro-right-part{
        width: 100%;
    }
    .camera-macro-title{
        margin: 0 auto 6.2vw;
        width: 77.78vw;
        text-align: left;
    }
    .camera-macro-text{
        margin: 0 auto;
        width: 77.78vw;
    }
    .camera-macro-mob-image{
        margin-top: 11.11vw;
    }
    .camera-macro-left-image{
        margin-bottom: 4.54vw;
    }
    .camera-macro-disclaimer{
        font-size: 2.22vw;
        right: 3.33vw;
        bottom: 3.33vw;
    }
    .camera-macro-main-container{
        flex-direction: column-reverse;
        margin-top: 10.444vw;
    }
    .camera-macro-left-container{
        width: 100%;
    }
    .camera-macro-image-big-swiper{
        width: 100%;
    }
    .camera-macro-image-small-swiper .camera-macro-image{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: .98vw;
    }
    .camera-macro-image-item-text{
        text-align: left;
    }
    .camera-macro-image-small-swiper{
        border-top: none;
        border-right: 1px solid #262729;
        padding: 0;
    }
    .camera-macro-image-small-swiper .swiper-slide-1 .camera-macro-image-item{
        margin-left: 8.54vw;
        width: 49.86vw;
    }
    .camera-macro-image-small-swiper .swiper-slide-2 .camera-macro-image-item{
        margin-left: 6.847vw;
        width: 49.86vw;
    }
    .camera-macro-image-small-swiper .swiper-slide-1 .camera-macro-image-item-text{
        margin-left: 0vw;
    }
    .camera-macro-image-small-swiper .swiper-slide-2 .camera-macro-image-item-text{
        margin-left: 1vw;
    }
    .camera-macro-swiper-control-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8.888vw;
    }
    .camera-macro-swiper-prev-btn{
        margin-right: 3.33vw;
    }
    .camera-macro-swiper-next-btn, .camera-macro-swiper-prev-btn{
        width: 12.08vw;
        height: 12.08vw;
    }
    .camera-macro-swiper-next-btn svg, .camera-macro-swiper-prev-btn svg{
        width: 12.08vw;
        height: 12.08vw;
    }
    .camera-macro-swiper-btns-container{
        border: none;
        height: auto;
    }
    .camera-macro-swiper-btns-light-svg{
        display: none;
    }
    .camera-zoom-container{
        flex-direction: column;
        width: 100%;
    }
    .camera-zoom-content-container{
        margin: 0 auto;
        width: 77.78vw;
        text-align: left;
    }
    .camera-zoom-content-text{
        margin-top: 8.6vw;
        margin-left: 0;
        text-align: left;
        width: 99%;
    }
    .camera-zoom-swiper-container{
        margin: 11.11% auto 0;
        width: 91.1%;
    }
    .camera-zoom-swiper-container .swiper{
        opacity: 0;
        transform: translateY(5.55vw);
        transition: all .6s cubic-bezier(0,0,0.5,1);
    }
    .camera-zoom-swiper-container.active .swiper{
        opacity: 1;
        transform: translateY(0);
        will-change: transform;
    }
    .camera-zoom-swiper-container .swiper-slide{
        overflow: hidden;
    }
    .camera-zoom-swiper-mob-control-container{
        border-radius: 5.555vw;
        margin: 8.88% auto 0;
        width: 81.1111vw;
        height: 11.11vw;
        position: relative;
        left: 0;
        transform: none;
    }
    .camera-zoom-swiper-mob-switch-btn-container{
        display: flex;
        justify-content: space-between;
    }
    .camera-zoom-swiper-mob-switch-btn{
        font-size: 4.44vw;
        width: 20vw;
        height: 11.111vw;
        transition: all .3s ease;
        text-align: center;
    }
    .camera-zoom-swiper-mob-switch-btn-container::after{
        border-radius: 5.555vw;
        top: .5555555555vw;
        width: 20vw;
        height: 10vw;
    }
    .camera-zoom-swiper-mob-control-container[data-index="2"] .camera-zoom-swiper-mob-switch-btn-container::after{
        transform: translateX(20vw);
    }
    .camera-zoom-swiper-mob-control-container[data-index="3"] .camera-zoom-swiper-mob-switch-btn-container::after{
        transform: translateX(40vw);
    }
    .camera-zoom-swiper-mob-control-container[data-index="4"] .camera-zoom-swiper-mob-switch-btn-container::after{
        transform: translateX(60vw);
    }
    .camera-zoom-swiper-mob-progress-container{
        margin-top: 5.2vw;
    }
    .camera-zoom-swiper-mob-progress-line{
        background-color: #FFFFFF4c;
        display: flex;
        height: 1px;
        width: 100%;
        position: relative;
    }
    .camera-zoom-swiper-mob-progress-bar{
        background-color: #FFFFFF;
        height: 3px;
        width: 10.7vw;
        margin-top: -1px;
        transition: transform .3s ease;
    }
    .camera-portrait-container{
        width: 91.11%;
    }
    .camera-portrait-left-part,.camera-portrait-right-part{
        width: 100%;
    }
    .camera-portrait-title{
        margin: 0 auto 8.6vw;
        width: 77.78vw;
        text-align: left;
        order: 1;
    }
    .camera-portrait-text{
        margin: 0 auto;
        width: 77.78vw;
        text-align: left;
        order: 2;
    }
    .camera-portrait-image-container{
        display: block;
        margin-top: 11.11vw;
        width: 100%;
        order: 3;
    }
    .camera-portrait-image-1{
        width: 100%;
    }
    .camera-portrait-image-2{
        margin-top: 4.4vw;
        width: 100%;
    }
    .camera-portrait-image-2 .camera-portrait-image-item{
        transition-delay: 0;
    }
    .camera-portrait-left-image{
        margin-bottom: 4.54vw;
    }
    .camera-portrait-swiper-control-container{
        justify-content: space-between;
        align-items: center;
        margin: 8.8888vw auto 0;
        width: 91.111%;
    }
    .camera-portrait-swiper-btns svg{
        width: 12.08vw;
        height: 12.08vw;
    }
    .camera-portrait-swiper-btns-light-svg{
        display: none;
    }
    .camera-portrait-swiper-prev-btn{
        margin-right: 3.33vw;
    }
    .camera-ais-container{
        display: flex;
        flex-direction: column;
        width: 91.11%;
    }
    .camera-ais-title{
        margin: 0 auto 8.6vw;
        width: 77.78vw;
        text-align: left;
        order: 1;
    }
    .camera-ais-text{
        margin: 0 auto;
        width: 78.75vw;
        text-align: left;
        order: 2;
    }
    .camera-ais-image-container{
        margin-top: 11.11vw;
        order: 3;
    }
    .camera-ais-popup-btn{
        right: 5.56vw;
        bottom: 5.56vw;
    }
    .video-pop-play-light-svg{
        display: none;
    }
    .performance-satellite-content{
        top: 0;
        left: 11.11%;
        width: 80%;
    }
    .performance-satellite-title{
        position: relative;
        top: 0;
        text-align: left;
    }
    .performance-satellite-title .h2{
        width: 100%;
    }
    .performance-satellite-background{
        padding-top: 73.13%;
    }
    .performance-satellite-text{
        margin: 8.6vw 0 0; 
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
    .performance-satellite-text p{
        margin-bottom: 3.75vw;
    }
    .performance-satellite-text p:last-child{
        margin-bottom: 0;
    }
    .performance-satellite-item-1{
        top: 43.5%;
        left: -4%;
        width: 46.94%;
        transform: translate(10%, 30%) scale(0);
    }
    .performance-satellite-item-2{
        top: 42.5%;
        left: 72.7%;
        width: 19.65%;
        transform: translate(-55%, 175%) scale(0);
    }
    .performance-satellite-trigger{
        position: absolute;
        top: 30%;
    }
    .performance-lingxi-container{
        flex-direction: column;
        width: 91.11%;
    }
    .performance-lingxi-content-container{
        width: 100%;
    }
    .performance-lingxi-title{
        margin: 0 auto;
        width: 77.78vw;
    }
    .performance-lingxi-text{
        margin: 8.6vw auto 0;
        width: 77.78vw;
    }
    .performance-lingxi-image{
        margin-top: 11.111%;
        width: 100%;
    }
    .performance-lingxi-text-2{
        margin-top: 11.111vw;
        margin-bottom: 8.2vw;
    }
    .performance-lingxi-feature-row{
        margin-top: 0;
        margin-left: 6.67vw;
    }
    .performance-lingxi-feature-item-1 .performance-lingxi-feature-logo{
        width: 9.0736vw;
    }
    .performance-lingxi-feature-item-2 .performance-lingxi-feature-logo{
        width: 8.543vw;
    }
    .performance-lingxi-feature-item-3 .performance-lingxi-feature-logo{
        margin-bottom: 0;
        width: 10.4138888vw;
    }
    .performance-lingxi-feature-item{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 12.22vw;
    }
    .performance-lingxi-feature-item-3 .performance-lingxi-feature-text{
        margin-top: .25em;
    }
    .performance-communication-container{
        flex-direction: column-reverse;
        width: 91.111%;
    }
    .performance-communication-content{
        width: 77.78vw;
        transform: none;
    }
    .performance-communication-text{
        margin-top: 8.6vw;
    }
    .performance-communication-image{
        margin-top: 10.416vw;
        width: 100%;
    }
    .performance-screen-content{
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        width: 77.78%;
        text-align: left;
    }
    .performance-screen-text{
        margin: 8.6vw auto 0;
        width: 100%;
    }
    .performance-screen-title{
        width: 100%;
    }
    .performance-screen-image-container{
        margin-top: 10.47vw;
        width: 100%;
    }
    .performance-screen-feature-container{
        margin-top: -33.33vw;
        margin-left: 11.416%;
        width: 85%;
    }
    .performance-screen-feature-row{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .performance-screen-feature-item{
        margin-bottom: 10.9vw;
        width: 49%;
        opacity: 0;
        transform: translateY(5.55vw);
        transition: all .6s cubic-bezier(0,0,0.5,1);
    }
    .performance-screen-feature-row.active .performance-screen-feature-item{
        opacity: 1;
        transform: translateY(0);
    }
    .performance-screen-feature-item:nth-of-type(1){
        order: 1;
    }
    .performance-screen-feature-item:nth-of-type(2){
        order: 2;
    }
    .performance-screen-feature-item:nth-of-type(3){
        order: 3;
        margin-bottom: 0;
        transition-delay: .3s;
    }
    .performance-screen-feature-item:nth-of-type(4){
        order: 4;
        margin-top: 2%;
        margin-bottom: 0;
        transition-delay: .3s;
        overflow: hidden;
    }
    .performance-screen-feature-item:nth-of-type(4){
        width: 49%;
    }
    .performance-screen-feature-item:nth-of-type(4) img{
        width: 28.9vw;
    }
    .performance-screen-feature-item:nth-of-type(5){
        order: 5;
        margin-right: 16.5%;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        transition-delay: .3s;
    }
    .performance-screen-feature-item:nth-of-type(5) img{
        width: 20.57vw;
    }
    .performance-screen-feature-item:last-child{
        margin-top: 2.5%;
        margin-bottom: 0;
        pointer-events: none;
    }
    .performance-screen-feature-item-title{
        font-size: 5.55vw;
    }
    .performance-screen-feature-item-text{
        font-size: 3.88vw;
    }
    .performance-kunlun-glass-container{
        border-bottom: none;
        flex-direction: column;
        width: 91.11%;
    }
    .performance-kunlun-glass-content{
        margin: 0 auto;
        width: 100%;
    }
    .performance-kunlun-glass-title{
        border-top: 1px solid #333333;
        margin: 0 auto;
        width: 77.78vw;
        padding-top: 15.97vw;
    }
    .performance-kunlun-glass-image{
        border-bottom: 1px solid #333333;
        display: flex;
        margin-right: 0;
        margin-left: 6.66vw;
        width: 79.86vw;
    }
    .performance-kunlun-glass-image>picture{
        display: flex;
    }
    .performance-kunlun-glass-image.hidden-mob{
        display: none;
    }
    .performance-kunlun-glass-text{
        margin: 8.6vw auto 11.11vw;
        width: 77.78vw;
    }
    .performance-kunlun-glass-feature{
        margin-top: 16.2vw;
        margin-left: 6.66vw;
    }
    .performance-kunlun-glass-feature-item:first-child{
        margin-right: 8.3333vw;
    }
    .performance-kunlun-glass-feature-num{
        font-size: 8.88vw;
    }
    .performance-supercharge-container{
        border-top: none;
        border-bottom: none;
    }
    .performance-supercharge-container{
        flex-direction: column-reverse;
        width: 100%;
        padding: 0;
        margin-top: 21.05%;
    }
    .performance-supercharge-content{
        margin: 0 auto;
        width: 100%;
        transform: translateY(0);
    }
    .performance-supercharge-title{
        margin: 0 auto;
        width: 77.78vw;
    }
    .performance-supercharge-text{
        margin: 0 auto;
        width: 77.78vw;
        margin-top: 8.6vw;
        margin-bottom: 0;
    }
    .performance-supercharge-feature{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }
    .performance-supercharge-feature-name p{
        font-size: 3.888vw;
    }
    .performance-supercharge-feature-item:first-child{
        margin-right: 0;
    }
    .performance-supercharge-image{
        margin-top: 13.625%;
        margin-left: 0;
        width: 100%;
    }
    .performance-supercharge-feature-num{
        font-size: 8.88vw;
    }
    .performance-supercharge-feature-row-container{
        margin-top: 4.44vw;
        width: 77.7777%;
    }
    .performance-supercharge-feature-item{
        width: 43%;
    }
    .performance-supercharge-feature-row{
        justify-content: space-between;
        opacity: 0;
        transform: translateY(5.55vw);
        transition: all .6s cubic-bezier(0,0,0.5,1);
    }
    .performance-supercharge-feature-item:first-child{
        margin-bottom: 0;
    }
    .emui-main-title-container{
        width: 100%;
        text-align: left;
    }
    .emui-main-title-logo{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
    .emui-main-title-logo .h2{
        font-size: 11.11vw;
    }
    .emui-main-subtitle{
        margin-top: 2.9%;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .emui-main-subtitle .h3{
        font-size: 6.66667vw;
    }
    .emui-theme-container{
        flex-direction: column;
        width: 100%;
    }
    .emui-theme-content-container{
        margin: 0 auto;
        width: 77.78%;
    }
    .emui-theme-content-text{
        margin-top: 8.88vw;
        margin-bottom: 11.11vw;
    }
    .emui-theme-image-container{
        width: 100%;
        overflow: hidden;
    }
    .emui-theme-image-item{
        margin-left: 21.3%;
        width: 57.36%;
    }
    .emui-theme-swiper-control-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 11.11111%;
        width: 77.78%;
    }
    .emui-theme-swiper-drag{
        width: 33.333333%;
        transition: transform .3s ease;
    }
    .emui-theme-swiper-scrollbar[data-index="1"] .emui-theme-swiper-drag{
        transform: translateX(0);
    }
    .emui-theme-swiper-scrollbar[data-index="2"] .emui-theme-swiper-drag{
        transform: translateX(100%);
    }
    .emui-theme-swiper-scrollbar[data-index="3"] .emui-theme-swiper-drag{
        transform: translateX(200%);
    }
    .emui-theme-image-video{
        border-radius: 5.5vw;
        will-change: transform;
    }
    .emui-theme-swiper-mob-btns{
        display: flex;
        justify-content: center;
    }
    .emui-theme-swiper-prev-btn{
        margin-right: 3.33vw;
    }
    .emui-theme-swiper-mob-btns svg{
        width: 12.22vw;
        height: 12.22vw;
    }
    .emui-theme-swiper-btns-light-svg{
        display: none;
    }
    .emui-ai-photo-container{
        border: none;
        flex-direction: column;
        margin-top: 26.3%;
        width: 100%;
        overflow: hidden;
        padding: 0;
    }
    .emui-ai-photo-title{
        margin: 0 auto;
        width: 77.78%;
        text-align: left;
    }
    .emui-ai-photo-image{
        margin: 8.88vw auto 5.55vw;
        width: 100%;
        height: auto;
    }
    .emui-ai-photo-content-container{
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .emui-ai-photo-text-container{
        margin-top: 0;
    }
    .emui-ai-photo-text:first-child{
        margin-top: 0;
    }
    .emui-ai-photo-text-progress-line-container{
        display: none;
    }
    .emui-ai-photo-text-row{
        margin: 0 auto;
        width: 77.39%;
    }
    .emui-ai-photo-text-row .swiper-wrapper{
        flex-direction: row;
    }
    .emui-ai-photo-text p{
        font-size: 4.444vw;
        height: auto;
    }
    .emui-ai-photo-text .highlight-text{
        color: #FFFFFF;
        opacity: 1;
    }
    .emui-ai-photo-text .emui-ai-photo-text-detail{
        opacity: 1;
    }
    .emui-ai-photo-text{
        margin-top: 0;
        height: 100%;
        opacity: 0;
        transition: opacity .6s ease;
    }
    .swiper-slide-active.emui-ai-photo-text{
        opacity: 1;
    }
    .emui-ai-photo-swiper-mob-btns{
        display: flex;
        justify-content: center;
    }
    .emui-ai-photo-swiper-mob-btns svg{
        width: 12.22vw;
        height: 12.22vw;
    }
    .emui-ai-photo-swiper-prev-btn{
        margin-right: 3.33vw;
    }
    .emui-ai-photo-swiper-prev-btn,.emui-ai-photo-swiper-next-btn{
        transition: transform .2s ease,opacity .6s ease;
    }
    .emui-ai-photo-control-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 6.66vw auto 0;
        width: 77.78%;
    }
    .emui-ai-photo-enhance-after{
        width: 100vw;
    }
    .emui-ai-photo-enhance-before-image{
        width: 100vw;
    }
    .emui-ai-photo-enhance-line{
        width: auto;
    }
    .emui-xiaoyi-container{
        border: none;
        flex-direction: column;
        margin: 26.38% auto 0;
        width: 91.11%;
    }
    .emui-xiaoyi-content-container{
        margin: 0 auto;
        width: 77.78vw;
        transform: none;
    }
    .emui-xiaoyi-text{
        margin-top: 8.6vw;
    }
    .emui-xiaoyi-image{
        margin-left: 0;
        width: 100%;
    }
    .emui-feature-container{
        border: none;
        flex-direction: column;
        width: 100%;
    }
    .emui-feature-image-container{
        width: 100%;
        height: auto;
        order: 2;
    }
    .emui-feature-text-row{
        flex-direction: row;
        padding: 0;
    }
    .emui-feature-text-progress-line-container{
        display: none;
    }
    .emui-feature-content-container{
        width: 100%;
        order: 1;
    }
    .emui-feature-text-container{
        margin: 0 0 0 11.1111vw;
    }
    .emui-feature-text{
        color: #FFFFFF;
        font-size: 11.11vw;
        margin-bottom: 6.63vw;
        opacity: 0;
        transition: opacity .6s ease;
    }
    .swiper-slide-active.emui-feature-text{
        opacity: 1;
    }
    .emui-feature-text.active{
        font-size: 11.11vw;
    }
    .emui-feature-control-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 6.66vw auto 0;
        width: 77.78%;
        order: 3;
    }
    .emui-feature-swiper-mob-btns{
        display: flex;
        justify-content: center;
    }
    .emui-feature-swiper-mob-btns svg{
        width: 12.22vw;
        height: 12.22vw;
    }
    .emui-feature-swiper-prev-btn{
        margin-right: 3.33vw;
    }
    .emui-feature-swiper-prev-btn,.emui-feature-swiper-next-btn{
        transition: transform .2s ease,opacity .6s ease;
    }
    .emui-feature-image-item{
    }
    .emui-system-container{
        display: block;
        width: 91.11%;
    }
    .emui-system-disclaimer{
        margin: 22.152vw auto 0;
        width: 82%;
    }
    .emui-system-disclaimer p{
        font-size: 3.8888vw;
    }
    .emui-smooth{
        width: 100%;
    }
    .emui-smooth-container{
        border: none;
        flex-direction: column;
        margin: 26.38% auto 0;
        width: 91.11%;
    }
    .emui-smooth-content-container{
        margin: 0 auto;
        width: 77.78vw;
        text-align: left;
    }
    .emui-smooth-text{
        margin-top: 8.6vw;
    }
    .emui-smooth-image{
        margin-top: 4.86vw;
        margin-right: 0;
        width: 100%;
    }
    .emui-smooth-popup-container{
        display: flex;
        justify-content: center;
        margin-top: 3.458vw;
        width: 100%;
        position: relative;
        right: auto;
        bottom: auto;
    }
    .emui-smooth-disclaimer{
        color: #676A6B;
        display: flex;
        font-size: 3.055556vw;
        margin: 9.18vw auto 0;
        width: 85.694444vw;
        text-align: left;
    }
    .emui-smooth-disclaimer.hidden-mob{
        display: none;
    }
    .emui-smooth-popup-mob-btn{
        color: #F5F5F7;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 4.44vw;
    }
    .emui-safety{
        margin: 26.38% auto 0;
        width: 100%;
    }
    .emui-safety-container{
        border: none;
    }
    .emui-safety-content-container{
        margin: 0 auto;
        width: 77.78vw;
        text-align: left;
    }
    .emui-safety-text{
        margin-top: 8.6vw;
    }
    .emui-safety-feature-container{
        margin-top: 16vw;
        width: 100%;
    }
    .emui-safety-feature-container svg{
        width: 91.11vw;
        height: auto;
    }
    .emui-safety-feature-row{
        opacity: 0;
        transform: translateY(5.55vw);
        transition: all .6s cubic-bezier(0,0,0.5,1);
    }
    .emui-safety-feature-container.active .emui-safety-feature-row{
        opacity: 1;
        transform: translateY(0);
    }
    .emui-safety-feature-item-icon{
        margin-bottom: 2.75vw;
        width: 16.667vw;
    }
    .emui-safety-feature-item:nth-of-type(3), .emui-safety-feature-item:nth-of-type(4){
        margin-top: 12.416vw;
    }
    .accessories-user-right-container{
        width: 91.11111%;
    }
    .accessories-user-right-content-container{
        flex-direction: column;
        align-items: flex-start;
        left: 5.605%;
        width: 88.79%;
    }
    .accessories-user-right-content{
        margin: 0 auto;
        width: 77.78vw;
    }
    .accessories-user-right-product{
        font-size: 4.4444vw;
        margin-bottom: 2.972vw;
    }
    .accessories-user-right-features{
        margin: 22.222vw 0 21.388vw;
        width: 100%;
    }
    .accessories-user-right-link-container{
        margin: 0 auto;
        width: 77.78vw;
    }
    .accessories-user-right-link a{
        font-size: 4.861111vw;
    }
    .accessories-container{
        width: 100%;
    }
    .accessories-more-part{
        width: 100%;
    }
    .accessories-title{
        margin: 0 auto;
        width: 77.78%;
        text-align: left;
    }
    .accessories-more-swiper-container{
        margin: 0 auto;
        position: relative;
        height: auto;
        width: 91.111%;
    }
    .accessories-more-container{
        position: relative;
        top: 0;
        left: 0;
    }
    .accessories-more-item-image{
        border: none;
        width: 100%;
        padding: 0;
    }
    .accessories-link-container{
        margin-top: 5.55vw;
        opacity: 1;
        transition: opacity .6s ease;
        text-align: left;
        position: relative;
        bottom: 0;
        left: 0;
        margin: 8.3333vw auto 0;
        width: 91.1111%;
    }
    .accessories-link-swiper{
        margin: 0 auto;
        width: 77.39%;
    }
    .swiper-slide-active .accessories-link-container{
        opacity: 1;
    }
    .accessories-link-container a{
        color: #F5F5F7;
        font-size: 5vw;
    }
    .accessories-link-container:hover .accessories-link-svg-item-1{
        transform: none;
    }
    .accessories-link-svg-item path{
        fill: #F5F5F7;
    }
    .accessories-link-svg-item-2{
        display: none;
    }
    .accessories-link-svg{
        margin-left: .5555vw;
    }
    .accessories-link-svg-item{
        padding: 1.388888vw;
    }
    .accessories-link-svg svg{
        width: 3.055555vw;
        height: 3.055555vw;
    }
    .accessories-control-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 6.66vw auto 0;
        width: 77.78%;
    }
    .accessories-swiper-mob-btns{
        display: flex;
        justify-content: center;
    }
    .accessories-swiper-mob-btns svg{
        width: 12.22vw;
        height: 12.22vw;
    }
    .accessories-swiper-prev-btn{
        margin-right: 3.33vw;
    }
    .accessories-more-item{
        width: 100%;
    }
    .accessories-more-item:nth-of-type(2){
        transform: none;
    }
    .accessories-more-item:nth-of-type(3){
        transform: none;
    }
    .accessories-swiper-prev-btn, .accessories-swiper-next-btn {
        transition: transform .2s ease,opacity .6s ease;
    }
    .accessories-link-svg{
        transform: translateY(0);
    }
    .accessories-disclaimer{
        justify-content: flex-start;
        margin: 8.3333vw auto 0;
        width: 91.111vw;
        position: relative;
        bottom: 0;
    }
    .accessories-disclaimer p{
        font-size: 3.3333vw;
    }




    .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;
    }
}

@media (any-hover: none) {
    .reasontobuy-item-text{
        opacity: 1;
        transform: translateY(0);
    }
    .reasontobuy-item-jump-btn{
        clip-path: none;
        opacity: 1;
    }
    .video-pop-play-light-svg{
        display: none;
    }
    .design-color-phone-btn-svg{
        display: none;
    }
    .camera-sample-swiper-btns-light-svg{
        display: none;
    }
    .camera-zoom-swiper-btns-light-svg{
        display: none;
    }
    .emui-theme-swiper-btns-light-svg{
        display: none;
    }
}
.browser-safari .video-pop-play-light-svg{
    display: none;
}
.browser-safari .design-color-phone-btn-svg{
    display: none;
}
.browser-safari .camera-sample-swiper-btns-light-svg{
    display: none;
}
.browser-safari .camera-zoom-swiper-btns-light-svg{
    display: none;
}
.browser-safari .emui-theme-swiper-btns-light-svg{
    display: none;
}
.browser-safari .camera-macro-swiper-btns-light-svg{
    display: none;
}
.browser-safari .camera-portrait-swiper-btns-light-svg{
    display: none;
}
.no-inline-video .video-fallback{
    display: block;
}
.no-inline-video video{
    display: none;
}
.no-inline-video .video-repeat-btn{
    display: none;
}

.pura-letter {
    padding: 0 80px;
    line-height: 1.6;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1599.98px) {
    .pura-letter {
      padding: 0 40px;
    }
  }
  
  @media screen and (max-width: 1079.98px) {
    .pura-letter {
    }
  }
  
  @media only screen and (max-width: 991.98px) {
    .pura-letter {
      padding: 0;
    }
  }
  
  .pura-letter picture, .pura-letter img, .pura-letter svg {
    display: block;
    width: 100%;
  }
  
  .pura-letter svg {
    overflow: visible;
  }
  
  .pura-letter br.lg {
    display: block;
  }
  
  .pura-letter br.xs {
    display: none;
  }
  
  @media (max-aspect-ratio: 11 / 10) {
    .pura-letter br.lg {
      display: none;
    }
    .pura-letter br.xs {
      display: block;
    }
  }
  
  .pura-letter .hero-content {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #6a7766;
  }
  
  .pura-letter .hero-picture::before {
    display: block;
    padding-bottom: calc(100% / (1760 / 720));
    content: '';
  }
  
  .pura-letter .hero-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  @supports (-webkit-background-clip: text) or (background-clip: text) {
    .pura-letter .gradient-text {
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
    }
  }
  
  .pura-letter.no-gradient-text .gradient-text {
    background-image: none !important;
  }
  
  .pura-letter .hero-title {
    position: absolute;
    top: 7.552083vw;
    left: 50%;
    display: inline-block;
    width: max-content;
    max-width: 60%;
    font-size: 2.083333vw;
    font-weight: 700;
    line-height: 1.25;
    transform: translateX(-50%);
    text-align: center;
    color: #e2e9e0 !important;
    background-image: linear-gradient(100deg, #edf5ea, #d6ddd6);
  }
  
  .pura-letter .letter-modal-trigger {
    position: absolute;
    top: 18.854167vw;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.395833vw;
    height: 7.395833vw;
    cursor: pointer;
    transition: transform .3s;
    transform: translateX(-50%);
    border-radius: 100%;
    background-color: #000;
  }
  
  .pura-letter .letter-modal-trigger:active {
    transform: translateX(-50%) scale(0.9);
  }
  
  .pura-letter .letter-modal-trigger::before {
    position: absolute;
    z-index: 1;
    top: .46875vw;
    right: .46875vw;
    bottom: .46875vw;
    left: .46875vw;
    content: '';
    animation: running-border 5s 2s ease infinite;
    border-radius: 100%;
    background-image: linear-gradient(150deg, #464c5c, #fff 28%, #b8b9ba 32%, #46484b 38%, #141310 65%, #cecece 69%, #25292c 82%, #bebebe);
    background-position-x: -110%;
    background-size: 200% 100%;
  }
  
  .pura-letter .letter-modal-trigger::after {
    position: absolute;
    z-index: 2;
    top: .572917vw;
    right: .572917vw;
    bottom: .572917vw;
    left: .572917vw;
    content: '';
    border-radius: 100%;
    background-color: #000;
  }
  
  @keyframes running-border {
    0%, 100% {
      background-position-x: -110%;
    }
    50%, 99.999999% {
      background-position-x: 90%;
    }
  }
  
  .pura-letter .button-text {
    position: relative;
    z-index: 3;
    font-size: .833333vw;
    font-weight: 500;
    color: #fff;
  }
  
  .pura-letter .letter-modal {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
    opacity: 0;
  }
  
  .pura-letter .letter-modal::before {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: .86;
    background-color: #000;
    margin-inline-end: var(--modal-scrollbar-buffer);
  }
  
  .pura-letter .letter-modal.letter-modal-triggered {
    transition-delay: .3s;
    pointer-events: all;
    opacity: 1;
  }
  
  .pura-letter .letter-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 58.333333vw;
    margin: 6.25vw auto 2.083333vw;
    transform: translateY(3.64583vw);
    opacity: 0;
    border-radius: 1.5625vw;
    background-image: radial-gradient(circle at 5.20833vw 1.5625vw, #cedbca, #3a4533 77%, #242b1f);
  }
  
  .has-letter-modal .pura-letter .letter-content {
    transition: transform 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }
  
  .pura-letter .letter-modal-close {
    background-color: transparent;
    border: none;
    position: sticky;
    z-index: 3;
    top: 1.5625vw;
    display: flex;
    align-self: flex-end;
    width: 2.604167vw;
    height: 2.604167vw;
    margin-top: 1.5625vw;
    margin-right: 1.5625vw;
    transition: opacity .3s;
  }
  
  .pura-letter .letter-modal-close:hover {
    opacity: .8;
  }
  
  .pura-letter .letter-header {
    position: relative;
    z-index: 2;
    width: 21.875vw;
    margin-top: 1.5625vw;
    margin-right: auto;
    margin-left: auto;
  }
  
  .pura-letter .letter-picture {
    margin-left: .78125vw;
  }
  
  .pura-letter .header-content {
    position: absolute;
    top: 0;
    left: 5.052083vw;
    display: flex;
    align-items: center;
    width: 11.979167vw;
    height: 94%;
  }
  
  .pura-letter .letter-title {
    font-size: 1.770833vw;
    font-weight: 800 !important;
    line-height: 1.25;
    color: #e2e8e2 !important;
    background-image: linear-gradient(140deg, #fff, #bfcbbe 110%);
  }
  
  .pura-letter .letter-body {
    position: relative;
    overflow: hidden;
    width: 48.4375vw;
    margin: -4.375vw auto 1.979167vw;
    border-radius: 3.125vw;
  }
  
  .pura-letter .letter-body::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: -2px;
    left: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 16.14583vw 0%, 17.1875vw 1.5625vw, 19.79167vw 2.08333vw, 20.83333vw 2.08333vw, 25vw 0%, 100% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 16.14583vw 0%, 17.1875vw 1.5625vw, 19.79167vw 2.08333vw, 20.83333vw 2.08333vw, 25vw 0%, 100% 0%);
  }
  
  .pura-letter .letter-text {
    width: 38.958333vw;
    margin: 4.375vw auto;
    font-size: 1.041667vw;
    font-weight: 500;
    color: #fff !important;
  }
  
  .pura-letter .letter-text sup {
    font-size: .6em;
  }
  
  .pura-letter .letter-permalink {
    align-self: center;
    margin: 0 auto 2.34375vw;
    padding: .416667vw .833333vw;
    font-size: .625vw;
    font-weight: 500;
    transition: opacity .3s;
    border-radius: .208333vw;
    background-color: #fff;
  }
  
  .pura-letter .letter-permalink:hover {
    opacity: .8;
  }
  
  @media (max-aspect-ratio: 11 / 10) {
    .pura-letter .hero-content {
      border-radius: 0;
    }
    .pura-letter .hero-picture::before {
      padding-bottom: calc(100% / (360 / 530));
    }
    .pura-letter .hero-title {
      top: 30.277778vw;
      max-width: 80%;
      font-size: 6.944444vw;
    }
    .pura-letter .letter-modal-trigger {
      top: 82.5vw;
      width: 28.333333vw;
      height: 28.333333vw;
    }
    .pura-letter .letter-modal-trigger::before {
      top: 1.944444vw;
      right: 1.944444vw;
      bottom: 1.944444vw;
      left: 1.944444vw;
    }
    .pura-letter .letter-modal-trigger::after {
      top: 2.5vw;
      right: 2.5vw;
      bottom: 2.5vw;
      left: 2.5vw;
    }
    .pura-letter .button-text {
      font-size: 3.333333vw;
    }
    .pura-letter .letter-content {
      width: 91.666667vw;
      margin: 4.444444vw auto;
      transform: translateY(66vh);
      border-radius: 4.444444vw;
      background-image: radial-gradient(160% 100% ellipse at 8.33333vw 8.33333vw, #cedbca, #3a4533 77%, #242b1f);
    }
    .pura-letter .letter-modal-close {
      top: 2.222222vw;
      width: 8.333333vw;
      height: 8.333333vw;
      margin-top: 2.222222vw;
      margin-right: 2.222222vw;
    }
    .pura-letter .letter-header {
      width: 58.333333vw;
      margin-top: -1.944444vw;
    }
    .pura-letter .letter-picture {
      margin-left: 2.222222vw;
    }
    .pura-letter .header-content {
      left: 13.333333vw;
      width: 33.333333vw;
    }
    .pura-letter .letter-title {
      font-size: 5vw;
    }
    .pura-letter .letter-body {
      width: 79.444444vw;
      margin-top: -11.111111vw;
      margin-bottom: 6.666667vw;
      border-radius: 5.555556vw;
    }
    .pura-letter .letter-body::before {
      background-color: rgba(14, 15, 13, 0.17);
      -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 16.11111vw 0%, 23.33333vw 4.16667vw, 31.94444vw 3.88889vw, 36.11111vw 2.77778vw, 44.44444vw 0%, 100% 0%);
      clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 16.11111vw 0%, 23.33333vw 4.16667vw, 31.94444vw 3.88889vw, 36.11111vw 2.77778vw, 44.44444vw 0%, 100% 0%);
    }
    .pura-letter .letter-text {
      width: 62.777778vw;
      margin: 11.666667vw auto;
      font-size: 4.166667vw;
    }
    .pura-letter .letter-permalink {
      margin-bottom: 6.666667vw;
      padding: 1.944444vw 4.166667vw;
      font-size: 3.611111vw;
      border-radius: 1.666667vw;
    }
  }
  
  html.has-letter-modal {
    overflow: hidden;
  }
  
  html.has-letter-modal body {
    padding-inline-end: var(--modal-scrollbar-buffer);
  }
  
  html.has-letter-modal .main-navigation.nav-v2 {
    padding-inline-end: var(--modal-scrollbar-buffer);
  }