.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-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: #718F71;
    font-size: 6.25vw;
    font-weight: 400;
    line-height: 1.25;
}
.main-container .h2 div{
    line-height: inherit;
}
.linear-grey{
    display: flex;
    justify-content: center;
}
.linear-grey div{
    color: transparent;
    background: linear-gradient(110deg,#A6A6A6 0%,#E8E8E8 30%,#ADADAD 100%);
    -webkit-background-clip: text;
}
.main-container .h3{
    color: #718F71;
    font-size: 4.167vw;
    font-weight: 400;
    line-height: 1.25;
}
.main-container .subtitle{
    font-size: 1.66vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: .25em;
}
.main-container .h4{
    color: #18191A;
    font-size: 3.125vw;
    line-height: 1.25;
}
.main-container p{
    color: #88888B;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
}
.main-container .highlight-text{
    color: #1E2022;
    font-weight: 500;
}
.main-container .highlight-text-bold{
    color: #1E2022;
    font-weight: bold;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .disclaimer{
    font-size: .83vw;
}
.canvas-fallback{
    display: none;
}
.inline-video-fallback{
    display: none;
}
.space-50vh{
    height: 50vh;
}
.space-80vh{
    height: 80vh;
}
.space-100vh{
    height: 100vh;
}
.sticky-viewport{
    position: sticky;
    height: 100vh;
    top: 0;
    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;
}
.common-popup-btn-container{
    display: flex;
    position: relative;
}
.common-popup-btn-container svg{
    width: 5.3125vw;
    height: 5.3125vw;
}
.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-fallback{
    display: none;
}
.ie-fallback{
    display: none;
}
.product-special-title-color{
    color: #B0E500;
}
.common-transform-show{
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: transform;
}
.common-transform-show.active{
    opacity: 1;
    transform: translateY(0);
}
.kv-container{
    /* display: flex;
    align-items: center; */
    position: relative;
}
.kv-image-container{
    width: 100%;
    position: relative;
}
.kv-content-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .9375%;
    position: relative;
}
.kv-content-logo svg{
    width: 29.74vw;
    height: auto;
}
.kv-content-slogan{
    display: flex;
    justify-content: space-between;
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 1.25;
}
.kv-content-feature{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .83333vw;
    margin-top: .2vw;
    white-space: nowrap;
}
.huawei-product-buy-btn-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.25vw;
}
.huawei-product-buy-btn-price{
    color: #000;
    font-size: 1.46vw;
    font-weight: 400;
    line-height: 1.25;
}
.huawei-product-buy-btn-price span {
    font-size: 0.677083vw;
    font-weight: 500;
}
.huawei-product-buy-btn{
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid #000;
    background-color: #000;
    transition: 0.3s ease-out;
    margin-top: 24px;
    cursor: pointer;
    border-radius: 6px;
}
.huawei-product-buy-btn:hover{
    opacity: .8;
}
.kv-content-logo{
    margin-left: 2.34375%;
}
.kv-content-price-container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.kv-content-text{
    margin-right: 2.34375%;
    width: 17.82%;
}
.kv-harmonyos{
    position: absolute;
    right: 2.6vw;
    bottom: 2.474vw;
}
.kv-harmonyos svg{
    width: 6.4vw;
    height: 2.48vw;
}
.reasontobuy-container{
    margin: 0 auto;
    align-items: center;
    position: relative;
}
.reasontobuy-wrapper{
    width: 22.916667vw;
    margin-top: 0;
    padding-left: 2.916667vw;
    position: relative;
}
.kv-reasontobuy{
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.reasontobuy-main-swiper{
    margin: 0 auto;
    width: 70.833%;
    position: relative;
    overflow: visible;
}
.reasontobuy-container{
    opacity: 0;
    transition: opacity .8s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}
.reasontobuy-container.active{
    opacity: 1;
}
.reasontobuy-container.active .reasontobuy-main-swiper{
}
.reasontobuy-container.active #reasontobuy-item-1-animation{
    border-radius: .8333vw;
    overflow: hidden;
}
.reasontobuy-item-container{
    position: relative;
    will-change: transform;
    overflow: hidden;
}
.reasontobuy-item{
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 1s ease;
    padding: 0 1.667vw;
}
.reasontobuy-item.swiper-slide-active{
    /* transform: translate(0,50%); */
    cursor: default;
}
.reasontobuy-container.active .reasontobuy-item{
    transform: translate(0,0);
}

.reasontobuy-item-image{
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    will-change: transform;
}
.reasontobuy-item-1 .reasontobuy-item-image{
    display: block;
}
.reasontobuy-item-image.hidden-web{
    display: none;
}
.reasontobuy-item-image>picture{
    display: flex;
    width: 100%;
}
.reasontobuy-item-6 .reasontobuy-item-6-feature-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 27.8%;
    left: 18.28%;
    will-change: transform;
    z-index: 2;
}
.reasontobuy-item-6-feature-item{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.08vw;
}
.reasontobuy-item-6-feature-item:last-child{
    margin-bottom: 0;
}
.reasontobuy-item-6-feature-item-icon{
    display: flex;
}
.reasontobuy-item-6-feature-item-icon svg{
    width: 3.125vw;
    height: 3.125vw;
}
.reasontobuy-item-6-feature-item-text{
    color: #000000;
    font-size: 1.1458vw;
    font-weight: bold;
    line-height: 1.25;
    margin-top: .5em;
}
.reasontobuy-jump-btn{
    cursor: pointer;
    display: none!important;
    width: 2.1875vw;
    height: 2.1875vw;
    position: absolute;
    right: 2.083333vw;
    bottom: 1.666667vw;
    overflow: hidden;
    z-index: 5;
    opacity: 0;
    transition: 0.5s all ease;
}
.swiper-slide-active .reasontobuy-jump-btn{
    opacity: 1;
}
.reasontobuy-jump-btn svg{
    width: 100%;
    height: auto;
    transition: 0.5s all ease;
}
.reasontobuy-jump-btn svg:last-child{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,-100%);
}
.reasontobuy-item:hover .reasontobuy-jump-btn svg:first-child{
    transform: translate(100%,100%);
}
.reasontobuy-item:hover .reasontobuy-jump-btn svg:last-child{
    transform: translate(0,0);
}
.reasontobuy-control-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.08% auto 0;
    width: 66.666666667%;
}
.reasontobuy-swiper-btn-container{
    background-color: #F6F8F7;
    border-radius: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.093vw 1.666vw;
    z-index: 1;
    overflow: hidden;
}
.reasontobuy-swiper-btn-container svg{
    width: .8vw;
    height: auto;
}
.reasontobuy-swiper-pagination{
    display: flex;
    margin: 0 1.667vw;
}
.reasontobuy-control-container .reasontobuy-swiper-pagination .swiper-pagination-bullet{
    background: #000000;
    width: .52vw;
    height: .52vw;
    opacity: .2;
    margin: 0 .52vw 0 0;
    transition: opacity .3s ease;
}
.reasontobuy-control-container .reasontobuy-swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.reasontobuy-control-container .reasontobuy-swiper-btn-container .swiper-pagination-bullet-active{
    opacity: 1;
}
.reasontobuy-swiper-btn-container.hidden-web{
    display: none;
}
.reasontobuy-swiper-btn-container .btn-disable{
    cursor: default;
    opacity: .3;
}
.reasontobuy-swiper-prev-btn-svg,.reasontobuy-swiper-next-btn-svg{
    display: flex;
}

.reasontobuy-swiper-prev-btn{
    cursor: pointer;
    transition: transform .2s ease, opacity .6s ease;
    pointer-events: all;
}
.reasontobuy-swiper-next-btn{
    cursor: pointer;
    transition: transform .2s ease, opacity .6s ease;
    pointer-events: all;
}
.reasontobuy-item-content{
    position: absolute;
    top: 2.6vw;
    left: 2.6vw;
    z-index: 2;
    will-change: transform;
    transform: rotateZ(0.1deg);
}
.reasontobuy-item-content-title{
    color: #000000;
    font-size: 2.08vw;
    font-weight: 500;
    line-height: 1.25;
}
.reasontobuy-item-2 .reasontobuy-item-content-title,
.reasontobuy-item-3 .reasontobuy-item-content-title,
.reasontobuy-item-4 .reasontobuy-item-content-title{
    color: #FFFFFF;
}

.reasontobuy-item-2 .reasontobuy-item-2-image-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}
.reasontobuy-item-2 .reasontobuy-item-image[data-index="1"] .reasontobuy-item-2-image-item:first-child{
    opacity: 1;
}
.reasontobuy-item-2 .reasontobuy-item-image[data-index="2"] .reasontobuy-item-2-image-item:nth-of-type(2){
    opacity: 1;
}
.reasontobuy-item-2 .reasontobuy-item-2-image-item:first-child{
    position: relative;
}
.reasontobuy-item-2-icon-container{
    position: absolute;
    left: 0;
    bottom: 1.0416vw;
    width: 100%;
    will-change: transform;
    z-index: 2;
}
.reasontobuy-item-2-icon-controller-btns{
    display: flex;
    align-items: center;
    margin-left: 50%;
    transition: transform 1s ease;
}
.reasontobuy-item-2-icon-controller-btns .camera-rear-zoom-image-swiper-controller-btn{
    cursor: default;
}
.reasontobuy-item-2-icon-controller-btns[data-index="1"]{
    transform: translateX(-1.25vw);
}
.reasontobuy-item-2-icon-controller-btns[data-index="2"]{
    transform: translateX(-5.5vw);
}
.reasontobuy-item-2-icon-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
    border-color: #FFFFFFFF;
    transform: scale(1.125);
}
.reasontobuy-item-2-icon-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]{
    border-color: #FFFFFFFF;
    transform: scale(1.125);
}
.reasontobuy-item-2-icon-controller-btns[data-index="1"]  .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]::before {
    background: #FFFFFF;
    opacity: .4;
    filter: blur(.1vw) brightness(100%) opacity(.5);
}
.reasontobuy-item-2-icon-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]::before{
    background: #FFFFFF;
    opacity: .4;
    filter: blur(.1vw) brightness(100%) opacity(.5);
}
.reasontobuy-item-2-icon-text-container{
    color: #FFFFFF;
    font-size: .9375vw;
    display: flex;
    justify-content: center;
    margin: .416vw auto 0;
    width: 2.8vw;
    position: relative;
    z-index: 2;
    will-change: transform;
}
.reasontobuy-item-2-icon-text-container[data-index="1"] .camera-rear-zoom-image-swiper-text-item[data-id="1"]{
    opacity: 1;
    pointer-events: all;
}
.reasontobuy-item-2-icon-text-container[data-index="2"] .camera-rear-zoom-image-swiper-text-item[data-id="2"]{
    opacity: 1;
    pointer-events: all;
}
.reasontobuy-item-2-icon-circle-container{
    margin: 0 auto;
    width: 25.16vw;
}
#reasontobuy-item-2-icon-circle-animation{
    width: 25.16vw;
    height: 2.135vw;
}
.reasontobuy-item-3 .reasontobuy-item-content{
    right: 2.6vw;
    left: auto;
}
.reasontobuy-item-3 .reasontobuy-item-3-image-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: opacity 0s ease 1s;
}
.reasontobuy-item-3 .reasontobuy-item-3-image-item:first-child{
    position: relative;
    opacity: 1;
}
.reasontobuy-item-3-white-border{
    display: flex;
    position: absolute;
    top: 28.5%;
    left: 23.7%;
    will-change: transform;
    z-index: 2;
}
.reasontobuy-item-3-white-border.hidden-web{
    display: none;
}
.reasontobuy-item-3-white-border svg{
    width: 8.08vw;
    height: 8.66vw;
}
.reasontobuy-item-3-switch-bar-container{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 7.45%;
    left: 21.6%;
    width: 17.12vw;
    height: 7.22vw;
    padding-bottom: .6vw;
    will-change: transform;
    z-index: 2;
}
.reasontobuy-item-3-switch-bar-container svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 17.12vw;
    height: 7.22vw;
}
.reasontobuy-item-3-switch-item{
    border: #FFFFFF00 2px solid;
    border-radius: 100%;
    margin-right: .677vw;
    width: 4.427vw;
    height: 4.427vw;
    overflow: hidden;
    transition: all 0s ease 1s;
    position: relative;
}
.reasontobuy-item-3-switch-item[data-id="1"]{
    border-color: #FFFFFFFF;
}
.reasontobuy-item-3-switch-item:last-child{
    margin-right: 0;
}
.swiper-slide-active.reasontobuy-item-3 .reasontobuy-item-3-image-item:nth-of-type(2){
    opacity: 1;
    transition: opacity 1s ease 2s;
}
.swiper-slide-active.reasontobuy-item-3 .reasontobuy-item-3-switch-item[data-id="1"]{
    border-color: #FFFFFF00;
    transition: all 1s ease 2s;
}
.swiper-slide-active.reasontobuy-item-3 .reasontobuy-item-3-switch-item[data-id="2"]{
    border-color: #FFFFFFFF;
    transition: all 1s ease 2s;
}
.reasontobuy-item-4 .reasontobuy-item-satellite{
    position: absolute;
    top: 37.8%;
    left: 52.7%;
    width: 25.78vw;
    transform: translateX(-2vw) scale(.6727);
    transform-origin: 0 0;
    transition: transform .8s ease;
}
.reasontobuy-item-4.swiper-slide-active .reasontobuy-item-satellite{
    transform: translateX(0) scale(1);
    transition-delay: 1s;
}
.reasontobuy-item-5 video{
    mix-blend-mode: darken;
}
.design-intro-container{
    position: relative;
}
.design-intro-video{
    width: 100%;
    height: 100%;
}
.design-intro-video video,
.design-intro-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.design-intro-video .video-fallback{
    width: 100%;
    height: 100%;
}
.design-intro-video-disclaimer{
    color: #88888B;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin-right: 1.5625vw;
    text-align: right;
}
.design-intro-video-popup{
    cursor: pointer;
    position: absolute;
    right: 4.167vw;
    bottom: 4.167vw;
    will-change: transform;
    z-index: 2;
}
.design-intro-content-container{
    position: absolute;
    top: 30.37%;
    left: 9.375%;
    z-index: 2;
    transform: translateY(70vh);
}
.design-intro-subtitle{
    color: #FFFFFF;
    font-size: 1.458vw;
    font-weight: 500;
    margin-bottom: 1.25vw;
}
.design-intro-text{
    color: #718F71;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.4167;
}
.design-intro-text-1{
    color: #FFFFFF;
}
.design-id-kv{
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.design-id-kv-title{
    text-align: center;
    margin-bottom: 1.04vw;
}
.design-id-kv-image-container{
    margin-top: 3.645vw;
    position: relative;
}
.design-id-kv-image-background{
    background: linear-gradient(to bottom,#E1E6E188,#F6F8F788);
    width: 81.25%;
    height: 31.25vw;
    margin: 0 auto;
    overflow: hidden;
    will-change: transform;
}
.design-id-kv-image-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 67.7%;
    transform: scale(.85);
    transform-origin: 75% 0;
    transition: transform .6s ease;
}
.design-id-kv-image-right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 67.7%;
    transform: scale(.85);
    transform-origin: 25% 100%;
    transition: transform .6s ease;
}
.design-id-kv-image-right picture{
    display: block;
}
.design-id-kv-disclaimer{
    color: #88888B;
    font-size: .625vw;
    font-weight: 400;
    position: absolute;
    top: 100%;
    margin-top: .833vw;
    right: 9.375vw;
}
@media (min-width:1920px) {
    .design-id-kv-disclaimer{
        font-size: 12px;
    }
}
.design-id-kv-image-container.active .design-id-kv-image-left{
    transform: scale(1);
}
.design-id-kv-image-container.active .design-id-kv-image-right{
    transform: scale(1);
}
.design-color{
    background-color: #FFFFFF;
    position: relative;
}
.design-color-swiper .swiper-slide{
    opacity: .5;
    transition: opacity .6s ease;
    will-change: transform,opacity;
    position: relative;
}
.design-color-swiper .swiper-slide-active{
    opacity: 1;
}
.design-color-swiper .swiper-slide video{
    position: relative;
    will-change: transform;
}
.design-color-image{
    position: relative;
    will-change: transform;
}
.design-color-content-container{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 70%;
    width: 20.625%;
    height: 100%;
    z-index: 1;
}
.design-color-content-text-container{
    margin-top: 8.33vw;
    margin-left: 2.08vw;
    position: relative;
}
.design-color-content-text{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .6s ease;
    pointer-events: none;
}
.design-color-content-text:first-child{
    position: relative;
}
.design-color-content-text-container[data-index="1"] .design-color-content-text-1{
    opacity: 1;
    pointer-events: all;
}
.design-color-content-text-container[data-index="2"] .design-color-content-text-2{
    opacity: 1;
    pointer-events: all;
}
.design-color-content-text-container[data-index="3"] .design-color-content-text-3{
    opacity: 1;
    pointer-events: all;
}
.design-color-content-text-container[data-index="4"] .design-color-content-text-4{
    opacity: 1;
    pointer-events: all;
}
.design-color-content-text-title{
    font-size: 3.33vw;
    font-weight: 400;
    line-height: 1.25;
}
.design-color-content-text-detail{
    color: #88888B;
    font-size: 1.25vw;
    font-weight: 400;
    margin-top: 1em;
}
.design-color-content-text-1 .design-color-content-text-title{
    color: #718F71;
}
.design-color-content-text-2 .design-color-content-text-title{
    color: #C0B4D7;
}
.design-color-content-text-3 .design-color-content-text-title{
    color: #D7D7D7;
}
.design-color-content-text-4 .design-color-content-text-title{
    color: #2F2F2F;
}
.design-color-switch-btn-container{
    margin: 0 0 4.16vw 2.08vw;
}
.design-color-switch-btns{
    display: flex;
}
.design-color-switch-btn{
    border: #000000 solid 2px;
    border-radius: 100%;
    cursor: pointer;
    width: 2.1875vw;
    height: 2.1875vw;
    margin-right: .73vw;
    position: relative;
    transition: all .6s ease;
}
.design-color-switch-btn:last-child{
    margin-right: 0;
}
.design-color-switch-btn::before{
    background-color: #000;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76.2%;
    height: 76.2%;
    transform: translate(-50%,-50%);
}
.design-color-switch-btn[data-id="1"]{
    border-color: #ABB7A000;
}
.design-color-switch-btn[data-id="1"]::before{
    background-color: #ABB7A0;
}
.design-color-switch-btn[data-id="2"]{
    border-color: #C0B4D700;
}
.design-color-switch-btn[data-id="2"]::before{
    background-color: #C0B4D7;
}
.design-color-switch-btn[data-id="4"]{
    border-color: #2F2F2F00;
}
.design-color-switch-btn[data-id="4"]::before{
    background-color: #2F2F2F;
}
.design-color-switch-btn[data-id="3"]{
    border-color: #E8E8E800;
}
.design-color-switch-btn[data-id="3"]::before{
    background-color: #E8E8E8;
}
.design-color-switch-btns[data-index="1"] .design-color-switch-btn[data-id="1"]{
    border-color: #ABB7A0FF;
}
.design-color-switch-btns[data-index="2"] .design-color-switch-btn[data-id="2"]{
    border-color: #C0B4D7FF;
}
.design-color-switch-btns[data-index="3"] .design-color-switch-btn[data-id="3"]{
    border-color: #E8E8E8FF;
}
.design-color-switch-btns[data-index="4"] .design-color-switch-btn[data-id="4"]{
    
    border-color: #2F2F2FFF;
}
.design-color-more-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.23vw;
}
.design-color-3d-show-btn-container{
    background-color: #C2FF88FF;
    padding: .2187vw;
    transform: scale(1.428) translateY(10vh);
    border-radius: 100%;
    overflow: hidden;
    will-change: transform;
}
.design-color-3d-show-btn{
    cursor: pointer;
    display: flex;
    filter: url(#buttonFilter);
    overflow: hidden;
}
.design-color-3d-show-btn-text{
    border-radius: 1.354vw;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .543vw 1.667vw;
    overflow: hidden;
    will-change: transform;
    position: relative;
    flex: none;
}
.design-color-3d-show-btn-text{
    font-size: 1.1458vw;
}
.design-color-3d-show-btn-text>span{
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
    will-change: transform;
}
.design-color-3d-show-btn-text-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.design-color-3d-show-btn-text-bg::before{
    background-color: #718F71;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.design-color-3d-show-btn-arrow{
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.916vw;
    height: 2.916vw;
    position: relative;
    overflow: hidden;
    flex: none;
    transform: translateX(-.25vw) rotate(0deg);
    transition: transform .3s ease;
    will-change: transform;
}
.design-color-3d-show-btn:hover .design-color-3d-show-btn-arrow{
    transform: translateX(.5vw) rotate(45deg);
}
.design-color-3d-show-btn-arrow-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: transform;
}
.design-color-3d-show-btn-arrow-bg::before{
    background-color: #718F71;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: transform;
}
.design-color-3d-show-btn-arrow svg{
    width: 2.221vw;
    height: 2.221vw;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}
