.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: transparent;
    background: linear-gradient(110deg,#A6A6A6 0%,#E8E8E8 30%,#ADADAD 100%);
    -webkit-background-clip: text;
}
.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: #C6C6C6;
    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-background{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.kv-background img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 94%;
}
.kv-main-container{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    overflow: hidden;
}
.kv-left-part{
    width: 45.6%;
    transform: translateX(-5%);
}
.kv-right-part{
    width: 45.6%;
    transform: translateX(5%);
}
.kv-logo-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40.9%;
}
.kv-logo-container img{
    transform: scale(0);
    opacity: 0;
}
.section-sellpoint{
    background-color: #000000;
    margin-top: -100vh;
}
.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: #031e1e 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: #C6C6C6;
    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: 4vw;
    left: 3.8vw;
}
.sellpoint-item-2 .sellpoint-image{
    padding: 37.15% 5.5% 15%;
    transform: scale(1.15);
}
.sellpoint-item-3{
    float: right;
    width: 47.9%;
}
.sellpoint-item-3 .sellpoint-image{
    padding-top: 2%;
    margin-bottom: 2.5%;
    padding-left: 7.6%;
    width: 38.96%;
    transform: scale(1.15);
    transform-origin: 50% 0;
}
.sellpoint-item-3 .sellpoint-content{
    top: 4vw;
    left: 54%;
}
.sellpoint-item-4{
    float: right;
    width: 47.9%;
}
.sellpoint-item-4 .sellpoint-image{
    width: 41.47%;
    padding-top: 5%;
    padding-left: 4.5%;
    transform: scale(1.15);
    transform-origin: 50% 0;
}
.sellpoint-item-4 .sellpoint-content{
    top: 25%;
    left: 55%;
}
.sellpoint-item-5{
    float: left;
    width: 50%;
}
.sellpoint-item-5 .sellpoint-image{
    padding: 1.27vw 2.5% 0 51.1%;
    width: 32.9%;
    transform: scale(1.15);
    transform-origin: 50% 0;
}
.sellpoint-item-5 .sellpoint-content{
    top: 25%;
    left: 3.8vw;
}
.sellpoint-item-6{
    float: right;
    width: 47.9%;
}
.sellpoint-item-6 .sellpoint-image{
    padding-top: 1.27vw;
    padding-left: 12.5%;
    width: 31.23%;
    transform: scale(1.15);
    transform-origin: 50% 0;
}
.sellpoint-item-6 .sellpoint-content{
    top: 25%;
    left: 55%;
}
.sellpoint-background-light{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.section-design{
    background-color: #000000;
}
.background-light{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 0;
}
.background-light-space{
    height: 31.25vw;
}
.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;
}
.design-main-content{
    position: absolute;
    left: 58%;
    bottom: 10%;
    width: 31%;
    z-index: 1;
}
.design-intro{
    margin-top: 7.8125%;
    position: relative;
}
.design-intro-content{
    margin: 0 auto;
    width: 47.85%;
    text-align: center;
}
.design-color-row{
    display: flex;
}
.design-color-item{
    cursor: pointer;
    flex-basis: 5%;
    height: 44.2vw;
    transition: all 1.25s ease;
    position: relative;
    overflow: hidden;
}
.design-color-item.active{
    flex-basis: 85%;
}
.design-color-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 85vw;
}
.design-color-image img{
    transform: scale(2);
    transform-origin: 100% 50%;
    transition: transform 1.25s ease;
}
.design-color-item.active .design-color-image img{
    transform: scale(1);
}
.design-color-name{
    color: #E6E6E6;
    font-size: 2.6vw;
    font-weight: bold;
    transition: all 1.25s ease;
    position: absolute;
    top: 45%;
    right: 25%;
    transform: scale(.32);
    transform-origin: 100% 50%;
    white-space: nowrap;
}
.design-color-item.active .design-color-name{
    transform: scale(1);
    right: 12.75%;
}
.design-color-item-1.active .design-color-name{
    color: #7CABAD;
    opacity: 1;
}
.design-color-item-2.active .design-color-name{
    color: #5A7893;
    opacity: 1;
}
.design-color-item-3.active .design-color-name{
    color: #646895;
    opacity: 1;
}
.design-color-item-4.active .design-color-name{
    color: #8D97A4;
    opacity: 1;
}
.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-appearence{
    margin-top: 13.5%;
}
.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: 0 auto;
    width: 40%;
    position: relative;
}
.design-appearence-features-item{
    display: flex;
    align-items: center;
}
.design-appearence-features-icon{
    flex-shrink: 0;
    margin-right: 1.25vw;
    width: 5vw;
}
.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: .833vw;
}
.design-appearence-image{
    margin: 4.96% auto 0;
    width: 66%;
}
.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{
    margin-top: 7.8125%;
    position: relative;
}
.performance-communication-container{
    position: relative;
}
.performance-communication-content{
    width: 36%;
    position: absolute;
    bottom: 20%;
    left: 59%;
    z-index: 1;
}
.performance-communication-content p{
    color: #FFFFFF;
}
.performance-signal{
    margin-top: 15.625%;
}
.performance-signal-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.performance-signal-content{
    margin-left: 14.3%;
    width: 32%;
}
.performance-signal-content .ab-disclaimer{
    margin-top: 3vw;
    margin-left: 0;
}
.performance-signal-image{
    margin-right: 12%;
    width: 35%;
}
.performance-kunlun-glass-main{
    position: relative;
}
.performance-kunlun-glass{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 7.8125%;
    position: relative;
}
.performance-kunlun-glass .ab-disclaimer{
    margin-left: 0;
}
.performance-kunlun-glass-content{
    margin: 4.167% auto 0;
    width: 50.625%;
    text-align: center;
}
.performance-kunlun-glass-container{
    border-radius: 1.04vw;
    margin: 0 auto;
    width: 78.64%;
    overflow: hidden;
    will-change: transform;
}
.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-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: 40%;
    transform: translateY(10vw);
}
.ab-disclaimer{
    color: #888686;
    font-size: .833vw;
    margin: 1.5vw 0 0 3vw;
}
.performance-feature-disclaimer{
    margin-top: 0;
}
.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: #54AFB1;
    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: 10%;
}
.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;
    width: 49.7%;
}
.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: #031e1e 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: 13.5%;
}
.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{
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 82.5%;
}
.camera-sample-card-item{
    border-radius: 1.04vw;
    overflow: hidden;
    opacity: 1;
}
.camera-sample-card-item-1{
    width: 35.28%;
}
.camera-sample-card-item-2{
    width: 63.4%;
}
.camera-sample-card-item-3{
    margin-top: 1.74%;
    width: 60.28%;
}
.camera-sample-card-item-4{
    margin-top: 1.74%;
    width: 38.32%;
}
.camera-mirco-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 82.5%;
}
.camera-mirco-left-part{
    width: 52%;
}
.camera-mirco-right-part{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    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;
    will-change: transform;
}
.camera-mirco-image img{
    transform: scale(1.5);
}
.camera-zoom-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 82.5%;
}
.camera-zoom-left-part{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 52.7%;
}
.camera-zoom-right-part{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45.3%;
}
.camera-zoom-left-content{
    margin: 5% 0;
}
.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;
}
.camera-zoom-image img{
    transform: scale(1.5);
}
.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: 73.4%;
}
.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%;
}
.ark-battery-container{
    margin: 0 auto;
    width: 45%;
    position: relative;
}
.ark-battery-image{
    margin: 0 auto 5.2vw;
    width: 92%;
}
.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: #031e1e 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;
}
.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: #031e1e 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-swiper .swiper-wrapper{
    align-items: flex-end;
}
.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: #031e1e 1px solid;
    margin: 0 auto;
    width: 71.45%;
    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-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%;
    }
    .section-sellpoint{
        margin-top: 0;
    }
    .sellpoint-container{
        width: 91.67%;
    }
    .sellpoint-item-container{
        border-radius: 2.77vw;
    }
    .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: 5%;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .sellpoint-item-2{
        width: 100%;
    }
    .sellpoint-item-2 .sellpoint-content{
        left: 0%;
        text-align: center;
        width: 100%;
    }
    .sellpoint-item-2 .sellpoint-image{
        padding: 23.5% 10% 7.5%;
    }
    .sellpoint-item-3{
        float: left;
        width: 48.7%;
    }
    .sellpoint-item-3 .sellpoint-image{
        box-sizing: border-box;
        margin: 0 auto;
        padding: 63.5% 0 0;
        width: 27.9vw;
        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: 67.75% 0 0;
        margin-left: 9.46%;
        width: 28.8vw;
        transform: scale(1.2) translateY(10%);
    }
    .sellpoint-item-4 .sellpoint-content{
        top: 3vw;
        left: 8.4%;
    }
    .sellpoint-item-5{
        float: left;
        width: 48.7%;
    }
    .sellpoint-item-5 .sellpoint-image{
        margin-left: 5.6vw;
        width: 29.14vw;
        padding: 55% 0 0;
    }
    .sellpoint-item-5 .sellpoint-content{
        top: 3vw;
        left: 8.4%;
    }
    .sellpoint-item-6{
        width: 48.7%;
    }
    .sellpoint-item-6 .sellpoint-image{
        width: 26.8vw;
        padding-top: 55%;
        padding-left: 7.08vw;
    }
    .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: 48.6vw;
    }
    .design-main-content{
        margin: 0% auto 8.33%;
        width: 86.11%;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    .design-intro{
        margin-top: 13.88%;
    }
    .design-intro-content{
        margin-bottom: 8.33%;
        width: 100%;
    }
    .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: 15vw;
    }
    .design-color-container .design-color-row .design-color-name{
        color: #F7F7F7;
        font-size: 5.55vw;
        transform: scale(1);
        top: auto;
        right: auto;
        bottom: 1%;
        left: 6.38%;
    }
    .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%;
        transform: translateY(-50%) rotate(180deg);
    }
    .design-color-swiper-prev{
        left: 2%;
    }
    .design-color-swiper-next svg,
    .design-color-swiper-prev svg{
        width: 100%;
        height: auto;
    }
    .design-color-swiper-pagination{
        margin-top: 2%;
        margin-left: 6.38%;
    }
    .design-color-container .design-color-swiper-pagination .swiper-pagination-bullet{
        background-color: transparent;
        border-radius: 100%;
        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-container .design-color-swiper-pagination .swiper-pagination-bullet-active{
        border: 1px solid;
    }
    .design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(1){
        border-color: #628889;
    }
    .design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(1)::after{
        background-color: #7CABAD;
    }
    .design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(2){
        border-color: #628889;
    }
    .design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::after{
        background-color: #BAC8D5;
    }
    .design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(3){
        border-color: #628889;
    }
    .design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(3)::after{
        background-color: #A9A7CA;
    }
    .design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(4){
        border-color: #628889;
        margin-right: 0;
    }
    .design-color-swiper-pagination .swiper-pagination-bullet:nth-of-type(4)::after{
        background-color: #2B333F;
    }
    .design-color-row .design-color-item-1 .design-color-name{
        color: #7CABAD;
    }
    .design-color-row .design-color-item-2 .design-color-name{
        color: #BAC8D5;
    }
    .design-color-row .design-color-item-3 .design-color-name{
        color: #BEB6DD;
    }
    .design-color-row .design-color-item-4 .design-color-name{
        color: #6E6E6E;
    }
    .design-color-image img{
        transform: none;
    }
    .design-appearence{
        margin-top: 27.7%;
    }
    .design-appearence-image{
        margin-top: 17.36%;
        width: 100%;
    }
    .design-appearence-text{
        width: 86%;
    }
    .design-appearence-features{
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 25%;
        width: 88.41%;
    }
    .design-appearence-features-item{
        border: #031e1e 1px solid;
        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.22vw;
    }
    .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: 13.88%;
    }
    .performance-communication-content{
        margin: 0 auto 7.6%;
        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-image{
        margin-top: 16.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: 13.88%;
    }
    .performance-feature-container{
        flex-direction: column;
        width: 100%;
    }
    .performance-kunlun-glass-content{
        margin-top: 0;
        margin-bottom: 13.2%;
        width: 86.1%;
    }
    .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-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: #78CBCC;
        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: 13.88%;
    }
    .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: 85.7%;
        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{
        width: 100%;
    }
    .camera-sample-card-container{
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0 auto;
        width: 100%;
    }
    .camera-sample-card-item{
        border-radius: 2.77vw;
        width: auto;
        height: 100%;
        float: none;
        margin-top: 0;
        margin-right: 0;
        transform: none;
        opacity: 1;
        will-change: transform;
    }
    .camera-sample-card-item img{
        clip-path: none;
    }
    .camera-sample-swiper-1{
        box-sizing: border-box;
        height: 55vw;
        padding-left: 10vw;
    }
    .camera-sample-swiper-1 .swiper-wrapper{
        height: 100%;
    }
    .camera-sample-swiper-1 .swiper-slide{
        height: 100%;
        width: auto;
    }
    .camera-sample-swiper-2{
        box-sizing: border-box;
        height: 80.5vw;
        margin-top: 11.8%;
        padding-right: 10vw;
    }
    .camera-sample-swiper-2 .swiper-wrapper{
        height: 100%;
    }
    .camera-sample-swiper-2 .swiper-slide{
        height: 100%;
        width: auto;
    }
    .camera-sample-swiper-scrollbar{
        background-color: #837C7C;
        border-radius: 2px;
        margin: 13.2% 0 0 7.5%;
        width: 20%;
        height: 1px;
    }
    .camera-sample-swiper-scrollbar-2{
        margin-left: 80%;
    }
    .camera-sample-swiper-scrollbar .swiper-scrollbar-drag{
        background-color: #78CBCC;
        border-radius: 6px;
        height: 3px;
        top: -1px;
        overflow: hidden;
    }
    .camera-mirco-container{
        flex-direction: column;
        width: 91.67%;
        text-align: center;
    }
    .camera-mirco-left-part{
        margin-top: 30px;
        width: 100%;
    }
    .camera-mirco-image{
        border-radius: 2.77vw;
    }
    .camera-mirco-right-part{
        margin-bottom: 20.8%;
        width: 100%;
    }
    .camera-zoom-container{
        width: 91.67%;
        flex-direction: column;
        text-align: center;
    }
    .camera-zoom-left-part{
        width: 100%;
    }
    .camera-zoom-left-part .camera-zoom-image{
        margin: 13.88% auto 11.11%;
    }
    .camera-zoom-right-part{
        flex-direction: column;
        width: 100%;
    }
    .camera-zoom-image{
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .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;
    }
    .ark-main-content {
        margin-left: 33%;
        width: 54.4%;
    }
    .ark-intro{
        margin-top: 13.88%;
    }
    .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 2.7%;
        width: 92%;
    }
    .ark-battery-content{
        margin: 8.33% auto 4.16%;
        position: relative;
        top: 0;
        left: 0;
        width: 86.1%;
    }
    .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: #78CBCC;
        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-item{
        background-color: #0d0d0d;
        border-radius: 2.77vw;
        border: #031e1e 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: #78CBCC;
        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: #78CBCC;
        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%;
    }
}