.main-container{
    font-weight: 500;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.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)
}
.visuallyhidden{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
html body{
    --scrollbar-width: 0px;
}
html.html-model-active body{
    overflow: hidden;
    padding-right: var(--scrollbar-width);
}
.html-model-active .second-navigation-new-version{
    display: none;
}
.header-top{
    top: 0;
}
.full-height{
    height: 100vh;
}
.hidden-web{
    display: none;
}
.hidden-inline-web{
    display: none;
}
.space-300{
    height: 15.625vw;
}
.space-280{
    height: 14.583vw;
}
.space-200{
    height: 10.416vw;
}
.space-180{
    height: 9.375vw;
}
.space-160{
    height: 8.333vw;
}
.space-140{
    height: 7.291vw;
}
.space-120{
    height: 6.25vw;
}
.space-100{
    height: 5.2vw;
}
.space-80{
    height: 4.166vw;
}
.space-60{
    height: 3.125vw;
}
.space-40{
    height: 2.083vw;
}
.space-30{
    height: 1.5625vw;
}
.space-20{
    height: 1.0416vw;
}
.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{
    color: transparent;
    background: linear-gradient(45deg,#FFFCEF 0,#EAE1C0 60% ,#2F2502 100%);
    -webkit-background-clip: text;
    font-size: 5vw;
    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{
    background: linear-gradient(to bottom,#FFFFFF 0,#F0F0F0 60%,#797979 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3.333vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .product-subtitle{
    color: #FFF9E0;
    font-size: 1.1458vw;
    font-weight: 400;
    line-height: 1.25;
}
.main-container .h4{
    color: #18191A;
    font-size: 3.125vw;
    line-height: 1.25;
}
.main-container p{
    color: #999999;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
}
.main-container .highlight-text{
    color: #FFF9E0;
    font-weight: 500;
}
.main-container .highlight-text-bold{
    color: #FFF9E0;
    font-weight: bold;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .product-disclaimer{
    color: #999999;
    font-size: 1.04vw;
    opacity: .67;
}
.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;
    overflow: hidden;
}
.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;
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.hmos-tips{
    position: absolute;
    left: 1.5625vw;
    bottom: 1.5625vw;
    width: 13.453vw;
    will-change: transform;
    z-index: 2;
}
.common-popup-btn-container{
    display: flex;
    align-items: center;
    position: relative;
}
.common-popup-btn-container svg{
    width: 3.333vw;
    height: 3.333vw;
}
.common-popup-btn{
    display: flex;
}
.common-popup-btn-light{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
    animation-play-state: paused;
    animation: popup-btn-rotate 3s linear 0s infinite forwards;
}
.common-popup-btn-container:hover .common-popup-btn-light{
    opacity: 1;
    animation-play-state: running;
}
@keyframes popup-btn-rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.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-replay-btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}
.video-replay-btn.show-btn{
    opacity: 1;
    pointer-events: all;
}
.video-replay-btn-text{
    color: #FFF9E0;
    font-size: 1.145vw;
    line-height: 1.25;
    margin-right: .26vw;
}
.video-replay-btn-svg{
    display: flex;
}
.video-replay-btn svg{
    width: 1.3vw;
    height: 1.3vw;
}
.video-fallback{
    display: none;
}
.ie-fallback{
    display: none;
}
.product-special-title-color{
    color: #B0E500;
}
.common-transform-show{
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all 1s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: transform;
}
.common-transform-show.active{
    opacity: 1;
    transform: translateY(0);
}
.product-image-parallax{
    position: relative;
}
.product-image-parallax img{
    display: inline-block;
}
.swiper-prev-btn,
.swiper-next-btn{
    border-radius: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.swiper-prev-btn svg,
.swiper-next-btn svg{
    position: relative;
    z-index: 2;
}
.swiper-btn-before{
    border-radius: 100%;
    content: "";
    display: flex;
    position: absolute;
    top: 3.75%;
    left: 3.75%;
    width: 93.5%;
    height: 93.5%;
    pointer-events: none;
    overflow: hidden;
}

.swiper-btn-before div{
    background-color: #FFF9E0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: .6s ease;
}
.swiper-prev-btn .swiper-btn-before{
    left: auto;
    right: 3.75%;
}
.swiper-next-btn .swiper-btn-before div{
    transform: translateX(-100%);
}
.swiper-next-btn:hover:not(.btn-disable) .swiper-btn-before div,
.swiper-prev-btn:hover:not(.btn-disable) .swiper-btn-before div{
    transform: translateX(0);
}
.swiper-next-btn svg>g>path,
.swiper-prev-btn svg>g>path{
    transition: stroke .6s ease;
}
.swiper-next-btn:hover:not(.btn-disable) svg>g>path,
.swiper-prev-btn:hover:not(.btn-disable) svg>g>path{
    stroke: #000000;
}
.section-kv{
    background-color: #000000;
}
.kv-container .sticky-viewport{
    display: flex;
    justify-content: flex-start;
}
.kv-image-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 9.9%;
    margin-top: 12.75vh;
    width: 39.42%;
}
.kv-image-right{
    width: 74.2%;
    transform: translateX(-25%)  translateY(-2%) scale(.7);
    transform-origin: 50% 50%;
    transition: transform 2s ease;
}
.kv-image-left{
    opacity: 0;
    width: 19.7%;
    transform: translateX(-75%) scale(.87);
    transform-origin: 50% 100%;
    transition: transform 2s ease,opacity .4s ease;
}
@media (max-aspect-ratio: 9 / 5){
    .kv-image-container{
        align-items: flex-end;
    }
    .kv-image-right{
        transform: translateX(-25%) translateY(0) scale(.7);
        transform-origin: 50% 100%;
    }
}
.kv-image-container.active .kv-image-right{
    transform: translateX(0) scale(1);
}
.kv-image-container.active .kv-image-left{
    opacity: 1;
    transform: translateX(0) scale(1);
}
.kv-content-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5.7%;
    width: 36.25vw;
    height: 100%;
}
.kv-content-logo svg{
    width: 36.25vw;
    height: auto;
}
.kv-content-slogan {
    color: #FFFFFF;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 2vw;
    text-align: center;
    line-height: 1.25;
    margin: 1vw 0;
    transform: translatex(1vw);
}
.huawei-product-buy-btn-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.8125vw;
}
.huawei-product-buy-btn-price{
    color: #FFFFFF;
    font-size: 1.46vw;
    font-weight: 400;
    line-height: 1.25;
}
.huawei-product-buy-btn-price a{
    color: inherit;
}
.huawei-product-buy-btn-price span{
    font-size: 0.677083vw;
    font-weight: 500;
}
.huawei-product-buy-btn{
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid #000;
    background: radial-gradient(ellipse at center center,#FFF9E0 0,#FEFCF6 100%);
    transition: 0.3s ease-out;
    margin-top: 24px;
    cursor: pointer;
    border-radius: 6px;
}
.huawei-product-buy-btn:hover{
    opacity: .8;
}

.kv-reasontobuy{
    background-color: #000000;
    margin-top: -100vh;
    position: relative;
}
.kv-reasontobuy-bg{
    background: linear-gradient(to bottom,#1F1D1D 0,#000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vw;
}
.kv-reasontobuy-space{
    height: 8.85vw;
}
.reasontobuy-main-swiper{
    transform: scale(1.5);
    z-index: 2;
}
.reasontobuy-container{
    position: sticky;
    top: 0;
    overflow: hidden;
}
.reasontobuy-container .swiper-slide{
    overflow: hidden;
}
.reasontobuy-item-container{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.reasontobuy-item-image-container{
    border-radius: .833vw;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.reasontobuy-item-image{
    flex: none;
}
.reasontobuy-item-1 .reasontobuy-item-image{
    width: 100%;
}
.reasontobuy-control-container{
    display: flex;
    justify-content: center;
    padding-bottom: .2vw;
}
.reasontobuy-item-content{
    position: absolute;
    top: 2.34vw;
    left: 2.34vw;
}
.reasontobuy-item-content-title{
    color: #FCF6E2;
    font-size: 1.667vw;
    font-weight: bold;
    line-height: 1.25;
    position: relative;
    opacity: 0;
    will-change: transform;
    transform: translateZ(0.1px);
    z-index: 2;
}
.reasontobuy-item-content-title sup{
    font-size: .5em;
}
.reasontobuy-item-3 .reasontobuy-item-image-container{
    background-color: #101010;
}
.reasontobuy-item-3-bg{
    clip-path: polygon(50% 50%,50% 50%,50% 50%,50% 50%);
    position: relative;
    transition: clip-path 1s ease 1.4s;
    z-index: 2;
}
.reasontobuy-item-3-lens-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease 2.4s;
}
.reasontobuy-item-3-lens-item{
    position: absolute;
    transition: transform 2s ease .4s;
}
.reasontobuy-item-3-len-1{
    top: 14.46vw;
    left: 22.91vw;
    width: 14.5%;
    z-index: 8;
}
.reasontobuy-item-3-len-2{
    top: 16.67vw;
    left: 28.75vw;
    width: 6.3%;
    z-index: 7;
}
.reasontobuy-item-3-len-3{
    top: 15.99vw;
    left: 30.26vw;
    width: 6.52%;
    z-index: 6;
}
.reasontobuy-item-3-len-4{
    top: 15.1vw;
    left: 31.74vw;
    width: 7.68%;
    z-index: 5;
}
.reasontobuy-item-3-len-5{
    top: 13.45vw;
    left: 32.85vw;
    width: 10.36%;
    z-index: 4;
}
.reasontobuy-item-3-len-6{
    top: 9.755vw;
    left: 31.35vw;
    width: 19.856%;
    z-index: 3;
}
.reasontobuy-item-3-len-7{
    top: 12.44vw;
    left: 40.448vw;
    width: 8%;
    z-index: 2;
}
.reasontobuy-item-3.active .reasontobuy-item-3-len-1{
    transform: translate(-13.9vw,2.194vw);
}
.reasontobuy-item-3.active .reasontobuy-item-3-len-2{
    transform: translate(-10.3vw,.9375vw);
}
.reasontobuy-item-3.active .reasontobuy-item-3-len-3{
    transform: translate(-7.683vw,.676vw);
}
.reasontobuy-item-3.active .reasontobuy-item-3-len-4{
    transform: translate(-4.914vw,.5515vw);
}
.reasontobuy-item-3.active .reasontobuy-item-3-len-5{
    transform: translate(-2.023vw,.3385vw);
}
.reasontobuy-item-3.active .reasontobuy-item-3-len-6{
    transform: translate(3.28vw,0);
}
.reasontobuy-item-3.active .reasontobuy-item-3-len-7{
    transform: translate(7.96875vw,-.573vw);
}
.reasontobuy-item-3.active .reasontobuy-item-3-lens-container{
    opacity: 0;
}
.reasontobuy-item-3.active .reasontobuy-item-3-bg{
    clip-path: polygon(0% 0%,0% 100%,100% 100%,100% 0);
}
.reasontobuy-item-6 .hmos-tips{
    left: 39.8vw;
    bottom: 8vw;
}
.shine-wrapper{
    width: 13.87%;
    z-index: 5;
}
.reasontobuy-swiper-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.reasontobuy-swiper-btns .reasontobuy-swiper-prev-btn,
.reasontobuy-swiper-btns .reasontobuy-swiper-next-btn{
    flex-shrink: 0;
    width: 2.083333vw;
    cursor: pointer;
    transition: opacity 0.3s;
    outline: 0;
}
.reasontobuy-swiper-prev-btn-svg,
.reasontobuy-swiper-next-btn-svg{
    display: flex;
}
.reasontobuy-swiper-btns svg{
    width: 2.083333vw;
    height: 2.083333vw;
}
.reasontobuy-swiper-btns .btn-disable{
    cursor: default;
    opacity: 0.3;
}
.reasontobuy-swiper-btns .reasontobuy-swiper-pagination{
    display: flex;
    justify-content: center;
    margin-right: 0.416vw;
    margin-left: 0.416vw;
    width: auto;
}
.reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.520833vw;
    height: 0.520833vw;
    margin-right: 0.520833vw;
    margin-left: 0;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0.2;
    border-radius: 100%;
    outline: 0;
    background-color: #FFF9E0;
  }
.reasontobuy-swiper-btns .swiper-pagination-bullet::before{
    position: absolute;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 0.260417vw;
    content: "";
  }
.reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet-active{
    cursor: default;
    opacity: .8;
}
.reasontobuy-swiper-btns .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.shine-wrapper{
    position: relative;
    padding: .625vw 0;
}
.shine-wrapper .shine-item{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    will-change: transform;
    transform: translateZ(-0.0001px);
}
.shine-wrapper .shine-item::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: radial-gradient(closest-side, #fff, rgba(230, 204, 179, 0.82) 35%, rgba(101, 90, 80, 0));
}
.shine-wrapper .shine-background{
    width: 12.5vw;
    height: 12.5vw;
}
.shine-wrapper .shine-background::after{
    opacity: 0.8;
}
.shine-wrapper .shine-border{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 1px;
    pointer-events: none;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    transform: translateZ(0.0001px);
    will-change: transform;
}
.shine-wrapper .shine-border::before{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    /* box-shadow: inset -0.15625vw -0.260417vw 1.5625vw rgba(202, 180, 159, 0.5);
    -webkit-box-shadow: inset -0.15625vw -0.260417vw 1.5625vw rgba(202, 180, 159, 0.5); */
    transform: translateZ(-0.0001px);
    will-change: transform;
}
.shine-wrapper .shine-border::after{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    background: #4C4B45;
    backdrop-filter: blur(.5vw);
    opacity: .6;
}
.shine-wrapper .shine-inset{
    width: 5.208333vw;
    height: 5.208333vw;
}
.shine-wrapper .shine-inset::after{
    background-image: radial-gradient(closest-side, #fff6ee, #ebd8c7 20%, rgba(223, 200, 178, 0.68) 60%, rgba(129, 110, 91, 0));
    filter: blur(1vw);
}
.shine-wrapper.shine-cursor .shine-item{
    transition: opacity 0.3s;
    transform: translate3d(calc(var(--shine-x, 0) - 50%), calc(var(--shine-y, 0) - 50%), 0);
    opacity: 0;
}
.shine-wrapper.shine-cursor .shine-item::after{
    transition: transform 0.3s;
    transform: scale(0);
}
.shine-wrapper.shining .shine-item{
    opacity: 1;
}
.shine-wrapper.shining .shine-item::after{
    transform: scale(1);
}
.section-design{
    background-color: #000000;
}
.design-main-title-container{
    display: flex;
    justify-content: center;
}
.design-intro-image{
    position: relative;
}
.design-intro-video{
    position: relative;
}
.design-intro-video::before{

}
.design-intro-video::after{
    background: linear-gradient(to bottom,#12121200 0,#000000FF 85%,#000000FF 100%);
    content: "";
    width: 100%;
    height: 6.5625vw;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.design-intro-video-popup{
    position: absolute;
    right: 9.74vw;
    bottom: 3.48vw;
}
.common-popup-btn-text{
    color: #FFF9E0;
    font-size: 1.458vw;
    font-weight: 400;
    margin-right: .677vw;
}
.design-intro-text{
    margin: 0 auto;
    text-align: center;
    width: 48%;
}
.design-color-swiper-container{
    position: relative;
    overflow: hidden;
}
.design-color-swiper-bg{
    position: relative;
    overflow: hidden;
}
.design-color-swiper-bg-row{
    display: flex;
    width: 553.65%;
    animation: design-color-bg-move 90s linear infinite forwards;
    will-change: transform;
}
.design-color-swiper-bg-item{
    flex: none;
    position: relative;
    width: 100%;
}
.design-color-swiper-bg-item:nth-of-type(2){
    margin-left: -2px;
}
@keyframes design-color-bg-move {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.design-color-swiper-bg-eagle{
    position: absolute;
}
.design-color-swiper-bg-eagle-1{
    top: 2.34vw;
    left: 32.55vw;
    width: 2.97vw;
    animation: design-color-bg-eagle-1 5s linear infinite alternate-reverse;
}
@keyframes design-color-bg-eagle-1 {
    0%{
        transform: translate(0,-75%);
    }
    100%{
        transform: translate(0,75%);
    }
}
.design-color-swiper-bg-eagle-2{
    top: 10vw;
    left: 23.7vw;
    width: 2.864vw;
    animation: design-color-bg-eagle-2 7s linear infinite alternate-reverse;
}
@keyframes design-color-bg-eagle-2 {
    0%{
        transform: translate(0,-75%);
    }
    100%{
        transform: translate(0,75%);
    }
}
.design-color-swiper{
    position: absolute;
    bottom: -0.5px;
    left: 35%;
    width: 30%;
}
.design-color-text-container{
    margin-right: 2.08vw;
}
.design-color-text-swiper .design-color-text-item{
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    text-align: center;
}
.design-color-text-item:first-child{
    position: relative;
}
.design-color-text-item p{
    color: #FFFFFF;
    font-size: 2.08vw;
    font-weight: 500;
    line-height: 1.25;
    overflow: hidden;
    width: 4.5em;
    text-align: center;
    white-space: nowrap;
}
.design-color-text-item:nth-of-type(2) p{
    color: #C8DBCF;
}
.design-color-text-item:nth-of-type(1) p{
    color: #D8D4CD;
}
.design-color-text-item p span{
    display: inline-block;
    transform: translateY(30%);
    transition: transform .2s ease .6s;
}
.design-color-text-item p span:nth-of-type(2){
    transform: translateY(60%);
    transition-duration: .4s;
}
.design-color-text-item p span:nth-of-type(3){
    transform: translateY(90%);
    transition-duration: .6s;
}
.design-color-text-item p span:nth-of-type(4){
    transform: translateY(120%);
    transition-duration: .8s;
}
.design-color-text-item.swiper-slide-active p span{
    transform: translateY(0);
    transition-delay: 0s;
}
.color-text-highlight{
    color: #FFF9E0;
    font-size: 1.1538em;
    font-weight: bold;
}
.design-color-control-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.design-color-swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.design-color-swiper-pagination .design-color-swiper-pagination-item{
    background-color: transparent;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.22vw;
    height: 2.22vw;
    margin-right: .9375vw;
    position: relative;
    opacity: 1;
}
.design-color-swiper-pagination-item-svg{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}
.design-color-swiper-pagination-item-svg svg{
    width: 2.22vw;
    height: 2.22vw;
}
.design-color-swiper-pagination-item-svg svg circle{
    stroke-dasharray: 132;
    stroke-dashoffset: 132;
    transition: all 0s linear;
}
.design-color-swiper-pagination-item.active .design-color-swiper-pagination-item-svg svg circle{
    stroke-dashoffset: 0;
    transition-duration: 2.95s;
}
.design-color-swiper-pagination .design-color-swiper-pagination-item::before{
    background: linear-gradient(to bottom,#A7A7A7,#484848);
    border-radius: 100%;
    content: "";
    width: 60%;
    height: 60%;
}
.design-color-swiper-pagination .design-color-swiper-pagination-item:last-child{
    margin-right: 0;
}
.design-color-swiper-pagination .design-color-swiper-pagination-item:nth-of-type(3)::before{
    background: linear-gradient(to bottom,#F2F2F2,#C2C2C2);
}
.design-color-swiper-pagination .design-color-swiper-pagination-item:nth-of-type(2)::before{
    background: linear-gradient(to bottom,#B7CBBF,#80B9A5);
}
.design-color-swiper-pagination .design-color-swiper-pagination-item:nth-of-type(4)::before{
    background: linear-gradient(to bottom,#595959,#0D0D0D);
}
.design-screen-title-container{
    margin-left: 16.25%;
    position: relative;
    z-index: 1;
}
.design-screen-image-container{
    position: relative;
}
.design-screen-image-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}
.design-screen-image-item:first-child{
    position: relative;
    opacity: 1;
}
.design-screen-image-mask{
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.design-screen-image-mask svg{
    width: 100%;
    height: 35vw;
}
.design-screen-image-container.active .design-screen-image-mask{
    opacity: 0;
    transition: opacity 1s ease;
}
.design-screen-image-container.active .design-screen-image-item{
    opacity: 1;
}
.design-screen-text{
    width: 25.312vw;
}
.design-structure{
    position: relative;
    z-index: 2;
}
.design-structure-title-container{
    text-align: center;
}
.design-structure-subtitle{
    position: relative;
    opacity: 0;
    transition: opacity .6s ease;
}
.design-structure-subtitle.active{
    opacity: 1;
}
.design-structure-title{
    margin: -5vw auto -2.5vw;
    width: 100%;
}
.design-structure-video-popup{
    position: absolute;
    right: 3.125vw;
    bottom: 3.125vw;
}
.design-structure-image-container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.design-structure-image-item{
    position: relative;
}
.design-structure-image-front{
    width: 20.99%;
    transform: translateX(52%);
    opacity: 1;
}
.design-structure-image-middle{
    width: 21.66%;
    transform: scale(1);
    transform-origin: 70% 0%;
}
.design-structure-image-rear{
    width: 20.05%;
    transform: translate(-51%,0);
}
.design-structure-image-container::after{
    background: linear-gradient(to bottom,#00000000 0,#00000064 40%,#000000FF 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
}
.design-structure-feature-container{
    margin: 0 auto;
    width: 40.568%;
    transform: translateY(25%);
    opacity: 0;
}
.design-structure-feature-row{
    display: flex;
    justify-content: space-between;
}
.design-structure-feature-item-title{
    color: #FFF9E0;
    font-size: .9375vw;
    font-weight: 400;
}
.design-structure-feature-item-text{
    color: #E2E2E2;
    font-size: .8333vw;
    font-weight: 400;
    opacity: .5;
}
.design-structure-feature-item-num-container{
    display: flex;
    align-items: baseline;
}
.design-structure-feature-item-num-icon{
    display: flex;
    margin-left: .26vw;
    transform: translateY(12.5%);
}
.design-structure-feature-item-num-icon svg{
    width: 1.319vw;
    height: 2vw;
}
.design-structure-feature-item-num{
    background: linear-gradient(to bottom,#F8ECCC 0,#E7D7B7 45%,#E5C894 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 5.26vw;
    font-weight: bold;
    line-height: 1.25;
}
.design-structure-feature-item-num span{
    font-size: .267em;
}
.design-structure-text{
    margin: 0 auto;
    width: 46%;
    text-align: center;
}
.design-feature{
    position: relative;
}
.design-feature-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85vw;
    background-image: radial-gradient(130vw 40vw at -20% 50%, #3B352F, #000000);
}
.design-feature-bg img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.design-feature-container{
    position: relative;
    z-index: 2;
}
.design-feature-item{
    border-radius: .8333vw;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.design-feature-image{
    width: 120%;
}
.design-feature-text-swiper .design-feature-text{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
}
.design-feature-text:first-child{
    position: relative;

}
.design-feature-swiper-control-container{
    display: flex;
    align-items: center;
}
.design-feature-swiper-control-text{
    color: #FFF9E0;
    display: flex;
    justify-content: center;
    font-size: 1.354vw;
    font-weight: 500;
    height: 1.6em;
    margin: 0 1.3vw;
}
.design-feature-swiper-control-text-active-index{
    overflow: hidden;
}
.design-feature-swiper-control-text-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform .8s ease;
}
.design-feature-swiper-control-text-active-index-item{
    flex: none;
}
.design-feature-swiper-control-text-active-index[data-index="0"] .design-feature-swiper-control-text-row{
    transform: translateY(0%);
}
.design-feature-swiper-control-text-active-index[data-index="1"] .design-feature-swiper-control-text-row{
    transform: translateY(-25%);
}
.design-feature-swiper-control-text-active-index[data-index="2"] .design-feature-swiper-control-text-row{
    transform: translateY(-50%);
}
.design-feature-swiper-control-text-active-index[data-index="3"] .design-feature-swiper-control-text-row{
    transform: translateY(-75%);
}
.design-feature-content-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 67%;
}
.design-feature-text-swiper{
    margin: 0;
    width: 80%;
}
.design-feature-swiper-control-btn{
    display: flex;
    align-items: center;
}
.design-feature-prev-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s ease;
}
.design-feature-next-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s ease;
}
.design-feature-swiper-control-btn .btn-disable{
    cursor: default;
    opacity: .6;
}
.design-feature-swiper-control-btn svg{
    width: 3.4375vw;
    height: 3.4375vw;
}
.design-feature-disclaimer{
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.section-ai{
    background-color: #000000;
    position: relative;
}
.section-ai::before{
    position: absolute;
    top: 140vw;
    left: 0;
    width: 100%;
    height: 238.5vw;
    content: "";
    pointer-events: none;
    background-image: radial-gradient(100vw 140vw at -20% 50%, #3B352F, #000000);
    opacity: .7;
}
.ai-intro-background-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.ai-main-title-container{
    position: relative;
}
.ai-main-title-viewport{
    position: relative;
    z-index: 2;
}
.ai-main-title-color-bg{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.ai-main-title-bg{
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}
.ai-main-title-bg.active .ai-main-title-bg-image{
    transform: rotate(0deg);
}
.ai-main-title-bg-image{
    flex-shrink: 0;
    width: 117.5%;
    transform: rotate(132deg);
    transform-origin: 50% 50%;
}
.ai-main-title-animation-row{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 14%;
    width: 100%;
    overflow: hidden;
}
.ai-main-title-animation-row .h2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ai-main-title-svg-container,
.ai-main-title-before,
.ai-main-title-after{
    display: inline-block;
}
.ai-main-title-before{
    background: linear-gradient(135deg,#DCD0A6 0,#E9DFBA 100%);
    -webkit-background-clip: text;
    transform: translateX(-13vw);
    opacity: 0;
}
.ai-main-title-after{
    background: linear-gradient(135deg,#F1E7C4 0,#FAF2D2 40%,#7E7553 100%);
    -webkit-background-clip: text;
    transform: translateX(18vw);
    opacity: 0;
}
.ai-main-title-svg-container{
    margin: -.2em -.8em 0 -.9em;
    width: 14.53vw;
    height: 15.15vw;
    position: relative;
}
.ai-main-title-svg-text-container svg{
    width: 14.53vw;
    height: 15.15vw;
}
.ai-main-title-svg-border-container{
    position: absolute;
    top: 0;
    left: 5%;
    width: 100%;
    height: 100%;
    transform: translate(9.8vw,-3vw);
}
.ai-main-title-svg-star-1{
    display: flex;
    position: absolute;
    top: -5%;
    left: -2%;
}
.ai-main-title-svg-star-2{
    display: flex;
    position: absolute;
    top: -6%;
    left: -2%;
}
.ai-main-title-svg-border-container svg{
    width: 14.53vw;
    height: 15.15vw;
}
.ai-main-title-svg-text{
    display: flex;
    transform: translate(10.3vw, -3vw)
}
.ai-main-title-svg-border{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.ai-main-title-svg-border path{
    stroke-dasharray: 396;
    stroke-dashoffset: 792;
}
.ai-feature-nav-container{
    position: sticky;
    top: 10.4166vw;
    margin-left: 2.23vw;
    width: 10%;
    z-index: 3;
}
.ai-feature-nav-row{
    opacity: 0;
    transform: translateY(-50%);
    transition: all .6s ease;
}
.ai-feature-nav-row.active{
    opacity: 1;
    transform: translateY(0);
}
.ai-feature-nav-item{
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.354vw;
    margin-bottom: 1.145vw;
    opacity: .3;
    transition: opacity .3s ease;
}
.ai-feature-nav-row[data-index="1"] .ai-feature-nav-item:nth-of-type(1){
    opacity: 1;
}
.ai-feature-nav-row[data-index="2"] .ai-feature-nav-item:nth-of-type(2){
    opacity: 1;
}
.ai-feature-nav-row[data-index="3"] .ai-feature-nav-item:nth-of-type(3){
    opacity: 1;
}
.ai-feature-nav-item:last-child{
    margin-bottom: 0;
}
.ai-feature-nav-item-line{
    background-color: #FFF9E0;
    margin-right: .52vw;
    width: 1px;
    height: 1em;
}
.ai-feature-nav-item-text{
    color: #FFF9E0;
    font-size: 1.35vw;
    line-height: 1.25;
}
.ai-feature-nav-item-text .color-ai{
    background: linear-gradient(190deg,#8EC5FA 0,#A895F5 100%);
    color: transparent;
    display: inline-block;
    font-weight: bold;
    -webkit-background-clip: text;
}
.ai-feature-dynamics{
    position: relative;
    z-index: 2;
}
.ai-feature-dynamics-title-container{
    margin: 0 auto;
    width: 37.75%;
    text-align: center;
}
.ai-feature-dynamics-image-container{
    position: relative;
}
.ai-feature-dynamics-bg{
    margin-left: 6.1%;
    width: 88.94%;
}
.ai-feature-dynamics-swiper{
    margin: 0 auto;
    width: 71.3%;
}
.ai-feature-dynamics-swiper .swiper-slide{
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0% 100%,100% 100%,100% 100%,0 100%);
}
.ai-feature-dynamics-text-swiper .swiper-slide{
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0 100%);
}
.ai-feature-dynamics-swiper .swiper-slide:first-child{
    position: relative;
}
.ai-feature-dynamics-image-item{
    position: relative;
}
.ai-feature-dynamics-popup{
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.ai-feature-dynamics-image-line{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}
.ai-feature-dynamics-image-line.hidden-web{
    display: none;
}
.ai-feature-dynamics-image-line svg{
    width: 100%;
    height: 100%;
}
.ai-feature-dynamics-image-line svg g path{
    filter: blur(2vw);
    animation: moveline 10s linear infinite forwards;
}
@keyframes moveline {
    0%{
        transform: translate(17%,25%);
    }
    25%{
        transform: translate(17%,125%);
    }
    50%{
        transform: translate(117%,125%);
    }
    75%{
        transform: translate(117%,25%);
    }
    100%{
        transform: translate(17%,25%);
    }
}
.ai-feature-dynamics-swiper .swiper-wrapper{
    border-radius: .8333vw;
    overflow: hidden;
}
.ai-feature-dynamics-text-swiper .swiper-slide{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
}
.ai-feature-dynamics-text-swiper .swiper-slide:first-child{
    position: relative;
}
.ai-feature-dynamics-swiper-control-container{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.ai-feature-dynamics-swiper-control-text{
    color: #FFF9E0;
    display: flex;
    justify-content: center;
    font-size: 1.354vw;
    font-weight: 500;
    height: 1.6em;
    margin: 0 1.3vw;
}
.ai-feature-dynamics-swiper-control-text-active-index{
    overflow: hidden;
}
.ai-feature-dynamics-swiper-control-text-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform .8s ease;
}
.ai-feature-dynamics-swiper-control-text-active-index-item{
    flex: none;
}
.ai-feature-dynamics-swiper-control-text-active-index[data-index="0"] .ai-feature-dynamics-swiper-control-text-row{
    transform: translateY(0%);
}
.ai-feature-dynamics-swiper-control-text-active-index[data-index="1"] .ai-feature-dynamics-swiper-control-text-row{
    transform: translateY(-50%);
}
.ai-feature-dynamics-content-container{
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    position: relative;
}
.ai-feature-dynamics-text-swiper{
    margin: 0;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.ai-feature-dynamics-swiper-control-btn{
    display: flex;
    align-items: center;
}
.ai-feature-dynamics-prev-btn,
.ai-feature-dynamics-next-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s ease;
}
.ai-feature-dynamics-swiper-control-btn .btn-disable{
    cursor: default;
    opacity: .6;
}
.ai-feature-dynamics-swiper-control-btn svg{
    width: 3.4375vw;
    height: 3.4375vw;
}
.ai-feature-1-container{
    margin: 0 auto;
    position: relative;
    width: 70vw;
}
.ai-feature-1-image{
    border-radius: .8333vw;
    overflow: hidden;
}
.ai-feature-1-text{
    text-align: center;
}
.ai-theme-title-container{
    margin: 0 auto;
    width: 70%;
    text-align: center;
}
.ai-theme-title-container .h3{
    position: relative;
}
.ai-theme-image-container{
    border-radius: .833vw;
    margin: 0 auto;
    width: 70%;
    position: relative;
    overflow: hidden;
}
.ai-theme-popup{
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.ai-theme-popup .common-popup-btn-container{
    mix-blend-mode: exclusion;
}
.ai-theme-text-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 70%;
}
.ai-theme-text{
    margin: 0 auto;
    width: 56%;
    text-align: center;
}
.ai-theme-tips{
    transform: translateX(25%);
}
.ai-theme-tips-text{
    color: #FFF9E0;
    font-size: 1.458vw;
    font-weight: 500;
    line-height: 1.25;
}
.ai-theme-tips-icon svg{
    width: 7.916vw;
    height: 1.875vw;
}
.ai-feature-2-title-contianer{
    text-align: center;
}
.ai-feature-2-image-container{
    border-radius: .8333vw;
    margin: 0 auto;
    width: 72.7%;
    overflow: hidden;
    position: relative;
}
.ai-feature-2-popup{
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.ai-feature-2-text-container{
    margin: 0 auto;
    width: 72.7%;
    text-align: center;
}
.ai-feature-3{
    margin-top: 5vw;
    position: relative;
}
.ai-feature-3-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ai-feature-3-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ai-feature-3-container{
    margin: 0 auto;
    width: 50%;
    transform: translateY(20%);
    transform-origin: 50% 0;
    transition: transform .6s ease;
    position: relative;
    z-index: 2;
}
.ai-feature-3.active .ai-feature-3-container{
    transform: translateY(0) scale(1);
}
.ai-feature-3-swiper{
    overflow: initial;
    pointer-events: none;
}
.ai-feature-3-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease;
    overflow: hidden;
}
.ai-feature-3-image img{
    border-radius: 1.354vw;
    overflow: hidden;
    will-change: transform;
    position: relative;
}
.ai-feature-3-item:nth-of-type(1){
    position: relative;
}
.ai-feature-3-swiper .swiper-wrapper{
    perspective: 100vw;
    perspective-origin: 50% -125%;
    overflow: initial;
}
.ai-feature-3-swiper.poster-status .ai-feature-3-item{
    transform: translateZ(-15vw);
}
.ai-feature-3-item[data-index="5"]{
    transform:translateZ(0vw);
    opacity:0;
    z-index:1;
}
.ai-feature-3-item[data-index="0"]{
    transform:translateZ(10vw);
    opacity:0;
    z-index:5;
}
.ai-feature-3-item[data-index="1"]{
    transform:translateZ(0vw);
    opacity:1;
    z-index:4;
}
.ai-feature-3-item[data-index="2"]{
    transform:translateZ(-15vw);
    opacity:1;
    z-index:3;
}
.ai-feature-3-item[data-index="3"]{
    transform:translateZ(-32.5vw);
    opacity:1;
    z-index:2;
}
.ai-feature-3-item[data-index="4"]{
    transform:translateZ(-40vw);
    opacity:0;
    z-index:1;
}
.ai-feature-3-text-swiper .swiper-slide{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
}
.ai-feature-3-text-swiper .swiper-slide:last-child{
    position: relative;
}
.ai-feature-3-text-swiper .swiper-slide:first-child{
    transform: translateY(0);
}
.ai-feature-3-swiper-control-container{
    display: flex;
    align-items: center;
    margin-top: 2.08vw;
}
.ai-feature-3-swiper-control-text{
    color: #FFF9E0;
    display: flex;
    justify-content: center;
    font-size: 1.354vw;
    font-weight: 500;
    height: 1.6em;
    margin: 0 1.3vw;
}
.ai-feature-3-swiper-control-text-active-index{
    overflow: hidden;
}
.ai-feature-3-swiper-control-text-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform .8s ease;
}
.ai-feature-3-swiper-control-text-active-index-item{
    flex: none;
}
.ai-feature-3-swiper-control-text-active-index[data-index="0"] .ai-feature-3-swiper-control-text-row{
    transform: translateY(0%);
}
.ai-feature-3-swiper-control-text-active-index[data-index="1"] .ai-feature-3-swiper-control-text-row{
    transform: translateY(-33.3333%);
}
.ai-feature-3-swiper-control-text-active-index[data-index="2"] .ai-feature-3-swiper-control-text-row{
    transform: translateY(-66.7%);
}
.ai-feature-3-content-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.ai-feature-3-text-swiper{
    margin: 0;
    width: 80%;
    text-align: center;
}
.ai-feature-3-swiper-control-btn{
    display: flex;
    align-items: center;
}
.ai-feature-3-prev-btn,
.ai-feature-3-next-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s ease;
}

.ai-feature-3-swiper-control-btn .btn-disable{
    cursor: default;
    opacity: .6;
}
.ai-feature-3-swiper-control-btn svg{
    width: 3.4375vw;
    height: 3.4375vw;
}
.ai-feature-4-title-container{
    text-align: center;
}
.ai-feature-4-image-container{
    border-radius: .8333vw;
    margin: 0 auto;
    width: 72.7%;
    overflow: hidden;
}
.ai-feature-4-text{
    margin: 0 auto;
    width: 70%;
    text-align: center;
}
.ai-feature-5-swiper{
    border-radius: .8333vw;
    margin: 0 auto;
    width: 72.7%;
    overflow: hidden;
}
.ai-feature-5-swiper .swiper-slide{
    position: absolute;
    top: 0;
    left: 0;
}
.ai-feature-5-swiper .swiper-slide:first-child{
    position: relative;
}
.ai-feature-5-item{
    clip-path: polygon(0% 100%,100% 100%,100% 100%,0 100%);
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.ai-feature-5-text-swiper .ai-feature-5-text{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
}
.ai-feature-5-text:first-child{
    position: relative;
}
.ai-feature-5-swiper-control-container{
    display: flex;
    align-items: center;
}
.ai-feature-5-swiper-control-text{
    color: #FFF9E0;
    display: flex;
    justify-content: center;
    font-size: 1.354vw;
    font-weight: 500;
    height: 1.6em;
    margin: 0 1.3vw;
    position: relative;
}
.ai-feature-5-swiper-control-text-active-index{
    overflow: hidden;
}
.ai-feature-5-swiper-control-text-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform .8s ease;
}
.ai-feature-5-swiper-control-text-active-index-item{
    flex: none;
}
.ai-feature-5-swiper-control-text-active-index[data-index="0"] .ai-feature-5-swiper-control-text-row{
    transform: translateY(0%);
}
.ai-feature-5-swiper-control-text-active-index[data-index="1"] .ai-feature-5-swiper-control-text-row{
    transform: translateY(-50%);
}
.ai-feature-5-content-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 72.7%;
}
.ai-feature-5-text-swiper{
    margin: 0;
    width: 80%;
}
.ai-feature-5-swiper-control-btn{
    display: flex;
    align-items: center;
}
.ai-feature-5-prev-btn,
.ai-feature-5-next-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s ease;
}

.ai-feature-5-swiper-control-btn .btn-disable{
    cursor: default;
    opacity: .6;
}
.ai-feature-5-swiper-control-btn svg{
    width: 3.4375vw;
    height: 3.4375vw;
}
.ai-feature-5-disclaimer{
    margin: 0 auto;
    width: 72.7%;
    text-align: center;
}
.ai-feature-support-container{
    display: flex;
    justify-content: center
}
.ai-feature-support-container .shine-wrapper{
    box-sizing: border-box;
    width: 19.44%;
    padding: .95vw;
}
.ai-feature-support-btn-links a{
    color: #FFF9E0;
    font-size: 1.25vw;
    line-height: 1.25;
    transition: opacity .6s ease;
}
.ai-feature-support-btn-links:hover a{
    opacity: .5;
}
.ai-feature-support-btn-links{
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}
.section-camera{
    background-color: #000000;
}
.camera-main-title-container .sticky-viewport{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}
.camera-main-title-animation-container{
    width: 100%;
}
.camera-main-title-animation-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.camera-main-title-animation-row .h2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.camera-main-title-before{
    position: relative;
    transform: translateX(7.1vw);
}
.camera-main-title-before > span{
    display: inline-block;
    opacity: 0;
}
.camera-main-title-before svg{
    width: 2em;
    height: auto;
}
.camera-main-title-after svg{
    width: 4em;
    height: auto;
}
.camera-main-title-before .camera-main-title-before-mask{
    content: "";
    display: flex;
    display: none;
    position: absolute;
    top: 25.6%;
    left: 72.2%;
    width: .355em;
    z-index: 1;
}
.camera-main-title-before .camera-main-title-before-mask svg{
    width: 100%;
    height: auto;
}

.camera-main-title-after{
    margin-left: .1em;
    opacity: 0;
    transform: translateX(50%);
}
.camera-main-title-icon-container{
    position: absolute;
    top: 27%;
    left: 70%;
    width: 2.38vw;
    z-index: 3;
}
.camera-main-title-main-icon picture{
    display: flex;
}
.camera-main-title-icon-row{
    transform: scale(2);
}
.camera-main-title-main-icon{
    width: 2.38vw;
    transform: scale(2);
    opacity: 0;
}
.camera-main-title-icon-border-left{
    display: flex;
    position: absolute;
    top: 100%;
    right: 125%;
    opacity: 0;
    transform: translate(-100%,100%) scale(.5);
}
.camera-main-title-icon-border-right{
    display: flex;
    position: absolute;
    bottom: 100%;
    left: 125%;
    opacity: 0;
    transform: translate(100%,-100%) scale(.5);
}
.camera-main-title-icon-border-left svg,
.camera-main-title-icon-border-right svg{
    display: inline-block;
    width: 2.92vw;
    height: 3.13vw;
}
.camera-main-title-big-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.camera-main-title-big-icon picture{
    display: flex;
}
.camera-main-title-big-icon-1{
    transform: translate(-2150%, -50%) rotateX(135deg) rotateY(-80deg) rotateZ(135deg) scale(6);
}
.camera-main-title-big-icon-2{
    transform: translate(-100%, 1200%) rotateX(-57deg) rotateY(13deg) rotateZ(-97deg) scale(14);
}
.camera-main-title-big-icon-3{
    transform: translate(2350%, 100%) rotateX(45deg) rotateY(-47deg) rotateZ(140deg) scale(7);
}
.camera-main-title-container.active .camera-main-title-big-icon{
    transform: translate(0,0) rotate(0) scale(1);
    opacity: 0;
    transition: transform 1s ease,opacity .3s ease .7s;
}
.camera-main-title-container.active .camera-main-title-big-icon-2{
    opacity: 1;
}
.camera-main-title-container.active .camera-main-title-main-icon{
    transform: scale(1);
    transition: transform .6s ease 1s;
}
.camera-main-title-container.active .camera-main-title-icon-row{
    transform: scale(1);
    transition: transform .6s ease 1s;
}
.camera-main-title-container.active .camera-main-title-icon-border-left{
    opacity: 1;
    transform: translate(50%, -30%) scale(.5);
    transition: transform 1s ease,opacity .3s ease;
}
.camera-main-title-container.active .camera-main-title-icon-border-right{
    opacity: 1;
    transform: translate(-50%, 30%) scale(.5);
    transition: transform 1s ease,opacity .3s ease;
}
.camera-main-title-container.active .camera-main-title-icon-border-left svg{
    opacity: 0;
    transition: opacity .6s ease 1s;
}
.camera-main-title-container.active .camera-main-title-icon-border-right svg{
    opacity: 0;
    transition: opacity .6s ease 1s;
}
.camera-main-title-container.active .camera-main-title-before > span{
    opacity: 1;
    transition: opacity .6s ease 1.3s;
}
.camera-main-title-container.active .camera-main-title-before{
    transform: translateX(0);
    transition: transform 1s cubic-bezier(0,0.4,0.4,1) 1.6s;
}
.camera-main-title-container.active .camera-main-title-after{
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 1s cubic-bezier(0,0.4,0.4,1) 1.6s,transform 1s cubic-bezier(0,0.4,0.4,1) 1.6s;
}
.camera-intro-image-container{
    height: 100%;
    position: relative;
}
.camera-intro-image{
    height: 100%;
}
.camera-intro-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.camera-intro-content-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.camera-intro-content-bg{
    background-color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.camera-intro-content-text-container{
    color: #F5F5F7;
    font-size: 1.145vw;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 49%;
}
.camera-intro-content-text{
    transform: translateY(40vh);
    opacity: 0;
}
.camera-intro-content-text p{
    color: #E6E6E6; 
}
.camera-intro-video-popup{
    position: absolute;
    right: 4.167vw;
    bottom: 4.167vw;
    transition: opacity .1s ease;
}
.camera-intro-video-popup.active{
    opacity: 1;
    transition: opacity .6s ease;
}
.camera-color-title-container{
    text-align: center;
}
.camera-color-text{
    margin: 0 auto;
    width: 55%;
}
.camera-color-swiper{
    margin: 0 auto;
    width: 70%;
}
.camera-color-swiper .swiper-wrapper{
    border-radius: .8333vw;
    overflow: hidden;
}
.camera-color-item{
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
}
.camera-color-item:nth-of-type(2){
    position: relative;
}
.camera-color-item-1{
    cursor: url("../img/camera/flick-right.svg"),auto;
    overflow: hidden;
}
.camera-color-item-1 .camera-color-item-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
    width: 79.167vw;
}
.camera-color-item-1 .camera-color-item-image{
    display: inline-block;
}
.camera-color-item-1-image-tip{
    color: #FFFFFF;
    font-size: 1.145vw;
    position: absolute;
    right: 2.96vw;
    bottom: 1.667vw;
    transition: opacity .6s ease;
}
.camera-color-item-1.active .camera-color-item-1-image-tip{
    opacity: 0;
}
.camera-color-transition{
    transition: transform .6s ease;
}
.camera-color-swiper-control-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.camera-color-swiper-control-text{
    color: #FFF9E0;
    display: flex;
    justify-content: center;
    font-size: 1.354vw;
    font-weight: 500;
    height: 1.6em;
    margin: 0 1.3vw;
}
.camera-color-swiper-control-text-active-index{
    overflow: hidden;
}
.camera-color-swiper-control-text-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform .8s ease;
}
.camera-color-swiper-control-text-active-index-item{
    flex: none;
}
.camera-color-swiper-control-text-active-index[data-index="0"] .camera-color-swiper-control-text-row{
    transform: translateY(0%);
}
.camera-color-swiper-control-text-active-index[data-index="1"] .camera-color-swiper-control-text-row{
    transform: translateY(-20%);
}
.camera-color-swiper-control-text-active-index[data-index="2"] .camera-color-swiper-control-text-row{
    transform: translateY(-40%);
}
.camera-color-swiper-control-text-active-index[data-index="3"] .camera-color-swiper-control-text-row{
    transform: translateY(-60%);
}
.camera-color-swiper-control-text-active-index[data-index="4"] .camera-color-swiper-control-text-row{
    transform: translateY(-80%);
}
.camera-color-content-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 72.7%;
}
.camera-color-swiper-control-btn{
    display: flex;
    align-items: center;
}
.camera-color-prev-btn,
.camera-color-next-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s ease;
}

.camera-color-swiper-control-btn .btn-disable{
    cursor: default;
    opacity: .6;
}
.camera-color-swiper-control-btn svg{
    width: 3.4375vw;
    height: 3.4375vw;
}
.camera-feature-title-container{
    text-align: center;
}
.camera-feature-text{
    margin: 0 auto;
    width: 38%;
}
.camera-feature-image-container{
    display: flex;
    height: 40vw;
}
.camera-feature-image-row{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.camera-feature-image{
    border-radius: .8333vw;
    width: 28.2%;
    height: 82%;
    transition: all 1s ease;
    overflow: hidden;
    will-change: auto;
    position: relative;
    z-index: 2;
}
.camera-feature-image-block{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58.5vw;
    transform: translate(-50%,-50%);
    will-change: transform;
}
.camera-feature-image-1{
    margin-left: 9.1667vw;
}
.camera-feature-image-1.active{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.camera-feature-image-2{
    margin-right: 9.1667vw;
}
.camera-feature-image-2.active{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.camera-feature-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(15%,10%) scale(1.3);
    transition: all 1s ease;
    will-change: transform;
}
.camera-feature-image.active{
    margin: 0;
    width: 58.58%;
    height: 100%;
}
.camera-feature-image.active img{
    transform: translate(0,0) scale(1);
}
.camera-feature-2-container{
    margin: 0 auto;
    width: 72.357%;
    overflow: hidden;
}
.camera-feature-2-container{
    text-align: center;
}
.camera-feature-2-image-container{
    perspective: 30vw;
}
.camera-feature-2-image{
    border-radius: .833vw;
    transition: transform .6s ease;
    overflow: hidden;
}
.camera-feature-2-image-container.active .camera-feature-2-image{
    transform: translateY(0) rotateX(0);
}
.camera-feature-2-video-popup{
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
}
.camera-feature-2-text-swiper{
    margin: 0;
    width: 74%;
}
.camera-feature-2-text{
    margin: 0 auto;
    width: 71.8%;
    text-align: center;
}

.camera-feature-2-swiper-switch-btn-container{
    display: flex;
    justify-content: center;
}
.camera-feature-2-swiper-switch-btn{
    font-size: 1.458vw;
    margin-right: 1.2vw;
}
.camera-feature-2-swiper-switch-btn:last-child{
    margin-right: 0;
}
.camera-feature-2-swiper-switch-btn-text{
    color: #86868B;
    cursor: pointer;
    transition: all .6s ease;
}
.camera-feature-2-swiper-switch-btn-svg{
    display: flex;
    opacity: 0;
    transition: all .6s ease;
}
.camera-feature-2-swiper-switch-btn-svg svg{
    width: 4.3vw;
    height: .89vw;
}
.camera-feature-2-swiper-switch-btn-container[data-index="0"] .camera-feature-2-swiper-switch-btn:nth-of-type(1) .camera-feature-2-swiper-switch-btn-text{
    color: #FFF9E0;
}
.camera-feature-2-swiper-switch-btn-container[data-index="0"] .camera-feature-2-swiper-switch-btn:nth-of-type(1) .camera-feature-2-swiper-switch-btn-svg{
    opacity: 1;
}
.camera-feature-2-swiper-switch-btn-container[data-index="1"] .camera-feature-2-swiper-switch-btn:nth-of-type(2) .camera-feature-2-swiper-switch-btn-text{
    color: #FFF9E0;
}
.camera-feature-2-swiper-switch-btn-container[data-index="1"] .camera-feature-2-swiper-switch-btn:nth-of-type(2) .camera-feature-2-swiper-switch-btn-svg{
    opacity: 1;
}
.camera-feature-3-container{
    margin: 0 auto;
    width: 72.357%;
}
.camera-feature-3-title-container{
    text-align: center;
}
.camera-feature-3-swiper .swiper-wrapper{
    display: flex;
}
.camera-feature-3-item{
    cursor: pointer;
    flex-basis: 12%;
    height: auto;
    transition: all 1.25s ease;
    position: relative;
    overflow: hidden;
}
.camera-feature-3-item.active{
    flex-basis: 75.74%;
}
.camera-feature-3-item:nth-of-type(1) .camera-feature-3-image{
    border-top-left-radius: .8333vw;
    border-bottom-left-radius: .8333vw;
}
.camera-feature-3-item:nth-of-type(3) .camera-feature-3-image{
    border-top-right-radius: .8333vw;
    border-bottom-right-radius: .8333vw;
}
.camera-feature-3-image{
    height: 36.45vw;
    overflow: hidden;
}
.camera-feature-3-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.camera-feature-3-text{
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .6s ease;
}
.camera-feature-3-item-text{
    margin-top: 1.45vw;
}
.camera-feature-3-item-text .highlight-text{
    color: #FFFFFF;
    opacity: .6;
    transition: all .6s ease;
}
.camera-feature-3-item.active .highlight-text{
    color: #FFF9E0;
    opacity: 1;
}
.camera-feature-3-item.active .camera-feature-3-text{
    opacity: 1;
}
.section-system{
    background-color: #000000;
}
.system-main-title-container{
    text-align: center;
    position: relative;
    z-index: 1;
}
.system-intro-image-container{
    margin-top: 6.25vw;
}
.system-intro-image{
    margin: 0 auto;
    width: 100%;
}
.system-intro-text{
    margin: 0 auto;
    width: 56%;
    text-align: center;
}
.system-signal-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10.1vw;
}
.system-signal-title-icon{
    display: inline-flex;
    align-items: baseline;
    margin: 0 .1em;
    transform: translateY(.3vw);
}
.system-signal-title-icon-item{
    background-color: #FFFFFF;
    border-radius: .3645vw;
    margin-right: .208vw;
    width: .573vw;
    overflow: hidden;
    transition: height .6s ease;
}
.system-signal-title-icon-item:first-child{
    height: .625vw;
}
.system-signal-title-icon-item:nth-of-type(2){
    height: .9895vw;
}
.system-signal-title-icon-item:nth-of-type(3){
    height: 1.25vw;
}
.system-signal-title-icon-item:nth-of-type(4){
    height: 1.61vw;
}
.system-signal-title-icon-item:nth-of-type(5){
    height: 1.61vw;
    margin-right: 0;
}
.system-signal-container.active .system-signal-title-icon-item:first-child{
    height: 1.4vw;
}
.system-signal-container.active .system-signal-title-icon-item:nth-of-type(2){
    height: 1.823vw;
}
.system-signal-container.active .system-signal-title-icon-item:nth-of-type(3){
    height: 2.083vw;
}
.system-signal-container.active .system-signal-title-icon-item:nth-of-type(4){
    height: 2.5vw;
}
.system-signal-container.active .system-signal-title-icon-item:nth-of-type(5){
    height: 3.125vw;
}
.system-signal-content-container{
    margin-left: 10.1vw;
    width: 26.67vw;
}
.system-signal-image-container{
    width: 34.8vw;
    position: relative;
}
.system-signal-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.system-signal-image:first-child{
    position: relative;
    opacity: .57;
}
.system-signal-image:last-child{
    opacity: 0;
    transition: .6s ease;
}
.system-signal-container.active  .system-signal-image:last-child{
    opacity: 1;
}
.system-signal-feature-container{
    display: flex;
}
.system-signal-feature-item{
    display: flex;
    align-items: baseline;
    margin-left: 2.46vw;
}
.system-signal-feature-item:first-child{
    margin-left: 0;
}
.system-signal-feature-item-icon{
    display: flex;
    margin-right: .625vw;
}
.system-signal-feature-item-icon svg{
    width: 1.42vw;
    height: 1.8vw;
}
.system-signal-feature-item-text{
    background: linear-gradient(to bottom,#EBD6C8 0,#B89A89 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 4.167vw;
    font-weight: bold;
    line-height: 1.25;
}
.system-screen-title-container{
    text-align: center;
}
.system-screen-image{
    margin: 0 auto;
    width: 83.15%;
    position: relative;
}
.system-screen-image .hmos-tips{
    top: 60%;
    left: 62%;
}
.system-screen-text-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: -6vw auto 0;
    width: 53%;
    position: relative;
    z-index: 1;
}
.system-screen-feature-text{
    color: #D1D1D1;
    font-size: .9375vw;
}
.system-screen-feature-num-container{
    display: flex;
    align-items: baseline;
}
.system-screen-feature-num-icon{
    margin-left: 1.11vw;
}
.system-screen-feature-num-icon svg{
    width: 1.54vw;
    height: 2.33vw;
}
.system-screen-feature-num{
    background: linear-gradient(to bottom,#F5F1E3 0,#E3DCBA 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 4.167vw;
    line-height: 1.25;
    font-weight: bold;
}
.system-screen-text{
    width: 57.26%;
}
.system-feature-container{
    margin: 0 auto;
    width: 81.25%;
}
.system-feature-row{
    display: flex;
    justify-content: space-between;
}
.system-feature-item{
    width: 48.12%;
}
.system-feature-item:nth-of-type(2){
    width: 49.93%;
}
.system-feature-item-image-container{
    position: relative;
}
.system-feature-item-image{
    border-radius: .833vw;
    overflow: hidden;
    position: relative;
}
.system-feature-item-image .hmos-tips{
    right: 1.5625vw;
    bottom: 1.5625vw;
    left: auto;
    width: 10vw;
}
.system-feature-item-image-title{
    color: #FFF9E0;
    font-size: 1.145vw;
    position: absolute;
    top: 1.5625vw;
    left: 1.5625vw;
    z-index: 1;
}
.system-feature-item-content-container{
    margin-top: 2.08vw;
    width: 93%;
}
.system-feature-item-title{
    color: #FFFFFF;
    font-size: 2.08vw;
    font-weight: bold;
    line-height: 1.25;
}
.system-feature-item-text{
    color: #999999;
    font-size: 1.04vw;
    margin-top: 1.48vw;
}
.system-accessory-title{
    text-align: center;
}
.system-accessory-content-container{
    margin: 0 auto;
    width: 81.25%;
}
.system-accessory-swiper .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}
.accessory-item{
    border-radius: .833vw;
    height: auto;
    position: relative;
    overflow: hidden;
}
.accessory-item-1{
    width: 33vw;
}
.system-accessory-col{
    width: 21.727vw;
}
.accessory-item-3{
    margin-top: 1vw;
}
.accessory-item-4{
    width: 24.2vw;
}
.accessory-item-link-container{
    position: absolute;
    transform: translateZ(0.1px);
    will-change: transform;
    z-index: 3;
}
.accessory-item-link-container svg{
    opacity: 0;
    transition: .6s ease;
}
.accessory-item-link-container:hover svg{
    opacity: 1;
}
.accessory-item-link{
    display: flex;
    transition: opacity .6s ease;
}
.accessory-item-link:hover{
    opacity: .5;
}
.accessory-item-link a{
    color: #FFF9E0;
    font-size: 1.04vw;
    font-weight: 500;
    line-height: 1.6;
}
.accessory-item-1 .accessory-item-link-container{
    top: 81.15%;
    left: 72.5%;
}
.accessory-item-2 .accessory-item-link-container{
    top: 43.4%;
    left: 56.3%;
}
.accessory-item-3 .accessory-item-link-container{
    top: 42.4%;
    left: 56.3%;
}
.accessory-item-4 .accessory-item-link-container{
    top: 81.15%;
    left: 50%;
    transform: translateX(-50%);
}
.accessory-item-link-bottom-svg{
    display: flex;
}
.accessory-item-1 .accessory-item-link-bottom-svg svg{
    width: 6.61vw;
    height: .818vw;
}
.accessory-item-2 .accessory-item-link-bottom-svg svg{
    width: 6.61vw;
    height: .818vw;
}
.accessory-item-3 .accessory-item-link-bottom-svg svg{
    width: 8.876vw;
    height: .818vw;
}
.accessory-item-4 .accessory-item-link-bottom-svg svg{
    width: 10.573vw;
    height: .818vw;
}
.accessory-disclaimer{
    margin-top: 2.08vw;
    margin-right: 9.375vw;
    text-align: right;
}




.section-disclaimer{
    background-color: #000000;
}
.disclaimer-container{
    color: #88888B;
    font-size: 12px;
    margin: 0 auto;
    width: 81.25%;
    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;
}
.disclaimer-container .price{
    list-style: none;
    position: relative;
}
.disclaimer-container .price::before{
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-125%);
}
.disclaimer-container .no-num{
    list-style: none;
}
.disclaimer-container .other{
    list-style: none;
    position: relative;
}
.disclaimer-container .other::before{
    content: "**";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-125%);
}
.disclaimer-container .more-discalimer{
    list-style: none;
    margin-top: 2vw;
}
.disclaimer-container .active{
    color: #FFFFFF;
    opacity: 1;
}
.disclaimer-tips-container{
    margin-bottom: 2.08vw;
}
@media (min-width: 1920px){
    .disclaimer-container{
        font-size: .625vw;
    }
}

@media (max-aspect-ratio: 11 / 10){
    .header-top{
        top: 0;
    }
    .hidden-web{
        display: block;
    }
    .main-container .hidden-mob{
        display: none;
    }
    .hidden-inline-web{
        display: inline-block;
    }
    .space-300{
        height: 34.722vw;
    }
    .space-280{
        height: 27.777vw;
    }
    .space-200{
        height: 27.777vw;
    }
    .space-180{
        height: 25vw;
    }
    .space-160{
        height: 22.222vw;
    }
    .space-140{
        height: 19.444vw;
    }
    .space-120{
        height: 16.666vw;
    }
    .space-100{
        height: 13.888vw;
    }
    .space-80{
        height: 11.111vw;
    }
    .space-60{
        height: 8.333vw;
    }
    .space-40{
        height: 5.555vw;
    }
    .space-30{
        height: 4.166vw;
    }
    .space-20{
        height: 2.777vw;
    }
    .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;
    }
    .main-container .h3{
        font-size: 8.888vw;
    }
    .main-container .subtitle{
        font-size: 6.667vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h4{
        font-size: 8.333vw;
    }
    .main-container .big-title-xs{
        font-size: 11.1vw;
    }
    .main-container .h2-xs{
        font-size: 8.8vw;
    }
    .main-container .h3-xs{
        font-size: 11.1vw;
    }
    .main-container .h4-xs{
        font-size: 9.16vw;
    }
    .main-container p{
        font-size: 4.44vw;
    }
    .main-container .smaller-text{
        font-size: 3.6vw;
        line-height: 1.6;
    }
    .main-container .product-disclaimer{
        font-size: 2.5vw;
    }
    .main-container .product-subtitle{
        font-size: 3.888vw;
    }
    .video-pop-play{
        font-size: 3.8vw;
    }
    .auto-video-btn{
        font-size: 3.8vw;
    }
    .common-transform-show{
        opacity: 0;
        transform: translateY(5.55vw);
    }
    .common-scroll-bar{
        background-color: #C7C7C7;
        width: 33.33vw;
        height: 1px;
        position: relative;
    }
    .common-scroll-bar .swiper-scrollbar-drag{
        background-color: #B8E522;
        border-radius: 3px;
        margin-top: -1px;
        height: 3px;
    }
    .common-swiper-btn-container{
        display: flex;
    }
    .common-swiper-btn-container .common-control-swiper-btn:first-child{
        margin-right: 3.722vw;
    }
    .common-control-swiper-btn{
        cursor: pointer;
        opacity: 1;
        transition: opacity .3s ease;
    }
    .common-control-swiper-btn.btn-disable{
        cursor: default;
        opacity: .6;
    }
    .common-popup-btn-container svg{
        width: 8.333vw;
        height: 8.333vw;
    }
    .common-popup-btn-container:hover .common-popup-btn-light{
        opacity: 0;
    }
    .swiper-btn-before{
        display: none;
    }
    .swiper-next-btn:hover:not(.btn-disable) svg>g>path,
    .swiper-prev-btn:hover:not(.btn-disable) svg>g>path{
        stroke: #fff9e0;
    }
    .kv-content-price-container{
        margin-top: 1.38%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .huawei-product-buy-btn-container{
        margin-top: 2.777778vw;
    }
    .huawei-product-buy-btn{
        margin-top: 24px;
    }
    .huawei-product-buy-btn-price{
        font-size: 5.56vw;
    }
    .huawei-product-buy-btn-price span{
        font-size: 3.611111111vw;
    }
    .kv-container .sticky-viewport{
        flex-direction: column-reverse;
        height: auto;
        position: relative;
    }
    .kv-image-container{
        align-items: flex-start;
        margin: 17.5% auto 0;
        padding-left: 0;
        width: 80.7%;
        height: 83.61vw;
    }
    .kv-image-left{
        opacity: 1;
        width: 20.65%;
        transform: translate(-200%, -10%) scale(1);
    }
    .kv-image-right{
        width: 73.07%;
        transform: translate(-8%, -5%) scale(.8);
        transform-origin: 0% 50%;
    }
    .kv-content-container{
        margin: 19% auto 0;
        width: 81.7%;
    }
    .kv-content-slogan {
        font-size: 9.027778vw;
        margin: 1vw 0 1.388889vw;
    }
    .kv-content-logo svg{
        width: 81.7vw;
        height: auto;
    }
    .reasontobuy-item-container{
        flex-direction: column;
    }
    .reasontobuy-item-image-container{
        border-radius: 2.222vw;
    }
    .kv-reasontobuy{
        margin-top: 0;
    }
    .kv-reasontobuy-bg{
        background: linear-gradient(to bottom,#1F1D1D 0,#000000 100%);
        height: 200vw;
    }
    .kv-reasontobuy-space{
        height: 27.77vw;
    }
    .reasontobuy-item-content{
        margin-top: 6vw;
        position: relative;
        top: 0;
        left: 0;
    }
    .reasontobuy-item-content-title{
        font-size: 5.55vw;
        text-align: center;
        opacity: 1;
    }
    .reasontobuy-item-6 .hmos-tips{
        left: 50%;
        bottom: 26%;
        transform: translateX(-50%);
    }
    .shine-wrapper{
        width: 62.222%;
        padding: 2.63vw 0;
    }
    .reasontobuy-swiper-btns .reasontobuy-swiper-prev-btn,
    .reasontobuy-swiper-btns .reasontobuy-swiper-next-btn{
        width: 9.583vw;
    }
    .reasontobuy-swiper-btns svg{
        width: 9.583vw;
        height: 9.583vw;
    }
    .reasontobuy-control-container{
        padding-bottom: 1vw;
    }
    .reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet{
        margin-right: 2.36vw;
        width: 2.36vw;
        height: 2.36vw;
    }
    .reasontobuy-main-swiper{
        transform: scale(1);
    }
    .shine-wrapper.shine-cursor .shine-item{
        opacity: 1;
        width: 30vw;
        height: 30vw;
        top: 140%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .shine-wrapper.shine-cursor .shine-item::after{
        transform: scale(1);
        background: #FCF8E4;
        filter: blur(5vw);
    }
    .reasontobuy-swiper-btn-container{
        --shine-x: 34vw;
        --shine-y: 15vw;
    }
    .shine-wrapper .shine-background{
        width: 35vw;
        height: 15vw;
    }
    .shine-wrapper .shine-border::after{
        background: radial-gradient(ellipse at center bottom,#1F1F1E 0,#21211F 40%,#1F1F1E 100%);
        opacity: .7;
    }
    .common-popup-btn-text{
        display: none;
        font-size: 4.167vw;
        margin-right: 2.916vw;
    }
    .reasontobuy-item-3{
        background-color: transparent;
    }
    .reasontobuy-item-3-len-1{
        top: 44.46vw;
    }
    .reasontobuy-item-3-len-2{
        top: 46.67vw;
    }
    .reasontobuy-item-3-len-3{
        top: 45.99vw;
    }
    .reasontobuy-item-3-len-4{
        top: 45.1vw;
    }
    .reasontobuy-item-3-len-5{
        top: 43.45vw;
    }
    .reasontobuy-item-3-len-6{
        top: 39.755vw;
    }
    .reasontobuy-item-3-len-7{
        top: 42.44vw;
    }
    .design-intro-video-popup{
        right: 5.55vw;
        bottom: 5.55vw;
    }
    .design-intro-video-popup .common-popup-btn-text{
        display: block;
    }
    .design-intro-text{
        width: 90.13%;
    }
    .design-color-swiper-bg{
        display: none;
    }
    .design-color-swiper{
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .design-color-text-container{
        margin-right: 0;
        margin-bottom: 4.167vw;
    }
    .design-color-control-container{
        flex-direction: column;
    }
    .design-color-text-item p{
        font-size: 5.55vw;
        width: 4.5em;
    }
    .design-color-swiper-pagination .design-color-swiper-pagination-item{
        width: 8.5vw;
        height: 8.5vw;
        margin-right: 3.5vw;
    }
    .design-color-swiper-pagination-item-svg svg{
        width: 8.5vw;
        height: 8.5vw;
    }
    .design-color-swiper-pagination .design-color-swiper-pagination-item:last-child{
        margin-right: 0;
    }
    .design-color-control-container .shine-wrapper{
        width: 61.11%;
        padding: 2.63vw 0;
    }
    .shine-wrapper.shine-cursor .design-color-swiper-btn-container .shine-item{
        top: 152%;
    }
    .design-screen-title-container{
        margin-left: 0;
        text-align: center;
    }
    .design-screen-image-container{
        margin-top: 2.08vw;
    }
    .design-screen-image-mask svg{
        height: 50.68vw;
    }
    .design-screen-text{
        margin: -10vw auto 0;
        width: 86.11%;
    }
    .design-structure-container{
        overflow: hidden;
    }
    .design-structure{
        margin-top: 38.88vw;
    }
    .design-structure-title{
        margin: -15vw auto -15vw;
        width: 100%;
    }
    .design-structure-image-container{
        margin-left: -40%;
        width: 180%;
    }
    .design-structure-text{
        width: 84%;
    }
    .design-structure-feature-container{
        margin-left: 12.65%;
        width: 65%;
    }
    .design-structure-feature-row{
        flex-wrap: wrap;
    }
    .design-structure-feature-item-title{
        font-size: 2.777vw;
    }
    .design-structure-feature-item-text{
        font-size: 2.777vw;
    }
    .design-structure-feature-item-num-icon svg{
        width: 3.52vw;
        height: 5.3vw;
        margin-left: .763vw;
    }
    .design-structure-feature-item-num{
        font-size: 19.167vw;
    }
    .design-structure-feature-item:nth-of-type(1){
        order: 1;
    }
    .design-structure-feature-item:nth-of-type(2){
        margin-top: 8.33vw;
        order: 3;
    }
    .design-structure-feature-item:nth-of-type(3){
        order: 2;
    }
    .design-feature-item{
        border-radius: 0;
    }
    .design-feature-bg{
        background-image: radial-gradient(150vw 130vw at -20% 50%, #696159, #000000);
        height: 240vw;
    }
    .design-feature-disclaimer{
        right: auto;
        left: 5.55vw;
        bottom: 5.55vw;
    }
    .video-replay-btn{
        right: 5.555vw;
        bottom: 5.555vw;
    }
    .video-replay-btn-text{
        font-size: 4.167vw;
        margin-top: .1em;
        margin-right: 1.667vw;
    }
    .video-replay-btn svg{
        width: 5.55vw;
        height: 5.55vw;
    }
    .design-feature-content-container{
        flex-direction: column-reverse;
        width: 86.111%;
        text-align: center;
    }
    .design-feature-swiper-control-btn svg {
        width: 12.222vw;
        height: 12.222vw;
    }
    .design-feature-swiper-control-text{
        font-size: 4.72vw;
        margin: 0 3.89vw;
    }
    .design-feature-text-swiper{
        margin-top: 8.333vw;
        width: 100%;
    }
    .section-ai{
        overflow: hidden;
    }
    .section-ai::before{
        background-image: radial-gradient(120vw 300vw at -20% 50%, #3B352F, #000000);
        top: 570vw;
        width: 100vw;
        height: 680.6vw;
    }
    .ai-main-title-animation-row{
        padding-bottom: 27.77vw;
    }
    .ai-main-title-animation-row .h2{
        display: block;
        text-align: center;
        width: 80%;
    }
    .ai-main-title-bg{
        overflow: hidden;
    }
    .ai-main-title-bg-image{
        width: 200vw;
        transform-origin: 50% 50%;
        transform: rotate(95deg);
    }
    .ai-main-title-svg-container{
        margin-left: -1.3em;
        width: 44.77vw;
        height: 44.16vw;
        transform: translateY(33%);
    }
    .ai-main-title-svg-text svg{
        width: 44.77vw;
        height: 44.16vw;
    }
    .ai-main-title-svg-border-container svg{
        width: 44.77vw;
        height: 44.16vw;
    }
    .ai-main-title-svg-border-container{
        transform: translate(-13.6vw, -2.2vw);
    }
    .ai-main-title-svg-text{
        transform: translate(-11.9vw, -2.2vw);
    }
    .ai-feature-nav-mob-container{
        position: relative;
        z-index: 2;
    }
    .ai-feature-nav-mob-title{
        background: linear-gradient(to right,#78B6F9 0,#78B6F9 10%,#A389F5 70%,#D8B495 90%,#D8B495 100%);
        color: transparent;
        -webkit-background-clip: text;
        font-size: 8.0555vw;
        font-weight: 500;
        line-height: 1.25;
        margin: 0 auto;
        text-align: center;
        width: 5em;
    }
    .ai-feature-nav-mob-title-line{
        display: flex;
    }
    .ai-feature-nav-mob-title-line svg{
        width: 76.52vw;
        height: auto;
    }
    .ai-feature-dynamics{
        margin-top: 16.25vw;
    }
    .ai-feature-dynamics-title-container{
        width: 86.111vw;
    }
    .ai-feature-dynamics-swiper{
        width: 86.111%;
    }
    .ai-feature-dynamics-swiper .swiper-wrapper{
        border-radius: 1.388vw;
    }
    .ai-feature-dynamics-image-line.hidden-mob{
        display: none;
    }
    .ai-feature-dynamics-image-line.hidden-web{
        display: flex;
    }
    .ai-feature-dynamics-image-line svg g path{
        filter: blur(6vw);
    }
    @keyframes moveline {
        0%{
            transform: translate(-8%,31%);
        }
        25%{
            transform: translate(-8%,130%);
        }
        50%{
            transform: translate(87%,130%);
        }
        75%{
            transform: translate(87%,31%);
        }
        100%{
            transform: translate(-8%,31%);
        }
    }
    .ai-feature-dynamics-popup{
        right: 5.555vw;
        bottom: 5.555vw;
    }
    .ai-feature-dynamics-content-container{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 2.777vw;
    }
    .ai-feature-dynamics-text-swiper{
        margin: 8.333vw auto 0;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
    }
    .ai-feature-dynamics-swiper-control-btn svg{
        width: 12.222vw;
        height: 12.222vw;
    }
    .ai-feature-dynamics-swiper-control-text{
        font-size: 4.72vw;
        margin: 0 3.88vw;
    }
    .ai-feature-1-swiper{
        overflow: hidden;
    }
    .ai-feature-1-container{
        width: 100%;
    }
    .ai-feature-1-item:nth-of-type(1),.ai-feature-1-item:nth-of-type(2){
        opacity: 1;
        transform: none;
        transition: none;
    }
    .ai-feature-1-item{
        width: 100%;
    }
    .ai-feature-1-item-image{
        border-radius: 1.388vw;
    }
    .ai-feature-1-item-text{
        font-size: 4.444vw;
        margin-top: 8.333vw;
        text-align: center;
    }
    .ai-feature-1-swiper-control-container{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8.333vw;
    }
    .ai-feature-1-swiper-control-text{
        color: #FFF9E0;
        display: flex;
        justify-content: center;
        font-size: 4.72vw;
        font-weight: 500;
        height: 1.6em;
        margin: 0 3.88vw;
    }
    .ai-feature-1-swiper-control-text-active-index{
        overflow: hidden;
    }
    .ai-feature-1-swiper-control-text-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: transform .8s ease;
    }
    .ai-feature-1-swiper-control-text-active-index-item{
        flex: none;
    }
    .ai-feature-1-swiper-control-text-active-index[data-index="0"] .ai-feature-1-swiper-control-text-row{
        transform: translateY(0%);
    }
    .ai-feature-1-swiper-control-text-active-index[data-index="1"] .ai-feature-1-swiper-control-text-row{
        transform: translateY(-50%);
    }
    .ai-feature-1-content-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }
    .ai-feature-1-image{
        border-radius: 0;
        margin: 0 auto;
        width: 86.111vw;
    }
    .ai-feature-1-text{
        margin: 0 auto;
        width: 86.111%;
    }
    .ai-feature-1-swiper-control-btn{
        display: flex;
        align-items: center;
        margin-top: .4vw;
    }
    .ai-feature-1-prev-btn{
        cursor: pointer;
        display: flex;
        transition: opacity .3s ease;
    }
    .ai-feature-1-next-btn{
        cursor: pointer;
        display: flex;
        transition: opacity .3s ease;
    }
    .ai-feature-1-swiper-control-btn .btn-disable{
        cursor: default;
        opacity: .6;
    }
    .ai-feature-1-swiper-control-btn svg{
        width: 12.222vw;
        height: 12.222vw;
    }
    .ai-theme-title-container{
        width: 86%;
    }
    .ai-theme-image-container{
        border-radius: 0;
        width: 100%;
    }
    .ai-theme-image-container .video-pop-play{
        right: 5.555vw;
        bottom: 5.555vw;
    }
    .ai-theme-popup{
        right: 5.555vw;
        bottom: 5.555vw;
    }
    .ai-theme-popup .common-popup-btn-container{
        mix-blend-mode: initial;
    }
    .ai-theme-text-container{
        width: 86.25%;
    }
    .ai-theme-text{
        width: 100%;
    }
    .ai-feature-2-image-container{
        border-radius: 0;
        width: 100%;
    }
    .hmos-tips{
        bottom: 4.167vw;
        left: 4.167vw;
        width: 36.2vw;
    }
    .ai-feature-2-popup{
        right: 5.555vw;
        bottom: 5.555vw;
    }
    .ai-feature-3{
        overflow: hidden;
        margin-top: 20vw;
    }
    .ai-feature-3-container{
        width: 100%;
    }
    .ai-feature-3-swiper-container{
        margin: 0 auto;
        width: 90.277%;
    }
    .ai-feature-3-item{
        border-radius: 3.61vw;
    }
    .ai-feature-3-image img{
        border-radius: 3.61vw;
    }
    .ai-feature-3-content-container{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 2.777vw;
    }
    .ai-feature-3-text-swiper{
        margin: 8.333vw auto 0;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 86.25%;
        text-align: center;
    }
    .ai-feature-3-swiper-control-btn svg{
        width: 12.222vw;
        height: 12.222vw;
    }
    .ai-feature-3-swiper-control-text{
        font-size: 4.72vw;
        margin: 0 3.88vw;
    }
    .ai-feature-4-image-container{
        border-radius: 0;
        width: 100%;
    }
    .ai-feature-4-text{
        width: 86.25%;
    }
    .ai-feature-5-swiper{
        border-radius: 1.388vw;
        width: 86.11vw;
    }
    .ai-feature-5-content-container{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 2.777vw;
        width: 86.25%;
    }
    .ai-feature-5-text-swiper{
        margin: 8.333vw auto 0;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        text-align: center;
    }
    .ai-feature-5-swiper-control-btn svg{
        width: 12.222vw;
        height: 12.222vw;
    }
    .ai-feature-5-swiper-control-text{
        font-size: 4.72vw;
        margin: 0 3.88vw;
    }
    .ai-feature-5-disclaimer{
        color: #E2E2E2;
        width: 62.5%;
        text-align: center;
    }
    .ai-feature-support-container .shine-wrapper{
        width: 62.22%;
        padding: 3.6vw 0;
    }
    .shine-wrapper{
        border: #313131 solid 2px;
        border-radius: 8vw;
    }
    .shine-wrapper .shine-border{
        padding: 0 0 1px;
    }
    .ai-feature-support-btn-links:hover a{
        opacity: 1;
    }
    .ai-feature-support-btn-links a{
        font-size: 4.444vw;
    }
    .camera-main-title-animation-row .h2{
        flex-direction: column;
    }
    .camera-main-title-icon-container{
        width: 6.8vw;
    }
    .camera-main-title-main-icon{
        width: 6.8vw;
    }
    .camera-main-title-before{
        transform: translateX(-24%);
    }
    .camera-main-title-after{
        transform: translateY(10vw);
    }
    .camera-main-title-container.active .camera-main-title-icon-border-left{
        transform: translate(35%,-25%) scale(.5);
    }
    .camera-main-title-container.active .camera-main-title-icon-border-right{
        transform: translate(-60%,20%) scale(.5);
    }
    .camera-main-title-icon-border-left svg,
    .camera-main-title-icon-border-right svg{
        width: 5.92vw;
        height: 5.9vw;
    }
    .camera-intro-container .sticky-viewport{
        position: relative;
        height: auto;
    }
    .camera-intro-image-container{
        height: auto;
    }
    .camera-intro-image video{
        height: auto;
    }
    .camera-intro-content-container{
        margin-top: 8.333vw;
        position: relative;
    }
    .camera-intro-content-bg{
        display: none;
    }
    .camera-intro-content-text-container{
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        width: 76%;
        transform: none;
    }
    .camera-intro-content-text{
        transform: none;
        opacity: 1;
    }
    .camera-intro-content-text p{
        color: #999999;
    }
    .camera-intro-video-popup{
        margin-top: 5.555vw;
        opacity: 1;
    }
    .camera-intro-video-popup .common-popup-btn-text{
        display: block;
    }
    .camera-color-swiper{
        width: 100%;
    }
    .camera-color-item{
        border-radius: 0;
    }
    .camera-color-item-1 .camera-color-item-image{
        cursor: default;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
    }
    .camera-color-swiper-control-btn svg{
        width: 12.222vw;
        height: 12.222vw;
    }
    .camera-color-swiper-control-text{
        font-size: 4.72vw;
        margin: 0 3.88vw;
    }
    .camera-color-swiper .swiper-wrapper{
        border-radius: 0;
    }
    .camera-color-text{
        width: 86.25%;
        text-align: center;
    }
    .camera-feature-image-block{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
    }
    .camera-feature-image-container{
        display: block;
        height: auto;
    }
    .camera-feature-image-row{
        height: auto;
    }
    .camera-feature-image-1{
        margin-left: 0;
    }
    .camera-feature-image{
        border-radius: 1.388vw;
        width: 100%;
        height: 100%;
        transition: none;
    }
    .camera-feature-image img{
        height: auto;
        transform: none;
    }
    .camera-feature-image.active{
        border-radius: 1.388vw;
        width: 100%;
        height: auto;
    }
    .camera-feature-text{
        width: 86.25%;
        text-align: center;
    }
    .camera-feature-swiper-control-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .camera-feature-swiper-control-text{
        color: #FFF9E0;
        display: flex;
        justify-content: center;
        font-size: 4.72vw;
        font-weight: 500;
        height: 1.6em;
        margin: 0 3.88vw;
    }
    .camera-feature-swiper-control-text-active-index{
        overflow: hidden;
    }
    .camera-feature-swiper-control-text-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: transform .8s ease;
    }
    .camera-feature-swiper-control-text-active-index-item{
        flex: none;
    }
    .camera-feature-swiper-control-text-active-index[data-index="0"] .camera-feature-swiper-control-text-row{
        transform: translateY(0%);
    }
    .camera-feature-swiper-control-text-active-index[data-index="1"] .camera-feature-swiper-control-text-row{
        transform: translateY(-50%);
    }
    .camera-feature-content-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 67%;
    }
    .camera-feature-swiper-control-btn{
        display: flex;
        align-items: center;
        margin-top: .4vw;
    }
    .camera-feature-prev-btn{
        cursor: pointer;
        display: flex;
        transition: opacity .3s ease;
    }
    .camera-feature-next-btn{
        cursor: pointer;
        display: flex;
        transition: opacity .3s ease;
    }
    .camera-feature-swiper-control-btn .btn-disable{
        cursor: default;
        opacity: .6;
    }
    .camera-feature-swiper-control-btn svg{
        width: 12.222vw;
        height: 12.222vw;
    }
    .camera-feature-2-container{
        width: 100%;
        text-align: center;
    }
    .camera-feature-2-image{
        border-radius: 0;
        margin: 0 auto;
        width: 100%;
    }
    .camera-feature-2-video-popup{
        right: 5.55vw;
        bottom: 5.55vw;
    }
    .camera-feature-2-swiper{
        border-radius: 1.388vw;
        margin: 0 auto;
        width: 86.111%;
    }
    .camera-feature-2-swiper-switch-btn{
        font-size: 4.722vw;
        text-align: left;
    }
    .camera-feature-2-swiper-switch-btn-svg svg{
        width: 11.5vw;
        height: 3.24vw;
    }
    .camera-feature-2-swiper-switch-btn:first-child{
        margin-right: 8.944vw;
    }
    .camera-feature-2-swiper-control-container{
        flex-direction: column-reverse;
        justify-content: center;
    }
    .camera-feature-2-text-swiper{
        margin: 10vw auto 0;
        width: 86.25%;
    }
    .camera-feature-3-item{
        clip-path: polygon(0% 100%,100% 100%,100% 100%,0 100%);
        flex-basis: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: none;
    }
    .camera-feature-3-item:first-child{
        position: relative;
    }
    .camera-feature-3-item.active{
        flex-basis: 100%;
    }
    .camera-feature-3-image-container{
        border-radius: 0;
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
    }
    .camera-feature-3-image{
        height: auto;
    }
    .camera-feature-3-image img{
        height: auto;
    }
    .camera-feature-3-item:nth-of-type(1) .camera-feature-3-image{
        border-radius: 0;
    }
    .camera-feature-3-item:nth-of-type(3) .camera-feature-3-image{
        border-radius: 0;
    }
    .camera-feature-3-container{
        width: 100%;
    }
    .camera-feature-3-title-container{
        text-align: center;
    }
    .camera-feature-3-item-text{
        display: none;
    }
    .camera-feature-3-text-swiper{
        margin: 0 auto;
        width: 86.25%;
    }
    .camera-feature-3-text:first-child{
        position: relative;
    }
    .camera-feature-3-text-swiper .camera-feature-3-text{
        opacity: 1;
        transition: none;
        transform: translateY(100%);
        text-align: center;
    }
    .camera-feature-3-swiper-switch-btn-container{
        margin: 8.33vw auto;
    }
    .camera-feature-3-swiper-switch-btn-container {
        display: flex;
        justify-content: center;
    }
    .camera-feature-3-swiper-switch-btn {
        font-size: 5.55vw;
        line-height: 1.25;
        margin-right: 8vw;
        text-align: left;
    }
    .camera-feature-3-swiper-switch-btn:last-child {
        margin-right: 0;
    }
    .camera-feature-3-swiper-switch-btn-text {
        color: #86868B;
        cursor: pointer;
        font-weight: 500;
        transition: all .6s ease;
    }
    .camera-feature-3-swiper-switch-btn-svg{
        display: flex;
        opacity: 0;
        transition: all .6s ease;
    }
    .camera-feature-3-swiper-switch-btn-svg svg {
        width: 14.538vw;
        height: 3.24vw;
    }
    .camera-feature-3-swiper-switch-btn-container[data-index="0"] .camera-feature-3-swiper-switch-btn:nth-of-type(1) .camera-feature-3-swiper-switch-btn-text{
        color: #FFF9E0;
    }
    .camera-feature-3-swiper-switch-btn-container[data-index="0"] .camera-feature-3-swiper-switch-btn:nth-of-type(1) .camera-feature-3-swiper-switch-btn-svg{
        opacity: 1;
    }
    .camera-feature-3-swiper-switch-btn-container[data-index="1"] .camera-feature-3-swiper-switch-btn:nth-of-type(2) .camera-feature-3-swiper-switch-btn-text{
        color: #FFF9E0;
    }
    .camera-feature-3-swiper-switch-btn-container[data-index="1"] .camera-feature-3-swiper-switch-btn:nth-of-type(2) .camera-feature-3-swiper-switch-btn-svg{
        opacity: 1;
    }
    .camera-feature-3-swiper-switch-btn-container[data-index="2"] .camera-feature-3-swiper-switch-btn:nth-of-type(3) .camera-feature-3-swiper-switch-btn-text{
        color: #FFF9E0;
    }
    .camera-feature-3-swiper-switch-btn-container[data-index="2"] .camera-feature-3-swiper-switch-btn:nth-of-type(3) .camera-feature-3-swiper-switch-btn-svg{
        opacity: 1;
    }
    .system-intro-image-container{
        margin-top: 16.67vw;
    }
    .system-intro-text{
        width: 86.25%;
    }
    .system-signal-container{
        display: block;
        margin-left: 0;
    }
    .system-signal-content-container{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .system-signal-title-icon-item{
        border-radius: .972vw;
        background-color: #C9C9C9;
        margin-right: .5694vw;
        width: 1.5833vw;
    }
    .system-signal-title-icon-item:first-child{
        height: 2vw;
    }
    .system-signal-title-icon-item:nth-of-type(2){
        height: 2.8vw;
    }
    .system-signal-title-icon-item:nth-of-type(3){
        height: 3.6vw;
    }
    .system-signal-title-icon-item:nth-of-type(4){
        height: 4.2vw;
    }
    .system-signal-title-icon-item:nth-of-type(5){
        height: 4.2vw;
        margin-right: 0;
    }
    .system-signal-container.active .system-signal-title-icon-item:first-child{
        height: 3.8875vw;
    }
    .system-signal-container.active .system-signal-title-icon-item:nth-of-type(2){
        height: 5.038vw;
    }
    .system-signal-container.active .system-signal-title-icon-item:nth-of-type(3){
        height: 5.76vw;
    }
    .system-signal-container.active .system-signal-title-icon-item:nth-of-type(4){
        height: 6.91vw;
    }
    .system-signal-container.active .system-signal-title-icon-item:nth-of-type(5){
        height: 8.64vw;
    }
    .system-signal-image-container{
        margin: 0 auto;
        width: 86.25%;
    }
    .system-signal-container.active .system-signal-image:last-child{
        opacity: 0;
    }
    .system-signal-image-container.active .system-signal-image:last-child{
        opacity: 1;
    }
    .system-signal-text-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .system-signal-feature-item-icon{
        margin-right: 2.2vw;
    }
    .system-signal-feature-item-icon svg{
        width: 4.36vw;
        height: 5.52vw;
    }
    .system-signal-feature-item-text{
        font-size: 13.88vw;
    }
    .system-signal-feature-container{
        justify-content: space-between;
        margin: 0 auto;
        width: 71%;
    }
    .system-signal-text{
        margin: 0 auto;
        width: 86.25%;
    }
    .system-screen-image{
        width: 100%;
    }
    .system-screen-image .hmos-tips{
        top: 57%;
        left: 54%;
    }
    .system-screen-text-container{
        flex-direction: column;
        align-items: center;
        width: 86.25%;
    }
    .system-screen-feature{

    }
    .system-screen-feature-text{
        font-size: 2.5vw;
        margin-right: 3.19vw;
    }
    .system-screen-feature-num{
        font-size: 12.5vw;
    }
    .system-screen-feature-num-icon{
        margin-left: 2.93vw;
    }
    .system-screen-feature-num-icon svg{
        width: 4.122vw;
        height: 6.222vw;
    }
    .system-screen-text{
        margin-top: 8.33vw;
        width: 100%;
        text-align: center;
    }
    .system-feature-container{
        width: 100%;
    }
    .system-feature-row{
        justify-content: flex-start;
    }
    .system-feature-item{
        width: 100%;
        opacity: 1;
        transform: translateY(0);
        transition: none;
    }
    .system-feature-item-image-title{
        background: linear-gradient(to bottom, #FFFFFF 0, #CBC9C9 60%, #AAA7A7 100%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 8.888vw;
        font-weight: bold;
        line-height: 1.25;
        margin-bottom: 8.333vw;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        
    }
    .system-feature-item-text{
        font-size: 4.44vw;
    }
    .system-feature-item-content-container{
        margin: 29.1667vw auto 0;
        text-align: center;
        width: 96%;
    }
    .system-feature-item-text{
        margin-top: 0;
    }
    .system-feature-item-image{
        border-radius: 2.22vw;
    }
    .system-feature-item-image .hmos-tips{
        top: 11.3%;
        right: 29%;
        bottom: auto;
        width: 36.2vw;
    }
    .system-feature-swiper-control-container{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8.333vw;
        position: absolute;
        top: 133.333vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
    .system-feature-swiper-control-text{
        color: #FFF9E0;
        display: flex;
        justify-content: center;
        font-size: 4.72vw;
        font-weight: 500;
        height: 1.6em;
        margin: 0 3.88vw;
    }
    .system-feature-swiper-control-text-active-index{
        overflow: hidden;
    }
    .system-feature-swiper-control-text-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: transform .8s ease;
    }
    .system-feature-swiper-control-text-active-index-item{
        flex: none;
    }
    .system-feature-swiper-control-text-active-index[data-index="0"] .system-feature-swiper-control-text-row{
        transform: translateY(0%);
    }
    .system-feature-swiper-control-text-active-index[data-index="1"] .system-feature-swiper-control-text-row{
        transform: translateY(-50%);
    }
    .system-feature-content-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 67%;
    }
    .system-feature-swiper-control-btn{
        display: flex;
        align-items: center;
        margin-top: .4vw;
    }
    .system-feature-prev-btn{
        cursor: pointer;
        display: flex;
        transition: opacity .3s ease;
    }
    .system-feature-next-btn{
        cursor: pointer;
        display: flex;
        transition: opacity .3s ease;
    }
    .system-feature-swiper-control-btn .btn-disable{
        cursor: default;
        opacity: .6;
    }
    .system-feature-swiper-control-btn svg{
        width: 12.222vw;
        height: 12.222vw;
    }
    .system-accessory-swiper .swiper-wrapper{
        justify-content: flex-start;
    }
    .accessory-item{
        border-radius: 1.388vw;
        width: 100%;
    }
    .system-accessory-swiper-control-container{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8.333vw;
    }
    .system-accessory-swiper-control-text{
        color: #FFF9E0;
        display: flex;
        justify-content: center;
        font-size: 4.72vw;
        font-weight: 500;
        height: 1.6em;
        margin: 0 3.88vw;
    }
    .system-accessory-swiper-control-text-active-index{
        overflow: hidden;
    }
    .system-accessory-swiper-control-text-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: transform .8s ease;
    }
    .system-accessory-swiper-control-text-active-index-item{
        flex: none;
    }
    .system-accessory-swiper-control-text-active-index[data-index="0"] .system-accessory-swiper-control-text-row{
        transform: translateY(0%);
    }
    .system-accessory-swiper-control-text-active-index[data-index="1"] .system-accessory-swiper-control-text-row{
        transform: translateY(-25%);
    }
    .system-accessory-swiper-control-text-active-index[data-index="2"] .system-accessory-swiper-control-text-row{
        transform: translateY(-50.5%);
    }
    .system-accessory-swiper-control-text-active-index[data-index="3"] .system-accessory-swiper-control-text-row{
        transform: translateY(-75%);
    }
    .system-accessory-content-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }
    .system-accessory-swiper-control-btn{
        display: flex;
        align-items: center;
        margin-top: .4vw;
    }
    .system-accessory-prev-btn{
        cursor: pointer;
        display: flex;
        transition: opacity .3s ease;
    }
    .system-accessory-next-btn{
        cursor: pointer;
        display: flex;
        transition: opacity .3s ease;
    }
    .system-accessory-swiper-control-btn .btn-disable{
        cursor: default;
        opacity: .6;
    }
    .system-accessory-swiper-control-btn svg{
        width: 12.222vw;
        height: 12.222vw;
    }
    .accessory-item-link:hover{
        opacity: 1;
    }
    .accessory-item-link a{
        font-size: 3.888vw;
    }
    .accessory-item-3{
        margin-top: 0;
    }
    .accessory-item-1 .accessory-item-link-bottom-svg svg{
        width: 25.42vw;
        height: 3.18vw;
    }
    .accessory-item-2 .accessory-item-link-bottom-svg svg{
        width: 25.42vw;
        height: 3.18vw;
    }
    .accessory-item-3 .accessory-item-link-bottom-svg svg{
        width: 33.978vw;
        height: 3.18vw;
    }
    .accessory-item-4 .accessory-item-link-bottom-svg svg{
        width: 39.17vw;
        height: 3.18vw;
    }
    .accessory-item-link-container svg{
        opacity: 1;
    }
    .accessory-item-1 .accessory-item-link-container{
        top: 79.5%;
        left: 67.47%;
    }
    .accessory-item-2 .accessory-item-link-container{
        top: 77.83vw;
        left: 32.36vw;
    }
    .accessory-item-3 .accessory-item-link-container{
        top: 43.94vw;
        left: 48.72vw;
    }
    .accessory-item-4 .accessory-item-link-container{
        top: 77.83vw;
        left: 27vw;
        transform: translateX(0);
    }
    .accessory-disclaimer{
        margin-top: 5.55vw;
        margin-right: 0;
        text-align: center;
    }



    .disclaimer-container{
        font-size: 2.5vw;
        width: 87.5%;
        padding-top: 0;
        padding-bottom: 8.33%;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 10vw;
    }
}

html.overflow-hidden body{
    padding-right: var(--scrollbar-width);
}
.no-inline-video .video-fallback{
    display: block;
}
.no-inline-video video{
    display: none;
}
.no-inline-video .video-replay-btn{
    display: none;
}
.no-inline-video .system-ai-feautre-video-play-btn-container{
    display: none;
}
.no-inline-video .system-screen-image .hmos-tips{
    top: 44%;
    left: 53%;
}
.no-inline-video .design-structure-subtitle{
    opacity: 1;
}
.no-inline-video .system-screen-text-container{
    margin-top: -30vw;
}

@media (any-hover: none) {
    .camera-color-item-1-image-tip{
        display: none;
    }
    .camera-color-item-image img{
        transform: none!important;
    }
    .accessory-item-link-container svg{
        opacity: 1;
    }
}


.ai-feature-1-container .comparison-slider {
    position: relative;
    overflow: hidden;
    width: 100%
}

.ai-feature-1-container .comparison-after {
    position: relative
}

.ai-feature-1-container .picture {
    display: block;
    width: 100%;
    max-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}


.ai-feature-1-container .comparison-after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 100%
}

.ai-feature-1-container .picture-after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%
}
.ai-feature-1-container .picture-after img{
    width: 70vw;
}
.ai-feature-1-container .caption {
    color: #FFF9E0;
    font-size: 1.1458vw;
    position: absolute;
    bottom: 1.666667vw;
    white-space: nowrap
}

.ai-feature-1-container .caption-after {
    left: 1.666667vw
}

.ai-feature-1-container .caption-before {
    right: 1.666667vw
}

.ai-feature-1-container .comparison-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    pointer-events: none
}

.ai-feature-1-container .comparison-handle.active {
    pointer-events: auto
}

.ai-feature-1-container .comparison-handle::before {
    position: relative;
    z-index: 3;
    display: block;
    width: 2px;
    height: 100%;
    content: "";
    pointer-events: none;
    background-color: #f5f5f7
}

.ai-feature-1-container .comparison-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 2.916667vw;
    height: 2.916667vw;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transform: translate3d(-50%, -50%, 0)
}

.ai-feature-1-container .comparison-icon {
    pointer-events: none
}
.ai-feature-1-container .comparison-icon svg{
    width: 2.916vw;
    height: 2.916vw;
}
.ai-feature-1-container .grabbing {
    cursor: grabbing
}

.ai-feature-1-container .grabbing .comparison-button {
    cursor: grabbing
}

@media(max-aspect-ratio: 11/10) {

    .ai-feature-1-container .caption,
    .ai-feature-1-container .comparison-button {
        display: none
    }

    .ai-feature-1-container .comparison-after {
        transition: width .8s cubic-bezier(0.65, 0.05, 0.36, 1)
    }

    .ai-feature-1-container .comparison-handle {
        transition: left .8s cubic-bezier(0.65, 0.05, 0.36, 1)
    }
    .ai-feature-1-container .comparison-slider{
        border-radius: 1.388vw;
    }
    .ai-feature-1-container [data-current="0"] .comparison-after {
        width: 0
    }

    .ai-feature-1-container [data-current="0"] .comparison-handle {
        left: -2px
    }

    .ai-feature-1-container [data-current="1"] .comparison-after {
        width: 100%
    }

    .ai-feature-1-container [data-current="1"] .comparison-handle {
        left: calc(100% + 2px)
    }
    .ai-feature-1-container .picture-after img{
        width: 86.111vw;
    }

    .ai-feature-1-container .tabnav-pill {
        display: flex;
        justify-content: center;
        margin-top: 11.111111vw
    }

    .ai-feature-1-container .tabnav-wrapper {
        overflow: hidden;
    }

    .ai-feature-1-container .tabnav-list {
        position: relative;
        display: flex
    }

    .ai-feature-1-container .tabnav-item {
        margin-right: 8.3vw;
        position: relative;
        z-index: 1;
        cursor: pointer
    }
    .ai-feature-1-container .tabnav-item:last-child {
        margin-right: 0;
    }

    .ai-feature-1-container .tabnav-label {
        font-size: 5.555vw;
        font-weight: 500;
        line-height: 1.25;
        transition: color .4s cubic-bezier(0.65, 0.05, 0.36, 1);
        color: #86868B;
    }

    .ai-feature-1-container .tabnav-item-active {
        cursor: default
    }

    .ai-feature-1-container .tabnav-item-active .tabnav-label {
        transition: color .4s .4s cubic-bezier(0.05, 0.65, 1, 0.36);
        color: #FFF9E0;
        line-height: 1.25;
    }
    .tabnav-label-swiper-switch-btn-svg{
        opacity: 0;
        transition: opacity .4s .4s cubic-bezier(0.05, 0.65, 1, 0.36);
    }
    .ai-feature-1-container .tabnav-item-active .tabnav-label-swiper-switch-btn-svg{
        opacity: 1;
    }
    .tabnav-label-swiper-switch-btn-svg svg{
        width: 20.7vw;
        height: 3.24vw;
    }

    .ai-feature-1-container .tabnav-indicator {
        position: absolute;
        top: 0;
        left: var(--tabnav-indicator-left, 0);
        overflow: hidden;
        width: var(--tabnav-indicator-width, 50%);
        height: 100%;
        transition: left .8s cubic-bezier(0.65, 0.05, 0.36, 1), width .8s cubic-bezier(0.65, 0.05, 0.36, 1);
        border-radius: 999px;
        background-color: #FFF9E0;
    }
}

@media(min-aspect-ratio: 11/10) and (max-aspect-ratio: 13/10){
    .kv-image-container{
        padding-left: 2%;
        width: 50.42%;
    }
}