.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;
}
.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{
    font-size: 6.25vw;
    font-weight: 500;
    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{
    font-size: 3.5416vw;
    font-weight: 500;
    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: #6E6E73;
    font-size: 1.1458vw;
    line-height: 1.6;
}
.main-container .highlight-text{
    color: #1D1D1F;
    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;
}
.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: 4.166vw;
    height: 4.166vw;
}
.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: 70%;
    position: relative;
}
.kv-content-container{
    margin-left: 2.08%;
    width: 25.2vw;
}
.kv-content-logo svg{
    width: 25.2vw;
    height: auto;
}
.kv-content-slogan{
    display: flex;
    justify-content: space-between;
    font-size: 4.166vw;
    font-weight: 500;
}
.kv-content-feature{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .9375vw;
    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-price-container{
    margin-top: 1.718vw;
}
.kv-harmonyos{
    position: absolute;
    right: 2.18vw;
    bottom: 1.3vw;
}
.kv-harmonyos svg{
    width: 9.74vw;
    height: 3.08vw;
}
.reasontobuy-container{
    margin: 0 auto;
    align-items: center;
    position: relative;
}
.reasontobuy-wrapper{
    width: 22.916667vw;
    margin-top: 0;
    padding-left: 2.916667vw;
    position: relative;
}
.kv-reasontobuy{
    margin-top: -5vw;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.kv-reasontobuy-space{
    height: 5vw;
}
.reasontobuy-main-swiper{
    margin: 0;
    transform: scale(1.5);
    transform-origin: 50% 35%;
    transition: transform 1s ease;
    position: relative;
    z-index: 2;
}
.reasontobuy-container.active .reasontobuy-main-swiper{
    transform: scale(1);
}
.reasontobuy-container.active #reasontobuy-item-1-animation{
    border-radius: .8333vw;
    overflow: hidden;
}
.reasontobuy-item-container{
    position: relative;
    will-change: transform;
    overflow: hidden;
}
.reasontobuy-item{
    transition: opacity .3s ease;
}
.reasontobuy-item.swiper-slide-active{
    opacity: 1;
}
.reasontobuy-item-4-phone{
    display: flex;
    position: absolute;
    left: 31.25%;
    bottom: 0;
    width: 25vw;
    transform: translateY(2.08vw);
    opacity: 0;
    transition: all 0.8s ease;
}
.reasontobuy-item-4-phone>picture{
    display: flex;
}
.reasontobuy-item-4-satellite-1{
    position: absolute;
    left: 12.7%;
    top: 51%;
    width: 16.45%;
    opacity: 0;
    transform: translate(50%, -50%) scale(.5);
    transition: all 0.8s ease;
}
.reasontobuy-item-4-satellite-2{
    position: absolute;
    left: 71.45%;
    top: 32%;
    width: 16.875%;
    opacity: 0;
    transform: translate(-55%, -25%) scale(.5);
    transition: all 0.8s ease;
}
.swiper-slide-active .reasontobuy-item-4-phone{
    opacity: 1;
    transform: translateY(0);
}
.swiper-slide-active .reasontobuy-item-4-satellite-1,
.swiper-slide-active .reasontobuy-item-4-satellite-2{
    opacity: 1;
    transform: translate(0,0) scale(1);
    transition: transform 0.8s ease;
}
.reasontobuy-item-image{
    border-radius: .833vw;
    display: flex;
    align-items: flex-end;
    height: 37.4811vw;
    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-image canvas{
    width: 66.683132vw;
    height: 100%;
}
.reasontobuy-item-5 .reasontobuy-item-image{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.reasontobuy-item-5 .reasontobuy-item-image>picture{
    justify-content: center;
}
.reasontobuy-item-5 .reasontobuy-item-image img{
    transition: all 0.8s ease;
}
.swiper-slide-active .reasontobuy-item-image img{
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}
.reasontobuy-item-6 .reasontobuy-item-image{
    background: #F5F5F7;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.reasontobuy-item-6-left{
    transition: transform .8s ease;
}
.reasontobuy-item-6-center{
    margin: 0 4.1667vw;
    width: 12.7vw;
    transform: scale(.65);
    transition: transform .8s ease;
}
.reasontobuy-item-6-center>picture img{
    will-change: transform;
    position: relative;
    z-index: 2;
}
.reasontobuy-item-6-right{
    width: 10.05vw;
    transform: scale(1.25);
    transition: transform .8s ease;
}
.swiper-slide-active .reasontobuy-item-6-left,
.swiper-slide-active .reasontobuy-item-6-center,
.swiper-slide-active .reasontobuy-item-6-right{
    transform: scale(1);
    transition: transform .8s ease;
}
.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-scroll-bar{
    background-color: #0000004c;
    width: 6.25vw;
    height: 1px;
    position: relative;
}
.reasontobuy-scroll-bar .swiper-scrollbar-drag{
    background-color: #676A6B;
    margin-top: -1px;
    height: 3px;
}
.reasontobuy-swiper-btn-container{
    background-color: #F7F8FA;
    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{
    opacity: .3;
}
.reasontobuy-swiper-prev-btn-svg,.reasontobuy-swiper-next-btn-svg{
    display: flex;
}
.reasontobuy-swiper-prev-btn:hover .reasontobuy-swiper-btn-svg-bg{
    fill:rgba(255,255,255,0.6);
    transition: fill .3s ease;
}
.reasontobuy-swiper-next-btn:hover .reasontobuy-swiper-btn-svg-bg{
    fill:rgba(255,255,255,0.6);
    transition: fill .3s ease;
}
.reasontobuy-swiper-prev-btn{
    cursor: pointer;
    transition: transform .2s ease, opacity .6s ease;
    pointer-events: all;
}
.reasontobuy-swiper-next-btn{
    cursor: pointer;
    transition: transform .2s ease, opacity .6s ease;
    pointer-events: all;
}
.reasontobuy-item-content{
    position: absolute;
    top: 3.4vw;
    left: 3.5vw;
    z-index: 2;
    will-change: transform;
    transform: rotateZ(0.1deg);
}
.reasontobuy-item-content-title{
    color: #1D1D1D;
    font-size: 3.0208vw;
    line-height: 1.25;
}
.reasontobuy-item-content-text{
    color: #969699;
    font-size: 1.25vw;
    margin-top: .5em;
}
.reasontobuy-item-1{
    transition: background-color 1s ease 1s,opacity .3s ease;
}
.reasontobuy-item-1 .reasontobuy-item-content{
    opacity: 0;
    transform: translateY(2.08vw);
    transition: transform .4s ease .6s,opacity .4s ease .6s;
}
.reasontobuy-item-1 .reasontobuy-item-image{
    position: relative;
    z-index: 2;
}
.reasontobuy-item-1 .reasontobuy-jump-btn{
    opacity: 0;
    transition: transform .4s ease .6s,opacity .4s ease .6s;
    z-index: 3;
}
.reasontobuy-item-1 .reasontobuy-item-container{
    background-color: #FAFAFA00;
}
.reasontobuy-container .reasontobuy-item-1 .reasontobuy-item-image{
    background-color: #F7F8FA00;
    transition: background-color .75s ease .5s;
}
.reasontobuy-container.active .reasontobuy-item-1 .reasontobuy-item-image{
    background-color: #F7F8FAFF;
}
.reasontobuy-container.active .reasontobuy-item-1 .reasontobuy-item-content{
    opacity: 1;
    transform: translateY(0);
}
.reasontobuy-container.active .swiper-slide-active.reasontobuy-item-1 .reasontobuy-jump-btn{
    opacity: 1;
    transform: translateY(0);
}
.reasontobuy-item-2 video{
    mix-blend-mode: darken;
}
.reasontobuy-item-3 .reasontobuy-item-content-text{
    color: #F5F5F7;
}
.reasontobuy-item-6 .reasontobuy-item-content-title{
    color: #000000;
}
.reasontobuy-item-6 .reasontobuy-item-content-text{
    color: #676A6B;
}
.design-title-container{
    position: relative;
}
.design-title-background{
    display: flex;
    margin: 4.6875vw auto 0;
    width: 55.2%;
    transform: scale(1.15);
    transform-origin: 50% 100%;
}
.design-title-background picture{
    width: 100%;
}
.design-title-container .design-title{
    font-weight: 500;
}
.design-title{
    position: absolute;
    top: 78%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%,200%);
    width: 65%;
}
.design-title-left{
    transform: rotate(25deg);
    transform-origin: 100% 50%;
}
.design-title-right{
    transform: rotate(-25deg);
    transform-origin: 0% 50%;
}
.design-intro{
    margin-top: 3.2vw;
}
.design-intro-image{
    position: relative;
}
.design-intro-container .video-pop-play{
    position: absolute;
    right: 3.646vw;
    bottom: 3.646vw;
}
.design-intro-text{
    margin: 0 auto;
    width: 39.6%;
    text-align: center;
}
.design-feature-container{
    position: relative;
}
.design-feature-item{
    position: relative;
}
.design-feature-item-title{
    color: #1D1D1D;
    font-size: 4.167vw;
    font-weight: 500;
    line-height: 1.25;
    position: absolute;
    will-change: transform;
    transform: rotateZ(0.1deg);
    z-index: 1;
}
.design-feature-item-1-video-container{
    margin: 0 auto ;
    width: 84.375%;
    position: relative;
}
.design-feature-item-1-container{
    margin: 0 auto;
    position: relative;
    width: 81.25%;
}
.design-feature-item-1-left{
    position: absolute;
    top: 4.8%;
    left: 4%;
    width: 51%;
    transform: translateY(25%) scale(.66);
    transition: transform .75s ease;
}
.design-feature-item-1-right{
    position: absolute;
    top: -2.42%;
    left: 49%;
    width: 45%;
    transform: translateY(25%) scale(.66);
    transition: transform .75s ease;
}
.design-feature-container.active .design-feature-item-1-left,
.design-feature-container.active .design-feature-item-1-right{
    transform: translateY(0) scale(1);
}
.design-feature-item-2 .design-feature-item-title{
    display: flex;
    justify-content: space-between;
    width: 87.17%;
    top: 40%;
    left: 6.4%;
}
.design-feature-item-3 .design-feature-item-title{
    width: 100%;
    top: 9.25%;
    left: 0;
    text-align: center;
}
.design-feature-item-4 .design-feature-item-title{
    width: 100%;
    top: 12.1%;
    left: 0;
    text-align: center;
}
.design-feature-swiper-btn-container{
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5625%;
    margin-right: 15.625%;
    position: relative;
    z-index: 2;
    transition: opacity .3s ease;
}
.design-feature-container.active .design-feature-swiper-btn-container{
    opacity: 1;
    pointer-events: all;
}
.design-feature-swiper-prev-btn{
    margin-right: 1.3vw;
}
.design-feature-swiper-btn-container>div{
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
}
.design-feature-swiper-btn-container svg{
    width: 2.6vw;
    height: 2.6vw;
}
.design-feature-swiper-btn-container .btn-disable{
    cursor: default;
    opacity: .3;
}
.design-color-container .swiper{
    /* background: linear-gradient(to bottom,#FFFFFF,#F7F7F7); */
}
/* .design-color-container .swiper-wrapper{
    transition-timing-function: linear;
} */
.design-color-content{
    position: relative;
}
.design-color-item-container{
    margin: 0 auto;
    width: 81.25%;
    position: relative;
}
.design-color-text-container{
    font-size: 1.145vw;
    position: relative;
    text-align: center;
    margin-left: 31%;
    width: 18.3%;
}
.design-color-pagination{
    position: absolute;
    right: 16.82%;
    top: -5%;
}
.design-color-text-gray{
    color: #B2B2B2;
    font-size: 1.364em;
    font-weight: bold;
}
.design-color-text-green{
    color: #B0E500;
    font-size: 1.364em;
    font-weight: bold;
}
.design-color-text-pink{
    color: #EFC1B9;
    font-size: 1.364em;
    font-weight: bold;
}
.design-color-text-black{
    color: #000000;
    font-size: 1.364em;
    font-weight: bold;
}
.design-color-text-item{
    color: #767776;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease;
}
.design-color-text-item:first-child{
    position: relative;
    left: 0;
    transform: none;
}
.design-color-text-container[data-index="0"] .design-color-text-item[data-id="0"]{
    opacity: 1;
    z-index: 2;
}
.design-color-text-container[data-index="1"] .design-color-text-item[data-id="1"]{
    opacity: 1;
    z-index: 2;
}
.design-color-text-container[data-index="2"] .design-color-text-item[data-id="2"]{
    opacity: 1;
    z-index: 2;
}
.design-color-text-container[data-index="3"] .design-color-text-item[data-id="3"]{
    opacity: 1;
    z-index: 2;
}
.design-color-pagination{
    display: flex;
    justify-content: center;
}
.design-color-pagination-container{
    background-color: #F5F5F5;
    border-radius: 2.18vw;
    display: flex;
    padding: .73vw 1.77vw;
}

.design-color-pagination-item{
    border: 2px transparent solid;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    display: flex;
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 1.04vw;
    padding: 2px;
}
@media (-webkit-min-device-pixel-ratio : 1.2) and (-webkit-max-device-pixel-ratio : 1.45) {
    .design-color-pagination-item{
        padding: 1.6px;
    }
    .design-color-pagination-item{
        border-width: 1.6px;
    }
}
@media (-webkit-min-device-pixel-ratio : 1.45){
    .design-color-pagination-item{
        padding: 2px;
    }
    .design-color-pagination-item{
        border-width: 1.4px;
    }
}

.design-color-pagination-item::before{
    box-sizing: border-box;
    border-radius: 100%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}
.design-color-pagination-item:last-child{
    margin-right: 0;
}
.design-color-pagination-item[data-id="0"]::before{
    background-color: #CEF383;
}
.design-color-pagination-item[data-id="1"]::before{
    background-color: #FFCDC1;
}
.design-color-pagination-item[data-id="2"]::before{
    background-color: #D7D7D7;
}
.design-color-pagination-item[data-id="3"]::before{
    background-color: #000000;
}
.design-color-pagination-container[data-index="0"] .design-color-pagination-item[data-id="0"]{
    border-color: #CEF383;
}
.design-color-pagination-container[data-index="1"] .design-color-pagination-item[data-id="1"]{
    border-color: #FFCDC1;
}
.design-color-pagination-container[data-index="2"] .design-color-pagination-item[data-id="2"]{
    border-color: #D7D7D7 ;
}
.design-color-pagination-container[data-index="3"] .design-color-pagination-item[data-id="3"]{
    border-color: #000000;
}
.design-accessory-title{
    text-align: center;
}
.design-accessory-image-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 74.58%;
    overflow: initial;
}
.design-accessory-image-container .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}
.design-accessory-image-item{
    border-radius: 1.04vw;
    width: 31.42%;
    overflow: hidden;
    will-change: transform;
}
.design-accessory-image-item-2{
    width: 33.52%;
}
.design-accessory-image-item-1,.design-accessory-image-item-3{
}
.design-accessory-image-item-2,.design-accessory-image-item-4{
    margin-top: 3.85vw;
}
.design-accessory-swiper-control-container{
    display: none;
}
.design-accessory-disclaimer{
    position: absolute;
    top: 107%;
    right: 0;
}
.disclaimer-text{
    color: #6E6E73;
    font-size: .67vw;
}
.design-accessories-more-btn-icon-container {
    position: relative;
    width: .44vw;
    height: .88vw;
    margin-left: 1vw;
}
.design-accessory-link{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.design-accessory-link.hidden-web{
    display: none;
}
.design-accessory-link>a{
    display: flex;
    align-items: center;
}
.design-accessories-more-btn-text{
    color: #1D1D1D;
    font-size: 1.354vw;
}
.design-accessories-more-btn-icon-container.active .design-accessories-more-btn-icon{
    animation-play-state: paused;
}
.design-accessory-link a:hover .design-accessories-more-btn-icon{
    animation-play-state: running;
}
.design-accessories-more-btn-icon {
    display: flex;
    position: absolute;
    opacity: .33;
    animation: accessoriesIcon 4.2s linear 0s infinite forwards;
}
.design-accessories-more-btn-icon:nth-of-type(2) {
    animation-delay: 1.4s;
}
.design-accessories-more-btn-icon:nth-of-type(3) {
    animation-delay: 2.8s;
}
.design-accessories-more-btn-icon svg {
    width: .44vw;
    height: .88vw;
}
@keyframes accessoriesIcon {
    0%{
        opacity: 0;
        transform: translateX(0) scale(.5);
    }
    33%{
        opacity: 1;
        transform: translateX(150%) scale(1);
    }
    60%{
        opacity: 1;
        transform: translateX(250%) scale(1);
    }
    66%{
        opacity: 1;
        transform: translateX(270%) scale(1);
    }
    100%{
        opacity: 0;
        transform: translateX(450%) scale(.5);
    }
}
.design-thin-title{
    text-align: center;
}
.design-thin-text{
    text-align: center;
}
.design-thin-image-container{
    margin-top: 2.5%;
    position: relative;
}
.design-thin-image video{
    mix-blend-mode: darken;
}
.design-thin-image{
    display: flex;
}
.design-thin-left-phone{
    margin-left: 24.275%;
    width: 24.75%;
    position: relative;
    z-index: 3;
    transform: translate(-5%, -3%);
    will-change: tranform;
}
.design-thin-right-phone{
    margin-top: 17.86%;
    margin-left: .26%;
    width: 24.48%;
    position: relative;
    z-index: 3;
    transform: translate(5%, 3%);
    will-change: transform;
}
.design-thin-weight-content{
    clip-path: polygon(0 0%, 51.25% 0%, 62.5% 100%, 0% 100%);
    line-height: 1.25;
    position: absolute;
    top: 13.5vw;
    left: 22.5%;
    width: 30%;
    overflow: hidden;
    z-index: 2;
}
.design-thin-weight-content-container{
    display: flex;
    align-items: center;
    transform: translateX(75%);
    transition: transform 1s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: transform;
}
.design-thin-feature-num{
    color: #343C18;
    font-size: 5.885vw;
    font-weight: 300;
    margin-right: 1.718vw;
}
.design-thin-feature-text{
    color: #343C18;
    font-size: 1.04vw;
    font-weight: 300;
    text-align: right;
}
.design-thin-feature-text-2{
    color: #343C18;
    font-size: 2.448vw;
    font-weight: 300;
}
.design-thin-thin-content{
    clip-path: polygon(21.4% 0%, 100% 0%, 100% 100%, 34.25% 100%);
    display: flex;
    justify-content: flex-end;
    line-height: 1.25;
    position: absolute;
    top: 39vw;
    right: 21%;
    width: 30%;
    overflow: hidden;
    z-index: 2;
}
.design-thin-thin-content-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateX(-85%);
    transition: transform 1s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    width: 100%;
    will-change: transform;
}
.design-thin-image-container.active .design-thin-weight-content-container,
.design-thin-image-container.active .design-thin-thin-content-container{
    transform: translateX(0);
}
.design-thin-thin-content-container .design-thin-feature-text{
    text-align: right;
}
.design-hinge-background{
    height: 100%;
}
.design-hinge-stage-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.design-hinge-close-container{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 15%;
    width: 74.1%;
    transform: translateY(-50%);
}
.design-hinge-stage-container.active{
    opacity: 1;
    pointer-events: all;
}
.design-hinge-close-title{
    width: 17.8vw;
}
.design-hinge-close-text{
    width: 20.6vw;
}
.design-hinge-open-content{
    position: absolute;
    left: 33%;
    top: 15%;
    width: 34%;
    text-align: center;
}
.design-hinge-open-text{
    margin-top: 1.5625vw;
}
.design-hinge-open-feature-container{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 21.5%;
    top: 78%;
    width: 57%;
}
.design-hinge-open-feature-item-title{
    font-size: 1.718vw;
    font-weight: 500;
    line-height: 1.25;
}
.design-hinge-open-feature-item-text{
    color: #495817;
    font-size: .9375vw;
    margin-top: .86vw;
}
.screen-main-title{
    margin-top: -5.5vh;
}
.screen-main-title-container{
    text-align: center;
    position: relative;
}
.screen-main-title-container .product-special-title-color{
    position: relative;
}
.screen-main-title-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    transition: transform .5s ease,opacity .5s ease;
    transform-origin: 60% 66%;
}
.screen-main-title-container.active .screen-main-title-icon{
    transform: scale(0);
    opacity: 0;
}
.screen-theme-container{
    position: relative;
}
.screen-theme-swiper-btn-container{
    display: flex;
    margin-right: 15.625%;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -.25%;
}
.screen-theme-swiper-btn-container>div {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
}
.screen-theme-swiper-prev-btn {
    margin-right: 1.3vw;
}
.screen-theme-swiper-btn-container .btn-disable {
    cursor: default;
    opacity: .3;
}
.screen-theme-swiper-btn-container svg {
    width: 2.6vw;
    height: 2.6vw;
}
.screen-theme-text{
    margin: 0 auto;
    width: 47.6%;
    text-align: center;
}
.screen-outside-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 14.58%;
    width: 70%;
}
.screen-outside-content-container{
    background-color: #F2F2F2;
    border-radius: 1.04vw;
    width: 41.68%;
    position: relative;
}
.screen-outside-content-nav-title-container{
    display: flex;
    justify-content: space-between;
    font-size: 1.145vw;
    padding: 2vw 3.4vw .77vw;
}
.screen-outside-content-nav-title{
    color: #1D1D1F;
    cursor: pointer;
    line-height: 1.25;
    opacity: .3;
    transition: transform .5s ease,opacity .5s ease;
    transform-origin: 50% 70%;
    will-change: transform;
}
.screen-outside-content-nav-title-container[data-index="1"] .screen-outside-content-nav-title:nth-of-type(1){
    font-weight: 500;
    transform: scale(1.454545);
    opacity: 1;
}
.screen-outside-content-nav-title-container[data-index="2"] .screen-outside-content-nav-title:nth-of-type(2){
    font-weight: 500;
    transform: scale(1.454545);
    opacity: 1;
}
.screen-outside-content-nav-title-container[data-index="3"] .screen-outside-content-nav-title:nth-of-type(3){
    font-weight: 500;
    transform: scale(1.454545);
    opacity: 1;
}

