.main-container{
    font-weight: 500;
    line-height: 1.6;
}
.main-container img,.main-container video{
    width: 100%;
}
.main-container video{
    display: block;
}
.main-container .section{
    position: relative;
}
.blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
.blur-up.lazyloaded {
    filter: blur(0)
}

.header-top{
    top: 0;
}
.full-height{
    height: 100vh;
}
.hidden-web{
    display: none;
}
.hidden-inline-web{
    display: none;
}
.space-300{
    height: 300px;
}
.space-200{
    height: 200px;
}
.space-160{
    height: 160px;
}
.space-120{
    height: 120px;
}
.space-100{
    height: 100px;
}
.space-80{
    height: 80px;
}
.space-60{
    height: 60px;
}
.space-40{
    height: 40px;
}
.space-30{
    height: 30px;
}
.space-20{
    height: 20px;
}
.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: 6.25vw;
    line-height: 1.25;
}
.main-container .h2{
    font-size: 6.25vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .h2 div{
    line-height: inherit;
}
.linear-grey{
    display: flex;
    justify-content: center;
}
.linear-grey div{
    color: #F4F2ED;
}
.main-container .h3{
    color: #EDEDED;
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .subtitle{
    font-size: 1.66vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: .25em;
}
.main-container .h4{
    color: #FFFFFF;
    font-size: 2.5vw;
    line-height: 1.25;
}
.main-container p{
    color: #ACACAC;
    font-size: 1.66vw;
    line-height: 1.6;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .disclaimer{
    font-size: .83vw;
}
.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;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    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 ease;
}
.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;
}


.kv-image-container{
    width: 60%;
    position: relative;
    overflow: hidden;
}
.kv-container{
    display: flex;
    align-items: center;
}
.kv-icon-container{
    margin-left: 1%;
    width: 33.8%;
    transform: scale(1);
    opacity: 1;
    transition: transform .8s ease .4s,opacity .5s ease .4s;
}
.kv-icon-container svg{
    width: 100%;
    height: auto;
}
.kv-image-brushwork{
    position: relative;
    opacity: 0;
}
.kv-container.active .kv-image-brushwork{
    opacity: 1;
}
.kv-image-brushwork-mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150%;
    transform: translate(-20%,0);
}
.kv-container.active .kv-image-brushwork-mask{
    animation: kvbrushwork 1s linear forwards;
}
@keyframes kvbrushwork {
    0%{
        transform: translate(-20%,0%);
    }
    30%{
        transform: translate(-8%,41%);
    }
    100%{
        transform: translate(42%,41%);
    }
}
.kv-image-phone{
    width: 41.8%;
    position: absolute;
    bottom: 0;
    left: 17.5%;
    opacity: 1;
    transform-origin: 50% 0;
    transform: scale(1.15);
    transition: transform .8s ease,opacity .4s ease;
}
.kv-container.active .kv-image-phone{
    opacity: 1;
    transform: scale(1);
}
.kv-container.active .kv-icon-container{
    opacity: 1;
    transform: scale(1);
}
.section-sellpoint{
    background-color: #000000;
}
.sellpoint-container{
    margin: 0 auto;
    width: 75.83%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.sellpoint-item{
    cursor: pointer;
    margin-top: 2.1%;
    position: relative;
    overflow: hidden;
}
.sellpoint-item:first-child{
    margin-top: 0; 
}
.sellpoint-item::after{
    content: "";
    clear: both;
    display: block;
}
.sellpoint-item-jump{
    width: 2.4vw;
    height: 2.4vw;
    position: absolute;
    bottom: 1.5625vw;
    right: 1.5625vw;
    cursor: pointer;
    background-color: #393939;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9;
    transform: translate3d(0, 0, 0);
}
.sellpoint-item-jump svg {
    width: 100%;
    height: auto;
    transition: all 1s;
    transform: translateY(-46%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.sellpoint-item:hover .sellpoint-item-jump svg {
    transform: translateY(0);
}
.sellpoint-item-container{
    border-radius: 1.04vw;
    border: #292929 1px solid;
    box-sizing: border-box;
    position: relative;
    transform: translateY(2vw);
    opacity: 0;
    overflow: hidden;
}
.sellpoint-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.sellpoint-bg img{
    height: 100%;
    object-fit: cover;
}
.sellpoint-item-1{
    float: left;
    width: 100%;
}
.sellpoint-item-1 .sellpoint-item-container{

}
.sellpoint-image{
    position: relative;
}
.sellpoint-item-1 .sellpoint-image{
    transform: scale(1.5);
    transform-origin: 50% 0;
    z-index: 1;
}
.sellpoint-content{
    color: #EDEBEB;
    position: absolute;
}
.sellpoint-title{
    font-size: 2.08vw;
    font-weight: bold;
    line-height: 1.25;
}
.sellpoint-text{
    font-size: 1.3vw;
    margin-top: 1.04vw;
    opacity: .74;
}
.sellpoint-item-1 .sellpoint-content{
    left: 3.8vw;
    top: 10%;
    position: absolute;
    z-index: 1;
}
.sellpoint-item-2{
    float: left;
    width: 50%;
}
.sellpoint-item-2 .sellpoint-content{
    top: 3vw;
    left: 3.8vw;
}
.sellpoint-item-2 .sellpoint-image{
    transform: scale(1.15);
}
.sellpoint-item-3{
    float: right;
    width: 47.9%;
}
.sellpoint-item-3 .sellpoint-image{
    padding-left: 4.3%;
    width: 43.3%;
    transform: scale(1.15);
    transform-origin: 50% 0;
}
.sellpoint-item-3 .sellpoint-content{
    top: 3vw;
    left: 54%;
}
.sellpoint-item-4{
    float: right;
    width: 47.9%;
}
.sellpoint-item-4 .sellpoint-image{
    width: 57.5%;
    padding-left: 42.5%;
    transform: scale(1.15);
    transform-origin: 50% 0;
}
.sellpoint-item-4 .sellpoint-content{
    top: 23%;
    left: 7%;
}
.sellpoint-item-5{
    float: left;
    width: 50%;
}
.sellpoint-item-5 .sellpoint-image{
    padding: .6% 0 .6% 48.3%;
    width: 51.8%;
    transform: scale(1.15);
}
.sellpoint-item-5 .sellpoint-content{
    top: 23%;
    left: 7%;
}
.sellpoint-item-6{
    float: right;
    width: 47.9%;
}
.sellpoint-item-6 .sellpoint-image{
    width: 100%;
    transform: scale(1.15);
}
.sellpoint-item-6 .sellpoint-content{
    top: 23%;
    left: 7%;
}
.sellpoint-background-light{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.section-design{
    background-color: #000000;
}
.background-light{
    margin-top: -38%;
    width: 100%;
}
.background-light-space{
    height: 10.4vw;
}
.main-title-container{
    margin: 0 auto;
    width: 80%;
    position: relative;
    text-align: center;
}
.main-title-name{
    margin: 0 auto 3.6vw;
    width: 6.5625vw;
}
.main-title-name svg{
    width: 100%;
    height: auto;
    overflow: visible;
}
.section-design .background-light{
    margin-top: -32%;
}
.design-main-content{
    margin: 3.125% auto 0;
    width: 50%;
    text-align: center;
}
.linear-grey .design-title-underline{
    background: none;
    -webkit-background-clip: initial;
    position: absolute;
    left: 30%;
    transform: translateY(50%);
    width: 2.5em;
}
.design-main-title{
    z-index: 2;
}
.linear-grey .design-title-underline-mask{
    -webkit-background-clip: initial;
    background-image: linear-gradient(to right,#00000000 0%,#000000FF 40%,#000000 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 100%;
}
.design-title-underline.active .design-title-underline-mask{
    width: 0;
    transition: width 1.5s ease;
}
.design-intro{
    margin-top: 8.85%;
    position: relative;
}
.desgin-intro-image{
    border-radius: 1.04vw;
    margin: 0 auto;
    width: 82.2%;
    overflow: hidden;
    will-change: transform;
    position: relative;
}
.desgin-intro-image .video-pop-play{
    position: absolute;
    right: 3.125vw;
    bottom: 3.125vw;
    width: 3.74vw;
    height: 3.74vw;
}
.video-pop-play .video-pop-play-svg{
    display: flex;
}
.video-pop-play .video-pop-play-svg svg{
    width: 100%;
    height: auto;
    will-change: transform;
}
.design-intro-content{
    margin: 0 auto;
    width: 47.85%;
    text-align: center;
}
.design-color{
    margin-top: 6.46%;
}
.design-color-row{
    display: flex;
}
.design-color-item{
    transition: all 1.25s ease;
    position: relative;
    overflow: hidden;
}
.design-color-image{
}
.design-color-image img{
}
.design-color-item.active .design-color-image img{
    transform: scale(1);
}
.design-color-container{
    position: relative;
}
.design-color-name{
    color: #F7F7F7;
    font-size: 3.125vw;
    font-weight: bold;
    transition: all 1.25s ease;
    position: absolute;
    top: 40%;
    left: 73.4%;
    white-space: nowrap;
}
.design-color-text{
    font-size: 1.25vw;
    position: absolute;
    right: 2vw;
    bottom: 2.5%;
    width: 16.5vw;
    white-space: nowrap;
}
.design-color-text-address{
}
.design-color-item-1 .design-color-text{
    color: #CBFAFC;
}
.design-color-item-2 .design-color-text{
    color: #5A7893;
}
.design-color-item-3 .design-color-text{
    color: #646895;
}
.design-color-item-4 .design-color-text{
    color: #9F9F9F;
}
.design-color-container .design-color-swiper-pagination{
    position: absolute;
    bottom: 5%;
    left: 73.4%;
    z-index: 1;
    width: 10%;
}
.design-color-container .design-color-swiper-pagination .swiper-pagination-bullet-active{
    border: 1px solid;
}
.design-color-container .design-color-swiper-pagination .swiper-pagination-bullet{
    background-color: transparent;
    border-radius: 100%;
    margin-left: 0%;
    margin-right: 1.2vw;
    width: 1.82vw;
    height: 1.82vw;
    overflow: hidden;
    position: relative;
    opacity: 1;
    outline: none;
}
.design-color-container .design-color-swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.design-color-container .design-color-swiper-pagination .swiper-pagination-bullet::after {
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 16%;
    right: 16%;
    bottom: 16%;
    left: 16%;
    overflow: hidden;
}
.design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(1)::after{
    background-color: #F9F6F0;
}
.design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::after{
    background-color: #393939;
}
.design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    border-color: #F9F6F0;
}
.design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    border-color: #585858;
}
.design-appearence{
    margin-top: 10.4%;
    position: relative;
    z-index: 1;
}
.design-appearence-title{
    text-align: center;
    position: relative;
    z-index: 1;
}
.design-appearence-text{
    margin: 0 auto;
    width: 47.8%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.design-appearence-features{
    display: flex;
    justify-content: space-between;
    margin: 6.25% auto 0;
    width: 44.5%;
    position: relative;
}
.design-appearence-features-item{
    border-radius: 1.04vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7.5% 2.5%;
    width: 47%;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.design-appearence-features-icon{
    flex-shrink: 0;
    margin-right: 1.25vw;
    width: 5vw;
    position: relative;
    z-index: 2;
}
.design-appearence-features-icon svg{
    width: 100%;
    height: auto;
}
.design-appearence-features-title{
    color: #C6C6C6;
    font-size: 1.66vw;
    line-height: 1.25;
    margin: 0 0 .4375em;
}
.design-appearence-features-text{
    color: #7B7B7B;
    font-size: 1.04vw;
}
.design-appearence-features-content{
    position: relative;
    z-index: 2;
}
.design-appearence-image{
    margin-top: -6%;
}
.design-appearence-features-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .5;
}
.design-appearence-features-bg img{
    height: 100%;
    object-fit: cover;
}
.section-performance{
    background-color: #000000;
    margin-top: -1px;
}
.performance-main-content{
    margin-left: 46%;
    width: 27%;
}
.performance-detail-image{
    margin: 0 auto;
    width: 78.64%;
}
.performance-detail-row{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 45.3%;
}
.performance-detail-item{
    width: 15%;
}
.performance-detail-item-name{
    color: #EDEBEB;
    font-size: 1.2vw;
    text-align: center;
}
.performance-cooldown-image{
    margin: 0 auto;
    width: 77%;
}
.performance-main-title{
    z-index: 1;
}
.performance-main-content{
    position: relative;
    z-index: 1;
}
.performance-communication{
    position: relative;
}
.performance-communication-image-container{
    margin-top: 5.2%;
    position: relative;
    overflow: hidden;
}
.performance-communication-phone{
    position: absolute;
    bottom: 0;
    left: 14.5%;
    width: 22.6%;
    transform: scale(1.33);
    transform-origin: 50% 0;
}
.performance-communication-satellite-1{
    position: absolute;
    top: 33.5%;
    left: 46.875%;
    width: 24%;
    transform: translate(-10%,80%);
}
.performance-communication-satellite-2{
    position: absolute;
    top: 10%;
    left: 64.1%;
    width: 15.5%;
    transform: translate(-10%,164%);
}
.performance-communication-container{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.performance-communication-content{
    margin: 3.125% auto 0;
    width: 50%;
    position: relative;
    text-align: center;
    z-index: 1;
}
.performance-signal{
    margin-top: 15.625%;
    position: relative;
    z-index: 1;
}
.performance-signal-container{
    display: flex;
    justify-content: space-between;
}
.performance-signal-content{
    margin-top: 10%;
    margin-left: 14.3%;
    width: 32%;
}
.performance-signal-text{
    width: 83%;
}
.performance-signal-image{
    margin-right: 12%;
    width: 35%;
}
.performance-kunlun-glass-main{
    position: relative;
}
.performance-kunlun-glass-main .background-light{
    margin-top: -40%;
}
.performance-kunlun-glass{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 6.25%;
    position: relative;
}
.performance-kunlun-glass-content{
    margin: 0 auto;
    width: 50.625%;
    text-align: center;
}
.performance-kunlun-glass-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
}
.performance-structure-item{
    width: 11.7%;
    transition: all .1s ease;
}
.performance-structure-1{
    transform: translateX(70%);
}
.performance-structure-3{
    transform: translateX(-40%);
}
.performance-feature{
    overflow: hidden;
}
.performance-feature-container{
    flex-direction: column;
    margin: 0 auto;
    width: 78.64%;
}
.performance-feature-item{
    display: flex;
    justify-content: space-between;
    margin-top: -15%;
}
.performance-feature-item:first-child{
    margin-top: 0;
}
.performance-feature-item-image-container{
    width: 50%;
    transform: translateY(7.5vw);
    overflow: hidden;
}
.performance-feature-item-image{
    border: #292929 1px solid;
    border: #29292966 1px solid;
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.performance-feature-item-image img{
    transform: scale(1.2);
}
.performance-feature-item-content{
    color: #7B7B7B;
    font-size: 1.66vw;
    margin: 15% 5% 0 0%;
    width: 39%;
    transform: translateY(10vw);
}
.ab-disclaimer{
    color: #888686;
    font-size: .833vw;
    margin: 1.5vw 0 0 3vw;
}
.highlight-text{
    color: #FFFFFF;
}
.performance-feature-item-1 .performance-feature-item-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.performance-feature-content-item-text{
    font-size: 0.88vw;
}
.performance-feature-content-item-text-1{
    color: #C6C6C6;
    font-weight: bold;
}
.performance-feature-content-item-text-2{
    color: #7B7B7B;
}
.performance-feature-content-item-number{
    color: #EFEDE8;
    font-size: 6.25vw;
    font-weight: bold;
}
.performance-feature-content-item-number span{
    font-size: .28em;
}
.performance-feature-item-2{
    flex-direction: row-reverse;
}
.performance-feature-item-2 .performance-feature-item-content{
    margin-top: 27%;
    margin-right: 0;
    margin-left: 3%;
}
.performance-feature-item-3 .performance-feature-item-content{
    margin-top: 20%;
}
.main-title-container .h2{
    position: relative;
}
.section-camera{
    background-color: #000000;
}
.camera-title-icon{
    display: flex;
    position: absolute;
    right: -0.5em;
    bottom: -0.125em;
    width: 3em;
}
.camera-title-icon svg{
    width: 100%;
    height: auto;
}
.camera-main-title{
    width: 52%;
}
.camera-main-content{
    margin-left: 39%;
    width: 37.3%;
    position: relative;
}
.camera-intro{
    margin-top: 7.8125%;
    position: relative;
}
.camera-intro-image{
    margin: 0 auto;
}
.camera-intro-text{
    margin: 4.16% auto 0;
    width: 52.8%;
    text-align: center;
}
.camera-intro-line{
    background: linear-gradient(to right,#000000 0,#346359 60%,#000000 100%);
    margin: 7.5% auto 5.2%;
    width: 52.8%;
    height: 1px;
}
.camera-intro-content{
    margin: 0 auto;
    width: 70.8%;
}
.camera-intro-content-row{
    display: flex;
    justify-content: space-between;
}
.camera-intro-item{
    border: #292929 1px solid;
    border-radius: 1.35vw;
    box-sizing: border-box;
    width: 18.2%;
    padding: 1.8% 2.35% 2.5%;
    position: relative;
    overflow: hidden;
    will-change: transform;
    text-align: center;
}
.camera-intro-item-background{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.camera-intro-item-background img{
    height: 100%;
    object-fit: cover;
}
.camera-intro-item-detail{
    color: #69B6BA;
    font-size: 1.46vw;
    position: relative;
}
.camera-intro-item-name{
    color: #FFFFFF;
    font-size: 2.08vw;
    font-weight: bold;
    position: relative;
}
.camera-moment{
    margin-top: 13.5%;
    position: relative;
}
.camera-moment-title{
    text-align: center;
}
.camera-moment-text{
    margin: 0 auto;
    width: 42%;
    text-align: center;
}
.camera-moment-item{
    border-radius: 1.04vw;
    overflow: hidden;
}
.camera-moment-swiper{
    position: relative;
    overflow: hidden;
}
.camera-moment-swiper-prev{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 4.7%;
    z-index: 1;
}
.camera-moment-swiper-next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 4.7%;
    z-index: 1;
}
.camera-moment-swiper-prev svg,
.camera-moment-swiper-next svg{
    width: 100%;
    height: auto;
    opacity: .75;
}
.camera-sample{
    margin-top: 9.8%;
}
.camera-sample-title{
    text-align: center;
}
.camera-sample-text{
    margin: 0 auto;
    width: 48%;
    text-align: center;
}
.camera-sample-container{
    overflow: hidden;
}
.camera-sample-card-container{
    display: flex;
    justify-content: space-between;
    margin: 4% auto 0;
    width: 71%;
}
.camera-sample-card-item{
    border-radius: 1.04vw;
    overflow: hidden;
    margin: 0 auto;
    opacity: 1;
    will-change: transform;
}
.camera-sample-card-item-1{
    width: 56.7%;
}
.camera-sample-card-item-2{
    width: 41.8%;
}
.camera-sample-card-container::after{
    content: "";
    clear: both;
    display: block;
}
.camera-sample-card-item-1{

}
.camera-sample-card-item img{
}
.camera-mirco{
    position: relative;
    z-index: 2;
}
.camera-mirco-container{
    display: flex;
    justify-content: space-between;
    margin-left: 13.3%;
    width: 80%;
}
.camera-mirco-left-part{
    width: 52%;
}
.camera-mirco-right-part{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 46%;
}
.camera-mirco-content{
    margin-left: 10%;
    width: 80%;
}
.camera-mirco-image{
    border-radius: 1.04vw;
    clip-path: polygon(0% 30%,100% 30%,100% 100%,0% 100%);
    overflow: hidden;
}
.camera-mirco-image img{
    transform: scale(1.5);
}
.camera-zoom-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 71%;
    position: relative;
    z-index: 2;
}
.camera-zoom-left-part{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.camera-zoom-right-part{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45.3%;
}
.camera-zoom-left-content{
    margin: 5% 0 0;
    width: 42%;
}
.camera-zoom-right-content{
    margin: 5% 0 0 10%;
}
.camera-zoom-image{
    border-radius: 1.04vw;
    clip-path: polygon(0% 30%,100% 30%,100% 100%,0% 100%);
    overflow: hidden;
    will-change: transform;
    width: 55.17%;
}
.camera-zoom-image img{
    transform: scale(1.5);
    will-change: transform;
}
.section-ark{
    background-color: #000000;
}
.ark-main-content{
    margin-left: 46%;
    width: 26.4%;
    position: relative;
}
.ark-intro{
    margin-top: 7.8125%;
    position: relative;
}
.ark-intro-container{
    display: flex;
    flex-direction: column-reverse;
}
.ark-intro-content{
    margin: 4.16% auto 0;
    width: 44%;
    text-align: center;
}
.ark-intro-image{
    margin: 0 auto;
    width: 63.8%;
}
.ark-intro-feature{
    margin: 0 auto;
    width: 32.3%;
}
.ark-intro-feature-row{
    display: flex;
    justify-content: space-between;
}
.ark-intro-feature-item{
    width: 21.1%;
}
.ark-intro-feature-item-name{
    color: #C6C6C6;
    font-size: 1.2vw;
    text-align: center;
}
.ark-battery{
    margin-top: 12.13%;
    position: relative;
    z-index: 2;
}
.ark-battery-container{
    margin: 0 auto;
    width: 55%;
    position: relative;
}
.ark-battery-image{
    margin: 0 auto 4.16vw;
    width: 70%;
}
.ark-battery-title{
    text-align: center;
}
.ark-battery-container{
    display: flex;
    flex-direction: column-reverse;
}
.ark-battery-content{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.ark-battery-feature-container{
    margin: 0 auto;
    width: 68.75%;
}
.ark-battery-feature-row{
    display: flex;
    justify-content: space-between;
}
.ark-battery-feature-item{
    width: 32.2%;
    position: relative;
}
.ark-battery-feature-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ark-battery-feature-bg img{
    height: 100%;
    object-fit: cover;
}
.ark-battery-feature-item{
    border-radius: 1.04vw;
    border: #292929 1px solid;
    box-sizing: border-box;
    padding: 4% 0 2.5% 2.5%;
    overflow: hidden;
}
.ark-battery-feature-title{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.ark-battery-feature-title-text{
    color: #EAEAEA;
    font-size: 1.66vw;
    font-weight: bold;
}
.ark-battery-feature-text{
    background: linear-gradient(165deg,#F4FAF2 0%,#F4FAF2 30%,#3793F3 70%,#3793F3 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 6.8vw;
    font-weight: bold;
    line-height: 1.25;
    position: relative;
}
.ark-battery-feature-item-1 .ark-battery-feature-title-icon{
    width: 2.26vw;
}
.ark-battery-feature-item-2 .ark-battery-feature-title-icon{
    width: 1.05vw;
}
.ark-battery-feature-item-3 .ark-battery-feature-title-icon{
    width: 1.81vw;
}
.ark-battery-feature-title-icon{
    margin-right: 1vw;
    margin-bottom: .5vw;
}
.ark-quiet-container{
    display: flex;
    flex-direction: column;
    margin: 7.6% auto 0;
    width: 73%;
    position: relative;
    z-index: 2;
}
.ark-quiet-title{
    text-align: center;
    order: 1;
}
.ark-quiet-text{
    margin-top: 3.8%;
    text-align: center;
    order: 3;
}
.ark-quiet-image{
    border-radius: 1.04vw;
    margin-top: 3.8%;
    order: 2;
    overflow: hidden;
    will-change: transform;
}
.section-harmonyos{
    background-color: #000000;
}
.harmonyos-main-title .main-title-name{
    margin-bottom: 0;
}
.harmonyos-main-title .h2>div:nth-of-type(1){
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.harmonyos-main-title div:nth-of-type(2){
    width: 55.8%;
}
.harmonyos-title-icon{
    display: flex;
    flex-shrink: 0;
    width: 16.5vw;
    transform: translateX(-12.5%);
}
.harmonyos-title-icon svg{
    width: 100%;
    height: auto;
}
.harmonyos-feature{
    margin-top: 7.8125%;
}
.harmonyos-feature-container{
    border-radius: 1.04vw;
    border: #292929 1px solid;
    margin: 0 auto;
    width: 72.1%;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.harmonyos-feature-content{
    position: absolute;
    top: 50%;
    right: 1%;
    width: 35%;
    transform: translateY(-50%);
    z-index: 2;
}
.harmonyos-feature-content .swiper-wrapper{
    flex-direction: column;
}
.harmonyos-feature-content-title{
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.5625vw;
    font-weight: bold;
    line-height: 1.25;
    opacity: .15;
    transition: opacity .5s ease,transform .5s ease;
    transform-origin: 0 50%;
}
.harmonyos-feature-content-text{
    color: #B2B1B1;
    display: none;
    font-size: 1.14vw;
}
.harmonyos-feature-content-item{
    margin-top: 2.6vw;
}
.harmonyos-feature-content-item .space-30{
    display: none;
}
.harmonyos-feature-content-item-1{
    margin-top: 0;
}
.harmonyos-feature-content-item.active .harmonyos-feature-content-title{
    opacity: 1;
    transform: scale(1.25);
}
.harmonyos-feature-content-item.active .space-30{
    display: block;
}
.harmonyos-feature-content-item.active .harmonyos-feature-content-text{
    display: block;
}
.harmonyos-sticker-container{
    background-color: #0d0d0d;
    border-radius: 1.04vw;
    border: #292929 1px solid;
    margin: 0 auto;
    width: 72.1%;
    overflow: hidden;
    position: relative;
}
.harmonyos-sticker-title{
    color: #D8D8D8;
    font-size: 2.08vw;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}
.harmonyos-sticker-text{
    color: #C6C6C6;
    font-size: 1.14vw;
    margin: 0 auto;
    width: 28.4%;
    text-align: center;
}
.harmonyos-sticker-media-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 77.3%;
}
.harmonyos-sticker-media-item{
    width: 31%;
}
.harmonyos-sticker .ab-disclaimer{
    margin-left: 0;
    text-align: center;
}
.harmonyos-more{
    text-align: center;
}
.harmonyos-more-btn{
    color: #4F7EF0;
    font-size: 1.25vw;
}
.section-accessories{
    background-color: #000000;
}
.accessories-container{
    background: linear-gradient(to bottom,#101010,#151716);
    border-radius: 1.04vw;
    border: #031e1e 1px solid;
    margin: 0 auto;
    width: 71.35%;
}
.accessories-title{
    color: #D8D8D8;
    font-size: 2.08vw;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}
.accessories-swiper{
    margin-top: 7.4%;
    margin-bottom: 6.5%;
    overflow: hidden;
}
.accessories-swiper .swiper-wrapper{
    display: flex;
    margin: 0 auto;
    width: 85.2%;
    justify-content: space-between;
}
.accessories-swiper .swiper-slide{
    width: 17.56%;
}
.accessories-swiper .swiper-slide:nth-of-type(even){
    margin-top: 5.5%;
}
.accessories-item-link{
    color: #FFFFFF;
    font-size: .677vw;
    margin-top: 1.25em;
    text-align: center;
}
@media (max-width:1770px) {
    .accessories-item-link{
        font-size: 12px;
    }
}
@media (max-width:1024px) {
    .accessories-item-link{
        font-size: .52vw;
    }
}
.accessories-item-link a{
    color: #FFFFFF;
}
.accessories-des{
    margin-left: 0;
    text-align: center;
}








.section-disclaimer{
    background-color: #000000;
}
.disclaimer-container {
    border-top: 1px #D1D1D1 solid;
    color: #797979;
    font-size: 12px;
    margin: 0 auto;
    width: 81.35%;
    padding-top: 1.5vw;
    overflow: hidden;
}
.disclaimer-container ol {
    list-style-type: decimal;
    padding-left: 2em;
}
.disclaimer-container li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.6em;
    padding-left: 0.5em;
}
.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: 200px;
    }
    .space-200{
        height: 100px;
    }
    .space-160{
        height: 80px;
    }
    .space-120{
        height: 60px;
    }
    .space-100{
        height: 50px;
    }
    .space-80{
        height: 40px;
    }
    .space-60{
        height: 30px;
    }
    .space-40{
        height: 20px;
    }
    .space-30{
        height: 15px;
    }
    .space-20{
        height: 10px;
    }
    .sticky-viewport{
        height: 100vh;
        top: 0;
    }
    .main-container{
        font-size: 3.6vw;
    }
    .main-container .big-title{
        font-size: 13.89vw;
        line-height: normal;
    }
    .main-container .small-title{
        font-size: 6.66vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h2{
        font-size: 13.8vw;
        line-height: normal;
    }
    .main-container .h3{
        font-size: 8.88vw;
        line-height: normal;
    }
    .main-container .subtitle{
        font-size: 6.667vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h4{
        font-size: 11.11vw;
        line-height: normal;
    }
    .main-container .big-title-xs{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .h2-xs{
        font-size: 8.8vw;
        line-height: normal;
    }
    .main-container .h3-xs{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .h4-xs{
        font-size: 9.16vw;
        line-height: normal;
    }
    .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: 3.8vw;
    }
    .auto-video-btn{
        font-size: 3.8vw;
    }
    .section-kv{
        position: relative;
    }
    .kv-icon-container{
        margin: 22.2% auto 23.6%;
        width: 67%;
    }
    .kv-logo-container img{
        transform: none;
        opacity: 1;
    }
    .kv-main-container{
        flex-direction: column;
        align-items: center;
        height: 100%;
        top: 0;
        transform: none;
    }
    .kv-background img{
        width: 133.3%;
        width: 165%;
    }
    .kv-left-part{
        width: 80%;
        transform: translateX(0);
    }
    .kv-right-part{
        width: 80%;
        transform: translateX(0);
    }
    .kv-logo-container{
        width: 80%;
    }
    .kv-container{
        flex-direction: column;
    }
    .kv-image-container{
        width: 100%;
    }
    .kv-image-phone{
        left: 26.75%;
        margin: 0 auto;
        width: 46.5%;
    }
    .section-sellpoint{
        margin-top: 0;
    }
    .sellpoint-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 22.2%;
        width: 91.67%;
    }
    .sellpoint-item-container{
        border-radius: 2.77vw;
    }
    .sellpoint-item{
        float: none;
    }
    .sellpoint-title{
        font-size: 4.44vw;
    }
    .sellpoint-text{
        font-size: 3.05vw;
        margin-top: 2.77vw;
    }
    .sellpoint-item-jump{
        width: 5.4vw;
        height: 5.4vw;
        bottom: 4.16vw;
        right: 2.7vw;
    }
    .sellpoint-item-1 .sellpoint-content{
        top: 4vw;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .sellpoint-item-2{
        width: 100%;
    }
    .sellpoint-item-2 .sellpoint-content{
        top: 4vw;
        left: 7%;
        width: 100%;
    }
    .sellpoint-item-2 .sellpoint-image{
    }
    .sellpoint-item-3{
        float: left;
        width: 48.7%;
    }
    .sellpoint-item-3 .sellpoint-image{
        box-sizing: border-box;
        padding-left: 0;
        padding-top: 66.5%;
        width: 100%;
        transform: scale(1.2) translateY(10%);
    }
    .sellpoint-item-3 .sellpoint-content{
        top: 3vw;
        left: 8.4%;
    }
    .sellpoint-item-4{
        width: 48.7%;
    }
    .sellpoint-item-4 .sellpoint-image{
        box-sizing: border-box;
        padding: 52% 0 0;
        width: 100%;
        transform: scale(1.2) translateY(10%);
    }
    .sellpoint-item-4 .sellpoint-content{
        top: 3vw;
        left: 8.4%;
    }
    .sellpoint-item-5{
        width: 48.7%;
    }
    .sellpoint-item-5 .sellpoint-image{
        width: 100%;
        padding: 61% 0 0;
    }
    .sellpoint-item-5 .sellpoint-content{
        top: 3vw;
        left: 8.4%;
    }
    .sellpoint-item-6{
        width: 48.7%;
    }
    .sellpoint-item-6 .sellpoint-image{
        width: 100%;
        padding-top: 61%;
        padding-left: 0;
    }
    .sellpoint-item-6 .sellpoint-content{
        top: 3vw;
        left: 8.4%;
    }
    .main-title-container{
        width: 75%;
    }
    .main-title-name{
        margin-bottom: 8.33%;
        width: 17.5vw;
    }
    .background-light-space{
        height: 27.7vw;
    }
    .design-main-content{
        margin: 0% auto 8.33%;
        width: 86.11%;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    .design-intro{
        margin-top: 8.33%;
    }
    .design-intro-content{
        margin-bottom: 8.33%;
        width: 95%;
    }
    .linear-grey .design-title-underline{
        left: 43%;
        transform: translateY(35%);
    }
    .section-design .background-light{
        margin-top: -76%;
    }
    .background-light{
        margin-top: -110%;
    }
    .design-intro-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .desgin-intro-image{
        border-radius: 0;
        width: 100%;
    }
    .desgin-intro-image .video-pop-play{
        right: 4.16vw;
        bottom: 4.16vw;
        width: 7.6vw;
        height: 7.6vw;
    }
    .design-color{
        margin-top: 22.2%;
    }
    .design-color-container{
        position: relative;
        overflow: hidden;
    }
    .design-color-item{
        height: 100%;
        transition: none;
        flex-basis: auto;
        overflow: initial;
    }
    .design-color-item.active{
        flex-basis: auto;
    }
    .design-color-image{
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 23vw;
    }
    .design-color-container .design-color-row .design-color-name{
        color: #F7F7F7;
        font-size: 5.55vw;
        transform: scale(1) translateX(-50%);
        top: auto;
        right: auto;
        bottom: 6%;
        left: 50%;
    }
    .design-color-item.active .design-color-name{
        transform: scale(1);
        right: auto;
    }
    .design-color-item .design-color-text{
        color: #C6C6C6;
        font-size: 4.44vw;
        left: auto;
        right: 6.38%;
        top: 92%;
        width: 36%;
    }
    .design-color-text-address{
        font-size: 1em;
        margin-top: .5em;
    }
    .design-color-swiper-next,
    .design-color-swiper-prev{
        width: 8.88vw;
        height: 8.88vw;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 1;
    }
    .design-color-swiper-next{
        right: 2%;
    }
    .design-color-swiper-prev{
        left: 2%;
    }
    .design-color-swiper-next svg,
    .design-color-swiper-prev svg{
        width: 100%;
        height: auto;
    }
    .design-color-container .design-color-swiper-pagination{
        display: flex;
        justify-content: center;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .design-color-container .design-color-swiper-pagination .swiper-pagination-bullet{
        background-color: transparent;
        border-radius: 100%;
        flex-shrink: 0;
        margin-left: 0%;
        margin-right: 2.5%;
        width: 6.5vw;
        height: 6.5vw;
        overflow: hidden;
        position: relative;
        opacity: 1;
        outline: none;
    }
    .design-color-container .design-color-swiper-pagination .swiper-pagination-bullet::after{
        border-radius: 100%;
        content: "";
        display: block;
        position: absolute;
        top: 16%;
        right: 16%;
        bottom: 16%;
        left: 16%;
        overflow: hidden;
    }
    .design-color-image img{
        transform: none;
    }
    .design-appearence{
        margin-top: 27.7%;
    }
    .design-appearence-image{
        margin-top: 15%;
    }
    .design-appearence-text{
        width: 86%;
    }
    .design-appearence-features{
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10%;
        padding-bottom: 25%;
        width: 88.41%;
    }
    .design-appearence-features-item{
        border-radius: 2.77vw;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        width: 48.4%;
        padding: 6% 6% 7%;
        position: relative;
        overflow: hidden;
        will-change: transform;
        text-align: center;
    }
    .design-appearence-features-icon{
        margin-right: 0;
        width: 11.8vw;
        position: relative;
        z-index: 2;
    }
    .design-appearence-features-content{
        position: relative;
        z-index: 2;
    }
    .design-appearence-features-title{
        font-size: 4.44vw;
    }
    .design-appearence-features-text{
        font-size: 2.77vw;
    }
    .design-appearence-features-bg{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
    }
    .design-appearence-features-bg img{
        height: 100%;
        object-fit: cover;
    }
    .performance-communication{
        margin-top: 8.33%;
    }
    .performance-communication-container{
        flex-direction: column;
    }
    .performance-communication-image-container{
        margin-top: 0;
    }
    .performance-communication-phone{
        width: 35.2%;
        left: 5%;
        transform: scale(1.24);
    }
    .performance-communication-satellite-1{
        width: 29.4%;
        left: 51.6%;
        transform: translate(-10%,77%);
    }
    .performance-communication-satellite-2{
        width: 16.6%;
        left: 66.3%;
        transform: translate(-10%,140%);
    }
    .performance-communication-content{
        margin: 0 auto 8.3%;
        position: relative;
        left: 0;
        width: 86.11%;
        text-align: center;
    }
    .performance-main-content{
        margin-left: 33%;
        width: 55%;
    }
    .performance-signal{
        margin-top: 27.7%;
    }
    .performance-signal-container{
        flex-direction: column;
    }
    .performance-signal-content{
        margin: 0 auto;
        width: 86.1%;
        text-align: center;
    }
    .performance-signal-text{
        margin-top: 4.16vw;
        width: 100%;
    }
    .performance-signal-image{
        margin-top: 6.1%;
        margin-right: 0;
        width: 100%;
    }
    .kunlun-main-title{
        width: 100%;
    }
    .kunlun-main-title .h2{
        font-size: 12.5vw;
    }
    .performance-kunlun-glass-container{
        width: 100%;
    }
    .performance-kunlun-glass{
        flex-direction: column;
        margin-top: 8.33%;
    }
    .performance-structure-item{
        width: 30%;
    }
    .performance-feature-container{
        flex-direction: column;
        width: 100%;
    }
    .performance-kunlun-glass-main .background-light{
        margin-top: -95%;
    }
    .performance-kunlun-glass-content{
        margin-top: 0;
        margin-bottom: 26.6%;
        width: 89%;
    }
    .performance-feature-item{
        flex-direction: column-reverse;
        justify-content: space-between;
        height: auto;
        margin-top: 0;
    }
    .performance-feature-item-image-container{
        transform: none;
        width: 100%;
    }
    .performance-feature-item-content{
        margin: 0 0 7.6%;
        width: 100%;
    }
    .performance-feature-item-1 .performance-feature-item-content{
        margin: 0 auto 6.67%;
        width: 76.7%;
    }
    .performance-feature-content-item-text{
        font-size: 2.5vw;
    }
    .performance-feature-content-item-number{
        font-size: 17.36vw;
    }
    .performance-feature-item-image{
        border: none;
        border-radius: 2.77vw;
        margin: 0 auto;
        overflow: hidden;
        width: 87.5%;
    }
    .performance-feature-item-image img{
        transform: none;
    }
    .performance-feature-item-2{
        margin-top: 22.2%;
    }
    .performance-feature-item-2 .performance-feature-item-content{
        margin: 0 auto 7.6%;
        width: 87.5%;
        text-align: center;
    }
    .performance-feature-item-2 .performance-feature-item-content,
    .performance-feature-item-3 .performance-feature-item-content{
        margin-top: 0;
    }
    .performance-feature-item-content{
        font-size: 4.44vw;
        transform: none;
    }
    .ab-disclaimer{
        font-size: 2.22vw;
        margin: 4.16vw 0 0;
        text-align: center;
    }
    .performance-feature-scrollbar{
        background-color: #837C7C;
        border-radius: 2px;
        margin: 8.33% 0 2.5% 10%;
        width: 20%;
        height: 1px;
    }
    .performance-feature-scrollbar .swiper-scrollbar-drag{
        background-color: #F4F2ED;
        border-radius: 6px;
        height: 3px;
        top: -1px;
        overflow: hidden;
    }
    .camera-main-title{
        width: 100%;
    }
    .camera-main-content{
        margin-left: 15%;
        width: 78.3%;
    }
    .camera-intro{
        margin-top: 8.33%;
    }
    .camera-intro-container{
        display: flex;
        flex-direction: column;
    }
    .camera-intro-text{
        margin-top: 0;
        margin-bottom: 13.8%;
        order: 1;
        width: 86.1%;
    }
    .camera-intro-image{
        width: 100%;
        order: 2;
    }
    .camera-intro-line{
        margin: 15% auto 10%;
        width: 80%;
        order: 3;
    }
    .camera-intro-content{
        width: 84.7%;
        order: 4;
    }
    .camera-intro-content-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    .camera-intro-item{
        border-radius: 2.77vw;
        margin-top: 3%;
        margin-right: 3%;
        width: 30.8%;
        padding: 3.6% 4.7% 5%;
    }
    .camera-intro-item:nth-of-type(3){
        margin-right: 0;
    }
    .camera-intro-item:last-child{
        margin-right: 0;
    }
    .camera-intro-item-detail{
        font-size: 2.5vw;
    }
    .camera-intro-item-name{
        font-size: 3.61vw;
    }
    .camera-sample{
        margin-top: 27.7%;
    }
    .camera-moment-text{
        width: 86.1%;
    }
    .camera-moment-item{
        border-radius: 2.77vw;
    }
    .camera-sample-text{
        margin-top: 8.33vw;
        width: 86.1%;
    }
    .camera-sample-card-item{
        border-radius: 2.77vw;
        width: auto;
        margin-top: 0;
        margin-right: 0;
        transform: none;
        opacity: 1;
        will-change: transform;
    }
    .camera-sample-card-item img{
        clip-path: none;
        width: 100%;
    }
    .camera-sample-card-container{
        flex-direction: column;
        margin-top: 16.68%;
        width: 91.6%;
    }
    .camera-sample-card-item-1{
        width: 100%;
    }
    .camera-sample-card-item-2{
        margin-top: 8.33%;
        width: 100%;
    }
    .camera-sample-swiper-scrollbar{
        background-color: #837C7C;
        border-radius: 2px;
        margin: 4.375% 0 0;
        width: 20%;
        height: 1px;
    }
    .camera-sample-swiper-scrollbar-2{
        margin-left: 80%;
    }
    .camera-sample-swiper-scrollbar .swiper-scrollbar-drag{
        background-color: #F4F2ED;
        border-radius: 6px;
        height: 3px;
        top: -1px;
        overflow: hidden;
    }
    .camera-mirco-container{
        flex-direction: column-reverse;
        margin: 0 auto 32.5%;
        width: 91.67%;
        text-align: center;
    }
    .camera-mirco-left-part{
        margin-top: 8.33%;
        width: 100%;
    }
    .camera-mirco-text{
        margin-top: 4.16%;
    }
    .camera-mirco-image{
        border-radius: 2.77vw;
    }
    .camera-mirco-right-part{
        width: 100%;
    }
    .camera-zoom{
        margin-top: 16.6%;
    }
    .camera-zoom-container{
        width: 91.67%;
        flex-direction: column;
        text-align: center;
    }
    .camera-zoom-left-part{
        flex-direction: column;
        width: 100%;
    }
    .camera-zoom-left-part .camera-zoom-image{
        margin: 7.6% auto 16.6%;
    }
    .camera-zoom-right-part{
        flex-direction: column;
        width: 100%;
    }
    .camera-zoom-image{
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        width: 100%;
    }
    .camera-zoom-left-content{
        width: 100%;
    }
    .camera-zoom-left-content p{
        margin-top: 4.16vw;
    }
    .camera-zoom-left-content,
    .camera-zoom-right-content{
        margin: 0;
    }
    .camera-zoom-right-content{
        margin: 0;
    }
    .camera-zoom-right-part .camera-zoom-image{
        margin-top: 10.4%;
    }
    .camera-zoom-image{
        border-radius: 2.77vw;
    }
    .camera-mirco-content{
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .ark-main-content {
        margin-left: 33%;
        width: 54.4%;
    }
    .ark-intro{
        margin-top: 8.33%;
    }
    .ark-intro-image{
        width: 90%;
    }
    .ark-intro-container{
        flex-direction: column;
    }
    .ark-intro-content{
        margin: 0 auto 11.3%;
        width: 86.1%;
        text-align: center;
    }
    .ark-battery{
        margin-top: 27.7%;
    }
    .ark-battery-container{
        flex-direction: column;
        width: 100%;
    }
    .ark-battery-image{
        margin: 0 auto;
    }
    .ark-battery-content{
        margin: 4.16% auto 8.33%;
        position: relative;
        top: 0;
        left: 0;
        width: 86.1%;
    }
    .ark-quiet-container{
        margin-top: 15.2%;
        width: 100%;
        margin-bottom: 30%;
    }
    .ark-quiet-text{
        margin: 4.16% auto 0;
        width: 80%;
    }
    .ark-quiet-image{
        border-radius: 0;
        margin-top: 7.6%;
        order: 4;
        width: 100%;
    }
    .harmonyos-main-title{
        width: 100%;
    }
    .harmonyos-main-title .h2{
        /* font-size: 12vw; */
    }
    .harmonyos-title-icon{
        width: 37.8vw;
        transform: translateX(-10%);
    }
    .harmonyos-main-title .h2>div{
        text-align: center;
        justify-content: center;
    }
    .harmonyos-feature{
        margin-top: 24.3%;
    }
    .harmonyos-feature-container{
        border: none;
        border-radius: 0;
        width: 100%;
    }
    .harmonyos-feature-scrollbar{
        background-color: #837C7C;
        border-radius: 2px;
        margin: 8.33% 0 2.5% 10%;
        width: 20%;
        height: 1px;
    }
    .harmonyos-feature-scrollbar .swiper-scrollbar-drag{
        background-color: #F4F2ED;
        border-radius: 6px;
        height: 3px;
        top: -1px;
        overflow: hidden;
    }
    .harmonyos-feature-content{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
    }
    .harmonyos-feature-content .swiper-wrapper{
        flex-direction: row;
        margin-bottom: 7.6%;
    }
    .harmonyos-feature-item{
        border-radius: 2.77vw;
        border: #292929 1px solid;
        margin: 0 auto;
        overflow: hidden;
        will-change: transform;
        width: 100%;
    }
    .harmonyos-feature-content-item{
        margin-top: 0;
    }
    .harmonyos-feature-content-title{
        font-size: 6.66vw;
        opacity: 1;
        text-align: center;
    }
    .harmonyos-feature-content-item.active .harmonyos-feature-content-title{
        transform: scale(1);
    }
    .harmonyos-feature-content-text{
        display: block;
        font-size: 4.44vw;
    }
    .harmonyos-sticker-container{
        background-color: transparent;
        border-radius: 0;
        border: none;
        width: 100%;
    }
    .harmonyos-sticker-title{
        font-size: 6.6vw;
        margin: 0 auto;
        text-align: center;
        width: 82%;
    }
    .harmonyos-sticker-text{
        font-size: 4.4vw;
        margin: 0 auto;
        text-align: center;
        width: 76.8%;
    }
    .harmonyos-sticker-media-container{
        width: 100%;
    }
    .harmonyos-sticker-media-swiper{
        margin-top: 13.88%;
    }
    .harmonyos-sticker-media-item{
        background-color: #0d0d0d;
        border-radius: 2.77vw;
        border: #292929 1px solid;
        box-sizing: border-box;
        padding: 11.8% 11.8% 0;
        overflow: hidden;
    }
    .harmonyos-sticker-scrollbar{
        background-color: #837C7C;
        border-radius: 2px;
        margin: 8.33% 0 2.5% 10%;
        width: 20%;
        height: 1px;
    }
    .harmonyos-sticker-scrollbar .swiper-scrollbar-drag{
        background-color: #F4F2ED;
        border-radius: 6px;
        height: 3px;
        top: -1px;
        overflow: hidden;
    }
    .harmonyos-more-btn{
        font-size: 3.05vw;
    }
    
    .accessories-container{
        background: none;
        border-radius: 0;
        border: none;
        width: 100%;
    }
    .accessories-title {
        font-size: 6.6vw;
        margin: 0 auto;
        text-align: center;
        width: 82%;
    }
    .accessories-swiper .swiper-wrapper{
        justify-content: flex-start;
        width: 100%;
    }
    .accessories-swiper .swiper-slide{
        width: 100%;
    }
    .accessories-item{
        background-color: #0d0d0d;
        border-radius: 2.77vw;
        border: #031e1e 1px solid;
        box-sizing: border-box;
        padding: 9.3% 0 10.4%;
        overflow: hidden;
    }
    .accessories-scrollbar{
        background-color: #837C7C;
        border-radius: 2px;
        margin: 8.33% 0 2.5% 10%;
        width: 20%;
        height: 1px;
    }
    .accessories-scrollbar .swiper-scrollbar-drag {
        background-color: #F4F2ED;
        border-radius: 6px;
        height: 3px;
        top: -1px;
        overflow: hidden;
    }
    .accessories-swiper .swiper-slide:nth-of-type(even){
        margin-top: 0;
    }
    .accessories-item-img{
        margin: 0 auto;
        width: 51.6%;
    }
    .accessories-item-link{
        font-size: 3.33vw;
    }

   
    .disclaimer-container {
        font-size: 3vw;
        width: 87.5%;
        padding-top: 8.33%;
        padding-bottom: 8.33%;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 10vw;
    }
}

.no-inline-video .video-fallback{
    display: block;
}
.no-inline-video video{
    display: none;
}

.harmonyos-title-image{
    width: 52vw;
}
@media (max-aspect-ratio: 11 / 10){
    .harmonyos-title-image{
        margin-left: 5%;
        width: 95%;
    }
}