.design-color-3d-show-btn{
    background-color: #718F71FF;
    border-radius: 100%;
    width: 2.9167vw;
    height: 2.9167vw;
}
.common-popup-container {
    overflow: auto;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(rgba(50, 50, 50, 0.48), rgba(50, 50, 50, 0.48));
    transform: translateZ(0);
    backdrop-filter: blur(1vw);
    transition: all .3s cubic-bezier(0,0,0.5,1);
    overflow: hidden;
    will-change: transform;
}
.common-popup-container.popup-open {
    display: flex;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}
:root.overflow-hidden {
    overflow: hidden;
}
.overflow-hidden {
    overflow: hidden;
}
.common-popup-content-container {
    width: 81.25%;
    height: 88.888%;
    transform: translateY(100vh);
    transition: transform .6s cubic-bezier(0,0,0.5,1);
    will-change: transform;
}
.common-popup-container.popup-open .common-popup-content-container {
    transform: translateY(0);
}
.common-popup-content-wrapper {
    background-color: #FFFFFF;
    border-top-left-radius: 1.5625vw;
    border-top-right-radius: 1.5625vw;
    height: 100%;
    will-change: transform;
    overflow: hidden;
}
.common-popup-close-btn-container {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 1.5625vw;
    right: 1.5625vw;
    z-index: 5;
}
.common-popup-close-btn{
    cursor: pointer;
    display: flex;
    margin-right: .55vw;
}
.common-popup-close-btn svg{
    width: 2.6vw;
    height: 2.6vw;
}
.common-popup-3d-model-container{
    margin: 0 auto;
    height: 100%;
    width: 96%;
}
.common-popup-3d-model-container iframe{
    width: 100%;
    height: 100%;
}
.camera-intro-video{
    width: 100%;
    height: 100%;
}
.camera-intro-video .video-fallback{
    width: 100%;
    height: 100%;
}
.camera-intro-video video,
.camera-intro-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.camera-intro-video-popup{
    cursor: pointer;
    position: absolute;
    right: 4.167vw;
    bottom: 4.167vw;
    z-index: 2;
}
.camera-intro-content-container{
    position: absolute;
    top: 30.37%;
    left: 9.375%;
    z-index: 2;
    transform: translateY(70vh);
}
.camera-intro-subtitle{
    color: #FFFFFF;
    font-size: 1.458vw;
    font-weight: 500;
    margin-bottom: 1.25vw;
}
.camera-intro-text{
    color: #718F71;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.4167;
}
.camera-intro-text-1{
    color: #FFFFFF;
}
.camera-lens{
    position: relative;
}
.camera-lens-stage-container{
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.camera-lens-image-container{
    padding-top: 12vw;
    position: sticky;
    bottom: 0vw;
    transform: translateY(7vw);
    width: 100%;
    z-index: 2;
    pointer-events: none;
}
.camera-lens-rear{
    transform-origin: 100% 50%;
}
.camera-lens-front{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(120%) scale(1.5);
    transform-origin: 100% 50%;
}
.camera-lens-content-item{
    margin-bottom: 2.6vw;
    opacity: 1;
}
.camera-lens-content-item:last-child{
    margin-bottom: 0;
}
.camera-lens-content-item-title{
    color: #718F71;
    font-size: 2.08vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.04vw;
}
.camera-lens-content-item-text{
    color: #88888B;
    font-size: 1.04vw;
    font-weight: 400;
    margin-bottom: .22em;
}
.camera-lens-content-item-text:last-child{
    margin-bottom: 0;
}
.camera-lens-line{
    background-color: #487147;
    width: 1px;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.camera-lens-content{

}
.camera-lens-rear-stage{
    position: absolute;
    top: 9%;
    top: calc(50vh - 19.9vw);
    left: 30.52%;
    width: 49%;
    transform: translateY(100%);
    opacity: 0;
    z-index: 2;
}
.camera-lens-rear-content-1{

}
.camera-lens-rear-content-1 .camera-lens-content{
    display: flex;
    justify-content: space-between;
}
.camera-lens-rear-content-2{

}
.camera-lens-rear-stage .camera-lens-content-item:nth-of-type(2){
    width: 44%;
}
.camera-lens-front-content-1{
    display: flex;
    position: absolute;
    top: 11%;
    top: calc(50vh - 20vw);
    left: 30.52%;
    opacity: 0;
    transform: translateY(1.5625vw);
    z-index: 0;
}
.camera-lens-rear-content-2 .camera-lens-content{
    display: flex;
    justify-content: space-between;
}
.camera-lens-rear-content-2 .camera-lens-content-item:nth-of-type(2) .camera-lens-content-item-title{
    font-size: 1.667vw;
}
.camera-lens-rear-content-2 .camera-lens-content-item:nth-of-type(2) .camera-lens-content-item-title span{
    display: inline-block;
    padding-top: .6em;
}
.camera-square-bg-container{
    position: relative;
}
.camera-square-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.camera-square-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
}
.camera-portrait-engine-container{
    margin: 0 auto;
    width: 81.25%;
    text-align: center;
}
.camera-portrait-engine-text{
    margin: 0 auto;
    width: 61.2%;
}
.camera-portrait-theme-container{
    margin: 0 auto;
    width: 81.25%;
    text-align: center;
}
.camera-portrait-theme-text{
    margin: 0 auto;
    width: 65%;
}
.camera-portrait-theme-image-container .swiper-wrapper{
    justify-content: space-between
}
.camera-portrait-theme-image-container .swiper-slide{
    width: 26.041vw;
    overflow: hidden;
}
.camera-portrait-theme-image-item{
    position: relative;
    overflow: hidden;
}
.camera-portrait-theme-image-bg{
    transition: transform .3s ease;
}
.camera-portrait-theme-image-item:hover .camera-portrait-theme-image-bg{
    transform: scale(1.025);
}
.camera-portrait-theme-image-magnifier-container{
    border-radius: 100%;
    cursor: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 9.0625vw;
    height: 9.0625vw;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.camera-portrait-theme-image-magnifier{
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.camera-portrait-theme-image-magnifier-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 26.041vw;
}
.camera-portrait-theme-image-magnifier-bg img{
    transform: scale(1.3);
    transform-origin: 0 0;
}
.camera-portrait-theme-image-container .show-magnifier .camera-portrait-theme-image-magnifier-container{
    opacity: 1;
}
.camera-portrait-theme-image{
    transform: translateY(1.5625vw);
    opacity: 0;
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.camera-portrait-theme-image-container.active .camera-portrait-theme-image{
    transform: translateY(0);
    opacity: 1;
}
.camera-portrait-theme-image-container.active .camera-portrait-theme-image-2{
    transition-delay: .2s;
}
.camera-portrait-theme-image-container.active .camera-portrait-theme-image-3{
    transition-delay: .4s;
}
.camera-portrait-theme-detail{
    color: #88888B;
    font-size: 1.25vw;
    font-weight: 400;
    text-align: left;
}
.camera-portrait-theme-detail-hightlight{
    color: #718F71;
    font-size: 1.3333em;
    font-weight: 500;
    line-height: 1.25;
    padding-right: .5em;
}
.camera-front-zoom-title{
    text-align: center;
}
.camera-front-zoom-text{
    text-align: center;
}
.camera-front-zoom-content-container{
    margin: 0 auto;
    width: 67.5%;
}
.camera-front-zoom-content-item-container{
    display: flex;
    align-items: center;
}
.camera-front-zoom-content-detail{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.camera-front-zoom-content-detail-title{
    border: #718F71 .15625vw solid;
    border-radius: 2.0833vw;
    color: #718F71;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4583vw;
    font-weight: bold;
    padding: .32vw 0;
    width: 6.25vw;
}
.camera-front-zoom-content-item-1 .camera-front-zoom-content-image{
    width: 69.444%;
}
.camera-front-zoom-content-item-1 .camera-front-zoom-content-detail{
    margin-left: 4.167vw;
}
.camera-front-zoom-content-item-2{
    margin-top: -5.75vw;
    position: relative;
}
.camera-front-zoom-content-item-2 .camera-front-zoom-content-item-container{
    flex-direction: row-reverse;
}
.camera-front-zoom-content-item-2 .camera-front-zoom-content-image{
    width: 49.07%;
}
.camera-front-zoom-content-item-2 .camera-front-zoom-content-detail{
    margin-right: 10.625vw;
}
.camera-front-zoom-content-item-3{
    margin-top: -5.75vw;
    position: relative;
}
.camera-front-zoom-content-item-3 .camera-front-zoom-content-image{
    width: 59.26%;
}
.camera-front-zoom-content-item-3 .camera-front-zoom-content-detail{
    margin-left: 5.208vw;
}
.camera-front-zoom-content-item-1 .camera-front-zoom-content-item-container{
    opacity: 0;
    transform: translateY(1.5625vw);
    transition: all .6s ease;
}
.camera-front-zoom-content-item-1.active .camera-front-zoom-content-item-container{
    opacity: 1;
    transform: translateY(0);
}
.camera-front-zoom-content-item-2 .camera-front-zoom-content-item-container{
    /* opacity: 0; */
    transform: translateY(35%);
    /* transition: opacity .6s ease; */
}
.camera-front-zoom-content-item-2.active .camera-front-zoom-content-item-container{
    opacity: 1;
    transform: translateY(0);
}
.camera-front-zoom-content-item-3 .camera-front-zoom-content-item-container{
    /* opacity: 0; */
    transform: translateY(55%);
    /* transition: opacity .6s ease; */
}
.camera-front-zoom-content-item-3.active .camera-front-zoom-content-item-container{
    opacity: 1;
    transform: translateY(0);
}
.camera-rear-zoom-title{
    text-align: center;
}
.camera-rear-zoom-text{
    margin: 0 auto;
    width: 45%;
    text-align: center;
}
.camera-rear-zoom-image-container{
    margin: 0 auto;
    width: 67.5%;
    position: relative;
}
.camera-rear-zoom-image{
    transform: scale(1.2);
    transition: transform 0s ease .6s;
}
.swiper-slide-active .camera-rear-zoom-image{
    transform: scale(1);
    transition: transform .6s ease 0s;
}
.camera-rear-zoom-image-swiper-controller-container{
    position: absolute;
    left: 0%;
    bottom: 3.125vw;
    width: 100%;
    z-index: 2;
}
.camera-rear-zoom-image-swiper-controller-btns{
    display: flex;
    align-items: center;
    margin-left: 50%;
    transition: transform 1s ease;
}
.camera-rear-zoom-image-swiper-controller-btn{
    border-radius: 100%;
    border: #FFFFFF00 2px solid;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    font-weight: bold;
    line-height: 1.25;
    width: 2.5vw;
    height: 2.5vw;
    position: relative;
    overflow: hidden;
    transition: all .6s ease;
    will-change: transform;
}
.camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
    font-size: .9375vw;
}
.camera-rear-zoom-image-swiper-controller-point{
    background-color: #FFFFFF;
    border-radius: 100%;
    width: .208vw;
    height: .208vw;
    margin: 0 .625vw;
    opacity: .6;
}
.camera-rear-zoom-image-swiper-controller-btn::before{
    background: #FFFFFF;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    filter: blur(.1vw) brightness(20%) opacity(.6);
    z-index: -1;
    transition: all .6s ease;
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="1"]{
    transform: translateX(-1.25vw);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="2"]{
    transform: translateX(-5.45vw);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="3"]{
    transform: translateX(-9.6vw);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="4"]{
    transform: translateX(-13.75vw);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
    border-color: #FFFFFFFF;
    transform: scale(1.125);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]{
    border-color: #FFFFFFFF;
    transform: scale(1.125);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="3"] .camera-rear-zoom-image-swiper-controller-btn[data-id="3"]{
    border-color: #FFFFFFFF;
    transform: scale(1.125);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="4"] .camera-rear-zoom-image-swiper-controller-btn[data-id="4"]{
    border-color: #FFFFFFFF;
    transform: scale(1.125);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]::before{
    background: #FFFFFF;
    opacity: .4;
    filter: blur(.1vw) brightness(100%) opacity(.5);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]::before{
    background: #FFFFFF;
    opacity: .4;
    filter: blur(.1vw) brightness(100%) opacity(.5);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="3"] .camera-rear-zoom-image-swiper-controller-btn[data-id="3"]::before{
    background: #FFFFFF;
    opacity: .4;
    filter: blur(.1vw) brightness(100%) opacity(.5);
}
.camera-rear-zoom-image-swiper-controller-btns[data-index="4"] .camera-rear-zoom-image-swiper-controller-btn[data-id="4"]::before{
    background: #FFFFFF;
    opacity: .4;
    filter: blur(.1vw) brightness(100%) opacity(.5);
}
.camera-rear-zoom-canvas-circle-container{
    position: absolute;
    left: 32.25%;
    bottom: 1.0416vw;
    width: 35.5%;
    z-index: 2;
}
#camera-rear-zoom-canvas-circle-animation{
    width: 24vw;
    height: 2.083vw;
}
.camera-rear-zoom-image-swiper-text-container{
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    position: relative;
    font-size: .9375vw;
    margin: .416vw auto ;
    width: 2.8vw;
    text-align: center;
}
.camera-rear-zoom-image-swiper-text-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
    width: 100%;
}
.camera-rear-zoom-image-swiper-text-item:first-child{
    position: relative;
}
.camera-rear-zoom-image-swiper-text-container[data-index="1"] .camera-rear-zoom-image-swiper-text-item[data-id="1"]{
    opacity: 1;
    pointer-events: all;
}
.camera-rear-zoom-image-swiper-text-container[data-index="2"] .camera-rear-zoom-image-swiper-text-item[data-id="2"]{
    opacity: 1;
    pointer-events: all;
}
.camera-rear-zoom-image-swiper-text-container[data-index="3"] .camera-rear-zoom-image-swiper-text-item[data-id="3"]{
    opacity: 1;
    pointer-events: all;
}
.camera-rear-zoom-image-swiper-text-container[data-index="4"] .camera-rear-zoom-image-swiper-text-item[data-id="4"]{
    opacity: 1;
    pointer-events: all;
}
.camera-rear-zoom-content-container{
    position: relative;
    text-align: center;
}
.camera-rear-zoom-canvas-circle-container{

}
.camera-rear-zoom-content-detail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(125%);
    transition: opacity .6s ease,transform 0s ease .6s;
}
.camera-rear-zoom-content-detail:first-child{
    position: relative;
}
.camera-rear-zoom-content-container[data-index="1"] .camera-rear-zoom-content-detail[data-id="1"]{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease,transform .6s ease 0s;
}
.camera-rear-zoom-content-container[data-index="2"] .camera-rear-zoom-content-detail[data-id="2"]{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease,transform .6s ease 0s;
}
.camera-rear-zoom-content-container[data-index="3"] .camera-rear-zoom-content-detail[data-id="3"]{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease,transform .6s ease 0s;
}
.camera-rear-zoom-content-container[data-index="4"] .camera-rear-zoom-content-detail[data-id="4"]{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease,transform .6s ease 0s;
}
.camera-aperture-container{
    margin: 0 auto;
}
.camera-aperture-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 53.75%;
}
.camera-aperture-title-container{
    width: 48%;
}
.camera-aperture-title-container .title-highlight{
    white-space: nowrap;
}
.camera-aperture-text-container{
    width: 42.57%;
}
.camera-aperture-right-title{
    display: block;
    margin-left: 1em;
}
.camera-aperture-subtitle{
    color: #575A5C;
    display: flex;
    align-items: center;
    font-size: 1.66vw;
    font-weight: bold;
    margin: 0 auto;
    width: 80%;
    line-height: 1.25;
    margin-bottom: 1em;
}
.camera-aperture-subtitle::before{
    background-color: #575A5C;
    content: "";
    display: block;
    margin-right: 0.8vw;
    width: 3.33vw;
    height: 2px;
}
.camera-aperture-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    width: 67.5%;
    overflow: hidden;
}
.camera-aperture-left-image-container{
    position: relative;
    width: 32.4%;
    will-change: transform;
    transition: transform .6s ease;
    transform: translateY(0);
}
.camera-aperture-left-image-item{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
.camera-aperture-left-image-item:first-child{
    position: relative;
}
.camera-aperture-left-image-item[data-id="1"]{
    top: 100%;
    top: calc(100% + 1.25vw);
}
.camera-aperture-left-image-item[data-id="2"]{
    top: 200%;
    top: calc(200% + 2.5vw);
}
.camera-aperture-left-image-item[data-id="3"]{
    top: 300%;
    top: calc(300% + 3.75vw);
}
.camera-aperture-left-image-item[data-id="4"]{
    top: 400%;
    top: calc(400% + 5vw);
}
.camera-aperture-left-image-item[data-id="5"]{
    top: 500%;
    top: calc(500% + 6.25vw);
}
.camera-aperture-left-image-item[data-id="6"]{
    top: 600%;
    top: calc(600% + 7.5vw);
}
.camera-aperture-left-image-item[data-id="7"]{
    top: 700%;
    top: calc(700% + 8.75vw);
}
.camera-aperture-left-image-item[data-id="8"]{
    top: 800%;
    top: calc(800% + 10vw);
}
.camera-aperture-left-image-item[data-id="9"]{
    top: 900%;
    top: calc(900% + 11.25vw);
}
.camera-aperture-left-image-container[data-index="0"]{
    transform: translateY(0);
}
.camera-aperture-left-image-container[data-index="1"]{
    transform: translateY(-100%);
    transform: translateY(calc(-100% - 1.25vw));
}
.camera-aperture-left-image-container[data-index="2"]{
    transform: translateY(-200%);
    transform: translateY(calc(-200% - 2.5vw));
}
.camera-aperture-left-image-container[data-index="3"]{
    transform: translateY(-300%);
    transform: translateY(calc(-300% - 3.75vw));
}
.camera-aperture-left-image-container[data-index="4"]{
    transform: translateY(-400%);
    transform: translateY(calc(-400% - 5vw));
}
.camera-aperture-left-image-container[data-index="5"]{
    transform: translateY(-500%);
    transform: translateY(calc(-500% - 6.125vw));
}
.camera-aperture-left-image-container[data-index="6"]{
    transform: translateY(-600%);
    transform: translateY(calc(-600% - 7.5vw));
}
.camera-aperture-left-image-container[data-index="7"]{
    transform: translateY(-700%);
    transform: translateY(calc(-700% - 8.75vw));
}
.camera-aperture-left-image-container[data-index="8"]{
    transform: translateY(-800%);
    transform: translateY(calc(-800% - 10vw));
}
.camera-aperture-left-image-container[data-index="9"]{
    transform: translateY(-900%);
    transform: translateY(calc(-900% - 11.25vw));
}
.camera-aperture-right-image-container{
    position: relative;
    width: 65.74%;
    will-change: transform;
    transition: transform .6s ease;
    transform: translateY(0);
}
.camera-aperture-right-image-item{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.camera-aperture-right-image-item:first-child{
    position: relative;
}
.camera-aperture-right-image-item[data-id="1"]{
    top: 100%;
    top: calc(100% + 1.25vw);
}
.camera-aperture-right-image-item[data-id="2"]{
    top: 200%;
    top: calc(200% + 2.5vw);
}
.camera-aperture-right-image-item[data-id="3"]{
    top: 300%;
    top: calc(300% + 3.75vw);
}
.camera-aperture-right-image-item[data-id="4"]{
    top: 400%;
    top: calc(400% + 5vw);
}
.camera-aperture-right-image-item[data-id="5"]{
    top: 500%;
    top: calc(500% + 6.25vw);
}
.camera-aperture-right-image-item[data-id="6"]{
    top: 600%;
    top: calc(600% + 7.5vw);
}
.camera-aperture-right-image-item[data-id="7"]{
    top: 700%;
    top: calc(700% + 8.75vw);
}
.camera-aperture-right-image-item[data-id="8"]{
    top: 800%;
    top: calc(800% + 10vw);
}
.camera-aperture-right-image-item[data-id="9"]{
    top: 900%;
    top: calc(900% + 11.25vw);
}
.camera-aperture-right-image-container[data-index="0"]{
    transform: translateY(0);
}
.camera-aperture-right-image-container[data-index="1"]{
    transform: translateY(-100%);
    transform: translateY(calc(-100% - 1.25vw));
}
.camera-aperture-right-image-container[data-index="2"]{
    transform: translateY(-200%);
    transform: translateY(calc(-200% - 2.5vw));
}
.camera-aperture-right-image-container[data-index="3"]{
    transform: translateY(-300%);
    transform: translateY(calc(-300% - 3.75vw));
}
.camera-aperture-right-image-container[data-index="4"]{
    transform: translateY(-400%);
    transform: translateY(calc(-400% - 5vw));
}
.camera-aperture-right-image-container[data-index="5"]{
    transform: translateY(-500%);
    transform: translateY(calc(-500% - 6.125vw));
}
.camera-aperture-right-image-container[data-index="6"]{
    transform: translateY(-600%);
    transform: translateY(calc(-600% - 7.5vw));
}
.camera-aperture-right-image-container[data-index="7"]{
    transform: translateY(-700%);
    transform: translateY(calc(-700% - 8.75vw));
}
.camera-aperture-right-image-container[data-index="8"]{
    transform: translateY(-800%);
    transform: translateY(calc(-800% - 10vw));
}
.camera-aperture-right-image-container[data-index="9"]{
    transform: translateY(-900%);
    transform: translateY(calc(-900% - 11.25vw));
}
.camera-aperture-control-container{
    box-sizing: border-box;
    overflow: hidden;
    will-change: transform;
}
.camera-aperture-control-btns{
    margin: 0 auto;
    width: 22.916%;
}
.camera-aperture-control-text-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 61.98%;
}
.camera-aperture-control-btns-row-container{
    background-color: #FFFFFF;
    border-radius: 1.7vw;
    padding: .3125vw;
    overflow: hidden;
    position: relative;
    will-change: transform;
}
.camera-aperture-control-btns-row{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: .292vw 0;
}
.camera-aperture-control-btns-row::before{
    background-color: #718F71;
    border-radius: 1.7vw;
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 27.27%;
    height: 100%;
    transition: transform .4s ease;
    will-change: transform;
}
.camera-aperture-control-btns-row[data-index="0"]::before{
    transform: translateX(0);
}
.camera-aperture-control-btns-row[data-index="1"]::before{
    transform: translateX(133.3%);
}
.camera-aperture-control-btns-row[data-index="2"]::before{
    transform: translateX(266.6%);
}
.camera-aperture-control-btn{
    border-radius: 1.7vw;
    color: #718F71;
    cursor: pointer;
    font-size: 1.458vw;
    font-weight: bold;
    width: 27.27%;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
    text-align: center;
    will-change: transform;
}
.camera-aperture-control-btn.active{
    color: #FFFFFF;
}
.camera-aperture-control-btns-image{
    margin: 1.25vw auto 0;
    width: 92%;
}
.camera-aperture-control-btns-image svg{
    width: 100%;
    height: auto;
}
.camera-aperture-control-mode-icon{
    display: flex;
    margin-right: 1.38vw;
    width: 7.5%;
}
.camera-aperture-icon-container{
    box-sizing: border-box;
    border: 2px #CCCED2 solid;
    border-radius: 100%;
    will-change: transform;
    padding: .104vw;
}
.camera-aperture-icon-row{
    border-radius: 100%;
    width: 4.167vw;
    height: 4.167vw;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.camera-aperture-icon-background{
    background: linear-gradient(to bottom,#E7EBEF,#97999F);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform;
}
.camera-aperture-icon-items-container{
    position: relative;
    z-index: 5;
    transition: transform .6s ease;
}
.camera-aperture-control-mode-icon[data-index="2"] .camera-aperture-icon-items-container{
    transform: scale(1) rotate(0deg);
}
.camera-aperture-control-mode-icon[data-index="1"] .camera-aperture-icon-items-container{
    transform: scale(1.5) rotate(30deg);
}
.camera-aperture-control-mode-icon[data-index="0"] .camera-aperture-icon-items-container{
    transform: scale(2.5) rotate(60deg);
}
.camera-aperture-icon-item{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.camera-aperture-icon-item:nth-of-type(1){
    position: relative;
    z-index: 2;
}
.camera-aperture-icon-item:nth-of-type(2){
    transform: rotate(60deg);
}
.camera-aperture-icon-item:nth-of-type(3){
    transform: rotate(120deg);
    z-index: 2;
}
.camera-aperture-icon-item:nth-of-type(4){
    transform: rotate(180deg);
}
.camera-aperture-icon-item:nth-of-type(5){
    transform: rotate(240deg);
    z-index: 2;
}
.camera-aperture-icon-item:nth-of-type(6){
    transform: rotate(300deg);
}
.camera-aperture-icon-mask{
    background: radial-gradient(rgba(24,25,26,0) 0,rgba(186,191,196,0) 50%,rgba(144,149,154,1) 100%);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 6;
    will-change: transform;
}
.camera-aperture-control-mode-icon svg{
    filter: drop-shadow(0px .208vw .4167vw rgba(87,90,92,40%));
    flex-shrink: 0;
    width: 4.167vw;
    height: 4.167vw;
    will-change: transform;
}
.camera-aperture-control-text-title{
    color: #718F71;
    font-size: 2.5vw;
    font-weight: 400;
    flex: none;
    line-height: 1.25;
    width: 23.333vw;
}
.camera-aperture-control-text-row{
    position: relative;
}
.camera-aperture-control-text-item{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .6s ease;
}
.camera-aperture-control-text-item:first-child{
    position: relative;
}
.camera-aperture-control-text-row[data-index="0"] .camera-aperture-control-text-item[data-id="0"]{
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}
.camera-aperture-control-text-row[data-index="1"] .camera-aperture-control-text-item[data-id="1"]{
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}
.camera-aperture-control-text-row[data-index="2"] .camera-aperture-control-text-item[data-id="2"]{
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}
.camera-sample-container{
    padding-bottom: calc(18.333vw - 25vh);
}
.camera-sample-viewport{
    background-color: #FFFFFF00;
    width: 100%;
    height: 100vh;
    position: relative;
    transition: all .3s ease;
}
.camera-sample-canvas-viewport{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.camera-sample-canvas-container{
    width: 200vw;
    height: 112.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.camera-sample-canvas{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    will-change: transform;
}
.camera-sample-item{
    pointer-events: none;
    position: absolute;
    opacity: 0;
    transition: transform .6s ease,opacity .6s ease;
}
.camera-sample-canvas img{
    pointer-events: none;
}
.camera-sample-canvas img::selection{
    background-color: transparent;
}
.camera-sample-item-1{
    width: 12.968%;
    top: 7.777%;
    left: 2.526%;
}
.camera-sample-item-2{
    width: 8.489%;
    top: 2.777%;
    left: 20.729%;
}
.camera-sample-item-3{
    width: 12.109%;
    top: 5.694%;
    left: 35.104%;
}
.camera-sample-item-4{
    width: 13.828%;
    top: 2.268%;
    left: 52.109%;
}
.camera-sample-item-5{
    width: 9.401%;
    top: 3.425%;
    left: 71.822%;
}
.camera-sample-item-6{
    width: 11.614%;
    top: 10.324%;
    left: 84.453%;
}
.camera-sample-item-7{
    width: 10.572%;
    top: 32.824%;
    left: 3.229%;
}
.camera-sample-item-8{
    width: 11.614%;
    top: 30.462%;
    left: 20.729%;
}
.camera-sample-item-9{
    width: 9.921%;
    top: 26.388%;
    left: 37.968%;
}
.camera-sample-item-10{
    width: 10.781%;
    top: 27.870%;
    left: 54.401%;
}
.camera-sample-item-11{
    width: 13.333%;
    top: 35.787%;
    left: 69.869%;
}
.camera-sample-item-12{
    width: 10.39%;
    top: 38.240%;
    left: 86.171%;
}
.camera-sample-item-13{
    width: 13.046%;
    top: 52.731%;
    left: 16.979%;
}
.camera-sample-item-14{
    width: 11.406%;
    top: 58.148%;
    left: 34.713%;
}
.camera-sample-item-15{
    width: 12.916%;
    top: 56.157%;
    left: 50.807%;
}
.camera-sample-item-16{
    width: 9.401%;
    top: 67.685%;
    left: 5.468%;
}
.camera-sample-item-17{
    width: 16.484%;
    top: 77.962%;
    left: 21.796%;
}
.camera-sample-item-18{
    width: 11.171%;
    top: 79.629%;
    left: 46.536%;
}
.camera-sample-item-19{
    width: 10.963%;
    top: 64.768%;
    left: 68.151%;
}
.camera-sample-item-20{
    width: 13.333%;
    top: 76.296%;
    left: 83.593%;
}
.camera-sample-pointer{
    cursor: grab;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
    will-change: transform;
}
.camera-sample-pointer.is-grabing{
    cursor: grabbing;
}
.camera-sample-pointer-text{
    border: #718F71 2px solid;
    border-radius: 100%;
    color: #718F71;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1458vw;
    font-weight: 400;
    width: 6.25vw;
    height: 6.25vw;
    overflow: hidden;
    transform: translate(-50%,-50%);
    user-select: none;
}
.camera-sample-pointer-text span{
    pointer-events: none;
}
.camera-sample-pointer-text::selection{
    background-color: transparent;
}
.camera-sample-canvas-close-container{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}
.camera-sample-canvas-close-btn{
    border-radius: 100%;
    box-sizing: content-box;
    width: 2.6vw;
    height: 2.6vw;
    padding: 3.073vw 3.073vw 3.125vw 3.125vw;
}
.camera-sample-canvas-close-btn svg{
    width: 2.6vw;
    height: 2.6vw;
}
.close-transition{
    transition: transform .6s ease;
}
.camera-sample-item-5{
    transform: translate(0, -5vh);
}
.camera-sample-item-8{
    transform: translate(44.143vw, 11.245vw);
    opacity: 1;
    z-index: 4;
}
.camera-sample-item-9{
    transform: translate(14.143vw, 15.248vw);
    opacity: 1;
    z-index: 5;
}
.camera-sample-item-10{
    transform: translate(-15vw, 15.1vw);
    opacity: 1;
    z-index: 4;
}
.camera-sample-item-11{
    transform: translate(-46.857vw, 10.42vw);
    opacity: 1;
    z-index: 3;
}
.camera-sample-item-13{
    transform: translate(48.143vw, -11.248vw);
    opacity: 1;
    z-index: 3;
}
.camera-sample-item-14{
    transform: translate(10.143vw, -15.75vw);
    opacity: 1;
    z-index: 2;
}
.camera-sample-item-15{
    transform: translate(-3.857vw, -15.555vw);
    opacity: 1;
    z-index: 2;
}
.camera-sample-item-19{
    transform: translate(17vw, 20vh);
}
.camera-sample-item img{
    transform: scale(1.1);
    transition: transform .6s ease;
}
.camera-sample-content-container{
    position: absolute;
    top: 0;
    top: calc(50vh - 24vw);
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    transition: opacity .3s ease;
}
.camera-sample-show-btn-container{
    background-color: #C2FF88FF;
    padding: .2187vw;
    transform: scale(1.428) translateY(10vh);
    border-radius: 100%;
    overflow: hidden;
}
.camera-sample-show-btn{
    cursor: pointer;
    display: flex;
    filter: url(#buttonFilter);
    overflow: hidden;
}
.camera-sample-show-btn-text{
    border-radius: 1.354vw;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .543vw 1.667vw;
    overflow: hidden;
    will-change: transform;
    position: relative;
    flex: none;
}
.camera-sample-show-btn-text{
    font-size: 1.1458vw;
}
.camera-sample-show-btn-text>span{
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
    will-change: transform;
}
.camera-sample-show-btn-text-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.camera-sample-show-btn-text-bg::before{
    background-color: #718F71;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.camera-sample-show-btn-arrow{
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.916vw;
    height: 2.916vw;
    position: relative;
    overflow: hidden;
    flex: none;
    transform: translateX(-.25vw) rotate(0deg);
    transition: transform .3s ease;
    will-change: transform;
}
.camera-sample-show-btn:hover .camera-sample-show-btn-arrow{
    transform: translateX(.5vw) rotate(45deg);
}
.camera-sample-show-btn-arrow-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: transform;
}
.camera-sample-show-btn-arrow-bg::before{
    background-color: #718F71;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.camera-sample-show-btn-arrow svg{
    width: 2.221vw;
    height: 2.221vw;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}
.camera-sample-show-btn{
    background-color: #718F71FF;
    border-radius: 100%;
    width: 2.9167vw;
    height: 2.9167vw;
}
.camera-sample-more-container{
    position: absolute;
    bottom: 5%;
    bottom: calc(25vh - 10vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: opacity .3s ease;
}
.camera-sample-viewport.active{
    background-color: #FFFFFFFF;
}
.camera-sample-viewport.active .camera-sample-item{
    transform: translate(0,0);
    opacity: 1;
}
.camera-sample-viewport.active .camera-sample-item img{
    transform: translate(0,0);
}
.camera-sample-viewport.active .camera-sample-content-container{
    opacity: 0;
    pointer-events: none;
}
.camera-sample-viewport.active .camera-sample-more-container{
    opacity: 0;
    pointer-events: none;
}
.camera-sample-viewport.active .camera-sample-pointer.alow-show{
    opacity: 1;
    pointer-events: all;
}
.camera-sample-viewport.active .camera-sample-canvas-close-container{
    opacity: 1;
    pointer-events: all;
}
.system-main-title-container{
    position: relative;
    text-align: center;
}
.system-ai-retouch-title{
    text-align: center;
}
.system-ai-retouch-sticky{
    overflow: initial;
}
.system-ai-retouch-phone-container{
    position: absolute;
    top: 6.25vw;
    top: calc(50vh - 21.3vw);
    left: 35.1%;
    width: 39.5vw;
    transform: scale(1.15);
    pointer-events: none;
    z-index: 2;
}
.system-ai-retouch-phone-image{
    position: relative;
    z-index: 2;
}
.system-ai-retouch-phone-content-container{
    position: absolute;
    top: 7.8%;
    left: 18%;
    width: 43.2%;
    pointer-events: all;
    z-index: 1;
}
.system-ai-retouch-phone-content-video-container{
    border-radius: 1.75vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .6s ease;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}
.system-ai-retouch-phone-content-video-container.hidden-video{
    opacity: 0;
}
.system-ai-retouch-phone-content-image-container{
    border-radius: 1.75vw;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.system-ai-retouch-phone-content-image-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .1s ease .1s;
    opacity: 0;
}
.system-ai-retouch-phone-content-image-item:first-child{
    position: relative;
}
.system-ai-retouch-phone-content-image-container[data-index="1"] .system-ai-retouch-phone-content-image-item[data-id="1"]{
    opacity: 1;
    z-index: 2;
    transition-delay: 0s;
}
.system-ai-retouch-phone-content-image-container[data-index="2"] .system-ai-retouch-phone-content-image-item[data-id="2"]{
    opacity: 1;
    z-index: 2;
    transition-delay: 0s;
}
.system-ai-retouch-phone-content-image-container[data-index="3"] .system-ai-retouch-phone-content-image-item[data-id="3"]{
    opacity: 1;
    z-index: 2;
    transition-delay: 0s;
}
.system-ai-retouch-content-container{
    position: absolute;
    top: 14.375vw;
    top: calc(50vh - 14vw);
    left: 36.1%;
    width: 42%;
}
.system-ai-retouch-content-image-container{
    position: relative;
    opacity: 0;
    clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%);
}
.system-ai-retouch-content-image{
    position: relative;
}
.system-ai-retouch-content-image-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.system-ai-retouch-content-image-item:first-child{
    position: relative;
}
.system-ai-retouch-content-image[data-index="1"] .system-ai-retouch-content-image-item[data-id="1"]{
    opacity: 1;
}
.system-ai-retouch-content-image[data-index="2"] .system-ai-retouch-content-image-item[data-id="2"]{
    opacity: 1;
}
.system-ai-retouch-content-image[data-index="3"] .system-ai-retouch-content-image-item[data-id="3"]{
    opacity: 1;
}
.system-ai-retouch-content-image-switch-container{
    position: absolute;
    top: 3.7%;
    right: 2.478%;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.system-ai-retouch-content-white-points-container{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 34%;
    left: 23%;
    width: 5.104vw;
    height: 5.104vw;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.system-ai-retouch-content-text{
    margin-top: 2.08vw;
    margin-left: 12.08vw;
    width: 23vw;
    opacity: 0;
    transform: translateY(50%);
    transition: opacity .3s ease,transform .3s ease;
}
.system-ai-retouch-content-text.active{
    opacity: 1;
    transform: translateY(0);
}
.system-ai-retouch-content-text p{
    font-size: 1.1458vw;
}
.system-ai-retouch-best-expression-border{
    cursor: pointer;
    position: absolute;
    top: 82.175%;
    left: 59.38%;
    width: 2.3vw;
    height: 2.3vw;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.system-ai-retouch-best-expression-border-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: btn-border-wave 3s ease-out infinite forwards;
}
.system-ai-retouch-best-expression-border-item svg{
    width: 2.35vw;
    height: 2.35vw;
}
.system-ai-retouch-best-expression-border-item:nth-of-type(1){
    animation: none;
}
.system-ai-retouch-best-expression-border-item:nth-of-type(3){
    animation-delay: 1s;
}
.system-ai-retouch-best-expression-border-item:nth-of-type(4){
    animation-delay: 2s;
}
@keyframes btn-border-wave {
    0%{
        opacity: 1;
        transform: scale(1);
    }
    100%{
        opacity: 0;
        transform: scale(1.65);
    }
}
.system-ai-retouch-best-expression-arrow-container{
    position: absolute;
    top: 76.5%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.system-ai-retouch-best-expression-start-btn-container{
    position: absolute;
    top: 72.5%;
    left: 66.5%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.system-ai-retouch-best-expression-white-points-container{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 35.3%;
    left: 21%;
    width: 2.5vw;
    height: 2.5vw;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.system-ai-retouch-best-expression-white-border-container{
    position: absolute;
    top: 35.3%;
    left: 21%;
    width: 2.604vw;
    height: 2.604vw;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.system-ai-retouch-best-expression-white-border-container svg{
    width: 2.604vw;
    height: 2.604vw;
}
.system-ai-retouch-best-expression-switch-container{
    position: absolute;
    top: 14.357%;
    left: 9.5%;
}
.system-ai-retouch-best-expression-arrow-icon-container{
    width: .78vw;
    height: .312vw;
    position: relative;
}
.system-ai-retouch-best-expression-arrow-icon{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation: aiArrowIcon 4.2s linear 0s infinite forwards;
}
.system-ai-retouch-best-expression-arrow-icon:nth-of-type(2) {
    animation-delay: 1.4s;
}
.system-ai-retouch-best-expression-arrow-icon:nth-of-type(3) {
    animation-delay: 2.8s;
}
.system-ai-retouch-best-expression-arrow-icon svg{
    width: .78vw;
    height: .312vw;
}
@keyframes aiArrowIcon {
    0%{
        opacity: 0;
        transform: translateY(0) scale(.6);
    }
    10%{
        opacity: 0.5;
        transform: translateY(50%) scale(.6);
    }
    33%{
        opacity: 1;
        transform: translateY(150%) scale(1);
    }
    60%{
        opacity: 1;
        transform: translateY(250%) scale(1);
    }
    66%{
        opacity: 1;
        transform: translateY(270%) scale(1);
    }
    90%{
        opacity: .5;
        transform: translateY(400%) scale(.6);
    }
    100%{
        opacity: 0;
        transform: translateY(450%) scale(.6);
    }
}
.system-ai-retouch-best-expression-start-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8333vw;
    font-weight: bold;
    width: 6.25vw;
    height: 2.1vw;
    position: absolute;
    top: 0;
    left: 0;
}
.system-ai-retouch-best-expression-start-btn-svg{
    display: flex;
}
.system-ai-retouch-best-expression-start-btn-svg svg{
    width: 6.25vw;
    height: 2.5333vw;
}
.system-ai-retouch-best-expression-start-btn-text{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.system-ai-retouch-best-expression-start-btn-text:first-child{
    position: relative;
}
.system-ai-retouch-best-expression-start-btn[data-index="1"] .system-ai-retouch-best-expression-start-btn-text[data-id="1"]{
    opacity: 1;
}
.system-ai-retouch-best-expression-start-btn[data-index="2"] .system-ai-retouch-best-expression-start-btn-text[data-id="2"]{
    opacity: 1;
}
.system-ai-retouch-best-expression-white-point{
    background-color: #FFFFFF;
    border-radius: 100%;
    flex: none;
    margin-left: 25%;
    width: 6.25%;
    height: 6.25%;
    animation: whitePointFlash .8s linear infinite alternate;
    overflow: hidden;
    will-change: transform;
}
.system-ai-retouch-best-expression-white-point:nth-of-type(1),
.system-ai-retouch-best-expression-white-point:nth-of-type(11){
    margin-left: 31.25%;
}
.system-ai-retouch-best-expression-white-point:nth-of-type(2),
.system-ai-retouch-best-expression-white-point:nth-of-type(12){
    margin-right: 31.25%;
}
.system-ai-retouch-best-expression-white-point:nth-of-type(3),
.system-ai-retouch-best-expression-white-point:nth-of-type(7){
    margin-left: 0;
}
@keyframes whitePointFlash {
    0%{
        opacity: .5;
    }
    20%{
        opacity: .5;
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.system-ai-retouch-best-expression-white-point:nth-of-type(1),
.system-ai-retouch-best-expression-white-point:nth-of-type(3),
.system-ai-retouch-best-expression-white-point:nth-of-type(5),
.system-ai-retouch-best-expression-white-point:nth-of-type(8),
.system-ai-retouch-best-expression-white-point:nth-of-type(10),
.system-ai-retouch-best-expression-white-point:nth-of-type(12){
    animation-delay: .8s
}
.system-ai-retouch-best-expression-switch-btn{
    margin-left: 2vw;
    margin-bottom: .6vw;
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.system-ai-retouch-best-expression-switch-btn-svg{
    display: flex;
}
.system-ai-retouch-best-expression-switch-btn-svg svg {
    width: 6.25vw;
    height: 2.5333vw;
}
.system-ai-retouch-best-expression-switch-btn-text{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8333vw;
    font-weight: bold;
    width: 6.25vw;
    height: 2.1vw;
    position: absolute;
    top: 0;
    left: 0;
}
.system-ai-retouch-best-expression-switch-tab-container{
    display: flex;
    align-items: center;
}
.system-ai-retouch-best-expression-switch-tab{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.104vw;
    height: 4.26vw;
    position: relative;
    overflow: hidden;
    opacity: 0;
    padding-bottom: .45vw;
    pointer-events: none;
    transition: opacity .3s ease;
}
.system-ai-retouch-best-expression-switch-tab-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.system-ai-retouch-best-expression-switch-tab-bg svg{
    width: 10.104vw;
    height: 4.26vw;
}
.system-ai-retouch-best-expression-switch-item{
    border: #FFFFFF00 2px solid;
    border-radius: 100%;
    cursor: pointer;
    margin-right: .52vw;
    position: relative;
    width: 2.3vw;
    overflow: hidden;
    transition: all .3s ease;
}
.system-ai-retouch-best-expression-switch-item picture{
    display: flex;
}
.system-ai-retouch-best-expression-switch-item:last-child{
    margin-right: 0;
}
.system-ai-retouch-best-expression-switch-tab[data-index="1"] .system-ai-retouch-best-expression-switch-item[data-id="1"]{
    border-color: #FFFFFFFF;
}
.system-ai-retouch-best-expression-switch-tab[data-index="2"] .system-ai-retouch-best-expression-switch-item[data-id="2"]{
    border-color: #FFFFFFFF;
}
.system-ai-retouch-best-expression-switch-tab[data-index="3"] .system-ai-retouch-best-expression-switch-item[data-id="3"]{
    border-color: #FFFFFFFF;
}
.system-ai-retouch-best-expression-switch-container .system-ai-retouch-best-expression-arrow-container{
    margin: .12vw 0 1.477vw 4.8vw;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}
.system-ai-retouch-best-expression-switch-tab-confirm-btn{
    cursor: pointer;
    display: flex;
    margin-left: .3125vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.system-ai-retouch-best-expression-switch-tab-confirm-btn svg{
    width: 1.667vw;
    height: 1.667vw;
}
.system-ai-retouch-content-image-switch-container{
    
}
.system-ai-retouch-content-image-switch{
    background-color: #FFFFFF;
    border-radius: 1.04vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.92vw;
    height: 2.08vw;
    position: relative;
}
.system-ai-retouch-content-image-switch::before{
    background-color: #718F71;
    border-radius: 1.04vw;
    content: "";
    position: absolute;
    top: .208vw;
    left: .208vw;
    width: 3.2vw;
    height: 1.667vw;
    transform: translateX(0);
    transition: transform .3s ease;
}
.system-ai-retouch-content-image-switch-btn{
    color: #A9ABAA;
    cursor: pointer;
    font-size: .9375vw;
    font-weight: 400;
    margin-right: 1.4vw;
    position: relative;
    transition: color .3s ease;
}
.system-ai-retouch-content-image-switch-btn:last-child{
    margin-right: 0;
}
.system-ai-retouch-content-image-switch[data-index="1"] .system-ai-retouch-content-image-switch-btn[data-id="1"]{
    color: #FFFFFF;
}
.system-ai-retouch-content-image-switch[data-index="2"] .system-ai-retouch-content-image-switch-btn[data-id="2"]{
    color: #FFFFFF;
}
.system-ai-retouch-content-image-switch[data-index="2"]::before{
    transform: translateX(3.25vw);
}
.system-ai-retouch-content-white-point{
    background-color: #FFFFFF;
    border-radius: 100%;
    margin-left: 1.25vw;
    width: .3125vw;
    height: .3125vw;
    animation: whitePointFlash .8s linear infinite alternate;
}
.system-ai-retouch-content-white-point:nth-of-type(1),
.system-ai-retouch-content-white-point:nth-of-type(11){
    margin-left: 1.5625vw;
}
.system-ai-retouch-content-white-point:nth-of-type(2),
.system-ai-retouch-content-white-point:nth-of-type(12){
    margin-right: 1.5625vw;
}
.system-ai-retouch-content-white-point:nth-of-type(3),
.system-ai-retouch-content-white-point:nth-of-type(7){
    margin-left: 0;
}
.system-ai-retouch-content-white-point:nth-of-type(1),
.system-ai-retouch-content-white-point:nth-of-type(3),
.system-ai-retouch-content-white-point:nth-of-type(5),
.system-ai-retouch-content-white-point:nth-of-type(8),
.system-ai-retouch-content-white-point:nth-of-type(10),
.system-ai-retouch-content-white-point:nth-of-type(12){
    animation-delay: .8s
}
.system-ai-retouch-sticky .retouch-active{
    opacity: 1;
    pointer-events: all;
}
.system-ai-feautre-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.system-ai-feautre-item{
    width: 49.07%;
    transform: translateY(1.5625vw);
    opacity: 0;
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.system-ai-feautre-container.active .system-ai-feautre-item{
    opacity: 1;
    transform: translateY(0);
}
.system-ai-feautre-container.active .system-ai-feautre-item:nth-of-type(2){
    transition-delay: .2s;
}
.system-ai-feautre-container.active .system-ai-feautre-item:nth-of-type(3){
    transition-delay: .4s;
}
.system-ai-feautre-image{
    position: relative;
}
.system-ai-feautre-video-play-btn-container{
    cursor: pointer;
    position: absolute;
    right: 1.0416vw;
    bottom: 1.0416vw;
    width: 1.98vw;
    height: 1.98vw;
}
.system-ai-feautre-video-play-btn-border-grey{
    display: flex;
}
.system-ai-feautre-video-play-btn-border-black{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}
.system-ai-feautre-video-play-btn{
    position: absolute;
    top: 0;
    left: 0;
}
.system-ai-feautre-video-play-btn-border-black circle{
    stroke-dasharray: 114;
    stroke-dashoffset: 114;
    stroke-linecap: round;
    opacity: 1;
}
.system-ai-feautre-video-play-btn-border-black.active circle{
    opacity: 1;
}
.system-ai-feautre-video-play-btn-start,.system-ai-feautre-video-play-btn-pause{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}
.system-ai-feautre-video-play-btn[data-index="1"] .system-ai-feautre-video-play-btn-start{
    opacity: 1;
}
.system-ai-feautre-video-play-btn[data-index="2"] .system-ai-feautre-video-play-btn-pause{
    opacity: 1;
}
.system-ai-feautre-video-play-btn-container svg{
    width: 1.98vw;
    height: 1.98vw;
}
.system-ai-feautre-text p{
    font-size: 1.145vw;
}
.system-ai-feautre-swiper-btn-container{
    display: flex;
    margin-top: 2.6vw;
    margin-left: 75.7vw;
}
.system-ai-feautre-swiper-prev-btn{
    cursor: pointer;
    display: flex;
    margin-right: 1.04vw;
}
.system-ai-feautre-swiper-next-btn{
    cursor: pointer;
    display: flex;
}
.system-ai-feautre-swiper-btn-container svg{
    width: 2.6vw;
    height: 2.6vw;
}
.system-ai-feautre-swiper-btn-container svg path{
    opacity: 1;
    transition: opacity .3s ease;
}
.system-ai-feautre-swiper-btn-container .swiper-button-disabled{
    cursor: default;
}
.system-ai-feautre-swiper-btn-container .swiper-button-disabled path{
    opacity: .3;
}
.system-creative-theme-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 23.125%;
    width: 61%;
}
.system-creative-theme-title{
    width: 35%;
}
.system-creative-theme-text{
    width: 53.33%;
}
.system-creative-theme-container{
    width: 100%;
    overflow: hidden;
}
.system-creative-theme-swiper-container{
    margin-left: 34.5%;
    width: 39.534%;
    position: relative;
}
.system-creative-theme-swiper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
    z-index: 1;
}
.system-creative-theme-swiper:first-child{
    position: relative;
}
.system-creative-theme-swiper.active{
    opacity: 1;
    pointer-events: all;
    z-index: 2;
}
.system-creative-theme-item-container{
    position: relative;
}
.system-creative-theme-phone-iframe{
    position: relative;
    z-index: 5;
}
.system-creative-theme-image{
    border-radius: 1.0416vw;
    position: absolute;
    top: 8%;
    left: 18.31%;
    width: 42.817%;
    overflow: hidden;
    pointer-events: all;
    z-index: 2;
}
.system-creative-theme-item{
    cursor: pointer;
    transition: all .75s ease-in-out;
    pointer-events: none;
}
.system-creative-theme-item.swiper-slide-active{
    cursor: default;
}
.system-creative-theme-swiper .system-creative-theme-item-2{
    transform: translateX(-100%);
}
.system-creative-theme-swiper .system-creative-theme-item-3{
    transform: translateX(-200%);
}
.system-creative-theme-item-container{
    transition: all .75s ease-in-out;
}
.system-creative-theme-background-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.system-creative-theme-background-icon{
    position: absolute;
    transition: transform .5s ease;
}
.system-creative-theme-item-1 .system-creative-theme-background-icon:nth-of-type(1){
    top: 1%;
    left: -9%;
    width: 29.638%;
    transform: translate(2vw, 2vw) scale(0);
}
.system-creative-theme-item-1 .system-creative-theme-background-icon:nth-of-type(2){
    top: 41%;
    left: -6%;
    width: 26.339%;
    transform: translate(2vw, 2vw) scale(0);
}
.system-creative-theme-item-1 .system-creative-theme-background-icon:nth-of-type(3){
    top: 57%;
    left: 32%;
    width: 42.402%;
    transform: translate(2vw, 2vw) scale(0);
}
.system-creative-theme-item-1 .system-creative-theme-background-icon:nth-of-type(4){
    top: 26%;
    left: 61.5%;
    width: 22.526%;
    transform: translate(2vw, 2vw) scale(0);
}
.system-creative-theme-item-2 .system-creative-theme-background-icon:nth-of-type(1){
    top: 18%;
    left: -4%;
    width: 23.256%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-item-2 .system-creative-theme-background-icon:nth-of-type(2){
    top: 32%;
    left: 60%;
    width: 26.393%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-item-2 .system-creative-theme-background-icon:nth-of-type(3){
    top: 46.5%;
    left: 0%;
    width: 19.4365%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-item-2 .system-creative-theme-background-icon:nth-of-type(4){
    top: 60.5%;
    left: 55%;
    width: 12.24vw;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-item-3 .system-creative-theme-background-icon:nth-of-type(1){
    top: 5%;
    left: -7%;
    width: 33.1%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-item-3 .system-creative-theme-background-icon:nth-of-type(2){
    top: 26.5%;
    left: 61.5%;
    width: 23.257%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-item-3 .system-creative-theme-background-icon:nth-of-type(3){
    top: 43%;
    left: -4%;
    width: 24.5%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-item-3 .system-creative-theme-background-icon:nth-of-type(4){
    top: 65.5%;
    left: 52.5%;
    width: 29.016%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-1 .system-creative-theme-background-icon:nth-of-type(1){
    top: 13%;
    left: -8.5%;
    width: 28.167%;
    transform: translate(2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-1 .system-creative-theme-background-icon:nth-of-type(2){
    top: 20%;
    left: 61%;
    width: 25.914%;
    transform: translate(2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-1 .system-creative-theme-background-icon:nth-of-type(3){
    top: 54%;
    left: -6%;
    width: 26.9%;
    transform: translate(2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-1 .system-creative-theme-background-icon:nth-of-type(4){
    top: 43.5%;
    left: 51.5%;
    width: 28.167%;
    transform: translate(2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-2 .system-creative-theme-background-icon:nth-of-type(1){
    top: 7%;
    left: -11%;
    width: 30.845%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-2 .system-creative-theme-background-icon:nth-of-type(2){
    top: 22.5%;
    left: 59%;
    width: 21.971%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-2 .system-creative-theme-background-icon:nth-of-type(3){
    top: 46.5%;
    left: -11%;
    width: 31.338%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-2 .system-creative-theme-background-icon:nth-of-type(4){
    top: 58.5%;
    left: 54.25%;
    width: 26.619%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-3 .system-creative-theme-background-icon:nth-of-type(1){
    top: 6%;
    left: -9%;
    width: 29.719%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-3 .system-creative-theme-background-icon:nth-of-type(2){
    top: 17%;
    left: 60.5%;
    width: 26.4%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-3 .system-creative-theme-background-icon:nth-of-type(3){
    top: 46%;
    left: -8%;
    width: 29.15%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper-2 .system-creative-theme-item-3 .system-creative-theme-background-icon:nth-of-type(4){
    top: 58%;
    left: 54%;
    width: 30.557%;
    transform: translate(-2vw, 2vw) scale(0);
}
.system-creative-theme-swiper.active .swiper-slide-active.system-creative-theme-item .system-creative-theme-background-icon{
    transform: translate(0,0) scale(1);
    transition-delay: .4s;
}
.system-creative-theme-switch-container{
    display: flex;
    justify-content: center;
    margin-top: -4vw;
    position: relative;
    z-index: 2;
}
.system-creative-theme-switch-btn-container{
    background-color: #F6F8F7;
    border-radius: 1.77vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.375vw;
    height: 3.5416vw;
    position: relative;
    z-index: 3;
}
.system-creative-theme-switch-btn-container::before {
    background-color: #718F71;
    border-radius: 1.5625vw;
    content: "";
    display: block;
    position: absolute;
    top: .3125vw;
    left: .3125vw;
    width: 6.66vw;
    height: 2.916vw;
    transform: translateX(0);
    transition: transform .3s ease;
}
.system-creative-theme-switch-btn{
    color: #718F71;
    cursor: pointer;
    font-size: 1.04vw;
    margin-right: 2.916vw;
    position: relative;
    transition: color .3s ease;
    z-index: 2;
}
.system-creative-theme-switch-btn:last-child{
    margin-right: 0;
}
.system-creative-theme-switch-btn-container[data-index="1"] .system-creative-theme-switch-btn[data-id="1"]{
    color: #FFFFFF;
}
.system-creative-theme-switch-btn-container[data-index="2"] .system-creative-theme-switch-btn[data-id="2"]{
    color: #FFFFFF;
}
.system-creative-theme-switch-btn-container[data-index="1"]::before{
    transform: translateX(106%);
}
.system-xiaoyi-container{
    margin: 0 auto;
    width: 67.5%;
    position: relative;
}
.system-xiaoyi-bg{
    background-image: linear-gradient(to bottom,#EFF4EF,#F9FAF9);
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    height: 78.33%;
    z-index: 0;
}
.system-xiaoyi-image-container{
    margin-left: 12.96%;
    width: 38.5%;
    position: relative;
}
.system-xiaoyi-phone-frame{
    position: relative;
    z-index: 2;
}
.system-xiaoyi-phone-content{
    border-radius: 1.354vw;
    position: absolute;
    top: 3.916%;
    left: 10.416%;
    width: 56.68%;
    height: 79.5%;
    overflow: hidden;
}
.system-xiaoyi-phone-content-item{
    position: relative;
}
.system-xiaoyi-phone-content-item:first-child{
    position: relative;
}
.system-xiaoyi-content-container{
    display: flex;
    width: 34%;
    position: absolute;
    top: 50%;
    right: 12.34%;
    transform: translateY(-50%);
}
.system-xiaoyi-content-progress-line-container{
    margin-right: 2.08vw;
}
.system-xiaoyi-content-progress-line {
    background-color: #CDD8CD;
    width: 2px;
    height: 20vw;
    transition: height .6s ease;
}
.system-xiaoyi-content-progress-line .system-xiaoyi-content-progress-line-bar{
    background-color: #718F71;
    margin-left: -1px;
    width: 4px;
    height: 38%;
    transition: transform .6s ease,height .6s ease;
}
.system-xiaoyi-content-progress-line[data-index="1"] .system-xiaoyi-content-progress-line-bar{
    transform: translateY(0);
}
.system-xiaoyi-content-progress-line[data-index="2"]{
    height: 21vw;
}
.system-xiaoyi-content-progress-line[data-index="2"] .system-xiaoyi-content-progress-line-bar{
    transform: translateY(49%);
    height: 42%;
}
.system-xiaoyi-content-progress-line[data-index="3"] .system-xiaoyi-content-progress-line-bar{
    transform: translateY(108%);
}
.system-xiaoyi-content-progress-line[data-index="4"] .system-xiaoyi-content-progress-line-bar{
    transform: translateY(163%);
}
.system-xiaoyi-content-text-row{
    overflow: initial;
}
.system-xiaoyi-content-text-row .swiper-wrapper{
    flex-direction: column;
}
.system-xiaoyi-content-text-title{
    color: #718F71;
    font-size: 1.667vw;
    line-height: 1.25;
    margin-bottom: .52vw;
    will-change: transform;
}
.system-xiaoyi-content-text{
    cursor: pointer;
    height: auto;
    margin-bottom: 1.5625vw;
    opacity: .6;
    transition: opacity .3s ease,margin .3s ease;
    will-change: transform;
}
.system-xiaoyi-content-text.active{
    opacity: 1;
}
.system-xiaoyi-content-text:last-child{
    margin-bottom: 0;
}
.system-xiaoyi-content-text .system-xiaoyi-content-text-detail{
    opacity: 0;
    transition: opacity .6s ease;
}
.system-xiaoyi-content-text p{
    color: #88888B;
    font-size: 1.04vw;
    height: 0;
    opacity: 0;
    transition: height .5s ease,opacity .3s ease;
    will-change: height;
}
.system-xiaoyi-content-text:first-child p{
    display: block;
}
.system-xiaoyi-content-text.active p{
    height: 4.8em;
    opacity: 1;
}
.system-xiaoyi-content-text[data-id="1"].active p{
    height: 4.8em;
}
.system-xiaoyi-content-text[data-id="2"].active p{
    height: 6.4em;
}
.system-xiaoyi-content-text.active .system-xiaoyi-content-text-detail{
    opacity: 1;
}
.system-xiaoyi-content-disclaimer{
    color: #88888B;
    font-size: .625vw;
    font-weight: 400;
    margin-top: 1.0416vw;
    position: absolute;
    top: 91%;
    right: 0;
}
@media (min-width:1920px) {
    .system-xiaoyi-content-disclaimer{
        font-size: 12px;
    }
}
.system-satellite-communication-container{
    margin: 0 auto;
    width: 68.4%;
}
.system-satellite-communication-title{
    text-align: center;
}
.system-satellite-communication-text{
    margin: 0 auto;
    text-align: center;
    width: 91%;
}
.system-satellite-communication-feature-container{
    display: flex;
    justify-content: space-between;
}
.system-satellite-communication-feature-item{
    opacity: 0;
    transform: translateY(1.5625vw);
    opacity: 0;
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.system-satellite-communication-feature-container.active .system-satellite-communication-feature-item{
    opacity: 1;
    transform: translate(0);
}
.system-satellite-communication-feature-item:nth-of-type(1){
    width: 21%;
}
.system-satellite-communication-feature-item:nth-of-type(2){
    width: 20%;
}
.system-satellite-communication-feature-container.active .system-satellite-communication-feature-item:nth-of-type(2){
    transition-delay: .2s;
}
.system-satellite-communication-feature-item:nth-of-type(3){
    width: 20%;
}
.system-satellite-communication-feature-container.active .system-satellite-communication-feature-item:nth-of-type(3){
    transition-delay: .4s;
}
.system-satellite-communication-feature-item:nth-of-type(4){
    width: 21.37%;
}
.system-satellite-communication-feature-container.active .system-satellite-communication-feature-item:nth-of-type(4){
    transition-delay: .6s;
}
.system-satellite-communication-feature-icon{
    display: flex;
}
.system-satellite-communication-feature-icon svg{
    width: 3.125vw;
    height: 3.125vw;
    margin-bottom: .52vw;
}
.system-satellite-communication-feature-text p{
    font-size: 1.1458vw;
}
.system-screen-container .sticky-viewport{
    top: 0;
    top: calc(50vh - 22vw);
}
.system-screen-title{
    text-align: center;
}
.system-screen-text{
    margin: 0 auto;
    width: 37%;
    text-align: center;
}
.system-screen-image{
    margin: 2.6% auto 0;
    width: 70%;
}
.system-screen-image video{
    mix-blend-mode: darken;
}
.system-screen-feature-container{
    margin-top: -5.75vw;
    position: relative;
}
.system-screen-feature-row{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    opacity: 1;
    transition: all .6s ease;
}
.system-screen-feature-row:nth-of-type(2).active{
    transform: translateY(-100%);
}
.system-screen-feature-row.active .system-screen-feature-item{
    transform: translateY(0);
    opacity: 1;
}
.system-screen-feature-item{
    margin-right: 4.167vw;
    transform: translateY(1.5625vw);
    opacity: 0;
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.system-screen-feature-row.active .system-screen-feature-item:nth-of-type(2){
    transition-delay: .2s;
}
.system-screen-feature-row.active .system-screen-feature-item:nth-of-type(3){
    transition-delay: .4s;
}
.system-screen-feature-row.active .system-screen-feature-item:nth-of-type(4){
    transition-delay: .6s;
}
.system-screen-feature-item:last-child{
    margin-right: 0;
}
.system-screen-feature-num{
    color: #718F71;
    font-size: 3.333vw;
    font-weight: 400;
    line-height: 1.25;
}
.system-screen-feature-num>span{
    font-size: .625em;
}
.system-screen-feature-text{
    color: #A1A1A8;
    font-size: 1.0416vw;
    font-weight: 400;
}
.system-eye-protect{

}
.system-eye-protect-title{
    text-align: center;
}
.system-eye-protect-text{
    margin: 0 auto;
    width: 62%;
    text-align: center;
}
.system-eye-protect-image-container{
    margin: 0 auto;
    width: 67.5%;
    position: relative;
}
.system-eye-protect-image-wrapper{
    position: relative;
}
.system-eye-protect-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0s ease .3s;
    z-index: 1;
}
.system-eye-protect-image:first-child{
    position: relative;
}
.system-eye-protect-image-wrapper[data-index="1"] .system-eye-protect-image[data-id="1"]{
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    transition: opacity .3s ease;
}
.system-eye-protect-image-wrapper[data-index="2"] .system-eye-protect-image[data-id="2"]{
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    transition: opacity .3s ease;
}
.system-eye-protect-image-switch-container{
    background-color: #FFFFFF;
    border-radius: 1.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.5625vw;
    right: 1.5625vw;
    width: 7.3vw;
    height: 2.5vw;
    z-index: 3;
}
.system-eye-protect-image-switch-container::before{
    background-color: #718F71;
    border-radius: 1.04vw;
    content: "";
    display: block;
    position: absolute;
    top: .208333vw;
    left: .20833vw;
    width: 3.54167vw;
    height: 2.08333vw;
    transform: translateX(0);
    transition: transform .3s ease;
}
.system-eye-protect-image-switch-container[data-index="2"]::before{
    transform: translateX(3.3vw);
}
.system-eye-protect-image-switch-btn{
    cursor: pointer;
    display: flex;
    margin-right: 1.88vw;
    position: relative;
}
.system-eye-protect-image-switch-btn:last-child{
    margin-right: 0;
}
.system-eye-protect-image-switch-icon{
    display: flex;
}
.system-eye-protect-image-switch-icon svg{
    width: 1.5625vw;
    height: 1.5625vw;
}
.system-eye-protect-image-switch-btn[data-id="2"] .system-eye-protect-image-switch-icon svg{
    width: 1.354vw;
    height: 1.354vw;
}
.system-eye-protect-image-switch-icon circle,
.system-eye-protect-image-switch-icon path{
    transition: all .3s ease
}
.system-eye-protect-image-switch-container[data-index="2"] .system-eye-protect-image-switch-btn[data-id="1"] circle,
.system-eye-protect-image-switch-container[data-index="2"] .system-eye-protect-image-switch-btn[data-id="1"] rect{
    fill: #718F71;
}
.system-eye-protect-image-switch-container[data-index="2"] .system-eye-protect-image-switch-btn[data-id="2"] path{
    fill: #FFFFFF;
}
.system-eye-protect-feature-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 50%;
}
.system-eye-protect-feature-item{
    display: flex;
    align-items: center;
    line-height: 1.25;
    transform: translateY(1.5625vw);
    opacity: 0;
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.system-eye-protect-feature-item p{
    line-height: 1.25;
}
.system-eye-protect-feature-container.active .system-eye-protect-feature-item{
    opacity: 1;
    transform: translateY(0);
}
.system-eye-protect-feature-item:nth-of-type(2){
    transition-delay: .2s;
}
.system-eye-protect-feature-item:nth-of-type(3){
    transition-delay: .4s;
}
.system-eye-protect-feature-item-icon{
    display: flex;
    margin-right: .8333vw;
}
.system-eye-protect-feature-item-icon svg{
    width: 3.125vw;
    height: 3.125vw;
}
.system-eye-protect-feature-item-text .highlight-text-bold{
    color: #000000;
}
.system-power-control-container{
    margin: 0 auto;
    width: 67.5%;
}
.system-power-control-image video{
    mix-blend-mode: darken;
}
.system-power-control-title{
    text-align: center;
}
.system-power-control-text{
    margin: 0 auto;
    text-align: center;
    width: 75.8%;
}
.system-power-control-feature-container{
    display: flex;
    justify-content: space-between;
}
.system-power-control-feature{
    transform: translateY(1.5625vw);
    opacity: 0;
    transition: all .6s cubic-bezier(0,0,0.5,1);
}
.system-power-control-feature-container.active .system-power-control-feature{
    opacity: 1;
    transform: translate(0);
}
.system-power-control-feature:nth-of-type(1){
    width: 25.5%;
}
.system-power-control-feature:nth-of-type(2){
    width: 26%;
    transition-delay: .2s;
}
.system-power-control-feature:nth-of-type(3){
    width: 26.46%;
    transition-delay: .4s;
}
.system-power-control-feature-icon{
    display: flex;
}
.system-power-control-feature-icon svg{
    width: 3.125vw;
    height: 3.125vw;
    margin-bottom: .52vw;
}
.system-power-control-feature-text p{
    font-size: 1.1458vw;
}
.system-safty-title{
    text-align: center;
}
.system-safty-text{
    text-align: center;
}
.system-safty-image-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 67.5%;
}
.system-safty-image-left-part{
    width: 69.44444%;
}
.system-safty-image-right-part{
    background-color: #F6F8F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28.7%;
}
.system-safty-image-feature{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.6vw;
    opacity: .3;
    transition: opacity .3s ease;
}
.system-safty-image-right-part[data-index="1"] .system-safty-image-feature[data-id="1"]{
    opacity: 1;
}
.system-safty-image-right-part[data-index="2"] .system-safty-image-feature[data-id="2"]{
    opacity: 1;
}
.system-safty-image-right-part[data-index="3"] .system-safty-image-feature[data-id="3"]{
    opacity: 1;
}
.system-safty-image-right-part[data-index="4"] .system-safty-image-feature[data-id="4"]{
    opacity: 1;
}
.system-safty-image-feature:last-child{
    margin-bottom: 0;
}
.system-safty-image-feature-icon{
    border-radius: 100%;
    width: 3.125vw;
    height: 3.125vw;
    margin-bottom: .78125vw;
    overflow: hidden;
}
.system-safty-image-feature-text{
    color: #000000;
    font-size: 1.4583vw;
    font-weight: 400;
    line-height: 1.25;
}
.section-disclaimer{
    
}
.disclaimer-container {
    color: #88888B;
    font-size: 12px;
    margin: 0 auto;
    width: 67.5%;
    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 .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: #000000;
    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: 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: 11.111vw;
    }
    .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 .disclaimer{
        font-size: 3vw;
    }
    .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: .3;
    }
    .common-popup-btn-container svg{
        width: 13.8888vw;
        height: 13.8888vw;
    }
    .common-popup-btn-container:hover .common-popup-btn-light{
        opacity: 0;
    }
    .kv-content-price-container{
        margin-top: 15.2777%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .huawei-product-buy-btn-container{
        margin-top: 0;
    }
    .huawei-product-buy-btn{
        margin-top: 16px;
    }
    .huawei-product-buy-btn-price{
        font-size: 5.56vw;
    }
    .huawei-product-buy-btn-price span {
        font-size: 3.611111111vw;
    }


   
    .kv-container{
        flex-direction: column;
    }
    .kv-image-container{
        width: 100%;
    }
    .kv-content-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 19.444%;
        width: 100%;
    }
    .kv-content-logo{
        display: flex;
        margin-left: 0;
        width: 66.54vw;
    }
    .kv-content-logo svg{
        margin-left: 0;
        width: 66.54vw;
    }
    .kv-content-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 2.9%;
        width: 100%;
    }
    .kv-content-slogan{
        font-size: 8.8888vw;
        line-height: 1.25;
        width: 41.94%;
    }
    .kv-content-feature{
        font-size: 3.333vw;
        margin-top: 2vw;
        width: 72.777vw;
    }
    .kv-harmonyos{
        margin-top: 8.333%;
        margin-left: 77.3%;
        position: relative;
        right: auto;
        bottom: 0;
    }
    .kv-harmonyos svg{
        width: 18.52vw;
        height: 5.5556vw;
    }
    .design-intro-content-container{
        top: calc(50vh - 31.27vw);
        left: 8.3333%;
        width: 83.33333%;
    }
    .design-intro-subtitle{
        font-size: 3.8888vw;
    }
    .design-intro-text{
        display: inline;
        font-size: 7.7777vw;
    }
    .design-intro-video-disclaimer{
        font-size: 2.222vw;
        width: 50%;
        margin-left: 41.666%;
        margin-right: 0;
        opacity: 1;
    }
    .design-intro-video-popup{
        right: 5.555vw;
        bottom: 15.555vw;
        opacity: 0;
    }
    .design-id-kv-image-container{
        margin-top: 0;
    }
    .design-id-kv-image-background{
        width: 83.3333%;
        height: 138.8888vw;
    }
    .design-id-kv-image-left{
        width: 91.667%;
        transform-origin: 100% 0;
    }
    .design-id-kv-image-right{
        width: 91.667%;
        transform-origin: 0 100%;
    }
    .design-id-kv-disclaimer{
        font-size: 2.22vw;
        margin-top: 2.22vw;
        right: 8.333vw;
        width: 50%;
        text-align: right;
    }
    .design-color-content-container{
        flex-direction: row;
        margin-top: 8.3333%;
        margin-left: 8.3333%;
        position: relative;
        top: 0;
        left: 0;
        width: 84.72%;
        height: auto;
    }
    .design-color-content-text-title{
        font-size: 6.667vw;
        font-weight: 500;
    }
    .design-color-content-text-detail{
        font-size: 4.444vw;
    }
    .design-color-switch-btn{
        margin-right: 2.777vw;
        width: 10vw;
        height: 10vw;
    }
    .design-color-content-text-container{
        margin: 1.5vw 0 0;
    }
    .design-color-switch-btn-container{
        margin: 0;
    }
    .design-color-more-container{
        height: 11.1111lvw;
    }
    .design-color-3d-show-btn-container{
        padding: .75vw;
    }
    .design-color-3d-show-btn{
        width: 11.111vw;
        height: 11.111vw;
    }
    .design-color-3d-show-btn:hover .design-color-3d-show-btn-arrow{
        transform: translateX(4vw) rotate(45deg);
    }
    .design-color-3d-show-btn-text{
        border-radius: 5.5vw;
        font-size: 3.8888vw;
        padding: 2.916vw 6.666vw;
    }
    .design-color-3d-show-btn-arrow{
        margin-left: -1.25vw;
        width: 11.111vw;
        height: 11.111vw;
        transform: none;
    }
    .design-color-3d-show-btn-arrow svg{
        width: 8.462vw;
        height: 8.462vw;
    }
    .common-popup-content-container{
        border-top-left-radius: 4.1667vw;
        border-top-right-radius: 4.1667vw;
        width: 100%;
        height: 94%;
    }
    .common-popup-close-btn-container{
        top: 5.555vw;
        right: 4.167%;
    }
    .common-popup-close-btn svg{
        width: 10vw;
        height: 10vw;
    }
    .camera-intro-content-container{
        top: calc(50vh - 31.27vw);
        left: 8.3333%;
        width: 83.33333%;
    }
    .camera-intro-subtitle{
        font-size: 3.8888vw;
    }
    .camera-intro-text{
        display: inline;
        font-size: 7.7777vw;
    }
    .camera-intro-video-disclaimer{
        bottom: 4.16667%;
        left: 8.3333%;
        font-size: 2.22vw;
        width: 50%;
    }
    .camera-intro-video-popup{
        right: 5.555vw;
        bottom: 15.555vw;
        opacity: 0;
    }
    .camera-lens-container .sticky-viewport{
        overflow: initial;
    }
    .camera-lens-image-container{
        position: absolute;
        bottom: 10%;
    }
    .camera-lens-front{
        transform: translateY(175%) scale(1.5);
    }
    .camera-lens-content-item-title{
        font-size: 5.555vw;
        margin-bottom: 2.777vw;
    }
    .camera-lens-content-item-text{
        font-size: 3.888vw;
    }
    .camera-lens-rear-content-2 .camera-lens-content-item:nth-of-type(2) .camera-lens-content-item-title{
        font-size: 4.444vw;
    }
    .camera-lens-rear-stage{
        display: flex;
        justify-content: space-between;
        top: 27.77vw;
        top: calc(50vh - 70vw);
        left: 8.333%;
        transform: translateY(0);
        width: 83.333%;
        opacity: 1;
    }
    .camera-lens-rear-content-1{
        width: 50%;
    }
    .camera-lens-rear-content-2{
        width: 44%;
    }
    .camera-lens-rear-content-1 .camera-lens-content,
    .camera-lens-rear-content-2 .camera-lens-content{
        display: block;
    }
    .camera-lens-content-item{
        margin-bottom: 8.333vw;
    }
    .camera-lens-rear-stage .camera-lens-content-item:nth-of-type(2){
        width: 100%;
    }
    .camera-lens-rear-content-2 .camera-lens-content-item:nth-of-type(2){
        padding-top: 7vw;
        width: 100%;
    }
    .camera-lens-front-content-1{
        display: flex;
        justify-content: space-between;
        top: 27.77vw;
        top: calc(50vh - 60vw);
        left: 13.888%;
        width: 83.333%;
    }
    .camera-portrait-engine-container{
        width: 100%;
        text-align: left;
    }
    .camera-portrait-engine-title{
        width: 83.33%;
        margin: 0 auto;
    }
    .camera-portrait-engine-text{
        width: 83.33%;
        margin: 0 auto;
    }
    .camera-portrait-engine-image{
        width: 91.666%;
        margin: 0 auto;
    }
    .camera-portrait-theme-container{
        width: 100%;
        text-align: left;
    }
    .camera-portrait-theme-title,.camera-portrait-theme-text{
        width: 83.33%;
        margin: 0 auto;
    }
    .camera-portrait-theme-image-item:hover .camera-portrait-theme-image-bg {
        transform: scale(1);
    }
    .camera-portrait-theme-image-magnifier-container{
        display: none;
    }
    .camera-portrait-theme-detail{
        font-size: 4.444vw;
    }
    .camera-portrait-theme-detail-hightlight{
        font-size: 1.25em;
    }
    .camera-portrait-theme-swiper-control-container{
        display: flex;
        justify-content: flex-end;
        margin-right: 8.3333%;
    }
    .camera-portrait-theme-swiper-prev-btn{
        margin-right: 4.166vw;
    }
    .camera-portrait-theme-swiper-control-container svg{
        width: 11.11vw;
        height: 11.11vw;
    }
    .camera-portrait-theme-swiper-control-container path{
        transition: opacity .3s ease;
    }
    .camera-portrait-theme-swiper-control-container .swiper-button-disabled path{
        opacity: .3;
    }
    .camera-front-zoom-title,.camera-front-zoom-text{
        margin: 0 auto;
        text-align: left;
        width: 83.3333%;
    }
    .camera-front-zoom-content-container{
        width: 91.666%;
    }
    .camera-front-zoom-content-item-container{
        flex-direction: column;
        align-items: flex-start;
    }
    .camera-front-zoom-content-item-1 .camera-front-zoom-content-image{
        width: 100%;
    }
    .camera-front-zoom-content-detail{
        align-items: center;
        flex-direction: row;
        margin-top: 5.55vw;
        margin-left: 4.167vw;
    }
    .camera-front-zoom-content-detail-title{
        border-radius: 5.555vw;
        border-width: .6vw;
        flex: none;
        font-size: 3.888vw;
        margin-right: 5.555vw;
        padding: 1.388vw 0;
        width: 16.667vw;
    }
    .camera-front-zoom-content-item-2{
        margin-top: 11.111vw;
    }
    .camera-front-zoom-content-item-2 .camera-front-zoom-content-item-container{
        flex-direction: column;
    }
    .camera-front-zoom-content-item-2 .camera-front-zoom-content-image{
        width: 100%;
    }
    .camera-front-zoom-content-item-3{
        margin-top: 11.111vw;
    }
    .camera-front-zoom-content-item-3 .camera-front-zoom-content-image{
        width: 100%;
    }
    .camera-front-zoom-content-item .camera-front-zoom-content-item-container {
        opacity: 0;
        transform: translateY(1.5625vw);
        transition: all .6s ease;
    }
    .camera-front-zoom-content-item.active .camera-front-zoom-content-item-container {
        opacity: 1;
        transform: translateY(0);
    }
    .camera-rear-zoom-title,.camera-rear-zoom-text{
        margin: 0 auto;
        text-align: left;
        width: 83.3333%;
    }
    .camera-rear-zoom-image-container{
        width: 91.667%;
        overflow: hidden;
    }
    .camera-rear-zoom-image-swiper-controller-container{
        bottom: 9.3vw;
    }
    .camera-rear-zoom-image-swiper-controller-btn{
        border-width: .555vw;
        flex: none;
        font-size: 3.888vw;
        width: 10.55vw;
        height: 10.55vw;
    }
    .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
        font-size: 3.888vw;
    }
    .camera-rear-zoom-image-swiper-controller-point{
        flex: none;
        margin: 0 1.388vw;
        width: .833vw;
        height: .833vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns{
        margin-left: 50.25%;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
        transform: scale(1);
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="3"]{
        font-size: 2.777vw;
        width: 6.944vw;
        height: 6.944vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="4"]{
        font-size: 2.222vw;
        width: 5.55vw;
        height: 5.55vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]{
        transform: scale(1);
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="3"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="4"]{
        font-size: 2.777vw;
        width: 6.944vw;
        height: 6.944vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="3"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
        font-size: 2.777vw;
        width: 6.944vw;
        height: 6.944vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="3"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="3"] .camera-rear-zoom-image-swiper-controller-btn[data-id="3"]{
        transform: scale(1);
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="3"] .camera-rear-zoom-image-swiper-controller-btn[data-id="4"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="4"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
        font-size: 2.222vw;
        width: 5.55vw;
        height: 5.55vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="4"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]{
        font-size: 2.777vw;
        width: 6.944vw;
        height: 6.944vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="4"] .camera-rear-zoom-image-swiper-controller-btn[data-id="3"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="4"] .camera-rear-zoom-image-swiper-controller-btn[data-id="4"]{
        transform: scale(1);
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="1"]{
        transform: translateX(-5.7vw);
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="2"] {
        transform: translateX(-19.5vw);
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="3"] {
        transform: translateX(-30.6vw);
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="4"] {
        transform: translateX(-40vw);
    }
    .camera-rear-zoom-canvas-circle-container{
        bottom: 4.166vw;
        left: 4.7%;
        width: 90.6%;
    }
    #camera-rear-zoom-canvas-circle-animation{
        width: 83.05vw;
        height: 7.222vw;
    }
    .camera-rear-zoom-image-swiper-text-container{
        font-size: 3.333vw;
        margin-top: 2.333vw;
        width: 4em;
        text-align: center;
    }
    .camera-rear-zoom-image-swiper-text-item{
        width: 100%;
    }
    .camera-rear-zoom-content-container{
        margin: 0 auto;
        width: 83.333%;
    }
    .camera-rear-zoom-content-detail{
        transform: translateY(75%);
    }
    .camera-aperture-content{
        display: block;
        width: 83.333%;
    }
    .camera-aperture-title-container,.camera-aperture-text-container{
        width: 100%;
    }
    .camera-aperture-row{
        display: block;
        width: 100%;
    }
    .camera-aperture-left-image-container,.camera-aperture-right-image-container{
        width: 100%;
    }
    .camera-aperture-left-image-item[data-id="1"]{
        top: 0;
        left: 100%;
    }
    .camera-aperture-left-image-item[data-id="2"]{
        top: 0;
        left: 200%;
    }
    .camera-aperture-left-image-item[data-id="3"]{
        top: 0;
        left: 300%;
    }
    .camera-aperture-left-image-item[data-id="4"]{
        top: 0;
        left: 400%;
    }
    .camera-aperture-left-image-item[data-id="5"]{
        top: 0;
        left: 500%;
    }
    .camera-aperture-left-image-item[data-id="6"]{
        top: 0;
        left: 600%;
    }
    .camera-aperture-left-image-item[data-id="7"]{
        top: 0;
        left: 700%;
    }
    .camera-aperture-left-image-item[data-id="8"]{
        top: 0;
        left: 800%;
    }
    .camera-aperture-left-image-item[data-id="9"]{
        top: 0;
        left: 900%;
    }
    .camera-aperture-left-image-item{
        box-sizing: border-box;
        width: 100%;
        padding: 0 4.167vw;
    }
    .camera-aperture-left-image-container[data-index="0"]{
        transform: translateX(0);
    }
    .camera-aperture-left-image-container[data-index="1"]{
        transform: translateX(-100%);
    }
    .camera-aperture-left-image-container[data-index="2"]{
        transform: translateX(-200%);
    }
    .camera-aperture-left-image-container[data-index="3"]{
        transform: translateX(-300%);
    }
    .camera-aperture-left-image-container[data-index="4"]{
        transform: translateX(-400%);
    }
    .camera-aperture-left-image-container[data-index="5"]{
        transform: translateX(-500%);
    }
    .camera-aperture-left-image-container[data-index="6"]{
        transform: translateX(-600%);
    }
    .camera-aperture-left-image-container[data-index="7"]{
        transform: translateX(-700%);
    }
    .camera-aperture-left-image-container[data-index="8"]{
        transform: translateX(-800%);
    }
    .camera-aperture-left-image-container[data-index="9"]{
        transform: translateX(-900%);
    }
    .camera-aperture-right-image-item[data-id="1"]{
        top: 0;
        left: 100%;
    }
    .camera-aperture-right-image-item[data-id="2"]{
        top: 0;
        left: 200%;
    }
    .camera-aperture-right-image-item[data-id="3"]{
        top: 0;
        left: 300%;
    }
    .camera-aperture-right-image-item[data-id="4"]{
        top: 0;
        left: 400%;
    }
    .camera-aperture-right-image-item[data-id="5"]{
        top: 0;
        left: 500%;
    }
    .camera-aperture-right-image-item[data-id="6"]{
        top: 0;
        left: 600%;
    }
    .camera-aperture-right-image-item[data-id="7"]{
        top: 0;
        left: 700%;
    }
    .camera-aperture-right-image-item[data-id="8"]{
        top: 0;
        left: 800%;
    }
    .camera-aperture-right-image-item[data-id="9"]{
        top: 0;
        left: 900%;
    }
    .camera-aperture-right-image-item{
        box-sizing: border-box;
        width: 100%;
        padding: 0 4.167vw;
    }
    .camera-aperture-right-image-container[data-index="0"]{
        transform: translateX(0);
    }
    .camera-aperture-right-image-container[data-index="1"]{
        transform: translateX(-100%);
    }
    .camera-aperture-right-image-container[data-index="2"]{
        transform: translateX(-200%);
    }
    .camera-aperture-right-image-container[data-index="3"]{
        transform: translateX(-300%);
    }
    .camera-aperture-right-image-container[data-index="4"]{
        transform: translateX(-400%);
    }
    .camera-aperture-right-image-container[data-index="5"]{
        transform: translateX(-500%);
    }
    .camera-aperture-right-image-container[data-index="6"]{
        transform: translateX(-600%);
    }
    .camera-aperture-right-image-container[data-index="7"]{
        transform: translateX(-700%);
    }
    .camera-aperture-right-image-container[data-index="8"]{
        transform: translateX(-800%);
    }
    .camera-aperture-right-image-container[data-index="9"]{
        transform: translateX(-900%);
    }
    .camera-aperture-control-mode-icon{
        margin-top: 2vw;
        margin-right: 0;
        width: 21%;
        height: auto;
    }
    .camera-aperture-control-mode-icon svg{
        filter: drop-shadow(0px .5555px 1.1111px rgba(87,90,92,40%));
        width: 16.25vw;
        height: 16.25vw;
    }
    .camera-aperture-icon-container{
        padding: 5%;
    }
    .camera-aperture-icon-row{
        width: 16.25vw;
        height: 16.25vw;
        transform: none;
    }
    .camera-aperture-control-text-row{
        width: 72.65%;
    }
    .camera-aperture-control-text-item .camera-aperture-control-text{
        font-size: 3.88vw;
    }
    .camera-aperture-control-btns{
        margin: 0 auto;
        width: 61.111%;
    }
    .camera-aperture-control-btns.active{
        opacity: 1;
        pointer-events: all;
    }
    .camera-aperture-control-btns{
        opacity: 0;
        position: sticky;
        bottom: 5vw;
        z-index: 6;
        pointer-events: none;
        transition: opacity .4s ease;
    }
    .camera-aperture-control-btns:active{
        opacity: 1;
        pointer-events: all;
    }
    .camera-aperture-control-btns-row-container{
        background-color: #F6F8F7;
        border-radius: 6.666vw;
        padding: 1.111vw;
    }
    .camera-aperture-control-btns-row{
        padding: 1.8vw 0;
    }
    .camera-aperture-control-btn{
        font-size: 3.888vw;
        width: 33.3%;
    }
    .camera-aperture-control-btns-row::before{
        border-radius: 5.555vw;
        width: 33.3%;
    }
    .camera-aperture-control-btns-row[data-index="1"]::before {
        transform: translateX(100%);
    }
    .camera-aperture-control-btns-row[data-index="2"]::before {
        transform: translateX(200%);
    }
    .camera-aperture-control-btns-image{
        margin-top: 3.33vw;
        width: 76.8%;
    }
    .camera-aperture-control-text-item{
        display: block;
    }
    .camera-aperture-control-text-container{
        align-items: flex-start;
        width: 91.667%;
    }
    .camera-aperture-control-text-title{
        font-size: 6.6667vw;
        margin-bottom: 2.222vw;
        width: 100%;
    }
    .camera-sample-container{
        padding-bottom: 0;
    }
    .camera-sample-viewport{
        height: auto;
        padding-bottom: 22.222%;
    }
    .camera-sample-content-container{
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        width: 83.3333%;
        text-align: left;
        padding-bottom: 105%;
    }
    .camera-sample-canvas-viewport{
        top: 50%;
        height: 100vh;
        transform: translateY(-50%);
    }
    .camera-sample-canvas-container{
        width: 600vw;
        height: 337.5vw;
    }
    .camera-sample-more-container{
        display: flex;
        justify-content: center;
        height: 11.1111lvw;
        /* padding: .75vw; */
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
    }
    .camera-sample-show-btn{
        width: 11.111vw;
        height: 11.111vw;
    }
    .camera-sample-show-btn-text{
        border-radius: 5.5vw;
        font-size: 3.8888vw;
        padding: 2.916vw 6.666vw;
    }
    .camera-sample-show-btn:hover .camera-sample-show-btn-arrow{
        transform: translateX(4vw) rotate(45deg);
    }
    .camera-sample-show-btn-arrow{
        margin-left: -1.25vw;
        width: 11.111vw;
        height: 11.111vw;
        transform: none;
    }
    .camera-sample-show-btn-arrow svg{
        width: 8.462vw;
        height: 8.462vw;
    }
    .camera-sample-canvas-close-container{
        top: 5.555vw;
        right: 4.167%;
        padding: 0;
    }
    .camera-sample-canvas-close-btn{
        width: 10vw;
        height: 10vw;
        padding: 0;
    }
    .camera-sample-canvas-close-btn svg{
        width: 10vw;
        height: 10vw;
    }
    .camera-sample-pointer{
        display: none;
    }
    .camera-sample-item img{
        transform: scale(1);
    }
    .camera-sample-item-8 {
        transform: translate(135.143vw, 58.245vw);
    }
    .camera-sample-item-8 img {
    }
    .camera-sample-item-9{
        transform: translate(42.143vw, 58.248vw);
    }
    .camera-sample-item-10{
        transform: translate(-50.5vw, 60.1vw);
    }
    .camera-sample-item-11{
        transform: translate(0,0);
    }
    .camera-sample-item-13{
        transform: translate(0,0);
    }
    .camera-sample-item-14{
        transform: translate(42.143vw, -34.5vw);
    }
    .camera-sample-item-14 img{
        transform: scale(.9);
    }
    .camera-sample-item-15{
        transform: translate(-34.25vw, -31.555vw);
    }
    .camera-sample-item-15 img{
        transform: scale(.95);
    }
    .system-ai-retouch-title{
        margin: 0 auto;
        width: 83.333%;
        text-align: left;
    }
    .system-ai-retouch-sticky{
        height: auto;
        position: relative; 
        overflow: hidden;
    }
    .system-ai-retouch-phone-container{
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(-6.111vw);
        width: 143.05%;
    }
    .system-creative-theme-image,.system-creative-theme-image{
        border-radius: 3.75vw;
    }
    .system-ai-retouch-phone-content-video-container{
        border-radius: 6.25vw;
    }
    .system-ai-retouch-phone-content-image-container{
        border-radius: 6.25vw;
    }
    .system-ai-retouch-phone-content-container{
        width: 43.37%;
    }
    .system-ai-retouch-best-expression-start-btn-svg svg{
        width: 26.66vw;
        height: 10.636vw;
    }
    .system-ai-retouch-best-expression-start-btn{
        font-size: 3.888vw;
        width: 26.66vw;
        height: 9vw;
    }
    .system-ai-retouch-best-expression-border{
        top: 82.2%;
        left: 59.475%;
        width: 8.65vw;
        height: 8.65vw;
    }
    .system-ai-retouch-best-expression-border svg{
        width: 8.65vw;
        height: 8.65vw;
    }
    .system-ai-retouch-best-expression-white-points-container{
        top: 35.6%;
        left: 22%;
        width: 8.666vw;
        height: 8.666vw;
    }
    .system-ai-retouch-best-expression-white-border-container{
        top: 35.6%;
        left: 22%;
        width: 8.666vw;
        height: 8.666vw;
    }
    .system-ai-retouch-best-expression-white-border-container svg{
        width: 8.666vw;
        height: 8.666vw;
    }
    .system-ai-retouch-best-expression-switch-container{
        top: 14.5%;
        left: 9.33%;
    }
    .system-ai-retouch-best-expression-switch-tab-bg svg{
        width: 38.888vw;
        height: 16.5vw;
    }
    .system-ai-retouch-best-expression-switch-btn-svg svg{
        width: 26.66vw;
        height: 10.636vw;
    }
    .system-ai-retouch-best-expression-switch-btn{
        margin-bottom: 2.222vw;
        margin-left: 6vw;
    }
    .system-ai-retouch-best-expression-switch-btn-text{
        font-size: 3.888vw;
        width: 26.66vw;
        height: 9vw;
    }
    .system-ai-retouch-best-expression-switch-tab{
        width: 38.888vw;
        height: 16.5vw;
        padding-bottom: 1.4vw;
    }
    .system-ai-retouch-best-expression-switch-item{
        border-width: 1px;
        margin-right: 1.5278vw;
        width: 9.722vw;
    }
    .system-ai-retouch-best-expression-switch-tab-confirm-btn{
        margin-left: .777vw;
    }
    .system-ai-retouch-best-expression-switch-tab-confirm-btn svg{
        width: 7.7778vw;
        height: 7.7778vw;
    }
    .system-ai-retouch-content-container{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .system-ai-retouch-content-image-container{
        display: none;
    }
    .system-ai-retouch-content-text{
        margin: -17vw auto 0;
        width: 72.5%;
        opacity: 1;
        text-align: center;
        transform: none;
    }
    .system-ai-feautre-video-play-btn-container{
        right: 2.777vw;
        bottom: 2.777vw;
        width: 8.888vw;
        height: 8.888vw;
    }
    .system-ai-feautre-video-play-btn-container svg{
        width: 8.888vw;
        height: 8.888vw;
    }
    .system-ai-feautre-swiper-btn-container{
        justify-content: flex-end;
        margin-top: 8.333vw;
        margin-right: 8.333vw;
        margin-left: 0;
    }
    .system-ai-feautre-swiper-prev-btn{
        margin-right: 4.166vw;
    }
    .system-ai-feautre-swiper-btn-container svg{
        width: 11.111vw;
        height: 11.111vw;
    }
    .system-creative-theme-content{
        display: block;
        margin: 0 auto;
        width: 83.333%;
    }
    .system-creative-theme-title,.system-creative-theme-text{
        width: 100%;
    }
    .system-creative-theme-background-container{
        display: none;
    }
    .system-creative-theme-swiper-container{
        margin-left: 10.833%;
        width: 98.6111%;
    }
    .system-creative-theme-item-container{
        transition: all .5s ease-in-out;
    }
    .system-creative-theme-switch-btn-container{
        border-radius: 6.666vw;
        width: 58.333%;
        height: 13.333vw;
    }
    .system-creative-theme-switch-btn{
        font-size: 3.888vw;
        margin-right: 13vw;
    }
    .system-creative-theme-switch-btn-container::before{
        border-radius: 5.555vw;
        top: 1.111vw;
        left: 1.111vw;
        width: 27.778vw;
        height: 11.111vw;
    }
    .system-creative-theme-switch-btn-container[data-index="1"]::before {
        transform: translateX(101%);
    }
    .system-xiaoyi-image-container,.system-xiaoyi-bg,.system-xiaoyi-content-progress-line-container{
        display: none;
    }
    .system-xiaoyi-content-container{
        display: block;
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        width: 100%;
    }
    .system-xiaoyi-container{
        width: 100%;
    }
    .system-xiaoyi-content-text-row{
        overflow: hidden;
    }
    .system-xiaoyi-content-text-row .swiper-wrapper{
        flex-direction: row;
    }
    .system-xiaoyi-content-text{
        margin-bottom: 0;
        opacity: 1;
        position: relative;
    }
    .system-xiaoyi-content-text::before{
        background: linear-gradient(to bottom,#EFF4EF,#F9FAF9);
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 87%;
    }
    .system-xiaoyi-content-image{
        position: relative;
    }
    .system-xiaoyi-content-text-title{
        font-size: 6.666vw;
        margin: -5vw auto 2.777vw;
        position: relative;
        width: 66.666vw;
    }
    .system-xiaoyi-content-text p{
        font-size: 3.888vw;
        height: auto;
        margin: 0 auto;
        opacity: 1;
        padding-bottom: 9.444vw;
        position: relative;
        width: 66.666vw;
    }
    .system-xiaoyi-content-swiper-btn-container{
        display: flex;
        justify-content: flex-end;
        margin-right: 8.333%;
    }
    .system-xiaoyi-content-swiper-prev-btn{
        margin-right: 4.167vw;
    }
    .system-xiaoyi-content-swiper-btn-container svg{
        width: 11.111vw;
        height: 11.111vw;
    }
    .system-xiaoyi-content-swiper-btn-container path{
        transition: opacity .3s ease;
    }
    .system-xiaoyi-content-swiper-btn-container .swiper-button-disabled path{
        opacity: .3;
    }
    .system-xiaoyi-content-disclaimer{
        margin-top: 2.777vw;
        top: 88%;
        left: 8.3333%;
        font-size: 2.22vw;
        width: 53%;
    }
    .system-satellite-communication-container{
        width: 100%;
    }
    .system-satellite-communication-title,.system-satellite-communication-text{
        margin: 0 auto;
        width: 83.333%;
        text-align: left;
    }
    .system-satellite-communication-feature-container{
        display: block;
        margin: 0 auto;
        margin-left: 8.333%;
        width: 80.8%;
    }
    .system-satellite-communication-feature-container .system-satellite-communication-feature-item{
        display: flex;
        margin-bottom: 8.333vw;
        width: 100%;
    }
    .system-satellite-communication-feature-container .system-satellite-communication-feature-item:last-child{
        margin-bottom: 0;
    }
    .system-satellite-communication-feature-icon svg{
        margin-right: 4.167vw;
        margin-bottom: 0;
        width: 11.111vw;
        height: 11.111vw;
    }
    .system-satellite-communication-feature-text p{
        font-size: 3.888vw;
    }
    .system-screen-container .sticky-viewport{
        height: auto;
        position: relative;
        top: 0;
    }
    .system-screen-title,.system-screen-text{
        margin: 0 auto;
        width: 83.333%;
        text-align: left;
    }
    .system-screen-image{
        margin-top: 4.167%;
        width: 100%;
    }
    .system-screen-feature-container{
        margin-top: -17vw;
        margin-left: 8.333%;
        width: 88.166%;
    }
    .system-screen-feature-row{
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        opacity: 1;
        pointer-events: all;
    }
    .system-screen-feature-row:nth-of-type(1){
        transform: none;
    }
    .system-screen-feature-num{
        font-size: 8.888vw;
    }
    .system-screen-feature-text{
        font-size: 3.333vw;
    }
    .system-screen-feature-item{
        margin-right: 0;
    }
    .system-screen-feature-row:nth-of-type(1) .system-screen-feature-item{
        margin-bottom: 8.333vw;
    }
    .system-screen-feature-row:nth-of-type(1) .system-screen-feature-item:nth-of-type(3){
        width: 36%;
    }
    .system-screen-feature-row:nth-of-type(1) .system-screen-feature-item:nth-of-type(4){
        width: 42%;
    }
    .system-screen-feature-row:nth-of-type(2){
        width: 100%;
        transform: none;
    }
    .system-screen-feature-row:nth-of-type(2) .system-screen-feature-item:nth-of-type(2){
        width: 36%;
    }
    .system-screen-feature-row.active .system-screen-feature-item:nth-of-type(2){
        transition-delay: 0s;
    }
    .system-screen-feature-row.active .system-screen-feature-item:nth-of-type(3){
        transition-delay: .2s;
    }
    .system-screen-feature-row.active .system-screen-feature-item:nth-of-type(4){
        transition-delay: .2s;
    }
    .system-eye-protect{
        margin-top: 0;
    }
    .system-eye-protect-title,.system-eye-protect-text{
        margin: 0 auto;
        width: 83.333%;
        text-align: left;
    }
    .system-eye-protect-image-container{
        width: 91.666%;
    }
    .system-eye-protect-image-switch-container{
        border-radius: 5.555vw;
        top: 4.1667vw;
        right: 4.1667vw;
        width: 32.5vw;
        height: 11.11vw;
    }
    .system-eye-protect-image-switch-container::before{
        border-radius: 4.444vw;
        top: 1.111vw;
        left: 1.111vw;
        width: 15.277vw;
        height: 8.888vw;
    }
    .system-eye-protect-image-switch-btn{
        margin-right: 9.375vw;
    }
    .system-eye-protect-image-switch-icon svg{
        width: 5.694vw;
        height: 5.694vw;
    }
    .system-eye-protect-image-switch-btn[data-id="2"] .system-eye-protect-image-switch-icon svg{
        width: 5.694vw;
        height: 5.694vw;
    }
    .system-eye-protect-image-switch-container[data-index="2"]::before {
        transform: translateX(96%);
    }
    .system-eye-protect-feature-container{
        display: block;
        margin-left: 8.333%;
        width: 55.55%;
    }
    .system-eye-protect-feature-item{
        margin-bottom: 8.333vw;
    }
    .system-eye-protect-feature-item:last-child{
        margin-bottom: 0;
    }
    .system-eye-protect-feature-item-icon{
        margin-right: 4.167vw;
    }
    .system-eye-protect-feature-item-icon svg{
        width: 11.111vw;
        height: 11.111vw;
    }
    .system-power-control-container{
        width: 100%;
    }
    .system-power-control-title,.system-power-control-text{
        margin: 0 auto;
        width: 83.333%;
        text-align: left;
    }
    .system-power-control-image{
        margin: 0 auto;
        width: 91.667%;
    }
    .system-power-control-feature-container{
        display: block;
        margin-left: 8.333%;
        width: 81.944%;
    }
    .system-power-control-feature-container .system-power-control-feature{
        display: flex;
        margin-bottom: 8.333vw;
        width: 100%;
    }
    .system-power-control-feature-container .system-power-control-feature:last-child{
        margin-bottom: 0;
    }
    .system-power-control-feature-icon{
        margin-right: 4.167vw;
    }
    .system-power-control-feature-icon svg{
        width: 11.111vw;
        height: 11.111vw;
    }
    .system-safty-title,.system-safty-text{
        margin: 0 auto;
        width: 83.333%;
        text-align: left;
    }
    .system-safty-image-container{
        display: block;
        width: 91.667%;
    }
    .system-safty-image-left-part{
        width: 100%;
    }
    .system-safty-image-right-part{
        background-color: #FFFFFF;
        flex-direction: row;
        justify-content: space-between;
        margin: 8.333vw auto 0;
        width: 83.333vw;
    }
    .system-safty-image-feature{
        margin-bottom: 0;
    }
    .system-safty-image-feature-icon{
        margin-bottom: 2.777vw;
        width: 11.111vw;
        height: 11.111vw;
    }
    .system-safty-image-feature-text{
        font-size: 3.888vw;
    }





    .disclaimer-container {
        font-size: 3.33vw;
        width: 87.5%;
        padding-top: 8.33%;
        padding-bottom: 8.33%;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 10vw;
    }
}

@media (max-aspect-ratio: 11 / 10) and (min-width: 600px) {

}
@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 6 / 10){
    .design-intro-content-container{
        top: 4%;
    }
    .camera-lens-rear-stage{
        top: 8vw;
    }
    .camera-lens-image-container{
        bottom: 0;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="4"]{
        transform: translateX(-41.5vw);
    }
}
@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 9 / 10){
    .camera-lens-content-item-title{
        font-size: 3.6vw;
        margin-bottom: 2vw;
    }
    .camera-lens-content-item-text {
        font-size: 2.888vw;
    }
    .camera-lens-rear-content-2 .camera-lens-content-item:nth-of-type(2) .camera-lens-content-item-title{
        font-size: 3.2vw;
    }
    .camera-lens-rear-content-2 .camera-lens-content-item:nth-of-type(2){
        padding-top: 9.75vw;
    }
    .camera-lens-rear-content-2 .camera-lens-content-item:nth-of-type(2) .camera-lens-content-item-title span{
        display: inline-block;
        padding-top: .5em;
    }
    .camera-lens-content-item {
        margin-bottom: 3.5vw;
    }
    .camera-lens-front-content-1{
        top: 11vw;
    }
    .camera-rear-zoom-image-swiper-controller-btns[data-index="4"]{
        transform: translateX(-41.5vw);
    }
}
@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 7 / 10){
    .reasontobuy-item-container .hidden-mob{
        display: flex;
    }
    .reasontobuy-item-container .hidden-none{
        display: none;
    }
    .reasontobuy-main-swiper{
        width: 98%;
    }
    .reasontobuy-item-content-title{
        font-size: 3.5vw;
    }
    .reasontobuy-item-content-title br{
        display: none;
    }
    .reasontobuy-item-2-icon-controller-btns .camera-rear-zoom-image-swiper-controller-btn{
        width: 5vw;
        height: 5vw;
    }
    .reasontobuy-item-2-icon-controller-btns .camera-rear-zoom-image-swiper-controller-btn{
        font-size: 2vw;
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="1"] {
        transform: translateX(-3vw);
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="2"] {
        transform: translateX(-12.5vw);
    }
    .reasontobuy-item-2-icon-text-container{
        font-size: 2.8vw;
        width: 3.55em;
        text-align: center;
    }
    .reasontobuy-item-2-icon-circle-container{
        display: flex;
        width: 50vw;
    }
    #reasontobuy-item-2-icon-circle-animation{
        width: 50vw;
        height: 4.18vw;
    }
    .reasontobuy-item-3-white-border svg{
        width: 12vw;
        height: 12.866vw;
    }
    .reasontobuy-item-3-white-border{
        top: 25.5%;
        left: 22.7%;
    }
    .reasontobuy-item-3-switch-bar-container{
        top: 3.45%;
        width: 23vw;
        height: 9.72vw;
        padding-bottom: 1vw;
    }
    .reasontobuy-item-3-switch-bar-container svg{
        width: 23vw;
        height: 9.72vw;
    }
    .reasontobuy-item-3-switch-item{
        display: flex;
        align-items: center;
        width: 5.5vw;
        height: 5.5vw;
    }
    .reasontobuy-item-3-switch-item picture{
        display: flex;
    }
    .reasontobuy-item-6-feature-item-icon svg{
        width: 5vw;
        height: 5vw;
    }
    .reasontobuy-item-6-feature-item-text{
        font-size: 1.5vw;
    }
    .reasontobuy-control-container{
        margin-top: 5vw;
    }
    .reasontobuy-swiper-btn-container{
        border-radius: 6.6vw;
        padding: 2.4vw 4.11vw;
    }
    .reasontobuy-control-container .reasontobuy-swiper-pagination .swiper-pagination-bullet{
        width: 1.2vw;
        height: 1.2vw;
        margin-right: 1.8vw;
    }
    .reasontobuy-control-container .reasontobuy-swiper-pagination .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .reasontobuy-swiper-btn-container svg{
        width: 1.34vw;
    }
    .reasontobuy-swiper-pagination{
        margin: 0 3.5vw;
    }
    .design-color-content-container{
        margin-top: 2.8vw;
    }
    .design-color-content-text-title{
        font-size: 3.37vw;
    }
    .design-color-content-text-detail{
        font-size: 2.24vw;
    }
    .design-color-switch-btn{
        width: 5.05vw;
        height: 5.05vw;
    }
    .design-color-container .space-120{
        height: 8.88vw;
    }
    .design-color-3d-show-btn{
        width: 5.555vw;
        height: 5.555vw;
    }
    .design-color-3d-show-btn-arrow{
        margin-left: -.6vw;
        width: 5.555vw;
        height: 5.555vw;
    }
    .design-color-3d-show-btn-arrow svg{
        width: 4.5vw;
        height: 4.5vw;
    }
    .design-color-more-container{
        height: 6vw;
    }
    .design-color-3d-show-btn:hover .design-color-3d-show-btn-arrow {
        transform: translateX(3vw) rotate(45deg);
    }
    .design-color-3d-show-btn-text{
        font-size: 1.96vw;
        padding: 1.5vw 3.33vw;
    }
    .common-popup-close-btn svg{
        width: 5.056vw;
        height: 5.056vw;
    }
    .camera-sample-canvas-close-btn svg{
        width: 5.056vw;
        height: 5.056vw;
    }
}
@media (max-aspect-ratio: 7 / 10){
    .reasontobuy-container{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .reasontobuy-main-swiper{
        width: 87.7777%;
    }
    .reasontobuy-content-swiper{
        margin-top: 8.05555vw;
        padding-left: 0;
        width: 91.11111%;
    }
    #reasontobuy-item-1-animation{
        width: 81.94444vw;
        height: 109.11vw;
    }
    .reasontobuy-item-content-title{
        color: #1D1D1F;
        font-size: 5.55555vw;
    }
    .reasontobuy-item-content-text{
        color: #676A6B;
        font-size: 4.44444vw;
        margin-top: .59375em;
    }
    .reasontobuy-item{
        padding: 0 2.222vw;
        overflow: hidden;
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
        transform: scale(1);
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="3"]{
        font-size: 2.777vw;
        width: 6.944vw;
        height: 6.944vw;
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="1"] .camera-rear-zoom-image-swiper-controller-btn[data-id="4"]{
        font-size: 2.222vw;
        width: 5.55vw;
        height: 5.55vw;
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="1"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="2"]{
        transform: scale(1);
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="3"]{
        font-size: 3.33vw;
        width: 9.722vw;
        height: 9.722vw;
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="2"] .camera-rear-zoom-image-swiper-controller-btn[data-id="4"]{
        font-size: 2.777vw;
        width: 6.944vw;
        height: 6.944vw;
    }
    .swiper-slide-active .reasontobuy-item-container{
        transform: scale(1);
        transition: transform .6s ease;
    }
    .reasontobuy-jump-btn{
        border-color: #FFFFFF18;
        border-radius: 50%;
        border: 1px solid #FFFFFF4c;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(.26vw);
        -webkit-backdrop-filter: blur(.26vw);
        z-index: 5;
        width: 9.305556vw;
        height: 9.305556vw;
        right: 5.555556vw;
        bottom: 5.555556vw;
    }
    .reasontobuy-item-1 .reasontobuy-jump-btn{
        opacity: 1;
    }
    .reasontobuy-jump-btn svg:last-child{
        position: relative;
        transform: none;
    }
    .reasontobuy-item-1 video{

    }
    .reasontobuy-container.active .reasontobuy-item-1 video{
        height: auto;
    }
    .reasontobuy-item-image.hidden-web{
        display: block;
    }
    .reasontobuy-item-image.hidden-mob{
        display: none;
    }
    .reasontobuy-item-5 .reasontobuy-item-image{
        width: 100%;
        height: auto;
    }
    .reasontobuy-item.active .reasontobuy-item-content{
        opacity: 1;
        transform: translateY(0);
    }
    .reasontobuy-wrapper{
        margin-top: 8.05555vw;
        padding-left: 0;
        width: 91.11111%;
    }
    .reasontobuy-item-1 .reasontobuy-item-image{
        display: flex;
    }
    .reasontobuy-item-1 .reasontobuy-item-content{
        z-index: 2;
    }
    .reasontobuy-container.active .reasontobuy-item-1 .reasontobuy-item-image{
        background-color: #F7F7F7;
    }
    .reasontobuy-click-title{
        color: #F5F6F7;
        font-size: 6.6667vw;
    }
    .reasontobuy-title-container{
        flex-direction: row;
    }
    .reasontobuy-title-item{
        margin-bottom: 0;
    }
    .reasontobuy-title-item.active .reasontobuy-click-title{
        color: #F5F6F7;
        font-size: 6.6667vw;
    }
    .reasontobuy-title-item.active .reasontobuy-click-page{
        height: auto;
    }
    .reasontobuy-click-page{
        height: auto;
        margin-top: 2.638vw;
    }
    .reasontobuy-click-page span{
        color: #969699;
        font-size: 4.444vw;
    }
    .reasontobuy-item-jump-btn{
        opacity: 0;
        transform: translateY(5.55vw);
        transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
        will-change: transform;
    }
    .reasontobuy-item.active .reasontobuy-item-jump-btn{
        opacity: 1;
        transform: translateY(0);
    }
    .reasontobuy-item-jump-btn svg rect{
        fill: #969699;
    }
    .reasontobuy-item-title{
        font-size: 4.44vw;
        transform: translateY(0);
        opacity: 1;
    }
    .reasontobuy-item-text{
        margin-top: 2.91vw;
        opacity: 1;
        transform: none;
    }
    .reasontobuy-item-text p{
        font-size: 2.77vw;
    }
    .reasontobuy-item-image{
        height: auto;
        margin-bottom: 0;
        transform: translateY(0);
        opacity: 1;
    }
    .reasontobuy-item .h3{
        color: #FFFFFF;
    }
    .reasontobuy-item-content{
        margin-top: 5vw;
    }
    .reasontobuy-item-jump-btn{
        clip-path: none;
        width: 3.33vw;
        height: 3.33vw;
        right: 0;
        bottom: 5.55vw;
        opacity: 1;
    }
    .reasontobuy-item-jump-btn svg{
        width: 3.33vw;
        height: 3.33vw;
    }

    .reasontobuy-item-content{
        margin-top: 0;
        top: 5.55vw;
        left:5.55vw;
        width: 100%;
        text-align: left;
    }
    .reasontobuy-item-2-icon-controller-btns{
        margin-left: 50.25%;
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="1"] {
        transform: translateX(-5.7vw);
    }
    .reasontobuy-item-2-icon-controller-btns[data-index="2"] {
        transform: translateX(-20.5vw);
    }
    .reasontobuy-item-2-icon-text-container{
        font-size: 3.333vw;
        margin-top: 2.333vw;
        width: 4em;
        text-align: center;
    }
    .reasontobuy-item-2-icon-circle-container{
        width: 76.667%;
    }
    #reasontobuy-item-2-icon-circle-animation{
        width: 63.888vw;
        height: 5.555vw;
    }
    .reasontobuy-item-3 .reasontobuy-item-content{
        right: auto;
        left: 5.55vw;
    }
    .reasontobuy-item-3 .reasontobuy-item-content-title{
        color: #1D1D1F;
    }
    .reasontobuy-item-3-white-border.hidden-web{
        display: flex;
    }
    .reasontobuy-item-3-white-border{
        top: 62.455%;
        left: 32.833%;
    }
    .reasontobuy-item-3-white-border svg{
        width: 7.555vw;
        height: 7.555vw;
    }
    .reasontobuy-item-3-switch-bar-container{
        top: 50.46%;
        left: 25.13%;
        width: 33vw;
        height: 14.06vw;
        padding-bottom: 1.3888vw;
    }
    .reasontobuy-item-3-switch-bar-container svg{
        width: 33vw;
        height: 14.06vw;
    }
    .reasontobuy-item-3-switch-item{
        width: 8.333vw;
        height: 8.333vw;
    }
    .reasontobuy-item-4 .reasontobuy-item-satellite{
        top: 18%;
        left: 58.167%;
        width: 30.277vw;
        transform: translateX(0) scale(.6727);
        transform-origin: 50% 50%;
    }
    .reasontobuy-item-6 .reasontobuy-item-6-feature-container{
        flex-direction: row;
        left: 6.66%;
        top: 23%;
    }
    .reasontobuy-item-6-feature-item{
        margin-right: 4.167vw;
        margin-bottom: 0;
    }
    .reasontobuy-item-6-feature-item:last-child{
        margin-right: 0;
    }
    .reasontobuy-item-6-feature-item-icon svg{
        width: 11.11vw;
        height: 11.11vw;
    }
    .reasontobuy-item-6-feature-item-text{
        font-size: 3.33vw;
    }
    .reasontobuy-control-container{
        margin-top: 8.88888vw;
        width: 91.111%;
        opacity: 0;
        transition: opacity .3s ease;
    }
    .reasontobuy-container.active .reasontobuy-control-container{
        opacity: 1;
    }
    .reasontobuy-swiper-btn-container{
        border-radius: 12.222vw;
        padding: 4.305vw 6.666vw;
    }
    .reasontobuy-swiper-btn-container.hidden-web{
        display: flex;
        justify-content: center;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: auto;
    }
    .reasontobuy-swiper-btn-container .btn-disable{
        /* opacity: 1; */
    }
    .reasontobuy-swiper-btn-container.hidden-mob{
        display: none;
    }
    .reasontobuy-swiper-prev-btn,
    .reasontobuy-swiper-next-btn{
        transition: transform .2s ease, opacity .6s ease;
    }
    .reasontobuy-swiper-prev-btn-svg,
    .reasontobuy-swiper-next-btn-svg{
        display: flex;
    }
    .reasontobuy-swiper-btn-container svg {
        width: 2.94vw;
        height: 4.713vw;
    }
    .reasontobuy-control-container .reasontobuy-swiper-pagination .swiper-pagination-bullet{
        width: 2.222vw;
        height: 2.222vw;
        margin-right: 3.333vw;
    }
    .reasontobuy-swiper-pagination{
        display: flex;
        margin: 0 6.666vw;
    }
}

@media (min-aspect-ratio: 11 / 10) and (max-width: 800px){
    .camera-intro-video-popup,.design-intro-video-popup{
        bottom: 8.333vw;
    }
    .system-ai-retouch-best-expression-switch-container{
        left: 22.33%;
    }
}
@media (min-aspect-ratio: 11 / 10) and (max-width: 850px){
    .system-ai-retouch-best-expression-switch-item{
        border-width: 1px;
        width: 2.3vw;
    }
}
@media (max-aspect-ratio: 11 / 10) and (min-width: 500px){
    .system-ai-retouch-best-expression-switch-item{
        border-width: 2px;
    }
}
@media (min-aspect-ratio: 11 / 10) and (max-width: 1250px){
    .kv-content-container{
        height: 11vw;
    }
}
@media (any-hover: none) {
    .camera-sample-pointer {
        display: none;
    }
}
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 .replay-btn{
    display: none;
}
.no-inline-video .system-ai-feautre-video-play-btn-container{
    display: none;
}