.screen-outside-content-nav-progress-bar-container{
    background-color: #C9C9C9;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
}
.screen-outside-content-nav-progress-slide{
    background-color: #B8E522;
    border-radius: 3px;
    width: 32%;
    height: 3px;
    position: relative;
    top: -.5px;
    transform: translateX(28%);
    transition: transform .5s ease;
    overflow: hidden;
}
.screen-outside-content-nav-progress-bar[data-index="1"] .screen-outside-content-nav-progress-slide{
    transform: translateX(11%);
}
.screen-outside-content-nav-progress-bar[data-index="2"] .screen-outside-content-nav-progress-slide{
    transform: translateX(107%);
}
.screen-outside-content-nav-progress-bar[data-index="3"] .screen-outside-content-nav-progress-slide{
    transform: translateX(202%);
}
.screen-outside-content-icon-container{
    position: relative;
}
.screen-outside-content-icon-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
}
.screen-outside-content-icon-container[data-tab="1"] .screen-outside-content-icon-item:nth-of-type(1){
    opacity: 1;
    pointer-events: all;
}
.screen-outside-content-icon-container[data-tab="2"] .screen-outside-content-icon-item:nth-of-type(2){
    opacity: 1;
    pointer-events: all;
}
.screen-outside-content-icon-container[data-tab="3"] .screen-outside-content-icon-item:nth-of-type(3){
    opacity: 1;
    pointer-events: all;
}
.screen-outside-content-icon-container[data-index="1"] .screen-outside-content-icon[data-id="1"]{
    opacity: 1;
}
.screen-outside-content-icon-container[data-index="2"] .screen-outside-content-icon[data-id="2"]{
    opacity: 1;
}
.screen-outside-content-icon-container[data-index="3"] .screen-outside-content-icon[data-id="3"]{
    opacity: 1;
}
.screen-outside-content-icon-container[data-index="4"] .screen-outside-content-icon[data-id="4"]{
    opacity: 1;
}
.screen-outside-content-icon-container[data-index="5"] .screen-outside-content-icon[data-id="5"]{
    opacity: 1;
}
.screen-outside-content-icon-container[data-index="6"] .screen-outside-content-icon[data-id="6"]{
    opacity: 1;
}
.screen-outside-content-icon-item:first-child{
    position: relative;
}
/* .screen-outside-content-icon-container::after{
    background: linear-gradient(to bottom,#FFFFFF00,#FFFFFF99);
    content: "";
    width: 100%;
    height: 3.125vw;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.screen-outside-content-icon-text{
    color: #6E6E73;
    font-size: 1.1458vw;
    margin: 1.82vw 2.5vw;
}
.screen-outside-content-icon-image{
    display: flex;
    flex-wrap: wrap;
    margin-left: 3.125vw;
    margin-bottom: 4.55vw;
    width: 78.8%;
    scroll-behavior: smooth;
}
.screen-outside-content-icon-item::-webkit-scrollbar{
    margin-right: .5vw;
    width:.2vw;
}
.screen-outside-content-icon-item::-webkit-scrollbar-thumb{
    background:rgba(85,85,85,.5);
    border-color:transparent #dce4df transparent #dce4df;
    border-width:0 4px 0 4px;
    border-style:solid;
}
.screen-outside-content-icon-item::-webkit-scrollbar-track{
    background:rgba(85,85,85,.1);
    border-color:transparent #dce4df transparent #dce4df;
    border-width:0 4px 0 4px;
    border-style:solid;
}
.screen-outside-content-icon-item::-webkit-scrollbar-button{
    background-color:transparent;
    height:.5vw;
}
.screen-outside-content-icon{
    border-radius: 1.25vw;
    cursor: pointer;
    margin-top: 1.25vw;
    margin-left: 5.99%;
    width: 29.34%;
    overflow: hidden;
    opacity: .3;
    transition: opacity .3s ease;
}
.screen-outside-content-icon:nth-of-type(3n+1){
    margin-left: 0;
}
.screen-outside-content-icon:nth-of-type(1),
.screen-outside-content-icon:nth-of-type(2),
.screen-outside-content-icon:nth-of-type(3){
    margin-top: 0;
}
.screen-outside-image-container{
    width: 40.88%;
    position: relative;
}
.screen-outside-phone{
    position: relative;
    z-index: 2;
}
.screen-outside-screen-container{
    position: absolute;
    top: 46%;
    left: 11%;
    width: 51.5%;
}
.screen-outside-screen-item{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}
.screen-outside-screen-item:first-child{
    position: relative;
}
.screen-outside-screen-container[data-tab="1"][data-index="1"] .screen-outside-screen-item[data-tab="1"][data-id="1"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="1"][data-index="2"] .screen-outside-screen-item[data-tab="1"][data-id="2"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="1"][data-index="3"] .screen-outside-screen-item[data-tab="1"][data-id="3"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="1"][data-index="4"] .screen-outside-screen-item[data-tab="1"][data-id="4"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="1"][data-index="5"] .screen-outside-screen-item[data-tab="1"][data-id="5"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="2"][data-index="1"] .screen-outside-screen-item[data-tab="2"][data-id="1"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="2"][data-index="2"] .screen-outside-screen-item[data-tab="2"][data-id="2"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="2"][data-index="3"] .screen-outside-screen-item[data-tab="2"][data-id="3"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="2"][data-index="4"] .screen-outside-screen-item[data-tab="2"][data-id="4"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="2"][data-index="5"] .screen-outside-screen-item[data-tab="2"][data-id="5"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="2"][data-index="6"] .screen-outside-screen-item[data-tab="2"][data-id="6"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="3"][data-index="1"] .screen-outside-screen-item[data-tab="3"][data-id="1"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="3"][data-index="2"] .screen-outside-screen-item[data-tab="3"][data-id="2"]{
    opacity: 1;
}
.screen-outside-screen-container[data-tab="3"][data-index="3"] .screen-outside-screen-item[data-tab="3"][data-id="3"]{
    opacity: 1;
}
.screen-notice-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 12.1875%;
    width: 75.625%;
}
.screen-notice-image-container{
    width: 46.9%;
    position: relative;
}
.screen-notice-image-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
}
.screen-notice-image-item:first-child{
    position: relative;
}
.screen-notice-image-container[data-index="1"] .screen-notice-image-item:nth-of-type(1){
    opacity: 1;
    pointer-events: all;
}
.screen-notice-image-container[data-index="2"] .screen-notice-image-item:nth-of-type(2){
    opacity: 1;
    pointer-events: all;
}
.screen-notice-content-container{
    width: 36.63%;
}
.screen-notice-content-nav{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: 1.1458vw;
    padding: 0 4vw .77vw;
}
.screen-notice-content-nav-item{
    color: #1D1D1F;
    cursor: pointer;
    line-height: 1.25;
    opacity: .3;
    transition: transform .5s ease,opacity .5s ease;
    transform-origin: 50% 100%;
}
.screen-notice-content-nav[data-index="1"] .screen-notice-content-nav-item:nth-of-type(1){
    font-weight: 500;
    transform: scale(1.454545);
    opacity: 1;
}
.screen-notice-content-nav[data-index="2"] .screen-notice-content-nav-item:nth-of-type(2){
    font-weight: 500;
    transform: scale(1.454545);
    opacity: 1;
}
.screen-notice-content-nav-bar{
    background-color: #C9C9C9;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
}
.screen-notice-content-nav-bar-slide{
    background-color: #B8E522;
    border-radius: 3px;
    width: 44%;
    height: 3px;
    position: relative;
    top: -.5px;
    transition: transform .5s ease,width .5s ease;
    overflow: hidden;
}
.screen-notice-content-nav-bar[data-index="1"] .screen-notice-content-nav-bar-slide{
    transform: translateX(0%);
}
.screen-notice-content-nav-bar[data-index="2"] .screen-notice-content-nav-bar-slide{
    transform: translateX(113%);
    width: 47%;
}
.screen-notice-content-text-container{
    margin-top: 2.08vw;
    position: relative;
}
.screen-notice-content-text{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    width: 100%;
}
.screen-notice-content-text:first-child{
    position: relative;
}
.screen-notice-content-text-container[data-index="1"] .screen-notice-content-text:nth-of-type(1){
    opacity: 1;
    pointer-events: all;
}
.screen-notice-content-text-container[data-index="2"] .screen-notice-content-text:nth-of-type(2){
    opacity: 1;
    pointer-events: all;
}
/* .screen-notice-image-item-1 .swiper-slide{
    width: 58.96%;
}
.screen-notice-image-item-2 .swiper-slide{
    width: 58.96%;
} */
.screen-aod-text{
    margin: 0 auto;
    width: 45.93%;
    text-align: center;
}
.screen-ai-photo-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 9.375%;
    width: 80.1%;
    box-sizing: border-box;
}
.screen-ai-photo-image{
    width: 63.043%;
    height: 35.79vw;
}
.screen-ai-photo-image-item{
    border-radius: 1.04vw;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.replay-btn{
    color: #000000;
    cursor: pointer;
    font-size: 1.1458vw;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2.08vw;
    bottom: 2.08vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.replay-btn.show-btn{
    opacity: 1;
    pointer-events: all;
}
.replay-text{
    margin-right: .44vw;
}
.replay-btn-svg{
    display: flex;
}
.replay-btn-svg svg{
    width: 2.4vw;
    height: 2.4vw;
}
.screen-ai-photo-enhance-after{
    width: 34.15vw;
    position: relative;
}
.screen-ai-photo-enhance-after-text{
    position: absolute;
    left: 1.25vw;
    bottom: 1.25vw;
    transition: opacity 0s ease-out .4s;
}
.screen-ai-photo-enhance-before{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: width 0s linear .4s;
}
.screen-ai-photo-enhance-before-text{
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    white-space: nowrap;
}
.screen-ai-photo-enhance-before-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 34.45vw;
}
.screen-ai-photo-enhance-line{
    position: absolute;
    top: 0;
    right: 110%;
    height: 100%;
    width: 2.808333vw;
    transform: translateX(50%);
    opacity: 1;
    transition: right 0s linear .4s,opacity 0s ease-out .4s;
}
.screen-ai-photo-enhance-line img{
    height: 100%;
    width: auto;
}
.swiper-slide-active .screen-ai-photo-enhance-before{
    width: 0%;
    transition: width 1.5s linear .45s;
}
.swiper-slide-active .screen-ai-photo-enhance-after-text{
    opacity: 0;
    transition: opacity .2s ease-out 1.95s;
}
.swiper-slide-active .screen-ai-photo-enhance-line{
    opacity: 0;
    right: -10%;
    transition: right 1.8s linear .3s,opacity .2s ease-out 1.95s;
    will-change: right;
}
.screen-ai-photo-image-swiper{
    height: 100%;
}
.screen-ai-photo-image-swiper .swiper-slide{
    display: flex;
    align-items: center;
}
.screen-ai-photo-content-container{
    margin-left: 6.25vw;
    position: relative;
    width: 34.35%;
}
.screen-ai-photo-text-container{
    display: flex;
    margin-top: 2.447vw;
    position: relative;
}
.screen-ai-photo-text-progress-line-container{
    margin-right: 2.73vw;
}
.screen-ai-photo-text-progress-line{
    background-color: #C9C9C9;
    width: 2px;
    height: 15vw;
}
.screen-ai-photo-text-progress-line .swiper-scrollbar-drag{
    background-color: #B8E522;
    border-radius: 3px;
    margin-left: -.5px;
    width: 3px;
}
.screen-ai-photo-text-row{
    overflow: initial;
}
.screen-ai-photo-text-row .swiper-wrapper{
    flex-direction: column;
}
.screen-ai-photo-text-title{
    font-size: 1.6667vw;
    line-height: 1.25;
    margin-bottom: 1.5625vw;
    will-change: transform;
}
.screen-ai-photo-text{
    cursor: pointer;
    height: auto;
    opacity: .3;
    transition: opacity .3s ease,margin .3s ease;
    will-change: transform;
}
.screen-ai-photo-text.active{
    opacity: 1;
}
.screen-ai-photo-text:first-child{
    margin-top: .67vw;
    margin-bottom: 1.7825vw;
}
.screen-ai-photo-text:last-child{
    margin-bottom: .67vw;
}
.screen-ai-photo-text .screen-ai-photo-text-detail{
    opacity: 0;
    transition: opacity .6s ease;
}
.screen-ai-photo-text p{
    height: 0;
    opacity: 0;
    transition: height .5s ease,opacity .5s ease;
    will-change: height;
}
.screen-ai-photo-text:first-child p{
    display: block;
}
.screen-ai-photo-text.active:first-child{
    margin-bottom: 3.5625vw;
}
.screen-ai-photo-text.active p{
    height: 3.2em;
    opacity: 1;
}
.screen-ai-photo-text[data-id="1"].active p{
    height: 3.2em;
}
.screen-ai-photo-text.active .screen-ai-photo-text-detail{
    opacity: 1;
}
.screen-ai-function-item{
    background: linear-gradient(to bottom,#D9EAFD 0,#F5EDF6 45%,#F3F5FB 85%,#E8F0FD 100%);
    border-radius: 1.04vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    will-change: transform;
}
.screen-ai-function-item-content{
    position: absolute;
    top: 33.5%;
    left: 7.78%;
    width: 43%;
    z-index: 2;
    will-change: transform;
    transform: rotateZ(0.1deg);
}
.screen-ai-function-item-content-image{
    margin-left: 58%;
    width: 34.815%;
    padding: 4.166vw 0;
}
.screen-ai-function-item-title{
    font-size: 1.6667vw;
    line-height: 1.25;
    margin-bottom: 1.5625vw;
}
.screen-ai-function-item-text p{
    font-size: 1.1458vw;
}
.screen-ai-function-swiper-btn-container{
    display: flex;
    justify-content: flex-end;
    margin-top: 2.08%;
    margin-right: 15%;
}
.screen-ai-function-swiper-btn-container>div {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
}
.screen-ai-function-swiper-prev-btn {
    margin-right: 1.3vw;
}
.screen-ai-function-swiper-btn-container .btn-disable {
    cursor: default;
    opacity: .3;
}
.screen-ai-function-swiper-btn-container svg {
    width: 2.6vw;
    height: 2.6vw;
}
.screen-ai-function-disclaimer{
    margin: .97vw 0 0 9.43vw;
}
.camera-main-title-animation{
    display: flex;
    justify-content: center;
}
.camera-main-title-container{
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}
.camera-main-title-container .h2{
    padding: 0 1em .2em .5em;
    transform: scale(0);
    opacity: 0;
    transition: transform 1s ease,opacity .4s ease;
}
.camera-main-title-icon{
    position: absolute;
    width: 5.05vw;
    transition: transform 1s ease;
}
.camera-main-title-icon-1{
    left: 0;
    transform: translate(300%, 100%);
}
.camera-main-title-icon-2{
    right: 0;
    bottom: 0;
    transform: translate(-300%, -100%);
}
.camera-main-title-icon-2 img{
    transform: rotate(180deg);
}
.camera-main-title-container.active .h2{
    transform: scale(1);
    opacity: 1;
}
.camera-main-title-container.active .camera-main-title-icon{
    transform: translate(0,0);
}
.camera-main-title-text{
    margin: 0 auto;
    width: 47.2%;
    text-align: center;
}
.camera-main-title-text p.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;
}
.title-animation-end p.common-transform-show.active{
    opacity: 1;
    transform: translateY(0);
}
.camera-intro-container{
    position: relative;
}
#camera-intro-background-animation{
    margin-left: 39.08%;
    width: 45.052vw;
    height: 33.8541vw;
}
.camera-intro-content-container{
    position: absolute;
    top: 20%;
    left: 15%;
}
.camera-intro-content-feature-container{
    position: relative;
}
.camera-intro-content-feature-front{
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}
.camera-intro-content-feature-front,
.camera-intro-content-feature-rear{
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}
.camera-intro-content-feature-container[data-index="1"] .camera-intro-content-feature-front{
    opacity: 1;
    pointer-events: all;
}
.camera-intro-content-feature-container[data-index="2"] .camera-intro-content-feature-rear{
    opacity: 1;
    pointer-events: all;
}

.camera-intro-content-feature-item{
    margin-bottom: 3.125vw;
}
.camera-intro-content-feature-item:last-child{
    margin-bottom: 0;
}
.camera-intro-new-content-feature-container .camera-intro-content-feature-item{
    margin-bottom: 2vw;
}
.camera-intro-new-content-feature-container .camera-intro-content-feature-item:last-child{
    margin-bottom: 0;
}
.camera-intro-content-feature-item-title{
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.25;
}
.camera-intro-content-feature-item-num{
    background: linear-gradient(to bottom,#D4E5B0,#8FD600);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 4.21vw;
    margin: 0 0 1.04vw;
    line-height: 1;
}
.camera-intro-content-feature-item-text{
    color: #6E6E73;
    font-size: .9375vw;
    margin-top: 1.04vw;
}
.camera-intro-switch-btn-container{
    display: flex;
    margin-top: 4.166vw;
}
.camera-intro-switch-btn-container.hidden-web{
    display: none;
}
.camera-intro-switch-btn{
    border: 3px #B8E522 solid;
    border-radius: 1.83vw;
    display: flex;
    padding: .4vw 1.875vw;
    position: relative;
}
.camera-intro-switch-text{
    cursor: pointer;
    font-size: 1.4vw;
    line-height: 1.888;
    margin-right: 3vw;
    opacity: .2;
    transition: opacity .3s ease,transform .3s ease;
    position: relative;
    z-index: 2;
}
.camera-intro-switch-text:last-child{
    margin-right: 0;
}
.camera-intro-switch-btn[data-index="1"] .camera-intro-switch-text:nth-of-type(1){
    opacity: 1;
    transform: scale(1.125);
}
.camera-intro-switch-btn[data-index="2"] .camera-intro-switch-text:nth-of-type(2){
    opacity: 1;
    transform: scale(1.125);
}
.camera-intro-switch-btn::after{
    background-color: #B8E522;
    border-radius: 1.354vw;
    content: "";
    position: absolute;
    top: .4vw;
    left: .4vw;
    width: 5.625vw;
    height: calc(100% - .8vw);
    transition: transform .3s ease;
}
.camera-intro-switch-btn[data-index="1"]::after{
    transform: translateX(0);
}
.camera-intro-switch-btn[data-index="2"]::after{
    transform: translateX(104%);
}
.camera-intro-new-background{
    margin-left: 23.54%;
    width: 54.22%;
}
.camera-intro-new-background img{
    image-rendering: -webkit-optimize-contrast;
}
.camera-intro-new-content-container{
    position: absolute;
    top: 0;
    left: 8%;
    width: 83%;
}
.camera-intro-new-content-feature-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.camera-intro-new-content-feature-rear{
    margin-top: 4.1vw;
}
.camera-intro-new-content-feature-front{
    margin-top: 4.8vw;
}
.camera-portrait-text{
    margin: 0 auto;
    width: 47.6%;
    text-align: center;
}
.camera-portrait-image{
    border-radius: 1.04vw;
    margin: 0 auto;
    width: 70%;
    overflow: hidden;
    will-change: transform;
    position: relative;
}
.camera-portrait-image .video-pop-play{
    position: absolute;
    right: 2.08vw;
    bottom: 2.6vw;
}
.camera-selfie-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 75%;
}
.camera-selfie-content{
    width: 31.83%;
}
.camera-selfie-container p{
    color: #575A5C;
}
.camera-selfie-subtitle{
    color: #000000;
    font-size: 1.14vw;
    line-height: 1.25;
    margin-bottom: .25em;
    opacity: .3;
}
.camera-selfie-title .product-special-title-color{
    font-size: 1.3333em;
}
.camera-selfie-right-title{
    display: block;
    margin-left: 1em;
}
.camera-selfie-title{
    margin-left: .5vw;
    width: 90%;
}
.camera-selfie-text{
    margin-left: .5vw;
    margin-top: 1.5625vw;
    width: 80%;
}
.camera-selfie-image-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 61.6972%;
}
.camera-selfie-left-container{
    border-radius: 2.08vw;
    width: 75.48%;
    position: relative;
    overflow: hidden;
    will-change: transform;
    z-index: 3;
    transform: translateZ(0.1px);
}
.camera-selfie-item{
    border-radius: 2.08vw;
    position: absolute;
    top: 0;
    right: 0.1px;
    bottom: 0.1px;
    left: 0.1px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transform: scale(1.1) translateZ(.1px);
    transition: opacity .1s ease .4s,transform .1s ease .4s;
    z-index: 1;
    will-change: transform;
}
.camera-selfie-item:first-child{
    position: relative;
}
.camera-selfie-item .camera-selfie-item-image{
    border-radius: 2.15vw;
    overflow: hidden;
}
.camera-selfie-left-container[data-index="0"] .camera-selfie-item[data-id="0"]{
    opacity: 1;
    transform: scale(1) translateZ(.1px);;
    pointer-events: all;
    transition: opacity .4s ease,transform .4s ease;
    z-index: 2;
}
.camera-selfie-left-container[data-index="1"] .camera-selfie-item[data-id="1"]{
    opacity: 1;
    transform: scale(1) translateZ(.1px);;
    pointer-events: all;
    transition: opacity .4s ease,transform .4s ease;
    z-index: 2;
}
.camera-selfie-left-container[data-index="2"] .camera-selfie-item[data-id="2"]{
    opacity: 1;
    transform: scale(1) translateZ(.1px);;
    pointer-events: all;
    transition: opacity .4s ease,transform .4s ease;
    z-index: 2;
}
.camera-selfie-content-container{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8.9vw;
    padding: 1.5vw 2.5vw 0;
    z-index: 2;
    will-change: transform;
}
.camera-selfie-content-container::before{
    background-color: #F1F3F5CC;
    backdrop-filter: blur(50px) brightness(2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateZ(0);
    will-change: transform;
}
.camera-selfie-item-content{
    position: absolute;
    top: 1.5vw;
    left: 2.5vw;
    right: 2.5vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}
.camera-selfie-item-content:first-child{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.camera-selfie-content-container[data-index="0"] .camera-selfie-item-content[data-id="0"]{
    opacity: 1;
    pointer-events: all;
}
.camera-selfie-content-container[data-index="1"] .camera-selfie-item-content[data-id="1"]{
    opacity: 1;
    pointer-events: all;
}
.camera-selfie-content-container[data-index="2"] .camera-selfie-item-content[data-id="2"]{
    opacity: 1;
    pointer-events: all;
}
.camera-selfie-item-title{
    color: #18191A;
    font-size: 2.08vw;
    font-weight: bold;
    line-height: 1.25;
    position: relative;
}
.camera-selfie-item-text{
    margin-top: .5em;
    position: relative;
}
.camera-selfie-right-container{
    width: 15.04%;
    position: relative;
}
.camera-selfie-mode-item{
    border: .208vw #C9C3C300 solid;
    border-radius: 1.5625vw;
    cursor: pointer;
    position: relative;
    padding: .208vw;
    overflow: hidden;
    margin: 0 auto 2.75vw;
    width: 83%;
    opacity: .5;
    transition: opacity .4s ease,transform .4s ease;
    will-change: opacity,transform;
}
.camera-selfie-mode-item:last-child{
    margin-bottom: 0;
}
.camera-selfie-mode-item.active{
    border: .208vw #B0E500 solid;
    transform: scale(1.18);
    opacity: 1;
}
.camera-selfie-mode-item-image{
    border-radius: 1.25vw;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.camera-selfie-mode-item-content{
    background-color: #DAEF94;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .6vw 0;
    text-align: center;
}
.camera-selfie-mode-item.active .camera-selfie-mode-item-content{
    background-color: #B0E500;
}
.camera-selfie-mode-item-title{
    color: #FFFFFF;
    font-size: 1.354vw;
    font-weight: bold;
    line-height: 1.25;
}
.camera-hover-selfie-title-container{
    margin-left: 14%;
}
.camera-hover-selfie p{
    color: #575A5C;
}
.camera-hover-selfie-subtitle{
    color: #000000;
    font-size: 1.14vw;
    line-height: 1.25;
    margin-bottom: .25em;
    opacity: .3;
}
.camera-hover-selfie-title .product-special-title-color{
    font-size: 1.333em;
}
.camera-hover-selfie-angle-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 75%;
}
.camera-hover-selfie-angle-left-part{
    width: 52.57%;
}
.camera-hover-selfie-main-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-hover-selfie-angle-right-part{
    width: 44%;
}
.camera-hover-selfie-angle-title{
    font-size: 2.083vw;
    line-height: 1.25;
    margin-bottom: 1.2vw;
}
.camera-hover-selfie-angle-title-container{
    margin: 1.04vw auto 0;
}
.camera-hover-selfie-angle-left-part,.camera-hover-selfie-angle-right-part{
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: transform;
}
.camera-hover-selfie-angle-right-part{
    transition-delay: .2s;
}
.camera-hover-selfie-angle-container.active .camera-hover-selfie-angle-left-part,
.camera-hover-selfie-angle-container.active .camera-hover-selfie-angle-right-part{
    opacity: 1;
    transform: translateY(0);
}
.camera-hover-selfie-angle-swiper-control{
    display: flex;
    justify-content: flex-end;
    margin: 1.04% auto 0;
    width: 68.75%;
}
.camera-hover-selfie-angle-btn-container{
    display: flex;
}
.camera-hover-selfie-angle-swiper-prev-btn{
    margin-right: 1.2vw;
}
.camera-hover-selfie-angle-btn-container .btn-disable{
    opacity: .3;
}
.common-control-swiper-btn{
    cursor: pointer;
    display: flex;
    transition: opacity .3s ease;
    will-change: transform;
}
.common-control-swiper-btn svg{
    width: 2.6vw;
    height: 2.6vw;
    will-change: transform;
}
.camera-hover-selfie-delay-shoot-container{
    margin: 0 auto;
    width: 75%;
}
.camera-hover-selfie-delay-shoot-title-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 86.5%;
}
.camera-hover-selfie-delay-shoot-title{
    font-size: 2.083vw;
    line-height: 1.25;
}
.camera-hover-selfie-delay-shoot-text{
    width: 45%;
}
.camera-hover-selfie-delay-shoot-image-container{
    display: flex;
    justify-content: space-between;
}
.camera-hover-selfie-delay-shoot-image-left{
    border-radius: 1.04vw;
    overflow: hidden;
    width: 44.2%;
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: transform;
}
.camera-hover-selfie-delay-shoot-image-right{
    border-radius: 1.04vw;
    display: flex;
    overflow: hidden;
    width: 52.47%;
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91) .25s;
    will-change: transform;
}
.camera-hover-selfie-delay-shoot-image-right .replay-btn{
    position: absolute;
    right: 1.5625vw;
    bottom: 1.5625vw;
}
.camera-hover-selfie-delay-shoot-image-container.active .camera-hover-selfie-delay-shoot-image-left,
.camera-hover-selfie-delay-shoot-image-container.active .camera-hover-selfie-delay-shoot-image-right{
    opacity: 1;
    transform: translateY(0);
}
.camera-hover-new-style-container{
    display: flex;
    justify-content: space-between; 
    margin: 0 auto;
    width: 75%;
}
.camera-hover-new-style-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-hover-new-style-left-part{
    width: 44%;
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: transform;
}
.camera-hover-new-style-right-part{
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 52.65%;
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91) .25s;
    will-change: transform;
}
.camera-hover-new-style-container.active .camera-hover-new-style-left-part,
.camera-hover-new-style-container.active .camera-hover-new-style-right-part{
    opacity: 1;
    transform: translate(0);
}
.camera-hover-new-style-left-part .camera-hover-new-style-title-container{
    margin-left: 0;
}
.camera-hover-new-style-title-container{
    width: 95%;
}
.camera-hover-new-style-title{
    font-size: 2.083vw;
    line-height: 1.25;
    margin-bottom: 1.3vw;
}
.camera-rear-selfie-subtitle{
    color: #000000;
    font-size: 1.14vw;
    line-height: 1.25;
    margin-bottom: .25em;
    opacity: .3;
}
.camera-rear-selfie-title-container{
    margin: 0 auto;
    width: 41.5%;
    text-align: center;
}
.camera-rear-selfie-title-container .product-special-title-color{
    font-size: 1.333em;
}
.camera-rear-selfie-text{
    margin: 1.48vw auto 0;
    width: 85%;
}
.camera-rear-selfie-swiper-container .swiper{
    margin: 0 auto;
    width: 86%;
}
.camera-rear-selfie-item-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-rear-selfie-item-container{
    
}
.swiper-slide-active .camera-rear-selfie-item-text,
.swiper-slide-duplicate-active .camera-rear-selfie-item-text{
    opacity: 1;
}
.camera-rear-selfie-item-text{
    margin-top: 1.4vw;
    text-align: center;
    transition: opacity .3s ease;
    position: relative;
}
.camera-rear-selfie-item-text p:first-child{
    color: #000000;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: .3;
    transform: scale(1.5);
    transform-origin: 50% 0;
    transition: opacity .35s ease .2s,transform .35s ease .2s;
}
.camera-rear-selfie-item-text p:last-child{
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}
.swiper-slide-active .camera-rear-selfie-item-text p:first-child{
    opacity: 0;
    pointer-events: none;
    transform: scale(1);
}
.swiper-slide-active .camera-rear-selfie-item-text p:last-child{
    opacity: 1;
    pointer-events: all;
    transition-delay: .2s;
}
.swiper-slide-active .camera-rear-selfie-item-text{
    transform: translateY(0);
}
.camera-rear-selfie-swiper-btn-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 11.5%;
    bottom: 5%;
    z-index: 2;
}
.camera-rear-selfie-swiper-prev-btn{
    cursor: pointer;
    margin-right: 1.2vw;
}
.camera-rear-selfie-swiper-next-btn{
    cursor: pointer;
}
.camera-rear-selfie-swiper-prev-btn svg {
    width: 2.6vw;
    height: 2.6vw;
}
.camera-rear-selfie-swiper-next-btn svg {
    width: 2.6vw;
    height: 2.6vw;
}
.camera-front-selfie-container{
    display: flex;
    justify-content: space-between; 
}
.camera-front-selfie-title-container{
    margin-left: 15%;
}
.camera-front-selfie-subtitle{
    color: #000000;
    font-size: 1.14vw;
    line-height: 1.25;
    margin-bottom: .25em;
    opacity: .3;
}
.camera-front-selfie-left-part,
.camera-front-selfie-right-part{
    width: 100%;
    will-change: transform;
}
.camera-front-selfie-right-part{
    transition-delay: .25s;
}
.camera-front-selfie-container.active .camera-front-selfie-left-part,
.camera-front-selfie-container.active .camera-front-selfie-right-part{
    opacity: 1;
    transform: translateY(0);
}
.camera-front-selfie-title .product-special-title-color{
    font-size: 1.333em;
}
.camera-front-selfie-item-image{
    border-radius: 1.04vw;
    overflow: hidden;
    will-change: transform;
}
.camera-front-selfie-text{
    margin-top: 1.458vw;
    margin-left: 2.5vw;
}
.camera-front-selfie-item-text{
    margin-top: 1.5625vw;
    transition: all .3s ease;
}
.camera-front-selfie-item-text p{
    font-size: 1.04vw;
}
.swiper-slide-active .camera-front-selfie-item-text,
.swiper-slide-duplicate-active  .camera-front-selfie-item-text{
    margin-left: 0;
}
.camera-front-selfie-swiper-btn-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 3.125%;
    margin-right: 15vw;
}
.camera-front-selfie-swiper-btn-container .common-control-swiper-btn{
    cursor: pointer;
    display: flex;
}
.camera-front-selfie-swiper-btn-container .common-control-swiper-btn:first-child{
    margin-right: 1.2vw;
}
.camera-front-selfie-swiper-btn-container .btn-disable{
    opacity: .3;
}
.camera-front-selfie-swiper-btn-container svg{
    width: 2.6vw;
    height: 2.6vw;
}
.performance-main-title-container{
    display: flex;
    justify-content: center;
    text-align: center;
}
.performance-main-title-animation-container{
    display: inline-block;
    position: relative;
}
.performance-main-title-animation-icon-container{
    position: absolute;
    bottom: .1em;
    left: 0;
    width: 100%;
    transition: transform .5s ease .75s;
    transform-origin: 50% 100%;
}
.performance-main-title-animation-icon{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.performance-main-title-animation-icon svg{
    width: 9.74vw;
    height: auto;
}
.performance-main-title-animation-icon-2{
    clip-path: polygon(-100% 100%, 100% 100%, 100% 100%);
    transition: clip-path .75s ease;
}
.performance-main-title-animation-container.active .performance-main-title-animation-icon-2{
    clip-path: polygon(-100% 100%, 100% 100%, 100% -20%);
}
.performance-main-title-animation-text{
    color: #B8E522;
    opacity: 0;
    transition: opacity .5s ease .75s;
}
.performance-main-title-animation-container.active .performance-main-title-animation-text{
    opacity: 1;
}
.performance-main-title-animation-container.active .performance-main-title-animation-icon-container{
    transform: scale(0);
}
.performance-signal-text{
    margin: 0 auto;
    width: 67.5%;
    text-align: center;
}
.performance-signal-content-container{
    position: relative;
    overflow: hidden;
}
.performance-signal-content{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 72.4%;
}
.performance-signal-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: transform;
}
.performance-signal-item:nth-of-type(1){
    width: 27%;
}
.performance-signal-item:nth-of-type(2){
    width: 28.68%;
    transition-delay: .25s;
}
.performance-signal-item:nth-of-type(3){
    width: 34.3%;
    transition-delay: .5s;
}
.performance-signal-image{
    border-radius: 0;
    transform: scale(1.43);
    transform-origin: 50% 0;
    overflow: hidden;
    will-change: transform;
    transition: all .6s ease;
    position: relative;
    z-index: 1;
}
.performance-signal-image.active{
    border-radius: 1.04vw;
    transform: scale(1);
}
.performance-signal-image .video-pop-play{
    position: absolute;
    right: 1.5625vw;
    bottom: 1.5625vw;
    opacity: 0;
    transition: opacity .3s ease .5s;
}
.performance-signal-image.active .video-pop-play{
    opacity: 1;
}
.performance-signal-content{
    margin: 0 auto;
    width: 70%;
}
.performance-signal-content.active .performance-signal-item{
    opacity: 1;
    transform: translateY(0);
}
.performance-signal-feature-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 70%;
}
.performance-signal-feature-item{
    width: 29%;
}
.performance-signal-feature-item-icon svg{
    width: 3.4375vw;
    height: auto;
}
.performance-signal-feature-item-2 .performance-signal-feature-item-container{
    transition-delay: .15s;
}
.performance-signal-feature-item-3 .performance-signal-feature-item-container{
    transition-delay: .3s;
}
.performance-battery-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    width: 85%;
}
.performance-battery-image{
    width: 51.4%;
    image-rendering: -webkit-optimize-contrast;
}
.performance-battery-content{
    margin-top: 1.35vw;
    width: 40.5%;
}
.performance-battery-content .h3{
    font-size: 3.125vw;
}
.performance-battery-text{
    margin-top: 1.3vw;
}
.performance-battery-feature-contianer{
    margin-top: 2.7vw;
}
.performance-battery-feature-title{
    color: #6E6E73;
    font-size: 1.25vw;
}
.performance-battery-feature-detail{
    background: linear-gradient(to bottom,#CDE89C,#B8E522);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 4.32vw;
    line-height: 1.25;
}
.performance-battery-feature:nth-of-type(2){
    margin-top: 1.5vw;
}
.performance-cooldown-container{
    display: flex;
    align-items: center;
    margin-left: 16%;
}
.performance-cooldown-title{
    width: 18.7vw;
    position: relative;
    z-index: 1;
}
.performance-cooldown-image{
    margin-left: -6.5vw;
    width: 40.2vw;
}
.performance-cooldown-text{
    margin-left: 2.81215vw;
    width: 18.85vw;
}
.section-disclaimer{

}
.disclaimer-container {
    /* border-top: 1px #D1D1D1 solid; */
    color: #6D7277;
    font-size: 12px;
    margin: 0 auto;
    width: 81.35%;
    /* padding-top: 1.5vw; */
    overflow: hidden;
}
.disclaimer-container ol {
    list-style-type: decimal;
    padding-left: 2em;
}
.disclaimer-container li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.6em;
    padding-left: 0.5em;
}
.disclaimer-container .price{
    list-style: none;
    position: relative;
}
.disclaimer-container .price::before {
    content: "*";
    position: absolute;
    top: 0;
    left: -9px;
}
.disclaimer-container .more-discalimer{
    list-style: none;
    margin-top: 2vw;
}
.disclaimer-container .active{
    color: #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: 9.444vw;
    }
    .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: 11.111vw;
        height: 11.111vw;
    }
    .common-popup-btn-container:hover .common-popup-btn-light{
        opacity: 0;
    }
    .kv-content-price-container{
        margin-top: 4.583vw;
    }
    .huawei-product-buy-btn-price{
        font-size: 5.56vw;
    }
    .huawei-product-buy-btn-price span {
        font-size: 3.611111111vw;
    }


    .reasontobuy-container{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .reasontobuy-main-swiper{
        width: 100%;
        transform: scale(1.25);
        transform-origin: 50% 30%;
    }
    .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: 6.94444vw;
    }
    .reasontobuy-item-content-text{
        color: #676A6B;
        font-size: 4.44444vw;
        margin-top: .59375em;
    }
    .reasontobuy-item{
        overflow: hidden;
    }

    .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: 10.555%;
        width: 100%;
    }
    .kv-content-logo{
        display: flex;
        width: 51.2vw;
    }
    .kv-content-logo svg{
        width: 51.2vw;
    }
    .kv-content-text{
        width: 72.54%;
    }
    .kv-content-slogan{
        font-size: 11.388vw;
        line-height: 1.25;
        margin: 2.08vw 0;
    }
    .kv-content-feature{
        font-size: 2.777vw;
    }
    .kv-harmonyos{
        position: absolute;
        right: auto;
        bottom: 2.77vw;
        left: 6.94vw;
    }
    .kv-harmonyos svg{
        width: 20.833vw;
        height: 8.055vw;
    }
    .swiper-slide-active .reasontobuy-item-container{
        transform: scale(1);
        transition: transform .6s ease;
    }
    .reasontobuy-jump-btn{
        border-color: #FFFFFF18;
        border-radius: 50%;
        border: 1px solid #FFFFFF4c;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(.26vw);
        -webkit-backdrop-filter: blur(.26vw);
        z-index: 5;
        width: 9.305556vw;
        height: 9.305556vw;
        right: 5.555556vw;
        bottom: 5.555556vw;
    }
    .reasontobuy-item-1 .reasontobuy-jump-btn{
        opacity: 1;
    }
    .reasontobuy-jump-btn svg:last-child{
        position: relative;
        transform: none;
    }
    .reasontobuy-item-1 video{
        height: auto;
        mix-blend-mode: lighten;
    }
    .reasontobuy-container.active .reasontobuy-item-1 video{
        height: auto;
    }
    .reasontobuy-item-image.hidden-web{
        display: block;
    }
    .reasontobuy-item-image.hidden-mob{
        display: none;
    }
    .reasontobuy-item-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{
        border-radius: 2.778vw;
        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{
        display: flex;
        justify-content: center;
        margin-top: 0;
        top: 10.14vw;
        left: 0;
        width: 100%;
        text-align: left;
    }
    .reasontobuy-control-container{
        margin-top: 4.1666vw;
        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;
    }
    .design-title-background{
        display: block;
        width: 100%;
    }
    .design-title{
        top: 74%;
        left: 50%;
        width: 123%;
        white-space: nowrap;
    }
    .design-title-container{
        padding-bottom: 16%;
        overflow: hidden;
    }
    .design-intro{
        margin-top: 0;
    }
    .design-intro-container .video-pop-play{
        right: 8.6vw;
        bottom: 4.44vw;
    }
    .design-intro-text{
        width: 86.11%;
    }
    .common-control-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 5.55vw auto 0;
        width: 86.11vw;
    }
    .design-feature-item-title{
        font-size: 9.444vw;
    }
    .design-feature-item-2 .design-feature-item-title{
        display: block;
        top: auto;
        bottom: 11.86%;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .design-feature-item-3 .design-feature-item-title{
        top: 10.84%;
    }
    .design-feature-item-4 .design-feature-item-title{
        top: 10.84%;
    }
    .design-feature-item-1-container{
        width: 100%;
    }
    .design-feature-item-1-left{
        position: absolute;
        top: 35.8%;
        left: 3.8%;
        width: 70.55%;
        transform: translateY(50%) scale(1);
        transition: transform .75s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    }
    .design-feature-item-1-right{
        position: absolute;
        top: -3.42%;
        right: 0;
        left: auto;
        width: 67.9%;
        transform: translateY(50%) scale(1);
        transition: transform .75s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    }
    .design-feature-container.active .design-feature-item-1-left,
    .design-feature-container.active .design-feature-item-1-right{
        transform: translateY(0) scale(1);
    }
    .design-feature-swiper-btn-container{
        position: relative;
        margin: 0;
        bottom: 0;
        opacity: 1;
        pointer-events: all;
    }
    .design-feature-swiper-btn-container svg {
        width: 8.186vw;
        height: 8.186vw;
    }
    .common-control-swiper-btn{
        display: flex;
    }
    .common-control-swiper-btn svg {
        width: 10vw;
        height: 10vw;
    }
    .design-feature-swiper-prev-btn{
        margin-right: 3.722vw;
    }
    .design-color-item-container{
        margin: 0 auto;
        width: 100%;
    }
    .design-color-text-container{
        font-size: 4.44vw;
        margin-left: 0;
        width: 100%;
    }
    .design-color-text-item{
        font-size: 4.44vw;
    }
    .design-color-text-gray{
        font-size: 1.18em;
    }
    .design-color-text-green{
        font-size: 1.18em;
    }
    .design-color-text-pink{
        font-size: 1.18em;
    }
    .design-color-text-black{
        font-size: 1.18em;
    }
    .design-color-pagination{
        position: relative;
        right: 0;
        top: 0;
    }
    .design-color-pagination-container{
        border-radius: 5.833vw;
        margin-top: 4.16vw;
        padding: 2.63vw 6.38vw;
    }
    .design-color-pagination-item{
        border: 1px transparent solid;
        width: 4.53vw;
        height: 4.53vw;
        margin-right: 4.53vw;
        padding: 2px;
    }
    .design-color-pagination-container[data-index="0"] .design-color-pagination-item[data-id="0"]{
        border: 1px #CEF383 solid;
    }
    .design-color-pagination-container[data-index="1"] .design-color-pagination-item[data-id="1"]{
        border: 1px #FFCDC1 solid;
    }
    .design-color-pagination-container[data-index="2"] .design-color-pagination-item[data-id="2"]{
        border: 1px #D7D7D7 solid;
    }
    .design-color-pagination-container[data-index="3"] .design-color-pagination-item[data-id="3"]{
        border: 1px #000000 solid;
    }
    .design-accessory-title .h3{
        display: block;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 70.83%;
    }
    .design-accessory-title .h3.hidden-mob{
        display: none;
    }
    .design-accessory-title .h3 span:last-child{
        text-align: right;
        width: 100%;
    }
    .design-accessory-link{
        display: flex;
        margin-top: 5vw;
    }
    .design-accessory-link.hidden-mob{
        display: none;
    }
    .design-accessory-link.hidden-web{
        display: flex;
    }
    .design-accessories-more-btn-text{
        font-size: 4.4444vw;
    }
    .design-accessories-more-btn-icon-container.active .design-accessories-more-btn-icon{
        animation-play-state: running;
    }
    .design-accessories-more-btn-icon-container{
        width: 1.18vw;
        height: 2.36vw;
    }
    .design-accessories-more-btn-icon svg {
        width: 1.18vw;
        height: 2.36vw;
    }
    .design-accessory-image-container{
        flex-direction: column;
        width: 100%;
        overflow: hidden;
    }
    .design-accessory-image-item{
        border-radius: 2.777vw;
        opacity: .3;
        transition: opacity 1s ease;
    }
    .design-accessory-image-container .swiper-slide-active.design-accessory-image-item{
        opacity: 1;
    }
    .design-accessory-image-item-2, .design-accessory-image-item-4{
        margin-top: 0;
    }
    .design-accessory-disclaimer{
        margin-top: 2.77vw;
        position: relative;
        top: 0;
        right: 0;
        left: 6.9vw;
    }
    .disclaimer-text{
        font-size: 1.8vw;
    }
    .design-thin-text{
        margin: 0 auto;
        width: 86.25%;
    }
    .design-thin-container{
        padding-bottom: 16.666%;
        overflow: hidden;
    }
    .design-thin-image-container{
        margin-top: 0;
    }
    .design-thin-image{
        margin: 0;
        width: 100%;
    }
    .design-thin-left-phone{
        margin-left: 3.46%;
        width: 48.493%;
    }
    .design-thin-right-phone{
        margin-top: 27.375%;
        margin-left: -3.47%;
        width: 48.025%;
    }
    .design-thin-feature-num{
        font-size: 15vw;
    }
    .design-thin-feature-text{
        font-size: 3.194vw;
    }
    .design-thin-feature-text-2{
        font-size: 5.694vw;
    }
    .design-thin-weight-content{
        clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 40% 100%);
        display: flex;
        justify-content: flex-end;
        top: 14%;
        left: 19.7%;
        width: 59%;
    }
    .design-thin-weight-content-container{
        transform: translateX(-155%);
    }
    .design-thin-thin-content{
        clip-path: polygon(0 0%, 71.5% 0%, 87.75% 100%, 0% 100%);
        top: auto;
        bottom: 11.7%;
        left: 14.68%;
        width: 61%;
    }
    .design-thin-thin-content-container{
        justify-content: flex-start;
        transform: translateX(100%);
    }
    .design-hinge-container .sticky-viewport{
        position: relative;
        height: auto;
    }
    .design-hinge-background{
        height: auto;
    }
    .design-hinge-stage-container{
        position: relative;
        opacity: 1;
        pointer-events: all;
    }
    .design-hinge-close-container{
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(0);
    }
    .design-hinge-close-title{
        width: 100%;
        text-align: center;
    }
    .design-hinge-close-text{
        margin: 4.166% auto 0;
        width: 86.25%;
        text-align: center;
    }
    .design-hinge-open-content{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .design-hinge-open-text{
        margin: 4.166% auto 0;
        width: 86.25%;
    }
    .design-hinge-close-image{
        margin-top: 8.333vw;
    }
    .design-hinge-open-feature-container{
        flex-wrap: wrap;
        margin: -33% auto 0;
        position: relative;
        top: 0;
        left: 0;
        width: 81.94%;
    }
    .design-hinge-open-feature-item{
        margin-top: 5.55vw;
        width: 50%;
    }
    .design-hinge-open-feature-item:nth-of-type(1),
    .design-hinge-open-feature-item:nth-of-type(2){
        margin-top: 0;
    }
    .design-hinge-open-feature-item-title{
        font-size: 4.86vw;
    }
    .design-hinge-open-feature-item-text{
        font-size: 2.777vw;
        margin-top: 3.54vw;
    }
    .screen-main-title{
        margin-top: 0;
    }
    .screen-theme-swiper-btn-container{
        position: relative;
        margin-right: 0;
        bottom: 0;
    }
    .screen-theme-text{
        margin-top: 5.55%;
        margin-bottom: 8.33%;
        width: 86.25%;
    }
    .screen-outside-container{
        flex-direction: column-reverse;
        margin-left: 0;
        width: 100%;
    }
    .screen-outside-image-container{
        width: 70.555%;
    }
    .screen-outside-content-container{
        border-radius: 2.777vw;
        margin-top: 8.333%;
        width: 86.111%;
    }
    .screen-outside-content-nav-title-container{
        font-size: 4.166vw;
        padding: 5vw 7.08vw 3.33vw;
    }
    .screen-outside-content-nav-title-container[data-index="1"] .screen-outside-content-nav-title:nth-of-type(1){
        transform: scale(1.26);
    }
    .screen-outside-content-nav-title-container[data-index="2"] .screen-outside-content-nav-title:nth-of-type(2){
        transform: scale(1.26);
    }
    .screen-outside-content-nav-title-container[data-index="3"] .screen-outside-content-nav-title:nth-of-type(3){
        transform: scale(1.26);
    }
    .screen-outside-content-nav-progress-bar-container{
        height: 1px;
    }
    .screen-outside-content-nav-progress-slide{
        top: -1px;
    }
    .screen-outside-content-icon-text{
        font-size: 3.888vw;
        margin: 4.23vw 6.66vw 5vw;
        width: 79.19%;
    }
    .screen-outside-content-icon-image{
        flex-wrap: nowrap;
        margin: 0 auto 5.55vw;
        padding-bottom: 2vw;
        width: 100%;
        overflow-x: scroll;
    }
    .screen-outside-content-icon-image::-webkit-scrollbar{
        display: none;
        height: 1px;
    }
    .screen-outside-content-icon-image ::-webkit-scrollbar-button{
        display: none;
        background-color:transparent;
        height:1px;
    }
    .screen-outside-content-icon-image .screen-outside-content-icon{
        border-radius: 0;
        flex: none;
        margin-top: 0;
        margin-left: 4.72vw;
        width: 19.444vw;
    }
    .screen-outside-content-icon-image .screen-outside-content-icon img{
        border-radius: 3.5vw;
        display: block;
        overflow: hidden;
        will-change: transform;
        width: 100%;
    }
    .screen-outside-content-icon-image .screen-outside-content-icon:first-child{
        margin-left: 6.944vw;
    }
    .screen-outside-content-icon-image .screen-outside-content-icon:last-child{
        padding-right: 6.944vw;
    }
    .screen-notice-container{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .screen-notice-image-container{
        margin: 0 auto;
        width: 91.6667%;
    }
    .screen-notice-content-container{
        margin-top: 8.33%;
        width: 100%;
    }
    .screen-notice-content-nav-container{
        margin: 0 auto;
        width: 79.16%;
    }
    .screen-notice-content-nav{
        font-size: 4.167vw;
        width: 100%;
        padding: 0 12.2vw 2vw;
    }
    .screen-notice-content-nav-bar{
        width: 100%;
        height: 1px;
    }
    .screen-notice-content-nav-bar-slide{
        top: -1px;
        width: 50%;
    }
    .screen-notice-content-nav[data-index="1"] .screen-notice-content-nav-item:nth-of-type(1){
        transform: scale(1.333);
    }
    .screen-notice-content-nav[data-index="2"] .screen-notice-content-nav-item:nth-of-type(2){
        transform: scale(1.333);
    }
    .screen-notice-content-nav-bar[data-index="1"] .screen-notice-content-nav-bar-slide {
        transform: translateX(23%);
        width: 35%;
    }
    .screen-notice-content-nav-bar[data-index="2"] .screen-notice-content-nav-bar-slide {
        transform: translateX(109%);
        width: 45%;
    }
    .screen-notice-content-text-container{
        margin: 4.167vw auto 0;
        width: 86.25%;
        text-align: center;
    }
    .screen-aod-text{
        width: 86.25%;
        text-align: left;
    }
    .screen-ai-photo-container{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .screen-ai-photo-image-item{
        border-radius: 2.777vw;
    }
    .screen-ai-photo-image{
        margin: 0 auto;
        width: 88%;
        height: auto;
    }
    .screen-ai-photo-content-container{
        margin: 7.66% auto 0;
        width: 86.11%;
    }
    .screen-ai-photo-text-row{
        overflow: hidden;
    }
    .screen-ai-photo-text-container{
        display: block;
        margin-top: 0;
    }
    .screen-ai-photo-text-nav-container{
        box-sizing: border-box;
        color: #1D1D1F;
        display: flex;
        font-size: 4.166vw;
        justify-content: space-between;
        margin: 0 auto;
        width: 82.67%;
        padding: 0 10.8vw;
    }
    .screen-ai-photo-text-title{
        font-size: 4.166vw;
        opacity: .3;
        transition: all .5s ease;
    }
    .screen-ai-photo-text-nav-container[data-index="1"] .screen-ai-photo-text-nav:nth-of-type(1) .screen-ai-photo-text-title{
        transform: scale(1.333);
        opacity: 1;
    }
    .screen-ai-photo-text-nav-container[data-index="2"] .screen-ai-photo-text-nav:nth-of-type(2) .screen-ai-photo-text-title{
        transform: scale(1.333);
        opacity: 1;
    }
    .screen-ai-photo-text-progress-line-container{
        margin: 1.38vw auto 0;
        width: 82.67%;
    }
    .screen-ai-photo-text-progress-line{
        height: 1px;
        width: 100%;
    }
    .screen-ai-photo-text-progress-line::before{
        background-color: #B8E522;
        border-radius: 3px;
        content: "";
        display: block;
        margin-left: 0;
        height: 3px;
        top: -1px;
        width: 40%;
        transition: transform .5s ease,width .5s ease;
        position: relative;
        overflow: hidden;
    }
    .screen-ai-photo-text-progress-line[data-index="1"]::before{
        transform: translateX(19%);
        width: 35%;
    }
    .screen-ai-photo-text-progress-line[data-index="2"]::before{
        transform: translateX(90%);
        width: 48%;
    }
    .screen-ai-photo-text-row .swiper-wrapper{
        margin: 5.55vw auto 0;
    }
    .screen-ai-photo-text{
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
    }
    .screen-ai-photo-text:first-child{
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
    }
    .screen-ai-photo-text.active:first-child{
        margin-bottom: 0;
    }
    .screen-ai-photo-text:last-child{
        margin-bottom: 0;
    }
    .screen-ai-photo-text.active{
        opacity: 1;
        pointer-events: all;
    }
    .screen-ai-photo-text p{
        height: 4.8em;
        text-align: center;
    }
    .screen-ai-photo-text.swiper-slide.active p{
        height: 4.8em;
    }
    .replay-btn{
        right: 5.55vw;
        bottom: 5.55vw;
    }
    .replay-btn-svg svg{
        width: 6.11vw;
        height: 6.11vw;
    }
    .screen-ai-function-item{
        border-radius: 2.777vw;
    }
    .screen-ai-function-item-content{
        top: 6.944vw;
        left: 9.09%;
        width: 81.82%;
        transform: translateY(0);
    }
    .screen-ai-function-item-content-image{
        margin: 0 auto;
        width: 36.9%;
        padding: 39.9vw 0 5.18vw;
    }
    .screen-ai-function-item-title{
        font-size: 6.666vw;
        margin-bottom: 4.16vw;
    }
    .screen-ai-function-item-text p{
        font-size: 3.88vw;
    }
    .screen-ai-function-swiper-btn-container{
        margin-right: 0;
    }
    .screen-ai-function-disclaimer{
        margin: 2.58vw 0 0 8.6vw;
    }
    .camera-main-title-icon{
        width: 9.75vw;
    }
    .camera-main-title-text{
        width: 86.25%;
    }
    #camera-intro-background-animation{
        margin-left: 0;
        width: 100%;
        height: 70.83333333vw;
    }
    .camera-intro-content-container{
        margin: 7.9vw auto 0;
        width: 86.111%;
        position: relative;
        top: 0;
        left: 0;
    }
    .camera-intro-content-feature-rear .camera-intro-content-feature-item{
        margin: 0;
        width: 40.33%;
    }
    .camera-intro-content-feature-rear .camera-intro-content-feature-item:first-child{
        margin: 0;
        width: 50%;
    }
    .camera-intro-switch-btn-container.hidden-web{
        display: flex;
        justify-content: center;
        margin: 7.63vw auto 8.33vw;
    }
    .camera-intro-content-feature-rear{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .camera-intro-content-feature-item-title{
        font-size: 3.75vw;
    }
    .camera-intro-content-feature-item-num{
        font-size: 11.388vw;
        margin: 0 auto 4.16vw;
    }
    .camera-intro-content-feature-item-text{
        font-size: 3.333vw;
        margin-top: 2.777vw;
    }
    .camera-intro-content-feature-front{
        display: flex;
        justify-content: center;
        top: 0;
    }
    .camera-intro-switch-btn{
        border-width: 1.5px;
        border-radius: 5.55vw;
    }
    .camera-intro-switch-btn{
        padding: 3.6vw 6.94vw
    }
    .camera-intro-switch-btn::after{
        border-radius: 3.6vw;
        top: 1.8vw;
        left: 1.8vw;
        width: 19.5vw;
        height: calc(100% - 3.6vw);
    }
    .camera-intro-switch-btn[data-index="2"]::after{
        transform: translateX(100%);
    }
    .camera-intro-switch-text{
        font-size: 4.444vw;
        line-height: 1.333;
        margin-right: 11.111vw;
    }
    .camera-intro-new-background{
        margin: 8.33% auto 0;
        width: 93.05%;
    }
    .camera-intro-new-background img{
        image-rendering: auto;
    }
    .camera-intro-new-content-container{
        margin-top: 9.027%;
        position: relative;
        left: 0;
        width: 100%;
    }
    .camera-intro-new-content-feature-container{
        display: block;
    }
    .camera-intro-new-content-feature-rear{
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 85.83%;
    }
    .camera-intro-new-content-feature-front{
        margin: 7.8% auto 0;
        width: 85.83%;
    }
    .camera-intro-new-content-feature-container .camera-intro-content-feature-item{
        margin-bottom: 0;
    }
    .camera-portrait-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .camera-portrait-image{
        border-radius: 0;
        width: 100%;
    }
    .camera-portrait-image .video-pop-play{
        right: 6.944vw;
        bottom: 6.944vw;
    }
    .camera-portrait-image .replay-btn{
        right: 4.166vw;
        bottom: 4.166vw;
    }
    .camera-portrait-text{
        width: 86.25%;
        text-align: left;
    }
    .camera-selfie-main{
        flex-direction: column;
        width: 100%;
    }
    .camera-selfie-content{
        width: 86.25%;
    }
    .camera-selfie-right-title{
        margin-left: 0;
        text-align: left;
    }
    .camera-selfie-subtitle{
        margin-bottom: .9em;
        font-size: 3.05vw;
    }
    .camera-selfie-image-container{
        box-sizing: border-box;
        flex-direction: column;
        padding: 0 6.944% 0;
        width: 100%;
    }
    .camera-selfie-left-container{
        border-radius: 5.55vw;
        margin-top: 7.63vw;
        width: 100%;
    }
    .camera-selfie-item img{
        border-radius: 5.55vw;
        overflow: hidden;
        will-change: transform;
    }
    .camera-selfie-right-container{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 8.05vw;
        width: 78.19vw;
        height: 33.5vw;
    }
    .camera-selfie-mode-item{
        border-radius: 3.33vw;
        width: 25.46%;
    }
    .camera-selfie-mode-item{
        margin: 0;
        padding: 2px;
    }
    .camera-selfie-mode-item{
        border-width: 1px;
    }
    .camera-selfie-mode-item.active {
        border: 1px #B0E500 solid;
        transform: scale(1.2);
    }
    .camera-selfie-mode-item-image{
        border-radius: 2.5vw;
    }
    .camera-selfie-mode-item-title{
        font-size: 4.16vw;
    }
    .camera-selfie-content-mob-container{
        margin: 6.52vw auto 0;
        position: relative;
        width: 81.4%;
    }
    .camera-selfie-item-content{
        background: none;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        transition: opacity .6s ease;
        text-align: center;
    }
    .camera-selfie-content-mob-container[data-index="0"] .camera-selfie-item-content[data-id="0"]{
        opacity: 1;
        pointer-events: all;
    }
    .camera-selfie-content-mob-container[data-index="1"] .camera-selfie-item-content[data-id="1"]{
        opacity: 1;
        pointer-events: all;
    }
    .camera-selfie-content-mob-container[data-index="2"] .camera-selfie-item-content[data-id="2"]{
        opacity: 1;
        pointer-events: all;
    }
    .camera-selfie-item-content:first-child{
        position: relative;
    }
    .camera-selfie-item-content::before{
        display: none;
    }
    .camera-selfie-item-title{
        display: none;
    }
    .camera-selfie-title{
        margin: 0;
    }
    .camera-selfie-text{
        margin: 4.167vw 0 0;
        width: 100%;
    }
    .camera-hover-selfie-title-container{
        margin-left: 6.944%;
    }
    .camera-hover-selfie-subtitle{
        font-size: 3.05vw;
        margin-bottom: .9em;
    }
    .camera-hover-selfie-angle-container{
        flex-direction: column;
        width: 100%;
    }
    .camera-hover-selfie-angle-left-part{
        opacity: 1;
        transform: translateY(0);
        width: 100%;
    }
    .camera-hover-selfie-main-image{
        border-radius: 0;
        opacity: 0;
        transform: translateY(2.08vw);
        transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
        will-change: transform;
    }
    .camera-hover-selfie-main-image .swiper-slide{
        border-radius: 2.777vw;
        overflow: hidden;
        will-change: transform;
    }
    .camera-hover-selfie-main-image .swiper-slide{
        opacity: .3;
        transition: opacity 1s ease;
    }
    .camera-hover-selfie-main-image .swiper-slide-active{
        opacity: 1;
    }
    .camera-hover-selfie-angle-left-part.active .camera-hover-selfie-main-image{
        opacity: 1;
        transform: translateY(0);
    }
    .camera-hover-selfie-angle-title-container{
        margin: 7.458vw auto 0;
        width: 86.25%;
        opacity: 0;
        transform: translateY(2.08vw);
        transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
        will-change: transform;
    }
    .camera-hover-selfie-angle-right-part{
        width: 100%;
        opacity: 1;
        transform: translateY(0);
    }
    .camera-hover-selfie-angle-right-part.active .camera-hover-selfie-angle-title-container{
        opacity: 1;
        transform: translateY(0);
    }
    .camera-hover-selfie-angle-title{
        font-size: 8.333vw;
        margin-bottom: 4.166vw;
    }
    .camera-hover-selfie-angle-right-part .camera-hover-selfie-main-image{
        opacity: 1;
        transform: translate(0);
    }
    .camera-hover-selfie-angle-right-part .camera-hover-selfie-main-image img{
        opacity: 0;
        transform: translateY(2.08vw);
        transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
        will-change: transform;
    }
    .camera-hover-selfie-angle-right-part .camera-hover-selfie-main-image.active img{
        opacity: 1;
        transform: translateY(0);
    }
    .camera-hover-selfie-delay-shoot-container{
        width: 86.25%;
    }
    .camera-hover-selfie-delay-shoot-title{
        font-size: 8.333vw;
        text-align: left;
    }
    .camera-hover-selfie-delay-shoot-title-container{
        align-items: flex-start;
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }
    .camera-hover-selfie-delay-shoot-image-left-mob{
        border-radius: 2.777vw;
        margin: 8.333vw auto 8.333vw;
        overflow: hidden;
        will-change: transform;
        width: 100%;
    }
    .camera-hover-selfie-delay-shoot-text{
        width: 100%;
        text-align: left;
    }
    .camera-hover-selfie-delay-shoot-image-right{
        border-radius: 2.77vw;
        width: 100%;
        transition-delay: 0s;
    }
    .camera-hover-selfie-delay-shoot-image-right .replay-btn{
        right: 4.166vw;
        bottom: 4.166vw;
    }
    .camera-hover-selfie-delay-shoot-image-left-mob img{
        opacity: 0;
        transform: translateY(2.08vw);
        transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
        will-change: transform;
    }
    .camera-hover-selfie-delay-shoot-image-left-mob.active img{
        opacity: 1;
        transform: translateY(0);
    }
    .camera-hover-selfie-delay-shoot-text p{
        opacity: 0;
        transform: translateY(2.08vw);
        transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
        will-change: transform;
    }
    .camera-hover-selfie-delay-shoot-text.active p{
        opacity: 1;
        transform: translateY(0);
    }
    .camera-hover-selfie-delay-shoot-image-right .video-pop-play{
        right: 5.555vw;
        bottom: 5.555vw;
    }
    .camera-hover-new-style-container{
        flex-direction: column;
        width: 86.25%;
    }
    .camera-hover-new-style-left-part{
        width: 100%;
        opacity: 1;
        transform: translate(0);
    }
    .camera-hover-new-style-title{
        font-size: 8.33vw;
        margin-bottom: 4.166vw;
    }
    .camera-hover-new-style-image{
        border-radius: 2.777vw;
    }
    .camera-hover-new-style-title-container{
        margin-left: 0;
        width: 100%;
    }
    .camera-hover-new-style-right-part{
        flex-direction: column;
        width: 100%;
        opacity: 1;
        transform: translateY(0);
    }
    .camera-hover-new-style-title-container{
        opacity: 0;
        transform: translateY(2.08vw);
        transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
        will-change: transform;
    }
    .camera-hover-new-style-left-part.active .camera-hover-new-style-title-container,
    .camera-hover-new-style-right-part.active .camera-hover-new-style-title-container{
        opacity: 1;
        transform: translateY(0);
    }
    .camera-hover-new-style-image img{
        opacity: 0;
        transform: translateY(2.08vw);
        transition: all .5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
        will-change: transform;
    }
    .camera-hover-new-style-image.active img{
        opacity: 1;
        transform: translateY(0);
    }
    .camera-rear-selfie-title-container{
        width: 86.25%;
        text-align: left;
    }
    .camera-rear-selfie-subtitle{
        font-size: 3.05vw;
        margin-bottom: .9em;
    }
    .camera-rear-selfie-text{
        margin: 4.16vw auto 0;
        width: 100%;
    }
    .camera-rear-selfie-swiper-container .swiper{
        width: 100%;
    }
    .camera-rear-selfie-item-image{
        border-radius: 2.777vw;
        opacity: .3;
        transition: opacity .3s ease;
    }
    .camera-rear-selfie-swiper-container .swiper-slide-active .camera-rear-selfie-item-image{
        opacity: 1;
    }
    .camera-rear-selfie-item-text{
        margin-top: 8.333vw;
        transform: translateY(0);
        text-align: left;
    }
    .camera-rear-selfie-item-text p:first-child{
        display: none;
    }
    .camera-rear-selfie-item-text p:last-child {
        opacity: 1;
        pointer-events: all;
    }
    .camera-rear-selfie-swiper-btn-container{
        position: relative;
        right: 0;
    }
    .camera-front-selfie-container{
        margin-left: 0;
    }
    .camera-front-selfie-title-container{
        margin-left: 6.94vw;
    }
    .camera-front-selfie-item-image{
        border-radius: 2.777vw;
        opacity: .3;
        transition: opacity .3s ease;
    }
    .camera-front-selfie-swiper-container .swiper-slide-active .camera-front-selfie-item-image{
        opacity: 1;
    }
    .camera-front-selfie-item-text{
        margin-top: 4.166vw;
        width: 95%;
    }
    .camera-front-selfie-swiper-btn-container{
        margin-top: 0;
        margin-right: 0;
    }
    .performance-signal-text{
        width: 86.25%;
        text-align: left;
    }
    .performance-signal-image{
        border-radius: 0;
        transform: scale(1);
    }
    .performance-signal-image.active{
        border-radius: 0;
    }
    .performance-signal-image .video-pop-play{
        right: 5.55vw;
        bottom: 5.55vw;
        opacity: 1;
    }
    .performance-signal-content{
        width: 100%;
    }
    .performance-signal-feature-container{
        flex-direction: column;
        width: 86.25%;
    }
    .performance-signal-feature-item{
        margin-bottom: 7.63vw;
        width: 100%;
    }
    .performance-signal-feature-item:last-child{
        margin-bottom: 0;
    }
    .performance-signal-feature-item-icon svg{
        width: 9.02vw;
    }
    .performance-battery-container{
        margin-left: 0;
        width: 100%;
    }
    .performance-battery-content{
        margin-top: 0;
        width: 100%;
    }
    .performance-battery-title{
        margin-left: 6.94%;
    }
    .performance-battery-text{
        margin-top: 4.166%;
        margin-left: 6.94%;
        width: 88.4%;
    }
    .performance-battery-image{
        margin: 11.8% auto 0;
        width: 100%;
        transform: none;
        image-rendering: auto;
    }
    .performance-battery-feature-contianer{
        margin: 10.4% auto 0;
        width: 70%;
    }
    .performance-battery-feature-title{
        font-size: 3.33vw;
    }
    .performance-battery-feature-detail{
        font-size: 14.58vw;
    }
    .performance-cooldown-container{
        display: block;
        margin-left: 0;
    }
    .performance-cooldown-title{
        width: 100%;
        text-align: center;
    }
    .performance-cooldown-image{
        margin-top: 12.47%;
        margin-left: 0;
        width: 100%;
    }
    .performance-cooldown-text{
        margin-top: 10.5%;
        margin-left: 6.94%;
        width: 86.25%;
    }
    .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: 13 / 10) and (min-aspect-ratio: 9 / 10){
    .design-hinge-background canvas{
        margin-top: 10vh;
        height: 80vh;
    }
}
@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 7 / 10){
    .design-color-container .space-40{
        height: 2vw;
    }
    .design-color-pagination-container{
        margin-top: 2vw;
    }
    .screen-outside-image-container{
        width: 50%;
    }
    .screen-outside-content-container{
        margin-top: 4%;
        width: 75%;
    }
    .screen-outside-content-nav-title-container{
        font-size: 3.4vw;
        padding: 3.5vw 7.08vw 1.5vw;
    }
    .screen-outside-content-icon-text{
        font-size: 2.4vw;
        margin: 2vw 6.66vw 3vw;
    }
    .screen-outside-content-icon-image{
        margin-bottom: 3vw;
    }
    .camera-selfie-mode-item{
        border-width: 3px;
        padding: 6px;
    }
    .camera-selfie-mode-item.active{
        border-width: 3px;
    }
}
.no-inline-video .video-fallback{
    display: block;
}
.no-inline-video video{
    display: none;
}
.no-inline-video .replay-btn{
    display: none;
}