.main-container{
    background-color: #000000;
    font-weight: 400;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
}
.main-container img,.main-container video{
    width: 100%;
}
.main-container video{
    display: block;
}
.main-container .section{
    position: relative;
}
.main-container .blur-up{
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
.main-container .blur-up.lazyloaded{
    filter: blur(0)
}
.visuallyhidden{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
html body{
    --scrollbar-width: 0px;
}
html.html-model-active body{
    overflow: hidden;
    padding-right: var(--scrollbar-width);
}
.html-model-active .second-navigation-new-version{
    display: none;
}
.main-container .header-top{
    top: 0;
}
.main-container .full-height{
    height: 100vh;
}
.main-container .hidden-web{
    display: none;
}
.main-container .show-pad{
    display: none;
}
.main-container .show-padandmob{
    display: none;
}
.main-container .show-mob{
    display: none;
}
.main-container .hidden-inline-web{
    display: none;
}
.main-container .space-300{
    height: 15.625vw;
}
.main-container .space-280{
    height: 14.583vw;
}
.main-container .space-240{
    height: 12.5vw;
}
.main-container .space-200{
    height: 10.416vw;
}
.main-container .space-180{
    height: 9.375vw;
}
.main-container .space-160{
    height: 8.333vw;
}
.main-container .space-140{
    height: 7.291vw;
}
.main-container .space-120{
    height: 6.25vw;
}
.main-container .space-100{
    height: 5.2vw;
}
.main-container .space-80{
    height: 4.166vw;
}
.main-container .space-64{
    height: 3.333vw;
}
.main-container .space-60{
    height: 3.125vw;
}
.main-container .space-48{
    height: 2.5vw;
}
.main-container .space-40{
    height: 2.083vw;
}
.main-container .space-32{
    height: 1.667vw;
}
.main-container .space-30{
    height: 1.5625vw;
}
.main-container .space-24{
    height: 1.25vw;
}
.main-container .space-20{
    height: 1.0416vw;
}
.main-container .space-16{
    height: .8333vw;
}
.main-container sup{
    font-size: .6em;
    cursor: pointer;
}
.main-container 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{
    display: flex;
    justify-content: center;
    font-size: 5vw;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
}
.main-container .h2>div{
    background: linear-gradient(110deg,#F5E8DB 0,#F5E8DB 10%,#BF9E72 90%,#BF9E72 100%);
    color: transparent;
    -webkit-background-clip: text;
    line-height: inherit;
}
.main-container .h3{
    color: #F4F3F3;
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 1.25;
}
.main-container .h4{
    color: #FFFFFF;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.25;
}
.main-container .h5{
    color: #FFFFFF;
    font-size: 1.67vw;
    font-weight: 400;
    line-height: 1.25;
}
.main-container p{
    color: #85858A;
    font-size: 1.146vw;
    font-weight: 500;
    line-height: 1.6;
}
.main-container .highlight-text{
    color: #FFFFFF;
    font-weight: 500;
}
.main-container .highlight-text-bold{
    color: #FFFFFF;
    font-weight: bold;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .product-disclaimer{
    color: #85858A;
    font-size: .677vw;
    opacity: 1;
    will-change: transform;
}
@media (max-width:1920px) {
    .main-container .product-disclaimer{
        font-size: 12px;
    }
}
@media (max-width:1500px) {
    .main-container .product-disclaimer{
        font-size: 10px;
    }
}
.main-container .product-disclaimer-light{
    color: #F2F2F2;
}
.main-container .product-disclaimer-light-1{
    color: #cfc7c7;
}
.main-container .product-disclaimer-darken{
    color: #606067;
}
.main-container .canvas-fallback{
    display: none;
}
.main-container .inline-video-fallback{
    display: none;
}
.main-container .space-50vh{
    height: 50vh;
}
.main-container .space-80vh{
    height: 80vh;
}
.main-container .space-100vh{
    height: 100vh;
}
.main-container .sticky-viewport{
    position: sticky;
    height: 100vh;
    top: 0;
    overflow: hidden;
}
.main-container .sticky-container{
    position: sticky;
    top: 0;
}
.main-container .sequence-animation{
    margin-top: 1px;
    height: 100%;
    width: 100%;
}
.main-container .sequence-animation canvas{
    width: 100%;
    height: 100%;
}
.main-container .sequence-animation video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-container .video-pop-play-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-container .video-pop-play{
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media (any-hover: hover) {
    .main-container .video-pop-play svg path:nth-of-type(1){
        transition: opacity .6s ease;
    }
    .main-container .video-pop-play:hover svg path:nth-of-type(1){
        opacity: .6;
    }
}
.main-container .video-pop-play-text{
    color: #FFFFFF;
    font-size: 1.04vw;
    margin-right: .416vw;
}
.main-container .video-pop-play svg{
    width: 1.770833vw;
    height: 1.770833vw;
}
.main-container .video-pop-play-icon{
    display: flex;
}
.main-container .hmos-tips{
    position: absolute;
    left: 1.5625vw;
    bottom: 1.5625vw;
    width: 13.453vw;
    will-change: transform;
    z-index: 2;
}
.main-container .common-popup-btn-container{
    display: flex;
    align-items: center;
    position: relative;
}
.main-container .common-popup-btn-container svg{
    width: 3.333vw;
    height: 3.333vw;
}
.main-container .common-popup-btn{
    display: flex;
}
.main-container .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;
}
.main-container .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);
    }
}
.main-container .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;
}
.main-container .auto-video-btn.show-btn{
    opacity: 1;
    visibility: visible;
}
.main-container .auto-video-btn svg{
    width: 1.5em;
    height: 1.5em;
    margin-right: .3em;
}
.main-container .video-replay-btn{
    color: #306FDB;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: .9375vw;
    font-weight: 400;
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    width: 2.08333vw;
    pointer-events: none;
    transition: opacity .6s ease;
    will-change: transform;
}
.main-container .video-replay-btn-row{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-container .video-replay-btn.show-btn{
    opacity: 1;
    pointer-events: all;
}
.main-container .video-replay-btn.show-btn .video-replay-btn-svg img{
    opacity: 1;
}
.main-container .video-replay-btn.show-btn .video-replay-btn-svg::before{
    opacity: 1;
}
.main-container .video-replay-btn-svg{
    display: flex;
    position: relative;
    width: 100%;
}
.main-container .video-replay-btn-svg img{
    position: relative;
    opacity: 0;
    transition: opacity .6s ease;
    will-change: transform;
}
.main-container .video-replay-btn-svg::before{
    background-color: #49494F64;
    backdrop-filter: blur(.2vw) brightness(1.4);
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .6s ease;
    will-change: transform;
}
@media (any-hover: hover){
    .main-container .video-replay-btn.show-btn:hover .video-replay-btn-svg::before{
        opacity: .6;
    }
}
.main-container .video-replay-btn svg{
    box-sizing: border-box;
    width: .78125vw;
    height: .868vw;
    padding: 1px;
}
.main-container .video-fallback{
    display: none;
}
.main-container .video-control-btn-container{
    cursor: pointer;
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    width: 2.083333vw;
    will-change: transform;
    transition: opacity .6s ease;
    z-index: 2;
}
.main-container .video-control-btn-container::before{
    background-color: #49494F64;
    backdrop-filter: blur(.2vw) brightness(1.4);
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity .6s ease;
    will-change: transform;
}
.main-container .video-control-btn-play-btn{
    display: flex;
    position: relative;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    width: 100%;
}
.main-container .video-control-btn-pause-btn{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    width: 100%;
}
.main-container .video-control-btn-replay-btn{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    width: 100%;
}
.main-container .video-control-btn-container img{
    height: auto;
}
.main-container .video-control-btn-container[data-index="0"] .video-control-btn-play-btn{
    opacity: 1;
    transition-delay: .2s;
    z-index: 2;
}
.main-container .video-control-btn-container[data-index="1"] .video-control-btn-pause-btn{
    opacity: 1;
    transition-delay: .2s;
    z-index: 2;
}
.main-container .video-control-btn-container[data-index="2"] .video-control-btn-replay-btn{
    opacity: 1;
    transition-delay: .2s;
    z-index: 2;
}
@media (any-hover: hover){
    .main-container .video-control-btn-container:hover::before {
        opacity: .6;
    }
}
.main-container .ie-fallback{
    display: none;
}
.main-container .common-transform-show{
    opacity: 0;
    transform: translateY(2.08vw);
    transition: all 1s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: transform;
}
.main-container .common-transform-show.active{
    opacity: 1;
    transform: translateY(0);
}
.main-container .product-image-parallax{
    position: relative;
}
.main-container .product-image-parallax img{
    display: inline-block;
}
.main-container .swiper-control-btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-container .swiper-prev-btn,
.main-container .swiper-next-btn{
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    transition: opacity .4s ease;
    position: relative;
    overflow: hidden;
    will-change: transform;
    width: 2.5vw;
}
.main-container .swiper-fade .swiper-slide:not(.swiper-slide-active){
    transition-delay: .2s;
}
.main-container .swiper-prev-btn{
    margin-right: 1.25vw;
}
.main-container .swiper-prev-btn.btn-disable,
.main-container .swiper-next-btn.btn-disable{
    cursor: default;
    opacity: .3;
}
.main-container .swiper-prev-btn.swiper-button-disabled,
.main-container .swiper-next-btn.swiper-button-disabled{
    cursor: default;
    opacity: .3;
}
.main-container .swiper-prev-btn svg,
.main-container .swiper-next-btn svg{
    width: 2.5vw;
    height: 2.5vw;
    position: relative;
    z-index: 2;
}
.main-container .swiper-prev-btn,
.main-container .swiper-next-btn{
    opacity: 1;
    transition: opacity .4s ease-in-out;
}
.main-container .swiper-prev-btn.btn-disable,
.main-container .swiper-next-btn.btn-disable{
    opacity: .5;
}
.swiper-prev-btn svg path,
.swiper-next-btn svg path{
    fill: #878787;
    transition: fill .4s ease-in-out;
}
@media (any-hover: hover) {
    .main-container .swiper-prev-btn:hover:not(.btn-disable),
    .main-container .swiper-next-btn:hover:not(.btn-disable){
        opacity: .8;
    }
}
.main-container .reasontobuy-swiper-prev-btn svg>g>rect,
.main-container .reasontobuy-swiper-next-btn svg>g>rect{
    transition: all .3s;
}
.main-container .swiper-prev-btn .svg-arrow,
.main-container .swiper-next-btn .svg-arrow{
    transition: opacity .6s ease-in-out;
}
.main-container .swiper-prev-btn .svg-arrow,
.main-container .swiper-next-btn .svg-arrow{
    transition: opacity .6s ease-in-out;
}
.main-container .btn-disable .svg-arrow{
    opacity: .3;
}
@media (any-hover: hover) {
    .main-container .swiper .swiper-slide:not(.no-clickto):not(.swiper-slide-active){
        cursor: pointer;
    }
}
.main-container .swiper .swiper-slide-thumb-active{
    cursor: pointer;
}
.section-kv{

}
.kv-container{
    position: relative;
}
.kv-content-container{
    padding: 2.08vw 0 0;
}
.kv-product-name{
    display: flex;
    justify-content: center;
}
.kv-product-name svg{
    width: 31.741666vw;
    height: 3.333333vw;
}
.kv-slogan-container{
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    font-size: 3.3333vw;
    letter-spacing: .4em;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 1.6667vw;
    text-align: center;
}
.kv-slogan-container span{
    display: inline-block;
    transform: translateX(.2em);
}
.huawei-product-buy-btn-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 1.6667vw;
}
.huawei-product-buy-btn-price{
    color: #FFFFFF;
    font-size: 1.46vw;
    font-weight: 400;
    line-height: 1.25;
}
.huawei-product-buy-btn-price div{
    color: inherit;
    cursor: pointer;
    display: inline-block;
}
.huawei-product-buy-btn-price span{
    font-size: 0.677083vw;
    font-weight: 500;
}
.huawei-product-buy-btn{
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    transition: 0.3s ease-out;
    margin-top: 24px;
    cursor: pointer;
    border-radius: 6px;
    will-change: transform;
}
.huawei-product-buy-btn:hover{
    opacity: .8;
}


.kv-reasontobuy{
    background: linear-gradient(to bottom,#000000 0%,#121212 15%,#121212 75%,#000000 100%);
    position: relative;
}
.kv-reasontobuy-bg{

}
.reasontobuy-container{
    overflow: hidden;
}
.reasontobuy-container .swiper-slide{
    overflow: hidden;
}
.reasontobuy-container .reasontobuy-main-swiper{
    margin: 0 auto;
    width: 67.5vw;
    overflow: initial;
}
.reasontobuy-item-container{
    display: flex;
    justify-content: center;
    overflow: hidden;
    will-change: transform;
}
.reasontobuy-item-image-container{
    border-radius: .8333vw;
    position: relative;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}
.reasontobuy-item-1 .reasontobuy-item-image{
    background-color: #000000;
    min-height: 37.5vw;
}
.reasontobuy-item-content{
    position: absolute;
    top: 2.08333vw;
    left: 20%;
    will-change: transform;
    width: 60%;
    transition: cubic-bezier(0.65, 0.05, 0.36, 1);
    text-align: center;
    pointer-events: none;
}
.reasontobuy-item-content-subtitle{
    color: #EFDDCC;
    font-size: 1.145vw;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: .8333vw;
    position: relative;
    will-change: transform;
    opacity: 1;
    pointer-events: all;
    z-index: 2;
}
.reasontobuy-item-content-title{
    color: #FFFFFF;
    font-size: 1.4583333vw;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    will-change: transform;
    opacity: 1;
    pointer-events: all;
    z-index: 2;
}
.reasontobuy-item-content-title sup{
    font-size: .5em;
}
.reasontobuy-item-content-text{
    color: #FFFFFFB2;
    font-size: 1.145vw;
    margin-top: .25em;
    transition: opacity .4s ease;
    opacity: 1;
}
.reasontobuy-item-5-phone-container{
    position: absolute;
    bottom: 2.5vw;    
    left: 0;
    width: 100%;
    z-index: 1;
}
.reasontobuy-item-4-content-container{
    position: absolute;
    bottom: 40.75%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    will-change: transform;
    pointer-events: none;
    z-index: 2;
}
.reasontobuy-item-4-content-text{
    color: #FFFFFF;
    font-size: .9375vw;
    margin-bottom: 1.4583vw;
    position: relative;
    pointer-events: all;
    z-index: 1;
}
.reasontobuy-item-4-content-num-container{
    display: flex;
    position: relative;
}
.reasontobuy-item-4-content-num{
    background: linear-gradient(135deg,#D9BFAF 0,#FEF6F0 35%,#FDF1E5 65%,#946448 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 10.4166vw;
    font-weight: bold;
    line-height: .8;
    position: relative;
    z-index: 2;
}
.reasontobuy-item-4-content-num:last-child{
    filter: blur(.2vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.reasontobuy-item-5-phone-row{
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 56.5625vw;
}
.reasontobuy-item-5-phone-item{
    flex: none;
    margin-right: .83333vw;
    width: 10.364583vw;
    opacity: 0;
    transition: opacity .3s ease .3s,transform .3s ease .3s;
}
.reasontobuy-item-5-phone-item:nth-of-type(3){
    width: 11.71875vw;
    z-index: 5;
}
.reasontobuy-item-5-phone-item:nth-of-type(2),
.reasontobuy-item-5-phone-item:nth-of-type(4){
    z-index: 3;
}
.reasontobuy-item-5-phone-item:nth-of-type(1),
.reasontobuy-item-5-phone-item:nth-of-type(5){
    z-index: 1;
}
.reasontobuy-swiper-btn-container{
    will-change: transform;
    position: relative;
    overflow: hidden;
}
.swiper-slide-active .reasontobuy-item-5-phone-item{
    opacity: 1;
}
.reasontobuy-item-5-phone-item:nth-of-type(1){
    transform: translateX(75%);
}
.reasontobuy-item-5-phone-item:nth-of-type(2){
    transform: translateX(25%);
}
.reasontobuy-item-5-phone-item:nth-of-type(4){
    transform: translateX(-25%);
}
.reasontobuy-item-5-phone-item:nth-of-type(5){
    transform: translateX(-75%);
}
.swiper-slide-active .reasontobuy-item-5-phone-item:nth-of-type(3){
    transition: opacity 1s ease .1s;
}
.swiper-slide-active .reasontobuy-item-5-phone-item:nth-of-type(2),
.swiper-slide-active .reasontobuy-item-5-phone-item:nth-of-type(4){
    transform: translateX(0);
    transition: opacity 1s ease .5s,transform 1s ease .5s;
}
.swiper-slide-active .reasontobuy-item-5-phone-item:nth-of-type(1),
.swiper-slide-active .reasontobuy-item-5-phone-item:nth-of-type(5){
    transform: translateX(0);
    transition: opacity 1s ease .9s,transform 1s ease .5s;
}
.reasontobuy-item-6-disclaimer{
    position: absolute;
    right: .8333vw;
    bottom: .8333vw;
    text-align: right;
    width: 70%;
}
.reasontobuy-item-6-disclaimer .product-disclaimer{
    color: #9B9BA2;
}
.reasontobuy-swiper-btn-container:hover .btn-border-bg-item,
.reasontobuy-swiper-btn-container:hover .btn-shodow-bg-item{
    background-image: conic-gradient(#2997FF 0%, #2997FF 15%, #2997FF 15%, #2997FF 50%, #2997FF 50%, #2997FF 64%, #2997FF 64%);
    animation-play-state: paused;
}
.reasontobuy-swiper-btn-container:hover .btn-border-shodow-container{
    opacity: 1;
}
.reasontobuy-swiper-btn-shdow-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reasontobuy-swiper-btn-shdow-top-bottom{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 4.167vw;
    z-index: 2;
    will-change: transform;
}
.reasontobuy-swiper-btn-shdow-top-bottom::before{
    position: absolute;
    display: block;
    content: "";
    border-radius: 100%;
    background-color: #BCB09E;
    filter: blur(13px);
    will-change: transform;
    top: 0;
    left: 50%;
    width: 64%;
    height: 60%;
    opacity: .2;
    transition: opacity 0.6s;
    transform: translate3d(-50%, -50%, 0);
}
.reasontobuy-swiper-btn-shdow-top-bottom::after{
    position: absolute;
    display: block;
    content: "";
    border-radius: 100%;
    background-color: #BCB09E;
    filter: blur(13px);
    will-change: transform;
    bottom: 0;
    left: 50%;
    width: 64%;
    height: 60%;
    opacity: .2;
    transition: opacity 0.6s;
    transform: translate3d(-50%, 50%, 0);
}
.reasontobuy-swiper-btn-shdow-left-right::before{
    position: absolute;
    display: block;
    content: "";
    border-radius: 100%;
    background-color: #BCB09E;
    filter: blur(7px);
    will-change: transform;
    top: 50%;
    left: 0;
    width: 30%;
    height: 52.5%;
    opacity: .4;
    transition: opacity 0.6s;
    transform: translate3d(-50%, -50%, 0);
}
.reasontobuy-swiper-btn-shdow-left-right::after{
    position: absolute;
    display: block;
    content: "";
    border-radius: 100%;
    background-color: #BCB09E;
    filter: blur(7px);
    will-change: transform;
    top: 50%;
    right: 0;
    width: 30%;
    height: 52.5%;
    opacity: .4;
    transition: opacity 0.6s;
    transform: translate3d(50%, -50%, 0);
}
.reasontobuy-swiper-btn-shdow-left-right{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 4.167vw;
    z-index: 2;
    will-change: transform;
}
.reasontobuy-swiper-btns{
    background: #252527;
    display: flex;
    align-items: center;
    height: 3.333vw;
    padding: 0 1.041667vw;
    border-radius: 999px;
    will-change: transform;
    z-index: 2;
}
.reasontobuy-swiper-prev-btn{

}
.reasontobuy-swiper-next-btn{

}
.reasontobuy-swiper-btns .reasontobuy-swiper-prev-btn,
.reasontobuy-swiper-btns .reasontobuy-swiper-next-btn{
    cursor: pointer;
    flex-shrink: 0;
    line-height: 0;
    transition: opacity 0.3s;
    outline: 0;
    width: 2.083333vw;
}
@media (any-hover: hover){
    .reasontobuy-swiper-prev-btn:hover,
    .reasontobuy-swiper-next-btn:hover{
        opacity: .6;
    }
}

.reasontobuy-swiper-prev-btn-svg,
.reasontobuy-swiper-next-btn-svg{

}
.reasontobuy-control-container .reasontobuy-swiper-btns .btn-disable{
    cursor: default;
    opacity: 0.3;
}
.reasontobuy-swiper-btns .reasontobuy-swiper-pagination{
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0 0.9375vw;
}
.reasontobuy-control-container{
    display: flex;
    justify-content: center;
}
.reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.520833vw;
    height: 0.520833vw;
    margin-right: 0.520833vw;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.2;
    border-radius: 100%;
    outline: 0;
    background-color: #FFFFFF;
  }
.reasontobuy-swiper-btns .swiper-pagination-bullet::before{
    position: absolute;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 0.260417vw;
    content: "";
  }
.reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet-active{
    background-color: #FFFFFF;
    cursor: default;
    opacity: .8;
}
.reasontobuy-swiper-btns .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.product-subtitle-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25vw;
}
.design-intro-subtitle .product-subtitle-icon{
    display: flex;
    margin-right: .52vw;
    width: 1.98vw;
}
.product-subtitle-text{
    color: #EFDDCC;
    font-size: 1.458vw;
    line-height: 1.25;
}
.design-intro-text{
    margin-top: 2.5vw;
    text-align: center;
}
.design-intro-video-popup{
    display: flex;
    justify-content: center;
    align-items: center;
}
.design-color-swiper .swiper-slide{
    clip-path: circle(0% at 50% 73%);
    position: absolute;
    top: 0;
    left: 0;
    transition: clip-path 0s ease-in-out 1s;
}
.design-color-swiper .swiper-slide:first-child{
    position: relative;
}
.design-color-swiper .swiper-slide-active{
    clip-path: circle(77% at 50% 73%);
    transition: clip-path 1s ease;
    z-index: 2;
}
.design-color-swiper-container{
    margin: 0 auto;
    width: 81.25vw;
}
.design-color-image{
    border-radius: .83333vw;
    will-change: transform;
    overflow: hidden;
}
.design-color-text-swiper-container{
    margin: 0 auto;
    width: 81.25vw;
    text-align: center;
}
.design-color-text{
    text-align: center;
}
.design-color-control-btns-container{
    background-color: #252527;
    border-radius: 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 12.5vw;
    height: 3.333vw;
    will-change: transform;
    overflow: hidden;
}
.design-color-control-btn{
    cursor: pointer;
    margin-right: .8333vw;
    line-height: 1;
    width: 2.0833334vw;
    height: 2.0833334vw;
    position: relative;
}
.design-color-control-btn:last-child{
    margin-right: 0;
}
.design-color-control-btn-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.design-color-control-btn-image{
    position: relative;
    opacity: 0;
    transition: opacity .8s ease;
    will-change: transform;
}
.design-color-control-btns-container[data-index="0"] [data-id="0"] .design-color-control-btn-image{
    opacity: 1;
}
.design-color-control-btns-container[data-index="1"] [data-id="1"] .design-color-control-btn-image{
    opacity: 1;
}
.design-color-control-btns-container[data-index="2"] [data-id="2"] .design-color-control-btn-image{
    opacity: 1;
}
.design-color-control-btns-container[data-index="3"] [data-id="3"] .design-color-control-btn-image{
    opacity: 1;
}
.design-color-control-text-swiper-container{
    margin: .833vw auto 0;
    width: 50%;
}
.main-container .swiper-fade.design-color-control-text-swiper .swiper-slide:not(.swiper-slide-active){
    transition-delay: 0s;
}
.design-color-control-text{
    color: #FFFFFF;
    font-size: 1.04vw;
    font-weight: 400;
    text-align: center;
}
.design-structure-title{
    margin: 0 auto 2.5vw;
    width: 80%;
    text-align: center;
}
.design-structure-text{
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.design-structure-feature-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 38.3vw;
}
.design-structure-feature-item{
    transform: translateY(1.5625vw);
    opacity: 0;
}
.design-structure-feature-container.active .design-structure-feature-item{
    transform: translateY(0);
    opacity: 1;
    transition: all .6s ease;
}
.design-structure-feature-container.active .design-structure-feature-item:nth-of-type(2){
    transition-delay: .2s;
}
.design-structure-feature-container.active .design-structure-feature-item:nth-of-type(3){
    transition-delay: .4s;
}
.design-structure-feature-item-text{
    color: #85858A;
    font-size: .9375vw;
}
.design-structure-feature-item-num{
    color: #FFFFFF;
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 1.25;
}
.design-structure-feature-item-num-small{
    font-size: .375em;
}
.design-feature{
    background: linear-gradient(to bottom,#000000 0%,#121212 15%,#121212 75%,#000000 100%);
}
.design-feature-swiper-container{
    overflow: hidden;
}
.design-feature-swiper{
    margin: 0 auto;
    width: 67.5vw;
    overflow: initial;
}
.design-feature-image{
    border-radius: .8333vw;
    will-change: transform;
    overflow: hidden;
}
.design-feature-content{
    color: #85858A;
    font-size: 1.25vw;
    font-weight: 500;
    position: absolute;
    will-change: transform;
    z-index: 2;
}
.design-feature-slide-1 .design-feature-content{
    top: 3vw;
    left: 3vw;
    width: 19vw;
}
.design-feature-slide-2 .design-feature-content{
    top: 16.25vw;
    left: 6.25vw;
    width: 17vw;
}
.design-feature-slide-3 .design-feature-content{
    top: 3vw;
    left: 3vw;
    width: 26vw;
}
.design-feature-slide-3-disclaimer{
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    text-align: right;
}
.design-screen-title-container{
    margin: 0 auto;
    width: 67.5vw;
    text-align: center;
    position: relative;
}
.design-screen-text{
    position: relative;
    z-index: 1;
}
.design-screen-title-icon{
    margin: 0 auto;
    width: 10.4vw;
    transform-origin: 50% 100%;
}
.design-screen-image{
    margin: -4vw auto 0;
    position: relative;
    overflow: hidden;
}
.design-screen-nits-container{
    display: flex;
    justify-content: center;
    font-size: 10.4167vw;
    font-weight: 600;
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    opacity: 0;
}
.design-screen-nits-container.active{
    opacity: 1;
    transition: opacity .6s ease;
}
.design-screen-nits-text-container{
    position: relative;
}
.design-screen-nits-text-container::after{
    background: linear-gradient(to bottom,#00000000,#000000AA);
    content: "";
    width: 120%;
    height: 3.3vw;
    position: absolute;
    left: -10%;
    bottom: 25%;
}
.design-screen-nits-text{
    background: linear-gradient(125deg,#5086FF 0%,#5086FF 10%,#8E78EA 75%,#FF7960 105%);
    color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    top: 0;
    left: 0;
}
.design-screen-nits-text-1{
    filter: blur(1.5vw);
}
.design-screen-nits-text-2{
    filter: blur(.75vw);
}
.design-screen-nits-text-3{
    filter: blur(.5vw);
}
.design-screen-nits-text-4{
    color: #FFFFFF;
    position: relative;
}
.design-screen-feature{
    transform: translateY(1.5625vw);
    opacity: 0;
    transition: all .6s ease;
}
.design-screen-feature-contianer.active .design-screen-feature{
    transform: translateY(0);
    opacity: 1;
}
.design-screen-feature-contianer.active .design-screen-feature:nth-of-type(2){
    transition-delay: .2s;
}
.design-screen-feature-contianer.active .design-screen-feature:nth-of-type(3){
    transition-delay: .4s;
}
.design-screen-feature-contianer{
    display: flex;
    justify-content: space-between;
    margin-left: 28.90625vw;
    width: 37.1875vw;
}
.design-screen-feature-title{
    color: #F7E3BC;
    font-size: 1.25vw;
}
.design-screen-feature-line{
    background-color: #3F3F43;
    height: 1px;
    margin: 1.25vw 0;
}
.design-screen-feature-detail-title{
    color: #FFFFFF;
    font-size: 1.458vw;
    font-weight: 500;
    line-height: 1.25;
}
.design-screen-feature-detail-num{
    color: #FFFFFF;
    font-size: 2.5vw;
    font-weight: 500;
}
.design-screen-feature-detail-num-small{
    font-size: .5em;
}
.design-screen-feature-hdr-icon{
    display: flex;
    width: 9.478vw;
    padding: .19vw 0;
}
.design-screen-feature-detail{
    margin-bottom: 1.25vw;
}
.design-screen-feature-detail:last-child{
    margin-bottom: 0;
}
.design-scene-swiper-container{
    overflow: hidden;
}
.design-scene-swiper{
    width: 67.5vw;
    overflow: initial;
}
.design-scene-swiper .swiper-slide{
    width: 33.125vw;
}
.design-scene-swiper .design-scene-item-1{
    width: 40vw;
}
.design-scene-item-image{
    border-radius: .8333vw;
    will-change: transform;
    overflow: hidden;
}
.design-scene-item-text{
    margin: 2.08vw 0 0 .833vw;
    width: 80%;
}
.camera-intro-text{
    margin: 0 auto;
    width: 43.5vw;
    text-align: center;
}
.camera-intro-image-container{
    position: relative;
}
.camera-intro-video-popup-container{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 3.333vw;
    transform: translateX(-50%);
}
.camera-intro-video-popup{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.625vw;
    height: 3.333vw;
    position: relative;
}
.camera-intro-video-popup::before{
    background-color: #25252788;
    backdrop-filter: blur(.5vw) brightness(1.4);
    border-radius: 1.67vw;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .6s ease;
    overflow: hidden;
}
.camera-intro-video-popup .video-pop-play-text{
    font-size: .9375vw;
    margin: 0 .8333vw;
    position: relative;
}
.camera-intro-video-popup .video-pop-play-icon{
    width: 1.67vw;
    position: relative;
}
@media (any-hover: hover) {
    .camera-intro-video-popup:hover::before{
        background-color: #FFFFFF22;
    }
}
.camera-accurate-title-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 53.75vw;
}
.camera-accurate-title-row{
    display: flex;
}
.camera-accurate-title{
    width: 21vw;
}
.camera-accurate-title-text-item{
    position: relative;
}
.camera-accurate-title-text-item-text{
    position: relative;
    z-index: 2;
}
.camera-accurate-title-text-item-text-shadow{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}
.camera-accurate-title-text-item-text-shadow-1{
    filter: blur(.75vw);
}
.camera-accurate-title-text-item-text-shadow-2{
    filter: blur(.45vw);
}
.camera-accurate-title-text-item-text-shadow-3{
    filter: blur(.5vw);
}
.camera-accurate-title-text-item-3 .camera-accurate-title-text-item-text-shadow{
    content: "冷";
    color: #2845FF;
    font-size: 1.1em;
}
.camera-accurate-title-text-item-4 .camera-accurate-title-text-item-text-shadow{
    color: #FF9147;
}
.camera-accurate-title-text-item.active .camera-accurate-title-text-item-text-shadow{
    opacity: .9;
}
.camera-accurate-title-text-item-3:active .camera-accurate-title-text-item-text-shadow{
    opacity: 1;
}
.camera-accurate-title-text-item-2 .camera-accurate-title-text-item-text{
    transition: color 1s ease;
}
.camera-accurate-title-text-item-2.active .camera-accurate-title-text-item-text{
    color: #000000;
}
.camera-accurate-title-text-item:hover .camera-accurate-title-text-item-text-shadow{
    opacity: .9;
}
.camera-accurate-title-text-item-2:hover .camera-accurate-title-text-item-text{
    color: #000000;
}
.camera-accurate-title-text-item-3:hover .camera-accurate-title-text-item-text-shadow{
    opacity: 1;
}
.camera-accurate-text{
    width: 20.2vw;
}
.camera-accurate-swiper-container{
    overflow: hidden;
}
.camera-accurate-swiper{
    width: 67.5vw;
    overflow: initial;
    transition: transform .6s ease;
}
.camera-accurate-swiper.camera-accurateoffset-swiper{
    transform: translateX(6.875vw);
}
.camera-accurate-swiper .swiper-slide{
    width: 53.75vw;
}
.camera-accurate-swiper-control-container{
    margin: 0 auto;
    width: 67.5vw;
}
.camera-sample{
    overflow: hidden;
}
.camera-sample-container{
    display: flex;
}
.camera-sample-content{
    margin-top: 1.458vw;
    margin-right: 4.9vw;
    width: 20.2vw;
}
.camera-sample-title-row{
    display: flex;
    position: relative;
}
.camera-sample-title-text-item{
    position: absolute;
    top: 0;
    left: 0;
}
.camera-sample-title-text-item-1,
.camera-sample-title-text-item-6{
    position: relative;
}
.camera-sample-title.active .camera-sample-title-text-item{
    transition: transform 1s ease;
}
.camera-sample-title.active .camera-sample-title-text-item-2{
    transform: translateX(1em);
}
.camera-sample-title.active .camera-sample-title-text-item-3{
    transform: translateX(2em);
}
.camera-sample-title.active .camera-sample-title-text-item-4{
    transform: translateX(3em);
}
.camera-sample-title.active .camera-sample-title-text-item-5{
    transform: translateX(4em);
}
.camera-sample-title.active .camera-sample-title-text-item-6{
    transform: translateX(4em);
}
.camera-sample-switch-container{
    display: flex;
    align-items: center;
}
.camera-sample-switch-line-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 1.25vw;
    width: .73vw;
}
.camera-sample-switch-line-item{
    background-color: #FFFFFF;
    height: 2px;
    margin-bottom: .4167vw;
    opacity: .3;
    transition: opacity .6s ease;
}
.camera-sample-switch-line-item:last-child{
    margin-bottom: 0;
}
.camera-sample-switch-line-item-sp{
    opacity: .5;
}
.camera-sample-switch-text-item{
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.458vw;
    opacity: .4;
    transition: opacity .6s ease;
}
@media (any-hover: hover) {
    .camera-sample-switch-text-item:hover{
        opacity: .6;
    }
}
.camera-sample-switch-text-item:last-child{
    margin-bottom: 0;
}
.camera-sample-switch-container[data-index="0"] [data-id="0"]{
    opacity: 1;
}
.camera-sample-switch-container[data-index="1"] [data-id="1"]{
    opacity: 1;
}
.camera-sample-switch-container[data-index="2"] [data-id="2"]{
    opacity: 1;
}
.camera-sample-switch-container[data-index="3"] [data-id="3"]{
    opacity: 1;
}
.camera-sample-switch-container[data-index="4"] [data-id="4"]{
    opacity: 1;
}
.camera-sample-image-container{
    margin: 0 auto;
    width: 67.5vw;
}
.camera-live-photo-1{
    margin-right: 5vw;
    width: 37.5vw;
    transform: translateY(2.08vw);
    opacity: 0;
}
.camera-live-photo-2{
    width: 25vw;
    transform: translateY(2.08vw);
    opacity: 0;
}
.camera-live-photo-icon{
    position: absolute;
    top: 1.25vw;
    right: 1.25vw;
    width: 2.08vw;
}
.main-container .camera-sample-container .camera-sample-swiper .swiper-wrapper .camera-live-photo-1,
.main-container .camera-sample-container .camera-sample-swiper .swiper-wrapper .camera-live-photo-2{
    cursor: initial;
}
.camera-sample-swiper.active .camera-live-photo-1{
    transform: translateY(0);
    opacity: 1;
    transition: all 1s cubic-bezier(0.26, 0.67, 0.48, 0.91);
}
.camera-sample-swiper.active .camera-live-photo-2{
    transform: translateY(0);
    opacity: 1;
    transition: all 1s cubic-bezier(0.26, 0.67, 0.48, 0.91) .2s;
}
.camera-sample-image-item{
    position: relative;
}
.camera-sample-2-end-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease;
}
.camera-sample-2-end-container.active{
    opacity: 1;
}
.camera-sample-swiper-container{
    perspective: 100vw;
    perspective-origin: 50% -40%;
    position: relative;
}
.camera-sample-image-bg-box{
    background-color: #4B4E52;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(-17vw);
}
.camera-sample-image-bg-box-2{
    background-color: #5D6166;
    transform: translateZ(-13.5vw);
}
.camera-sample-image-bg-box-3{
    background-color: #71767B;
    transform: translateZ(-9.5vw);
}
.camera-sample-image-bg-box-4{
    background-color: #83898F;
    transform: translateZ(-5vw);
}
.camera-sample-swiper{
    overflow: initial;
}
.camera-sample-swiper>.swiper-wrapper{
    flex-wrap: wrap;
}
.camera-sample-row{
    margin-top: 10.4167vw;
    will-change: transform;
    overflow: hidden;
}
.camera-sample-color-swiper-container{
    margin: 0 auto;
    position: relative;
    width: 53.75vw;
}
.camera-sample-color-item-icon{
    border: 2px #FFFFFF solid;
    border-radius: 1.25vw;
    display: flex;
    align-items: center;
    position: absolute;
    top: 1.5625vw;
    right: 1.5625vw;
    width: 7.7083333vw;
    height: 2.083333vw;
    overflow: hidden;
}
.camera-sample-color-item-icon::before{
    background-color: #85858A48;
    backdrop-filter: blur(.5vw);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.camera-sample-color-item-icon-svg{
    margin-left: .41677vw;
    position: relative;
    width: 1.5625vw;
    z-index: 1;
}
.camera-sample-color-item-icon-text{
    color: #FFFFFF;
    font-size: .9375vw;
    margin-left: .20833vw;
    position: relative;
    z-index: 1;
}
.camera-sample-color-control-container{
    background-color: #24242488;
    backdrop-filter: blur(.5vw);
    border-top-left-radius: 1.25vw;
    border-top-right-radius: 1.25vw;
    position: absolute;
    bottom: -.5px;
    left: 29.845%;
    width: 40.31%;
    overflow: hidden;
    will-change: transform;
    z-index: 1;
}
.camera-sample-color-control-swiper{
    display: flex;
    justify-content: center;
    margin: .8333vw  0;
}
.camera-sample-color-control-swiper .swiper-wrapper{
    justify-content: center;
}
.camera-sample-container .camera-sample-color-control-swiper .swiper-slide{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1.25vw;
    width: 3.85416vw;
    pointer-events: all;
}
.camera-sample-color-control-swiper .swiper-slide:last-child{
    margin-right: 0;
}
.camera-sample-color-control-icon-item{
    border: 2px solid #FFFFFF00;
    border-radius: .677vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: .15625vw;
    transition: all .6s ease;
}
.camera-sample-color-control-icon{
    border-radius: .416vw;
    width: 3.333vw;
    overflow: hidden;
}
.camera-sample-color-control-text{
    color: #FFFFFF;
    font-size: 1.04vw;
    line-height: 1.25;
    margin-top: .416vw;
    opacity: .5;
    transition: opacity .6s ease;
}
.camera-sample-color-control-swiper .swiper-slide-thumb-active .camera-sample-color-control-icon-item{
    border-color: #FFFFFFFF;
}
.camera-sample-color-control-swiper .swiper-slide-thumb-active .camera-sample-color-control-text{
    opacity: 1;
}
.camera-sample-text-swiper-container{
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.camera-sample-text-swiper{
    overflow: initial;
}
.camera-sample-text-container{
    margin: 0 auto;
    width: 38.3vw;
    text-align: center;
}
.camera-sample-text-swiper-container .swiper-slide{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    opacity: 0;
}
.camera-sample-text-swiper-container .swiper-slide:last-child{
    position: relative;
}
.camera-video-intro-title-container{
    margin: 0 auto;
    width: 50vw;
    text-align: center;
}
.camera-video-intro-text{
    margin: 0 auto;
    width: 30.85vw;
    text-align: center;
}
.camera-video-intro-image{
    margin: 0 auto;
    width: 81.25vw;
}
.camera-video-feature{
    background-color: #000000;
    position: relative;
    z-index: 1;
}
.camera-video-feature-swiper-container{
    overflow: hidden;
}
.camera-video-feature-swiper{
    margin: 0 auto;
    width: 67.5vw;
    overflow: initial;
}
.camera-video-feature-item-image{
    border-radius: .8333vw;
    overflow: hidden;
    position: relative;
}
.camera-video-feature-item-text{
    margin: 2.08vw 0 0 .8333vw;
    width: 69%;
}
.camera-video-sample-title-container{
    background-color: #000000;
    padding-bottom: 4.1667vw;
    position: relative;
    z-index: 1;
}
.camera-video-sample-title{
    margin: 0 auto;
    width: 67.5vw;
    text-align: center;
}
.camera-video-sample-content-container{
    margin-top: -100vh;
}
.camera-video-sample-content-container .sticky-container{
    min-height: 100vh;
    overflow: hidden;
}
.camera-video-sample-wall-container{
    position: absolute;
    top: 1.5625vw;
    left: 0;
    width: 100%;
    height: 61.3vw;
    pointer-events: none;
    transform: scale(.54);
    z-index: 2;
}
.camera-video-sample-image{
    position: absolute;
}
.camera-video-sample-image-1{
    top: -41.2vw;
    left: -65vw;
    width: 70.15vw;
}
.camera-video-sample-image-2{
    top: -45.6vw;
    left: 9vw;
    width: 81.25vw;
}
.camera-video-sample-image-3{
    top: -41.2vw;
    left: 93.7916vw;
    width: 70.50vw;
}
.camera-video-sample-image-4{
    top: 30.125vw;
    left: -65vw;
    width: 70.15vw;
}
.camera-video-sample-image-5{
    top: 43.5vw;
    left: 9vw;
    width: 81.25vw;
}
.camera-video-sample-image-6{
    top: 18vw;
    left: 93.7916vw;
    width: 70.50vw;
}
.camera-video-sample-swiper-container{
    transform: scale(.54);
    overflow: hidden;
}
.camera-video-sample-swiper{
    margin: 3.125vw auto 0;
    width: 81.25vw;
    padding-bottom: 12.7vw;
    overflow: initial;
    z-index: 2;
}
.main-container .swiper-fade.camera-video-sample-text-swiper .swiper-slide:not(.swiper-slide-active){
    transition-delay: 0s;
}
.camera-video-sample-swiper::after{
    background: linear-gradient(to bottom,#00000000 0%,#000000FF 60%,#000000FF 100%);
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 100vw;
    height: 18%;
    transform: translateX(-50%);
    z-index: 1;
}
.camera-video-sample-item{
    perspective: 100vw;
    position: relative;
}
.camera-video-sample-item-reflection{
    filter: blur(1vw);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateX(-125deg);
    transform-origin: 50% 100%;
    opacity: 0;
    transition: opacity .4s ease;
}
.camera-video-sample-item-reflection.active{
    opacity: 1;
}
.camera-video-sample-swiper-control-container{
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translateX(-50%);
    width: 13.5416777vw;
    height: 2.9166667vw;
    z-index: 3;
}
.camera-video-sample-swiper-control-container.active:before{
    opacity: 1;
}
.camera-video-sample-swiper-control-container.active .camera-video-sample-swiper-control-row{
    opacity: 1;
}
.camera-video-sample-swiper-control-container.active .camera-video-sample-swiper-control-progress{
    opacity: 1;
}
.camera-video-sample-swiper-control-container::before{
    background-color: #25252766;
    backdrop-filter: blur(.5vw) brightness(2);
    border-radius: 5vw;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
    will-change: transform;
}
.camera-video-sample-swiper-control-row{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 .208vw;
    position: relative;
    opacity: 0;
    transition: opacity .3s ease;
    will-change: transform;
    z-index: 2;
}
.camera-video-sample-swiper-control-btn{
    color: #FFFFFF;
    cursor: pointer;
    font-size: .9375vw;
    font-weight: 500;
    width: 4.375vw;
    opacity: .6;
    transition: all .6s ease;
    text-align: center;
    position: relative;
    z-index: 2;
}
@media (any-hover: hover) {
    .camera-video-sample-swiper-control-btn:hover{
        opacity: .8;
    }
}
.camera-video-sample-swiper-control-progress{
    background-color: #FFFFFF;
    border-radius: 11.25vw;
    width: 4.375vw;
    height: 2.5vw;
    position: absolute;
    top: .208vw;
    left: .208vw;
    overflow: hidden;
    opacity: 0;
    transition: all .6s ease;
    z-index: 1;
}
.camera-video-sample-swiper-control-container[data-index="0"] .camera-video-sample-swiper-control-btn[data-id="0"]{
    color: #000000;
    opacity: 1;
}
.camera-video-sample-swiper-control-container[data-index="1"] .camera-video-sample-swiper-control-btn[data-id="1"]{
    color: #000000;
    opacity: 1;
}
.camera-video-sample-swiper-control-container[data-index="2"] .camera-video-sample-swiper-control-btn[data-id="2"]{
    color: #000000;
    opacity: 1;
}
.camera-video-sample-swiper-control-container[data-index="1"] .camera-video-sample-swiper-control-progress{
    transform: translateX(100%);
}
.camera-video-sample-swiper-control-container[data-index="2"] .camera-video-sample-swiper-control-progress{
    transform: translateX(200%);
}
.camera-video-sample-text-swiper{
    position: absolute;
    top: 82%;
    left: 50%;
    width: 67.5vw;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 2;
}
.camera-video-sample-text-item:nth-of-type(2) p{
    color: #F2F2F2;
}
.camera-video-sample-text-swiper.active{
    opacity: 1;
}
.camera-video-more-title{
    margin-left: 17.08vw;
    width: 70%;
}
.camera-video-more-swiper-container{
    overflow: hidden;
}
.camera-video-more-swiper{
    margin: 0 auto;
    width: 67.5vw;
    overflow: initial;
}
.camera-video-more-item-image{
    border-radius: .8333vw;
    overflow: hidden;
}
.camera-video-more-item-text{
    margin: 2.08vw 0 0 .8333vw;
    width: 69%;
}
.performance-intro-title-container{
    position: relative;
    z-index: 1;
}
.performance-intro-text{
    margin: 2.5vw auto 0;
    text-align: center;
    width: 50%;
}
.performance-intro-content{
    overflow: hidden;
}
.performance-intro-content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4.16667vw;
    margin-bottom: -8.9vw;
    position: relative;
    text-align: center;
    will-change: transform;
    z-index: 2;
}
.performance-intro-content-text-row{
    display: flex;
    align-items: center;
    margin-bottom: 1.5625vw;
}
.performance-intro-content-icon{
    width: 1.886vw;
}
.performance-intro-content-text{
    color: #FFFFFF;
    font-size: 1.6667vw;
    margin-right: .41667vw;
}
.performance-intro-content-num-container{
    display: flex;
    position: relative;
}
.performance-intro-content-num{
    background: linear-gradient(135deg,#D9BFAF 0,#FEF6F0 35%,#FDF1E5 65%,#946448 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 10.4166vw;
    font-weight: bold;
    line-height: .8;
    position: relative;
    z-index: 2;
}
.performance-intro-content-num:last-child{
    filter: blur(.2vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.performance-intro-image-container{
    display: flex;
    align-items: center;
    position: absolute;
    top: .78125vw;
    left: 18.28125vw;
}
.performance-intro-chip{
    width: 33.3333vw;
    transform: scale(1.2) translateX(12vw);
}
.performance-intro-plus{
    margin-left: -2.5vw;
    margin-right: 0;
    width: 2.08333vw;
    opacity: 0;
    transform: translateX(17vw);
}
.performance-intro-system{
    mix-blend-mode: lighten;
    width: 27.0888vw;
    opacity: 0;
    transform: scale(1.2) translateX(17vw);
}
.performance-intro-detail-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: -4.5vw auto 0;
    width: 23.054vw;
    opacity: 0;
    position: relative;
}
.performance-intro-detail-line-container{
    width: 13.5vw;
}
.performance-intro-detail-line-title{
    color: #FFFFFF;
    font-size: 2.0833vw;
    font-weight: 500;
}
.performance-intro-detail-line-1{
    margin-bottom: 1.25vw;
}
.performance-intro-detail-line-box{
    background: linear-gradient(to right, #725233, #FDE8B9);
    border-radius: .3125vw;
    height: .4167vw;
    overflow: hidden;
    width: 0;
}
.performance-intro-detail-line-2{
    margin-bottom: .25vw;
    width: 69.23%;
}
.performance-intro-detail-line-2 .performance-intro-detail-line-box{
    background: #363638;
}
.performance-intro-detail-num-container{
    display: flex;
}
.performance-intro-detail-num-icon{
    margin: .4vw .5625vw 0 0;
    width: 1.47vw;
}
.performance-intro-detail-num{
    display: flex;
    align-items: flex-end;
    font-size: 4.16667vw;
    font-weight: 500;
    line-height: 1;
    height: 1em;
    overflow: hidden;
}
.performance-intro-detail-num-row-1 .performance-intro-detail-num-item{
    background: linear-gradient(135deg,#FDE8B9 0%,#FDE8B9 30%,#866748 65% ,#E8D1A5 90%);
    color: transparent;
    -webkit-background-clip: text;
}
.performance-intro-detail-num-small{
    font-size: .375em;
    /* margin-bottom: .2em;
    margin-left: .4em; */
}
.performance-intro-detail-container.active{
    opacity: 1;
    transition: opacity .6s ease;
}
.performance-media-title{
    margin: 0 auto;
    width: 67.5vw;
    text-align: center;
}
.performance-media-text{
    margin: -5.5vw auto 0;
    width: 30vw;
    text-align: center;
    position: relative;
}
.performance-media-image{
    margin: 0 auto;
    width: 67.5vw;
}
.performance-outdoor-subtitle{
    margin-bottom: .833vw;
}
.performance-outdoor-title{
    margin: 0 auto;
    width: 67.5vw;
    text-align: center;
}
.performance-outdoor-text{
    margin: 0 auto;
    width: 41.5vw;
    text-align: center;
}
.performance-outdoor-image{
    margin: 0 auto;
    width: 81.25vw;
}
.performance-feature-swiper{
    margin: 0 auto;
    width: 67.5vw;
}
.main-container .swiper-fade.performance-feature-swiper .swiper-slide:not(.swiper-slide-active){
    transition-delay: 0s;
}
.performance-feature-disclaimer{
    text-align: right;
}
.performance-feature-item-row{
    display: flex;
    justify-content: space-between;
}
.performance-feature-item-left{
    width: 26.25vw;
}
.performance-feature-item-left .performance-feature-item-image{
    width: 100%;
}
.performance-feature-item-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 40vw;
}
.performance-feature-item-card{
    background-color: #171718;
    border-radius: .8333vw;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.performance-feature-item-text{
    color: #85858A;
    font-size: 1.04vw;
    font-weight: 500;
    will-change: transform;
    position: absolute;
    z-index: 1;
}
.performance-feature-item-2 .performance-feature-item-card:first-child{
    margin-bottom: 0;
}
.performance-feature-item-half-card{
    width: 19.375vw;
}
.performance-feature-item-left .performance-feature-item-text{
    top: 2.5vw;
    left: 50%;
    width: 20.3125vw;
    text-align: center;
    transform: translateX(-50%);
}
.performance-feature-item-1 .performance-feature-item-card-2 .performance-feature-item-image{
    width: 100%;
}
.performance-feature-item-1 .performance-feature-item-card-3 .performance-feature-item-image{
    width: 100%;
}
.performance-feature-item-2 .performance-feature-item-left{
    width: 33.125vw;
}
.performance-feature-item-2 .performance-feature-item-right{
    width: 33.125vw;
}
.performance-feature-item-2 .performance-feature-item-card-2 .performance-feature-item-image{
    width: 100%;
}
.performance-feature-item-1 .performance-feature-item-card-2 .performance-feature-item-content{
    position: absolute;
    top: 2.5vw;
    left: 2.5vw;
    width: 15.5vw;
}
.performance-feature-item-1 .performance-feature-item-card-2 .performance-feature-item-text{
    position: relative;
}
.performance-feature-card-icon-container{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.25vw;
    position: relative;
    z-index: 1;
}
.performance-feature-card-icon{
    width: 6.640104vw;
}
.performance-feature-card-icon-text{
    color: #FFFFFF;
    font-size: .625vw;
    margin-top: .52083vw;
}
.performance-feature-item-1 .performance-feature-item-card-3 .performance-feature-item-text{
    top: 50%;
    left: 2.5vw;
    width: 19vw;
    transform: translateY(-50%);
}
.performance-feature-item-2 .performance-feature-item-card-2 .performance-feature-item-text{
    top: 50%;
    left: 2.5vw;
    width: 44%;
    transform: translateY(-50%);
}
.performance-feature-item-2 .performance-feature-item-card-3 .performance-feature-item-text{
    top: 50%;
    left: 2.5vw;
    width: 11.2vw;
    transform: translateY(-50%);
}
.performance-feature-item-3 .performance-feature-item-left .performance-feature-item-text{
    color: #FFFFFF;
    font-size: 1.667vw;
    line-height: 1.25;
    top: 3.333vw;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-item-subtitle{
    color: #85858A;
    font-size: 1.145vw;
    margin-top: 3.333vw;
    position: relative;
    text-align: center;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-item-day{
    color: #FFFFFF;
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-item-day span{
    font-size: .3333em;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-item-text{
    color: #FFFFFF;
    font-size: 1.145vw;
    font-weight: 500;
    margin: 2.08vw 0 2.08vw 4.8958vw;
    position: relative;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-item-icons-container{
    margin: 0 auto;
    width: 32.08333vw;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-item-icons-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-item-card{
    height: 100%;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-item-icons-row:nth-of-type(2){
    margin-top: 2.0833vw;
}
.performance-feature-item-3 .performance-feature-item-right .performance-feature-disclaimer{
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    width: 19.48vw;
}
.performance-feature-item-icon-item{
    width: 6.5vw;
}
.performance-feature-item-icon{
    border-radius: .625vw;
    margin: 0 auto;
    width: 3.75vw;
    overflow: hidden;
    will-change: transform;
}
.performance-feature-item-icon-text{
    color: #85858A;
    font-size: 1.04vw;
    font-weight: 500;
    margin-top: .8333vw;
    text-align: center;
}
.performance-feature-control-container{
    margin: 0 auto;
    width: 34.583vw;
}
.performance-feature-control-title-container{
    display: flex;
    justify-content: space-between;
}
.performance-feature-control-title-item{
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.25;
    opacity: .4;
    transition: opacity .6s ease;
    will-change: transform;
}
@media (any-hover: hover) and (min-aspect-ratio: 11 / 10){
    .performance-feature-control-title-item:hover{
        opacity: .6;
    }
}
.performance-feature-control-progress-container{
    margin-top: .8333vw;
}
.performance-feature-control-progress{
    background-color: #FFFFFF66;
    height: 2px;
}
.performance-feature-control-progress-bar{
    background-color: #FFFFFF;
    height: 2px;
    width: 26%;
    transition: transform .6s ease;
    will-change: transform;
}
.performance-feature-control-row[data-index="0"] .performance-feature-control-title-item[data-id="0"]{
    opacity: 1;
}
.performance-feature-control-row[data-index="1"] .performance-feature-control-title-item[data-id="1"]{
    opacity: 1;
}
.performance-feature-control-row[data-index="2"] .performance-feature-control-title-item[data-id="2"]{
    opacity: 1;
}
.performance-feature-control-row[data-index="1"] .performance-feature-control-progress-bar{
    transform: translateX(143%);
}
.performance-feature-control-row[data-index="2"] .performance-feature-control-progress-bar{
    transform: translateX(286%);
}
.performance-safety-subtitle{
    margin-bottom: .8333vw;
}
.performance-safety-title{
    margin: 0 auto;
    width: 67.5vw;
    text-align: center;
}
.performance-safety-row{
    display: flex;
    align-items: center;
    margin-left: 17.08vw;
}
.performance-safety-image-container{
    margin-right: 6.25vw;
    width: 34.375vw;
}
.performance-safety-disclaimer{
    margin-top: 2.0833vw;
    text-align: center;
}
.performance-safety-content{
    width: 21.25vw;
}
.performance-safety-content{

}
.performance-safety-content-title{
    color: #FFFFFF;
    font-size: 2.08vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.25vw;
}
.performance-safety-content-text{
    width: 96%;
}
.performance-safety-detail-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.performance-safety-detail-container.show-pad{
    display: none;
}
.performance-safety-detail-item{
    width: 3.75vw;
    transform: translateY(1.5625vw);
    opacity: 0;
}
.performance-safety-detail-text{
    color: #85858A;
    font-size: 1.04vw;
    font-weight: 500;
    margin-top: .8333vw;
    text-align: center;
}
.performance-safety-detail-container.active .performance-safety-detail-item{
    transform: translateY(0);
    opacity: 1;
    transition: all .6s ease;
}
.performance-safety-detail-container.active .performance-safety-detail-item:nth-of-type(2){
    transition-delay: .2s;
}
.performance-safety-detail-container.active .performance-safety-detail-item:nth-of-type(3){
    transition-delay: .4s;
}
.performance-safety-detail-container.active .performance-safety-detail-item:nth-of-type(4){
    transition-delay: .6s;
}
.performance-more-title{
    margin-left: 17.08vw;
    width: 70%;
}
.performance-more-swiper-container{
    overflow: hidden;
}
.performance-more-swiper{
    margin: 0 auto;
    width: 67.5vw;
    overflow: initial;
}
.performance-more-item-image{
    border-radius: .8333vw;
    overflow: hidden;
}
.performance-more-item-text{
    margin: 2.08vw 0 0 .8333vw;
    width: 85%;
}
.system-intro-subtitle{
    margin-bottom: 1.25vw;
}
.system-intro-title{
    display: flex;
    justify-content: center;
    text-align: center;
}
.system-intro-title .h2{
    background: linear-gradient(115deg,#F3C767 0,#F3C767 10%,#E1C8D9 45%,#A89AED 60%,#5172D6 90%,#5172D6 100%);
    color: transparent;
    -webkit-background-clip: text;
}
.system-intro-title-icon{
    margin: 0 2.1875vw;
    width: 8.333vw;
    position: relative;
    transform: scale(2.1875);
    z-index: 1;
}
.system-intro-text{
    margin: 0 auto;
    width: 35.5vw;
    text-align: center;
}
.system-intro-xiaoyi-title{
    margin: 0 auto;
    width: 81.25vw;
    text-align: center;
}
.system-intro-swiper-container{
    margin: 0 auto;
    width: 81.25vw;
}
.system-intro-item-image{
    border-radius: .8333vw;
    overflow: hidden;
}
.system-intro-item-disclaimer .product-disclaimer{
    color: #9B9BA2;
}
.system-intro-item-disclaimer{
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    text-align: right;
}
.system-intro-control-container{
    margin: 0 auto;
    width: 12.9166vw;
}
.system-intro-control-title-container{
    display: flex;
    justify-content: space-between;
}
.system-intro-control-title-item{
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.25;
    opacity: .4;
    transition: opacity .6s ease;
    will-change: transform;
}
@media (any-hover: hover) and (min-aspect-ratio: 11 / 10){
    .system-intro-control-title-item:hover{
        opacity: .6;
    }
}
.system-intro-control-progress-container{
    margin-top: .8333vw;
}
.system-intro-control-progress{
    background-color: #FFFFFF66;
    height: 2px;
}
.system-intro-control-progress-bar{
    background-color: #FFFFFF;
    height: 2px;
    width: 30%;
    transition: all .6s ease;
}
.system-intro-control-row[data-index="0"] .system-intro-control-title-item[data-id="0"]{
    opacity: 1;
}
.system-intro-control-row[data-index="1"] .system-intro-control-title-item[data-id="1"]{
    opacity: 1;
}
.system-intro-control-row[data-index="2"] .system-intro-control-title-item[data-id="2"]{
    opacity: 1;
}
.system-intro-control-row[data-index="1"] .system-intro-control-progress-bar{
    transform: translateX(156%);
    width: 39%;
}
.system-intro-control-row[data-index="2"] .system-intro-control-progress-bar{
    transform: translateX(316%);
}
.system-intro-text-swiper{
    margin: 0 auto;
    width: 40vw;
    text-align: center;
}
.main-container .swiper-fade.system-intro-text-swiper .swiper-slide:not(.swiper-slide-active){
    transition-delay: 0s;
}
.system-feature-title{
    margin-left: 17.08vw;
}
.system-feature-swiper-container{
    overflow: hidden;
}
.system-feature-swiper{
    margin: 0 auto;
    width: 67.5vw;
    overflow: initial;
    transition: transform .8s ease;
    will-change: transform;
}
.system-feature-swiper .swiper-slide{
    width: 21.667vw;
    height: 33.333333vw;
    transition: width .8s ease;
    will-change: width;
    overflow: hidden;
}
.system-feature-swiper .swiper-slide[data-id="1"] .system-feature-item-text{
    color: #F2F2F2;
}
.main-container .system-feature-swiper .swiper-wrapper .swiper-slide{
    cursor: initial;
}
.system-feature-swiper-control-container{
    margin: 0 auto;
    width: 67.5vw;
}
.system-feature-item{
    border-radius: .8333vw;
    height: 100%;
    position: relative;
    overflow: hidden;
    will-change: width;
}
.system-feature-item-row{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .4s ease .4s;
    will-change: width;
}
.system-feature-item-row-1 .system-feature-item-image{
    width: 100%;
    height: 100%;
    will-change: width;
}
.system-feature-item-row-1 .system-feature-item-image img,
.system-feature-item-row-1 .system-feature-item-image video{
    width: 100%;
    height: 100%;
    will-change: width;
}
.system-feature-item-row-2{
    opacity: 0;
}
.system-feature-item-row-2 .video-control-btn-container{
    display: none;
}
.system-feature-item-row-2 .system-feature-item-image{
    width: 100%;
    height: 100%;
    will-change: width;
}
.system-feature-item-row-2 .system-feature-item-image img,
.system-feature-item-row-2 .system-feature-item-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: width;
}
.system-feature-item-border{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: width;
}
.system-feature-item-border img{
    width: 100%;
    height: 100%;
    will-change: width;
}
.system-feature-item-content-container{
    position: absolute;
    top: 1.677vw;
    left: 2.08vw;
    width: 22.6vw;
    will-change: transform;
}
.system-feature-item-disclaimer{
    position: absolute;
    right: .833vw;
    bottom: .833vw;
    width: 42.5vw;
    text-align: right;
    will-change: transform;
}
.system-feature-swiper .swiper-slide[data-id="1"] .system-feature-item-content-container{
    width: 17.6vw;
}
.system-feature-swiper .swiper-slide[data-id="2"] .system-feature-item-content-container{
    width: 23.6vw;
}
.system-feature-swiper .swiper-slide[data-id="3"] .system-feature-item-content-container{
    width: 27.6vw;
}
.system-feature-item-title{
    color: #FFFFFF;
    font-size: 1.67vw;
    font-weight: 500;
    line-height: 1.25;
}
.system-feature-item-text{
    color: #C3C3C8;
    font-size: 1.04vw;
    font-weight: 400;
    margin-top: .52vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}
.system-feature-swiper.showing-row{
    transform: translateX(-11.5vw);
}
.system-feature-swiper .show-row2{
    width: 44.583vw;
}
.system-feature-swiper .show-row2 .system-feature-item-row-1{
    opacity: 0;
}
.system-feature-swiper .show-row2 .system-feature-item-row-2{
    opacity: 1;
    transition-delay: 0s;
}
.system-feature-swiper .show-row2 .system-feature-item-text{
    opacity: 1;
    pointer-events: all;
}
.system-emoji-container{
    position: relative;
}
.system-emoji-bg{
    background: linear-gradient(to bottom,#000000 0,#1B1B1B 30%,#1B1B1B 75%,#000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53.6vw;
}
.system-emoji-title-container{
    position: relative;
}
.system-emoji-title-container .h3{
    display: flex;
    justify-content: center;
}
.system-emoji-title-animation-container{
    display: flex;
}
.system-emoji-title-animation-item{
    margin-left: .2083vw;
    position: relative;
}
.system-emoji-title-animation-item-text{
    padding: 0 .2083vw;
    transform-origin: 50% 90%;
}
.system-emoji-title-animation-item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    opacity: 0;
}
.system-emoji-title-animation-item-icon picture{
    display: flex;
    justify-content: center;
    width: 100%;
}
.system-emoji-title-animation-item-icon img{
    width: 100%;
}
@keyframes emojiJump {
    0%{
        transform: translateY(-100%);
        opacity: 0;
    }
    40%{
        transform: translateY(0%);
        opacity: 1;
    }
    50%{
        transform: translateY(-20%);
        opacity: 1;
    }
    60%{
        transform: translateY(-25%);
        opacity: 1;
    }
    65%{
        transform: translateY(-20%);
        opacity: 1;
    }
    75%{
        transform: translateY(0%);
        opacity: 1;
    }
    82%{
        transform: translateY(-8%);
        opacity: 1;
    }
    90%{
        transform: translateY(-10%);
        opacity: 1;
    }
    100%{
        transform: translateY(0%);
        opacity: 1;
    }
}
@keyframes textZip {
    0%{
        transform: scaleY(1);
        opacity: 1;
    }
    40%{
        transform: scaleY(0);
    }
    50%{
        transform: scaleY(.2);
    }
    60%{
        transform: scaleY(.25);
    }
    65%{
        transform: scaleY(.2);
    }
    75%{
        transform: scaleY(0);
    }
    82%{
        transform: scaleY(.08);
    }
    90%{
        transform: scaleY(.1);
    }
    100%{
        transform: scaleY(0);
        opacity: 0;
    }
}
.system-emoji-title.active .system-emoji-title-animation-item-icon{
    animation: emojiJump .8s ease-in forwards;
}
.system-emoji-title.active .system-emoji-title-animation-item-text{
    animation: textZip .8s ease-in forwards;
}
.system-emoji-title-animation-item:nth-of-type(2) .system-emoji-title-animation-item-icon,
.system-emoji-title-animation-item:nth-of-type(2) .system-emoji-title-animation-item-text{
    animation-delay: .8s;
}
.system-emoji-title-animation-item:nth-of-type(3) .system-emoji-title-animation-item-icon,
.system-emoji-title-animation-item:nth-of-type(3) .system-emoji-title-animation-item-text{
    animation-delay: 1.6s;
}
.system-emoji-title-animation-item:nth-of-type(4) .system-emoji-title-animation-item-icon,
.system-emoji-title-animation-item:nth-of-type(4) .system-emoji-title-animation-item-text{
    animation-delay: 2.4s;
}
.system-emoji-content{
    background-color: #000000;
    border-radius: .8333vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 67.5vw;
    overflow: hidden;
    position: relative;
}
.system-emoji-content-left{
    display: flex;
    align-items: center;
    width: 21.667vw;
}
.system-emoji-content-right{
    width: 45.8333vw;
}
.system-privacy-disclaimer{
    margin: 2.08vw auto 0;
    width: 67.5vw;
    text-align: right;
}
.system-emoji-swiper-control-container{
    display: flex;
    margin-left: 4.167vw;
}
.system-emoji-swiper-progress{
    background-color: #FFFFFF66;
    height: 100%;
    width: 2px;
}
.system-emoji-swiper-progress-bar{
    background: linear-gradient(to bottom,#D68047,#CCCC4D,#40A9C4);
    height: 43%;
    transition: transform .6s ease;
}
.system-emoji-swiper-detail-container{
    margin-left: 1.25vw;
}
.system-emoji-swiper-detail-item-title{
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.458vw;
    font-weight: 500;
    line-height: 1.25;
    opacity: .4;
    transition: opacity .6s ease;
}
@media (any-hover: hover) {
    .system-emoji-swiper-detail-item-title:hover{
        opacity: .6;
    }
}
.system-emoji-swiper-detail-item-text{
    color: #85858A;
    font-size: 1.04vw;
    margin-top: 0;
    width: 14.8vw;
    height: 0;
    transition: all .6s ease;
    opacity: 0;
}
.system-emoji-swiper-detail-item{
    margin-bottom: 1.677vw;
}
.system-emoji-swiper-detail-item:last-child{
    margin-bottom: 0;
}
.system-emoji-swiper-control-container[data-index="1"] .system-emoji-swiper-progress-bar{
    transform: translateY(65%);
}
.system-emoji-swiper-control-container[data-index="2"] .system-emoji-swiper-progress-bar{
    transform: translateY(132%);
}
.system-emoji-swiper-control-container[data-index="3"] .system-emoji-swiper-progress-bar{
    transform: translateY(177%);
}
.system-emoji-swiper-control-container[data-index="0"] .system-emoji-swiper-detail-item[data-id="0"] .system-emoji-swiper-detail-item-title{
    opacity: 1;
}
.system-emoji-swiper-control-container[data-index="0"] .system-emoji-swiper-detail-item[data-id="0"] .system-emoji-swiper-detail-item-text{
    height: 3.2em;
    margin-top: .8333vw;
    opacity: 1;
}
.system-emoji-swiper-control-container[data-index="1"] .system-emoji-swiper-detail-item[data-id="1"] .system-emoji-swiper-detail-item-title{
    opacity: 1;
}
.system-emoji-swiper-control-container[data-index="1"] .system-emoji-swiper-detail-item[data-id="1"] .system-emoji-swiper-detail-item-text{
    height: 3.2em;
    margin-top: .8333vw;
    opacity: 1;
}
.system-emoji-swiper-control-container[data-index="2"] .system-emoji-swiper-detail-item[data-id="2"] .system-emoji-swiper-detail-item-title{
    opacity: 1;
}
.system-emoji-swiper-control-container[data-index="2"] .system-emoji-swiper-detail-item[data-id="2"] .system-emoji-swiper-detail-item-text{
    height: 3.2em;
    margin-top: .8333vw;
    opacity: 1;
}
.system-emoji-swiper-control-container[data-index="3"] .system-emoji-swiper-detail-item[data-id="3"] .system-emoji-swiper-detail-item-title{
    opacity: 1;
}
.system-emoji-swiper-control-container[data-index="3"] .system-emoji-swiper-detail-item[data-id="3"] .system-emoji-swiper-detail-item-text{
    height: 3.2em;
    margin-top: .8333vw;
    opacity: 1;
}
.system-privacy-container{
    margin: 0 auto;
    width: 67.5vw;
    position: relative;
}
.system-privacy-title{
    text-align: center;
}
.system-privacy-item{
    margin-right: 1.25vw;
    width: 33.125vw;
}
.system-privacy-item:last-child{
    margin-right: 0;
}
.system-privacy-item-image{
    border-radius: .8333vw;
    overflow: hidden;
}
.system-privacy-item-text{
    margin: 2.08vw 0 0 .8333vw;
    width: 81%;
}
.system-detail-container{
    margin: 0 auto;
    width: 67.5vw;
    position: relative;
}
.system-detail-title{
    text-align: center;
}
.system-detail-item{
    margin-right: 1.25vw;
    width: 33.125vw;
}
.system-detail-item:last-child{
    margin-right: 0;
}
.system-detail-item-image{
    border-radius: .8333vw;
    overflow: hidden;
}
.system-detail-item-text{
    margin: 2.08vw 0 0 .8333vw;
    width: 88%;
}
.system-more-title{
    margin-left: 17.083vw;
    position: relative;
}
.system-more-swiper-container{
    overflow: hidden;
}
.system-more-swiper{
    margin: 0 auto;
    width: 67.5vw;
    overflow: initial;
}
.system-more-item{
    width: 33.125vw;
}
.system-more-item-image{
    border-radius: .8333vw;
    overflow: hidden;
    will-change: transform;
}
.system-more-item-text{
    margin: 2.08vw 0 0 .8333vw;
    width: 81%;
}
.accessory-main-title{
    margin: 0 auto;
    width: 67.5vw;
    text-align: center;
}
.accessory-main-content{
    margin: 0 auto;
    width: 67.5vw;
}
.accessory-main-content-row-1{
    background-color: #171718;
    border-radius: .8333vw;
    display: flex;
    justify-content: space-between;
    padding: 3.646vw 8.23vw 4.6875vw;
    overflow: hidden;
    position: relative;
}
.accessory-main-content-row-1 .accessory-main-content-item{
    width: 12.135vw;
}
.accessory-main-content-item-image-link{

    transition: opacity .3s ease;
}
.accessory-main-content-item-image-link a{
    color: #85858A;
    display: flex;
    font-weight: 500;
    line-height: 1.6;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
}
.accessory-main-link-container{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 2.0833vw;
    left: 16.5%;
    width: 67%;
}
.accessory-main-disclaimer{
    margin-top: .8333vw;
    text-align: right;
}
.accessory-more-link-arrow{
    display: flex;
    align-items: center;
    margin-left: .4167vw;
    width: .8333vw;
    transition: transform .3s ease;
}
@media (any-hover: hover) {
    .accessory-main-content-item-image-link:hover{
        opacity: .6;
    }
    .accessory-main-content-item-image-link:hover .accessory-more-link-arrow{
        transform: translateX(4px);
    }
}
.accessory-main-content-row-2{
    display: flex;
    justify-content: space-between;
    margin-top: 1.25vw;
}
.accessory-main-content-row-2 .accessory-main-content-item{
    background-color: #171718;
    border-radius: .8333vw;
    box-sizing: border-box;
    width: 33.125vw;
    padding: 2.08vw 7.3vw;
    overflow: hidden;
    will-change: transform;
}
.accessory-compare-title{
    margin: 0 auto;
    width: 67.5vw;
    text-align: center;
}
.accessory-compare-row{
    box-sizing: border-box;
    margin: 0 auto;
    width: 67.5vw;
    padding: 4.167vw 8.385vw;
    position: relative;
}
.accessory-compare-row::before{
    background-color: #171718;
    border-radius: .8333vw;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.accessory-compare-detail-space{
    display: block;
    height: .75em;
}
.accessory-compare-product-switch-container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.accessory-compare-product-switch-item{
    width: 14.6875vw;
}
.accessory-compare-product-swiper{
    margin: 0 auto;
    width: 12.708vw;
}
.accessory-compare-product-swiper-control{
    display: flex;
    justify-content: center;
    margin-top: 1.25vw;
}
.accessory-compare-product-swiper-btn{
    border-radius: 100%;
    margin-right: .4167vw;
    width: .8333vw;
    height: .8333vw;
    overflow: hidden;
}
.accessory-compare-product-swiper-btn:last-child{
    margin-right: 0;
}
.accessory-compare-product-swiper-btn[data-id="0"]{
    background: linear-gradient(135deg,#FEF3EA,#9C7E67);
}
.accessory-compare-product-swiper-btn[data-id="1"]{
    background: linear-gradient(135deg,#D4F2F4,#589396);
}
.accessory-compare-product-swiper-btn[data-id="2"]{
    background: linear-gradient(135deg,#FDFDFD,#B5B5B5);
}
.accessory-compare-product-swiper-btn[data-id="3"]{
    background: linear-gradient(135deg,#676767,#2C2C2C);
}
.accessory-compare-product-swiper-control-3 .accessory-compare-product-swiper-btn[data-id="0"]{
    background: linear-gradient(135deg,#E7FDFD,#7DA6A5);
}
.accessory-compare-product-swiper-control-3 .accessory-compare-product-swiper-btn[data-id="1"]{
    background: linear-gradient(135deg,#FEF3EB,#CFAD9D);
}
.accessory-compare-product-swiper-control-3 .accessory-compare-product-swiper-btn[data-id="2"]{
    background: linear-gradient(135deg,#FDFDFD,#BABABA);
}
.accessory-compare-product-swiper-control-3 .accessory-compare-product-swiper-btn[data-id="3"]{
    background: linear-gradient(135deg,#676767,#2C2C2C);
}
.accessory-compare-header-container{
    background-color: #171718;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    top: var(--secondNav-height,0);
    z-index: 2;
}
.accessory-compare-header-container::after{
    background-color: #414146;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.accessory-compare-header-item{
    width: 14.6875vw;
    text-align: center;
}
.accessory-compare-header-product-name{
    color: #FFFFFF;
    font-size: 1.04vw;
    font-weight: 500;
    line-height: 1.25;
}
.accessory-compare-header-product-price{
    color: #FFFFFF;
    font-size: .73vw;
}
.accessory-compare-header-product-price a{
    color: inherit;
}
.accessory-compare-header-product-more-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.25;
}
.accessory-compare-header-product-more-btn .accessory-compare-btn-item{
    background-color: #FFFFFF;
    border-radius: 6px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1538461538;
    margin-right: 24px;
    width: 80px;
    height: 32px;
    overflow: hidden;
    transition: opacity .3s ease;
}
.accessory-compare-header-product-buy-btn{
    transition: opacity .3s ease;
}
.accessory-compare-header-product-buy-btn a{
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1538461538;
}
.accessory-compare-header-product-buy-btn .accessory-more-link-arrow{
    display: flex;
    margin-left: 4px;
    width: 16px;
    transition: transform .3s ease;
}
.accessory-compare-header-product-buy-btn .accessory-more-link-arrow img{

}
.accessory-compare-header-product-this-btn .accessory-compare-btn-item{
    background-color: transparent;
    border: #FFFFFF96 1px solid;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: default;
}
@media (any-hover: hover){
    .accessory-compare-header-product-more-btn:hover .accessory-compare-btn-item{
        opacity: .6;
    }
    .accessory-compare-header-product-this-btn:hover .accessory-compare-btn-item{
        opacity: 1;
    }
    .accessory-compare-header-product-buy-btn:hover{
        opacity: .6;
    }
    .accessory-compare-header-product-buy-btn:hover .accessory-more-link-arrow{
        transform: translateX(4px);
    }
}
@media (min-width:1920){
    .accessory-compare-header-product-more-btn{
        border-radius: .3125vw;
        font-size: .625vw;
        width: 4.167vw;
        height: 1.667vw;
        margin-right: 1.25vw;
    }
    .accessory-compare-header-product-more-btn .accessory-compare-btn-item{
        font-size: .8333vw;
    }
    .accessory-compare-header-product-more-btn .accessory-more-link-arrow{
        margin-left: .208vw;
        width: .8333vw;
    }
}
.accessory-compare-detail-container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.accessory-compare-detail-item{
    width: 14.6875vw;
    text-align: center;
}
.accessory-compare-detail-item-title{
    color: #FFFFFF;
    font-size: 1.1458vw;
    font-weight: 500;
    line-height: 1.25;
}
.accessory-compare-detail-item-text{
    color: #C0C0C4;
    font-size: .73vw;
    margin-top: .8333vw;
}
.accessory-compare-detail-item-icon{
    margin: 0 auto;
    width: 2.5vw;
}
.accessory-compare-detail-item{
    margin-bottom: 2.08vw;
}
.accessory-compare-detail-item:last-child{
    margin-bottom: 0;
}
.accessory-compare-disclaimer{
    text-align: center;
}
.section-disclaimer{

}
.disclaimer-container{
    color: #85858A;
    font-size: 12px;
    margin: 0 auto;
    width: 67.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;
}
.disclaimer-container .price{
    list-style: none;
    position: relative;
}
.disclaimer-container .price::before{
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-125%);
}
.disclaimer-container .no-num{
    list-style: none;
}
.disclaimer-container .other{
    list-style: none;
    position: relative;
}
.disclaimer-container .other::before{
    content: "**";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-125%);
}
.disclaimer-container .more-discalimer{
    list-style: none;
    margin-top: 2vw;
}
.disclaimer-container .active{
    color: #D5D5DB;
    opacity: 1;
}
.disclaimer-link{
    color: #2997FF;
    word-wrap: break-word;
}
.disclaimer-tips-container{
    margin-bottom: 2.08vw;
}
@media (min-width: 1920px){
    .disclaimer-container{
        font-size: .625vw;
    }
}
@media (max-width:1300px) {
    .main-container .product-disclaimer{
        font-size: .625vw;
    }
}
@media (max-aspect-ratio: 11 / 10){
    .main-container .header-top{
        top: 0;
    }
    .main-container .hidden-web{
        display: none;
    }
    .main-container .show-web{
        display: none;
    }
    .main-container .show-pad{
        display: block;
    }
    .main-container .show-padandmob{
        display: block;
    }
    .main-container .hidden-mob{

    }
    .main-container .hidden-inline-web{
        display: inline-block;
    }
    .main-container .space-300{
        height: 21.42vw;
    }
    .main-container .space-280{
        height: 20vw;
    }
    .main-container .space-240{
        height: 17.14vw;
    }
    .main-container .space-200{
        height: 14.28vw;
    }
    .main-container .space-180{
        height: 12.857vw;
    }
    .main-container .space-160{
        height: 11.428vw;
    }
    .main-container .space-140{
        height: 10vw;
    }
    .main-container .space-120{
        height: 8.57vw;
    }
    .main-container .space-100{
        height: 7.14vw;
    }
    .main-container .space-80{
        height: 5.71vw;
    }
    .main-container .space-64{
        height: 4.57vw;
    }
    .main-container .space-60{
        height: 4.28vw;
    }
    .main-container .space-48{
        height: 3.42vw;
    }
    .main-container .space-40{
        height: 2.85vw;
    }
    .main-container .space-32{
        height: 2.28vw;
    }
    .main-container .space-30{
        height: 2.14vw;
    }
    .main-container .space-24{
        height: 1.71vw;
    }
    .main-container .space-20{
        height: 1.428vw;
    }
    .main-container .space-16{
        height: 1.142857vw;
    }
    .main-container .sticky-viewport{
        height: 100vh;
        top: 0;
    }
    .main-container{
        font-size: 1.14vw;
    }
    .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: 6.857vw;
    }
    .main-container .h3{
        font-size: 4.57vw;
    }
    .main-container .subtitle{
        font-size: 6.667vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h4{
        font-size: 3.42vw;
    }
    .main-container .h5{
        font-size: 3.42vw;
    }
    .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: 4.57vw;
    }
    .main-container p{
        font-size: 2.285vw;
    }
    .main-container .smaller-text{
        font-size: 3.6vw;
        line-height: 1.6;
    }
    .main-container .product-disclaimer{
        font-size: 1.42857vw;
    }
    .main-container .product-disclaimer-small-1{
        font-size: 1.142857vw;
    }
    .main-container .product-subtitle{
  	    font-size: 3.888vw;
    }
    .main-container .video-pop-play{
        font-size: 3.888vw;
    }
    .main-container .auto-video-btn{
        font-size: 3.8vw;
    }
    .main-container .common-transform-show{
        opacity: 0;
        transform: translateY(5.55vw);
    }
    .main-container .video-replay-btn{
        font-size: 4.44444vw;
        right: 1.714285vw;
        bottom: 1.714285vw;
        width: 4.571428vw;
    }
    .main-container .video-replay-btn svg{
        box-sizing: border-box;
        width: 4.44vw;
        height: 4.93vw;
        padding: 1px;
    }
    .main-container .swiper-control-container{
        margin-top: 1.1428vw;
    }
    .main-container .swiper-btn-before{
        display: none;
    }
    .main-container .swiper-prev-btn{
        margin-right: 2.857vw;
    }
    .main-container .swiper-prev-btn,
    .main-container .swiper-next-btn{
        width: 5.714vw;
        height: 5.714vw;
    }
    .main-container .swiper-next-btn{
    }
    .main-container .video-control-btn-container{
        right: 1.714285vw;
        bottom: 1.714285vw;
        width: 4.571428vw;
    }
    .huawei-product-buy-btn-container{
        flex-direction: column;
        margin-top: 2.857vw;
        padding-top: 0;
    }
    .huawei-product-buy-btn{
        margin-top: 24px;
        margin-left: 0;
    }
    .huawei-product-buy-btn-price{
        font-size: 2.857vw;
    }
    .huawei-product-buy-btn-price span{
        font-size: 1.85vw;
    }
    .product-common-swiper-item-image .video-control-btn-container{
        right: 5.55vw;
        bottom: 5.83vw;
    }
    .reasontobuy-item-container{
        flex-direction: column;
        height: 100%;
    }
    .reasontobuy-item-1 .reasontobuy-item-image{
        min-height: 71.42857vw;
    }
    .reasontobuy-item-image-container{
        border-radius: 2.2857vw;
    }
    .reasontobuy-item-5-phone-container{
        display: none;
    }
    .reasontobuy-item-4-content-container{
        bottom: 43.5%;
    }
    .reasontobuy-item-4-content-text{
        font-size: 1.71428vw;
        margin-bottom: 2.428571vw;
    }
    .reasontobuy-item-4-content-num-container{

    }
    .reasontobuy-item-4-content-num{
        font-size: 14.285714vw;
    }
    .reasontobuy-item-4-content-num:last-child{
        filter: blur(.3vw);
    }
    .kv-content-container{
        margin-top: 4.57vw;
        padding-top: 0;
    }
    .kv-product-name svg{
        width: 48.9728vw;
        height: 5.14285vw;
    }
    .kv-slogan-container{
        font-size: 4vw;
        margin-top: 2.28vw;
    }

    .kv-reasontobuy{
        background: linear-gradient(to bottom, #000000 0%, #181818 15%, #181818 65%, #000000 100%);
        margin-top: 0;
    }
    .kv-reasontobuy-bg{
    }
    .reasontobuy-item-content{
        top: 4.57vw;
        left: 6%;
        width: 88%;
    }
    .reasontobuy-container.pausing .reasontobuy-item-content-title{
        opacity: 1;
    }
    .reasontobuy-item-content-subtitle{
        font-size: 2.2857vw;
        margin-bottom: 0;
    }
    .reasontobuy-item-content-title{
        color: #FFFFFF;
        font-size: 3.428vw;
        margin-top: 1.142vw;
        width: 100%;
    }
    .reasontobuy-item-content-text{
        color: #FFFFFF;
        font-size: 4.44vw;
    }
    .reasontobuy-item-6-disclaimer{
        right: 1.42857vw;
        bottom: 1.42857vw;
        width: 70%;
    }
    .reasontobuy-item-6-disclaimer .product-disclaimer{
        color: #C0C0C1;
    }
    .reasontobuy-container{
        padding-bottom: 0;
    }
    
    .reasontobuy-swiper-btns{
        border-radius: 6.28vw;
        height: 6.85714vw;
        padding: 0 0.8571428vw;
    }
    .reasontobuy-swiper-btns .reasontobuy-swiper-prev-btn,
    .reasontobuy-swiper-btns .reasontobuy-swiper-next-btn{
        width: 6.85714vw;
    }
    .reasontobuy-swiper-btns .reasontobuy-swiper-pagination{
        margin: 0 .571428vw;
    }
    .reasontobuy-swiper-btns .reasontobuy-swiper-prev-btn,
    .reasontobuy-swiper-btns .reasontobuy-swiper-next-btn{

    }
    .reasontobuy-swiper-btns .reasontobuy-swiper-pagination{

    }
    .reasontobuy-control-container{
        margin-top: 1.14285vw;
    }
    .reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet{
        margin-right: 1.714vw;
        width: 1.142vw;
        height: 1.142vw;
    }
    .reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .reasontobuy-container .reasontobuy-main-swiper{
        width: 90.857vw;
    }
    .product-subtitle-container{
        margin-bottom: 2.857vw;
    }
    .design-intro-subtitle .product-subtitle-icon{
        margin-right: .571vw;
        width: 2.857vw;
    }
    .product-subtitle-text{
        font-size: 2.2857vw;
    }
    .design-intro-text{
        margin: 3.42857vw auto 0;
        width: 60vw;
    }
    .main-container .video-pop-play-text{
        font-size: 2vw;
        margin-right: 1.142vw;
    }
    .main-container .video-pop-play svg{
        width: 3.5714285vw;
        height: 3.5714285vw;
    }
    .design-intro-image img,
    .design-intro-image video{
        object-fit: cover;
        height: 57.143vw;
    }
    .design-color-swiper-container{
        width: 90.857vw;
    }
    .design-color-swiper .swiper-slide-active {
        clip-path: circle(80% at 50% 73%);
    }
    .design-color-image{
        border-radius: 1.1428vw;
    }
    .design-color-text-swiper-container{
        margin: 1.714vw auto 2.285vw;
    }
    .design-color-control-btns-container{
        width: 26.857vw;
        height: 6.857vw;
    }
    .design-color-control-text-swiper-container{
        margin-top: 2.285vw;
    }
    .design-color-control-text{
        font-size: 2.285vw;
    }
    .design-color-control-btn{
        margin-right: 1.714vw;
        width: 4.57vw;
        height: 4.57vw;
    }
    .design-structure-title{
        margin-bottom: 3.42857vw;
    }
    .design-structure-text{
        width: 61%;
    }
    .design-structure-image{
        margin-top: 1.14285vw;
    }
    .design-structure-image img{
        object-fit: cover;
        height: 57.13vw;
    }
    .design-structure-feature-container{
        width: 60.2857vw;
    }
    .design-structure-feature-item-text{
        font-size: 2vw;
    }
    .design-structure-feature-item-num{
        font-size: 5.714vw;
    }
    .design-structure-feature-item-num-small{
        font-size: .4em;
    }
    .design-feature-swiper{
        width: 75.428vw;
    }
    .design-feature-image{
        border-radius: 1.1428vw;
    }
    .design-feature-content{
        font-size: 2.2857vw;
    }
    .design-feature-slide-1 .design-feature-content,
    .design-feature-slide-3 .design-feature-content{
        top: 4vw;
        left: 4vw;
        width: 47.7vw;
    }
    .design-feature-slide-3 .design-feature-content{
        color: #FFFFFF;
    }
    .design-feature-slide-2 .design-feature-content{
        top: 50%;
        left: 5.71428vw;
        transform: translateY(-50%);
        width: 31vw;
    }
    .design-feature-slide-2 .design-feature-image video,
    .design-feature-slide-2 .design-feature-image img{
        height: 50vw;
        object-fit: cover;
    }
    .design-feature-slide-3-disclaimer{
        right: 1.71428vw;
        bottom: 1.71428vw;
    }
    .design-screen-title-icon{
        width: 37vw;
    }
    .design-screen-title-container{
        width: 100%;
    }
    .design-screen-text{
        margin: 0 auto;
        width: 82.222vw;
    }
    .design-screen-image{
        margin-top: -1.14285vw;
    }
    .design-screen-nits-container{
        font-size: 14.2857vw;
        bottom: 38.5%;
    }
    .design-screen-feature-contianer{
        margin: 0 auto;
        width: 78.57vw;
    }
    .design-screen-feature-title{
        font-size: 2.2857vw;
    }
    .design-screen-feature-line{
        margin: 2.2857vw 0;
    }
    .design-screen-feature-detail{
        margin-bottom: 2.2857vw;
    }
    .design-screen-feature-detail-title{
        font-size: 2.857vw;
    }
    .design-screen-feature{
        margin-bottom: 0;
        width: 37.857vw;
    }
    .design-screen-feature:last-child{
        margin-bottom: 0;
        width: 32.142857vw;
    }
    .design-screen-feature-hdr-icon{
        width: 16.247vw;
        padding: 0;
    }
    .design-scene-swiper{
        width: 75.428vw;
    }
    .design-scene-swiper .swiper-slide{
        width: 75.428vw;
    }
    .design-scene-item-image{
        border-radius: 1.1428vw;
    }
    .design-scene-item-image img{
        object-fit: cover;
        height: 45.714vw;
    }
    .design-scene-item-text{
        margin: 3.4285vw 0 0 1.1428vw;
    }
    .camera-intro-image-container{
        margin-top: -1.71428vw;
    }
    .camera-intro-image video,
    .camera-intro-image img{
        height: 57.142857vw;
        object-fit: cover;
    }
    .main-container .camera-intro-video-popup-container.hidden-web{
        display: flex;
        margin-top: 2.857vw;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .main-container .camera-intro-video-popup-container.hidden-mob{
        display: none;
    }
    .camera-intro-video-popup{
        width: auto;
        height: auto;
    }
    .camera-intro-video-popup::before{
        display: none;
    }
    .camera-intro-video-popup .video-pop-play-icon{
        width: auto;
    }
    .camera-intro-text{
        margin-top: .571428vw;
        width: 67.4444vw;
    }
    .camera-accurate-title-container{
        width: 75.428vw;
    }
    .camera-accurate-title{
        width: 28vw;
    }
    .camera-accurate-text{
        width: 37vw;
    }
    .camera-accurate-swiper{
        width: 75.428vw;
    }
    .camera-accurate-swiper .swiper-slide{
        width: 100%;
    }
    .camera-accurate-swiper-control-container{
        width: 75.428vw;
    }
    .main-container .camera-accurate-swiper-control-btn{
        justify-content: flex-end;
    }
    .camera-accurate-swiper.camera-accurateoffset-swiper{
        transform: translateX(0);
    }
    .camera-sample-image-container{
        width: 100%;
    }
    .camera-live-photo-icon{
        top: 1.71428vw;
        right: 1.71428vw;
        width: 3.42857vw;
    }
    .camera-sample-swiper{
        width: 100%;
    }
    .camera-sample-swiper-container{
        margin: 0 auto;
        width: 75.428vw;
    }
    .camera-sample-swiper>.swiper-wrapper{
        flex-wrap: nowrap;
    }
    .camera-live-photo-1{
        width: 100%;
        opacity: 1;
        transform: none;
    }
    .camera-live-photo-2{
        opacity: 1;
        transform: none;
    }
    .camera-live-photo .space-40,
    .camera-live-photo .camera-live-photo-text{
        display: none;
    }
    .camera-sample-text-container{
        margin-top: .5714vw;
        width: 54vw;
    }
    .main-container .camera-sample-text.hidden-mob{
        display: none;
    }
    .main-container .camera-sample-swiper-control-container{
        display: block;
    }
    .camera-sample-swiper-control-container{
        margin-top: 4.57vw;
    }
    .camera-sample-swiper-control-row{
        margin: 0 auto;
        width: 40.6428vw;
    }
    .camera-sample-swiper-control-title-container{
        display: flex;
        justify-content: space-between;
    }
    .camera-sample-swiper-control-title-item{
        color: #FFFFFF;
        font-size: 2.2857vw;
        font-weight: 500;
        line-height: 1.25;
        opacity: .4;
        transition: opacity .6s ease;
        will-change: transform;
    }
    .camera-sample-swiper-control-progress-line{
        background-color: #FFFFFF66;
        width: 100%;
        height: 2px;
    }
    .camera-sample-swiper-control-progress-bar{
        background-color: #FFFFFF;
        width: 9.5vw;
        height: 100%;
        transition: all .6s ease;
        will-change: transform;
    }
    .camera-sample-swiper-control-row[data-index="0"] [data-id="0"]{
        opacity: 1;
    }
    .camera-sample-swiper-control-row[data-index="1"] [data-id="1"]{
        opacity: 1;
    }
    .camera-sample-swiper-control-row[data-index="2"] [data-id="2"]{
        opacity: 1;
    }
    .camera-sample-swiper-control-row[data-index="1"] .camera-sample-swiper-control-progress-bar{
        transform: translateX(141%);
    }
    .camera-sample-swiper-control-row[data-index="2"] .camera-sample-swiper-control-progress-bar{
        width: 13vw;
        transform: translateX(212%);
    }
    .main-container .camera-sample-text-swiper{
        display: block;
    }
    .main-container .swiper-fade.camera-sample-text-swiper .swiper-slide:not(.swiper-slide-active){
        transition-delay: 0s;
    }
    .camera-sample-text-item p{
        font-size: 2vw;
    }
    .main-container .camera-sample-color-swiper-container{
        width: 100%;
        transform: none;
        opacity: 1;
    }
    .camera-sample-color-item-icon{
        border-radius: 1.71428vw;
        top: 2.142857vw;
        right: 2.142857vw;
        width: 10.571428vw;
        height: 2.85714vw;
    }
    .camera-sample-color-item-icon-svg{
        margin-left: .571428vw;
        width: 2.142857vw;
    }
    .camera-sample-color-item-icon-text{
        font-size: 1.2857142vw;
        margin-left: .285714vw;
    }
    .camera-sample-row{
        margin-top: 0;
    }
    .camera-sample-color-control-container{
        border-top-left-radius: 1.71vw;
        border-top-right-radius: 1.71vw;
        left: 25%;
        width: 50%;
    }
    .camera-sample-color-control-swiper{
        margin: 1.2857vw 0 1.1428vw;
    }
    .camera-sample-container .camera-sample-color-control-swiper .swiper-slide{
        margin-right: 1.857vw;
        width: 7.2857vw;
    }
    .camera-sample-container .camera-sample-color-control-swiper .swiper-slide:last-child{
        margin-right: 0;
    }
    .camera-sample-color-control-icon-item{
        border-radius: .92857vw;
        padding: .2857vw;
    }
    .camera-sample-color-control-icon{
        border-radius: .5714vw;
        width: 6.4285vw;
    }
    .camera-sample-color-control-text{
        margin-top: .7142vw;
        font-size: 1.714vw;
    }
    .camera-video-intro-title-container{
        width: 82.2222vw;
    }
    .camera-video-intro-text{
        width: 60.1428vw;
    }
    .camera-video-intro-image{
        width: 90.857%;
    }
    .camera-video-feature-swiper{
        width: 75.42857vw;
    }
    .camera-video-feature-item-image{
        border-radius: 1.1428vw;
    }
    .camera-video-feature-item-image img,
    .camera-video-feature-item-image video{
        height: 50vw;
        object-fit: cover;
    }
    .camera-video-sample-content-container{
        margin-top: 0;
        margin-bottom: 8.571428vw;
    }
    .camera-video-feature-item-text{
        margin: 3.428vw 0 0 1.1428vw;
        width: 90%;
    }
    .camera-video-sample-title-container{
        padding-bottom: 4.571428vw;
    }
    .camera-video-sample-title{
        width: 100%;
    }
    .camera-video-sample-wall-container{
        display: none;
    }
    .camera-video-sample-swiper-container{
        transform: none;
    }
    .camera-video-sample-swiper{
        margin: 0 auto;
        width: 90.857%;
        padding-bottom: 3.42857vw;
    }
    .camera-video-sample-item-reflection{
        display: none;
    }
    .camera-video-sample-content-container .sticky-container{
        position: relative;
        min-height: auto;
    }
    .camera-video-sample-content-container .space-100vh{
        display: none;
    }
    .camera-video-sample-content-container .space-50vh{
        display: none;
    }
    .camera-video-sample-swiper-control-container{
        margin: -10vw auto 0;
        width: 30.2857vw;
        height: 6.857vw;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        opacity: 1;
    }
    .camera-video-sample-text-swiper{
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .camera-video-sample-text-item:nth-of-type(2) p{
        color: #85858A;
    }
    .camera-video-sample-swiper-control-container::before{
        background-color: #252527;
        border-radius: 12.7778vw;
        filter: blur(0);
        opacity: 1;
    }
    .camera-video-sample-swiper-control-progress{
        width: 9.71428vw;
        height: 5.71428vw;
        top: .571428vw;
        left: .571428vw;
        opacity: 1;
    }
    .camera-video-sample-swiper-control-row{
        justify-content: space-between;
        padding: 0 .571428vw;
        opacity: 1;
    }
    .camera-video-sample-swiper-control-btn{
        font-size: 2vw;
        width: 9.71428vw;
    }
    .camera-video-more-title{
        margin-left: 13.42857vw;
        width: 70%;
    }
    .camera-video-more-title .h3{
        font-size: 4.57vw;
    }
    .camera-video-more-item-image{
        border-radius: 1.142857vw;
    }
    .camera-video-more-item-image img{
        object-fit: cover;
        height: 50vw;
    }
    .camera-video-more-swiper{
        width: 75.42857vw;
    }
    .camera-video-more-item-text{
        margin: 3.42857vw 0 0 1.142857vw;
        width: 90%;
    }
    .performance-intro-text{
        margin: 3.42857vw auto 0;
        width: 70vw;
    }
    .performance-intro-content{
        position: relative;
    }
    .performance-intro-content-container{
        margin-top: 8.57142vw;
        margin-bottom: -12.25vw;
    }
    .performance-intro-content-text-row{
        margin-bottom: 2.14285vw;
    }
    .performance-intro-content-icon{
        width: 2.586428vw;
    }
    .performance-intro-content-text{
        color: #FFFFFF;
        font-size: 2.28571vw;
        margin-right: .571428vw;
    }
    .performance-intro-content-num{
        font-size: 14.28571vw;
    }
    .performance-intro-content-num:last-child{
        filter: blur(.3vw);
    }
    .performance-intro-image-container{
        top: .78571vw;
        left: 6.2857vw;
    }
    .performance-intro-chip{
        width: 45.71428vw;
        transform: scale(1.2) translateX(17vw);
    }
    .performance-intro-plus{
        margin-right: 0;
        margin-left: -4vw;
        width: 3.42857vw;
        transform: scale(1.2) translateX(20vw);
    }
    .performance-intro-system{
        width: 42.124vw;
        transform: scale(1.2) translateX(22vw);
    }
    .performance-intro-detail-container{
        margin: -5.2857vw auto 0;
        width: 31.617857vw;
    }
    .performance-intro-detail-line-container{
        width: 17.5vw;
    }
    .performance-intro-detail-line-title{
        font-size: 2.857142vw;
    }
    .performance-intro-detail-line-1{
        margin-bottom: 2.857vw;
    }
    .performance-intro-detail-line-box{
        border-radius: .7857vw;
        height: .71428vw;
    }
    .performance-intro-detail-line-2{
        margin-bottom: 0;
    }
    .performance-intro-detail-num-icon{
        margin: .4vw .7714vw 0 0;
        width: 2.015vw;
    }
    .performance-intro-detail-num{
        font-size: 5.71428vw;
    }
    .performance-intro-detail-num-percent{
        font-size: .4em;
    }
    .performance-media-image{
        width: 90.857%;
    }
    .performance-media-text{
        margin: -6.7857vw auto 0;
        width: 61%;
        position: relative;
    }
    .performance-outdoor-subtitle{
        margin-bottom: 3.3333vw;
    }
    .performance-outdoor-title{
        width: 90%;
    }
    .performance-outdoor-text{
        width: 72.7777vw;
    }
    .performance-outdoor-image{
        width: 90.857vw;
    }
    .performance-feature-swiper{
        width: 90.857vw;
    }
    .performance-feature-item-left{
        width: 36.857vw;
    }
    .performance-feature-item-card{
        border-radius: 1.142857vw;
        display: flex;
        justify-content: center;
    }
    .performance-feature-item-right{
        width: 52.2857vw;
    }
    .performance-feature-item-left .performance-feature-item-image{
        width: 100%;
    }
    .performance-feature-item-left .performance-feature-item-text{
        top: 5.71428vw;
        left: 50%;
        width: 80%;
    }
    .performance-feature-item-text{
        font-size: 2vw;
    }
    .performance-feature-item-1 .performance-feature-item-card-2 .performance-feature-item-image{

    }
    .performance-feature-item-1 .performance-feature-item-card-2 .performance-feature-item-content{
        top: 50%;
        left: 2.85714vw;
        width: 22.42857vw;
        transform: translateY(-50%);
        z-index: 1;
    }
    .performance-feature-card-icon-container{
        margin-top: 2.28571vw;
    }
    .performance-feature-card-icon{
        width: 6.02571vw;
    }
    .performance-feature-card-icon-text{
        font-size: 1.42857vw;
        margin-top: .8571428vw;
    }
    .performance-feature-item-right .performance-feature-item-card:first-child{
        margin-bottom: 1.7142vw;
    }
    
    .performance-feature-item-1 .performance-feature-item-card-3 .performance-feature-item-image{

    }
    .performance-feature-item-1 .performance-feature-item-card-3 .performance-feature-item-text{
        left: 2.2857vw;
        width: 50%;
    }
    .performance-feature-item-2 .performance-feature-item-left{
        width: 44.571428vw;
    }
    .performance-feature-item-2 .performance-feature-item-left .performance-feature-item-text{
        top: 8vw;
        width: 69%;
    }
    .performance-feature-item-2 .performance-feature-item-right{
        width: 44.571428vw;
    }
    .performance-feature-item-2 .performance-feature-item-card-2 .performance-feature-item-image{
    }
    .performance-feature-item-2 .performance-feature-item-right .performance-feature-item-card:first-child{
        margin-bottom: 0;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-card:first-child{
        margin-bottom: 0;
    }
    .performance-feature-item-2 .performance-feature-item-right,
    .performance-feature-item-3 .performance-feature-item-right{

    }
    .performance-feature-item-2 .performance-feature-item-card-2 .performance-feature-item-text{
        left: 3.42857vw;
        width: 49%;
    }
    .performance-feature-item-2 .performance-feature-item-card-3 .performance-feature-item-text{
        left: 3.42857vw;
        width: 40%;
    }
    .performance-feature-item-3 .performance-feature-item-left .performance-feature-item-text{
        font-size: 2.857vw;
        top: 7.1428vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-card{
        display: block;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-subtitle{
        font-size: 1.714285vw;
        margin-top: 8.571428vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-day{
        font-size: 6.857vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-text{
        font-size: 2.2857vw;
        margin: 4.857142vw 0 3.42857142vw 6.42857vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-icons-container{
        width: 45.42857vw;
    }
    .performance-feature-item-icon-item{
        width: 10.2857vw;
    }
    .performance-feature-item-icon{
        border-radius: 1.142857vw;
        width: 6.857vw;
    }
    .performance-feature-item-icon-text{
        font-size: 1.71428vw;
        margin-top: 1.14285vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-icons-row:nth-of-type(2){
        margin-top: 4vw;
    }
    .performance-feature-item-icon-item:nth-of-type(5n){
        margin-top: 2.857vw;
        margin-right: 4vw;
    }
    .performance-feature-item-icon-item:nth-of-type(4n){
        margin-right: 0;
    }
    .performance-feature-item-icon-item:nth-of-type(n + 5){
        margin-top: 2.857vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-disclaimer{
        right: 1.71428vw;
        bottom: 1.71428vw;
        width: 44vw;
    }
    .performance-feature-control-title-item{
        font-size: 2.2857vw;
    }
    .performance-feature-control-container{
        margin-top: 1.142857vw;
        width: 57.1428vw;
    }
    .performance-feature-control-progress-container{
        margin-top: 1.71428vw;
    }
    .performance-feature-control-progress-bar{
        width: 29%;
    }
    .performance-feature-control-row[data-index="1"] .performance-feature-control-progress-bar {
        transform: translateX(123%);
    }
    .performance-feature-control-row[data-index="2"] .performance-feature-control-progress-bar {
        transform: translateX(246%);
    }
    .performance-safety-subtitle{
        margin-bottom: 1.714285vw;
    }
    .performance-safety-title{
        width: 100%;
    }
    .performance-safety-row{
        margin-left: 5.71428vw;
    }
    .performance-safety-image-container{
        margin: 0;
        margin-right: 5.1428vw;
        width: 47.1428vw;
    }
    .performance-safety-disclaimer{
        margin-top: 2.28571vw;
    }
    .performance-safety-content{
        width: 32vw;
    }
    .performance-safety-content-title{
        font-size: 2.857vw;
        margin-bottom: 2.2857vw;
    }
    .performance-safety-content-text{
        width: 93%;
    }
    .performance-safety-detail-container{
        display: none;
        width: 76.6666vw;
    }
    .performance-safety-detail-container.show-pad{
        display: flex;
        margin-top: 7.142857vw;
        width: 44.57142vw;
    }
    .performance-safety-detail-item{
        width: 6.8571vw;
    }
    .performance-safety-detail-text{
        margin-top: 1.71428vw;
        font-size: 2vw;
    }
    .performance-more-swiper{
        width: 75.4285vw;
    }
    .performance-more-item-text{
        margin: 3.42857vw 0 0 1.142857vw;
        width: 94%;
    }
    .performance-more-item-image{
        border-radius: 1.142857vw;
    }
    .performance-more-item-image img{
        object-fit: cover;
        height: 50vw;
    }
    .system-intro-title-icon-mob-container{
        margin-top: 13vw;
        margin-bottom: 3.3333vw;
    }
    .system-intro-title-icon{
        margin: 0 3.142857vw;
        width: 11.42857vw;
    }
    .system-intro-text{
        margin-top: 1.7142857vw;
        width: 70.42857vw;
    }
    .system-intro-swiper-container{
        width: 90.857vw;
    }
    .system-intro-item-image{
        border-radius: 1.142857vw;
    }
    .system-intro-item-image img,
    .system-intro-item-image video{
        object-fit: cover;
        height: 57.1428vw;
    }
    .system-intro-item-disclaimer{
        right: 1.71428vw;
        bottom: 1.71428vw;
    }
    .system-intro-item-disclaimer .product-disclaimer{
        font-size: 1.142857vw;
    }
    .system-intro-control-container{
        margin-top: 1.142857vw;
        width: 21.71428vw;
    }
    .system-intro-control-title-item{
        font-size: 2.2857vw;
    }
    .system-intro-control-progress-container{
        margin-top: 1.71428vw;
    }
    .system-intro-control-progress-bar{
        width: 32%;
    }
    .system-intro-control-row[data-index="1"] .system-intro-control-progress-bar {
        transform: translateX(137%);
        width: 42%;
    }
    .system-intro-control-row[data-index="2"] .system-intro-control-progress-bar {
        transform: translateX(300%);
    }
    .system-intro-text-swiper{
        width: 66.857vw;
    }
    .system-intro-item-text p{
        font-size: 2vw;
    }
    .system-feature-title{
        margin-left: 12.2857vw;
    }
    .system-feature-swiper{
        margin: 0 auto;
        width: 90.857vw;
    }
    .system-feature-swiper.showing-row{
        transform: translateX(0);
    }
    .system-feature-swiper .swiper-slide{
        width: 44.571428vw;
        height: auto;
    }
    .system-feature-item{
        border-radius: 1.142857vw;
    }
    .system-feature-item-row-1{
        display: none;
    }
    .system-feature-item-row-2{
        border-radius: 1.142857vw;
        height: auto;
        position: relative;
        opacity: 1;
        overflow: hidden;
        will-change: transform;
    }
    .system-feature-item-row-2 .video-control-btn-container{
        display: block;
    }
    .system-feature-swiper-control-container{
        width: 86.6666vw;
    }
    .system-feature-item-content-container{
        margin: 3.42857vw 0 0 1.142857vw;
        position: relative;
        top: 0;
        left: 0;
        width: 95%;
    }
    .system-feature-item-disclaimer{
        right: 15%;
        bottom: 1.714285vw;
        text-align: center;
        width: 70%;
    }
    .system-feature-swiper .swiper-slide[data-id="1"] .system-feature-item-content-container{
        width: 82%;
    }
    .system-feature-swiper .swiper-slide[data-id="2"] .system-feature-item-content-container{
        width: 86%;
    }
    .system-feature-swiper .swiper-slide[data-id="3"] .system-feature-item-content-container{
        width: 82%;
    }
    .system-feature-swiper .swiper-slide[data-id="4"] .system-feature-item-content-container{
        width: 95%;
    }
    .system-feature-item-title{
        font-size: 2.857vw;
    }
    .system-feature-item-text{
        color: #85858A;
        font-size: 2.2857vw;
        margin-top: 1.7142857vw;
        opacity: 1;
    }
    .system-feature-swiper .swiper-slide[data-id="1"] .system-feature-item-text{
        color: #85858A;
    }
    .system-emoji-bg{
        background: linear-gradient(to bottom,#000000 0,#121212 20%,#121212 80%,#000000 100%);
        height: 195.7vw;
    }
    .system-emoji-title-animation-item{
        margin-left: .28571vw;
    }
    .system-emoji-title-animation-item-text{
        padding: 0 .28571vw;
    }
    .system-emoji-content{
        background: none;
        border-radius: 0;
        width: 91.1111vw;
    }
    .system-emoji-content-left.hidden-mob{
        display: none;
    }
    .system-emoji-content-right{
        width: 100%;
    }
    .system-emoji-item-image{
        border-radius: 1.142857vw;
        overflow: hidden;
    }
    .main-container .system-emoji-control-container{
        display: block;
    }
    .main-container .system-emoji-text-swiper-container{
        display: block;
    }
    .main-container .swiper-fade.system-emoji-text-swiper .swiper-slide:not(.swiper-slide-active){
        transition-delay: 0s;
    }
    .system-emoji-control-container{
        box-sizing: border-box;
        width: 100%;
        overflow: auto;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
        position: relative;
    }
    .system-emoji-control-container::-webkit-scrollbar{
        display: none;
    }
    .system-emoji-control-row{
        margin: 0 auto;
        width: 47.5vw;
    }
    .system-emoji-control-title-container{
        display: flex;
        justify-content: space-between;
    }
    .system-emoji-control-title-item{
        color: #FFFFFF;
        font-size: 2.2857vw;
        font-weight: 500;
        line-height: 1.25;
        opacity: .4;
        transition: opacity .6s ease;
        will-change: transform;
    }
    .system-emoji-control-progress-container{
        margin-top: 1.71428vw;
    }
    .system-emoji-control-progress{
        background-color: #FFFFFF66;
        height: 2px;
        width: 100%;
    }
    .system-emoji-control-progress-bar{
        background: linear-gradient(to right,#D68047 0,#CCCC4D 50%,#40A9C4 100%);
        width: 34%;
        height: 100%;
        transition: all .6s ease;
        will-change: transform,width;
    }
    .system-emoji-control-row[data-index="0"] [data-id="0"]{
        opacity: 1;
    }
    .system-emoji-control-row[data-index="1"] [data-id="1"]{
        opacity: 1;
    }
    .system-emoji-control-row[data-index="2"] [data-id="2"]{
        opacity: 1;
    }
    .system-emoji-control-row[data-index="3"] [data-id="3"]{
        opacity: 1;
    }
    .system-emoji-control-row[data-index="1"] .system-emoji-control-progress-bar {
        transform: translateX(21.25vw);
        width: 19.5%;
    }
    .system-emoji-control-row[data-index="2"] .system-emoji-control-progress-bar {
        transform: translateX(35.75vw);
        width: 25%;
    }
    .system-emoji-text-swiper{
        margin: 0 auto;
        width: 55.2857vw;
    }
    .system-emoji-text-item{
        text-align: center;
    }
    .system-emoji-text-item p{
        font-size: 2vw;
    }
    .system-privacy-disclaimer{
        margin-top: 5.71428vw;
        text-align: center;
    }
    .system-privacy-container{
        width: 90.85714vw;
    }
    .system-privacy-item{
        margin-right: 1.71428vw;
        width: 44.5714285vw;
    }
    .system-privacy-item-image{
        border-radius: 1.142857vw;
    }
    .system-privacy-item-text{
        margin: 3.42857vw 0 0 1.142857vw;
        width: 88%;
    }
    .system-detail-container{
        width: 90.85714vw;
    }
    .system-detail-item{
        margin-right: 1.71428vw;
        width: 44.5714285vw;
    }
    .system-detail-item-image{
        border-radius: 1.142857vw;
    }
    .system-detail-item-text{
        margin: 3.42857vw 0 0 1.142857vw;
        width: 94%;
    }
    .system-more-title{
        margin-left: 12.2857vw;
    }
    .system-more-swiper{
        width: 90.857vw;
    }
    .system-more-item{
        width: 44.5714vw;
    }
    .system-more-item-image{
        border-radius: 1.142857vw;
    }
    .system-more-item-text{
        margin: 3.42857vw 0 0 1.142857vw;
        width: 94%;
    }
    .accessory-main-title{
        width: 90%;
    }
    .accessory-main-content{
        width: 90.857vw;
    }
    .accessory-main-content-row-1{
        border-radius: 1.1428vw;
        padding: 4vw 10vw 7.42857vw;
    }
    .accessory-main-content-row-1 .accessory-main-content-item{
        width: 18vw;
    }
    .accessory-main-link-container{
        bottom: 2.8571428vw;
        left: 15.5%;
        width: 70%;
    }
    .accessory-main-content-item-image-link{

    }
    .accessory-main-content-item-image-link a{
        font-size: 1.71428vw;
    }
    .accessory-main-content-row-2{
        margin-top: 1.71428vw;
    }
    .accessory-main-content-row-2 .accessory-main-content-item{
        border-radius: 1.1428vw;
        width: 44.571428vw;
        padding: 2.857vw 9.57142vw;
    }
    .accessory-main-disclaimer{
        margin-top: 1.71428vw;
    }
    .accessory-more-link-arrow{
        margin-left: .2857vw;
        width: 1.71428vw;
    }
    .accessory-compare-row{
        border-radius: 1.1428vw;
        width: 90.857vw;
        padding: 5.71428vw 9.71428vw;
    }
    .accessory-compare-product-switch-item{
        width: 20.71428vw;
    }
    .accessory-compare-product-swiper{
        width: 20vw;
    }
    .accessory-compare-product-swiper-control{
        margin-top: 1.1428vw;
    }
    .accessory-compare-product-swiper-btn{
        margin-right: .857vw;
        width: 1.71428vw;
        height: 1.71428vw;
    }
    .accessory-compare-header-item{
        width: 20.71428vw;
    }
    .accessory-compare-header-product-name{
        font-size: 1.71428vw;
        margin-top: .57142vw;
    }
    .accessory-compare-header-product-price{
        font-size: 2vw;
        margin-bottom: .57142vw;
    }
    .accessory-compare-header-product-buy-btn .accessory-compare-btn-item{
        font-size: 1.42857vw;
    }
    .accessory-compare-header-product-more-btn .accessory-compare-btn-item{
        border-radius: .57142vw;
        font-size: 1.5714vw;
        margin-right: 2.8571vw;
        width: 10.85714vw;
        height: 4vw;
    }
    .accessory-compare-header-product-buy-btn .accessory-more-link-arrow{
        margin-left: .571428vw;
        width: 1.71428vw;
    }
    .accessory-compare-detail-item{
        margin-bottom: 5.71428vw;
        width: 20.71428vw;
    }
    .accessory-compare-detail-item-title{
        font-size: 2.2857vw;
        margin-bottom: 1.71428vw;
    }
    .accessory-compare-detail-item-text{
        font-size: 1.71428vw;
        margin-top: 0;
    }
    .accessory-compare-detail-item-icon{
        width: 6.857142vw;
        margin-bottom: 2.85714vw;
    }

    .disclaimer-container{
        font-size: 1.71428vw;
        width: 90.857vw;
        padding-top: 0;
        padding-bottom: 8.57vw;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 2.3vw;
    }
}
@media (max-aspect-ratio: 7 / 10){
    .main-container .header-top{
        top: 0;
    }
    .main-container .hidden-web{
        display: block;
    }
    .main-container .show-pad{
        display: none;
    }
    .main-container .show-mob{
        display: block;
    }
    .main-container .hidden-mob{
        display: none;
    }
    .main-container .hidden-inline-web{
        display: inline-block;
    }
    .main-container .space-300{
        height: 34.722vw;
    }
    .main-container .space-280{
        height: 27.777vw;
    }
    .main-container .space-240{
        height: 33.333vw;
    }
    .main-container .space-200{
        height: 27.77vw;
    }
    .main-container .space-180{
        height: 25vw;
    }
    .main-container .space-160{
        /* height: 22.222vw; */
        height: 27.77vw;
    }
    .main-container .space-140{
        height: 19.444vw;
    }
    .main-container .space-120{
        height: 16.666vw;
    }
    .main-container .space-100{
        height: 13.888vw;
    }
    .main-container .space-80{
        height: 11.111vw;
    }
    .main-container .space-64{
        height: 8.88vw;
    }
    .main-container .space-60{
        height: 8.33vw;
    }
    .main-container .space-48{
        height: 6.66vw;
    }
    .main-container .space-40{
        height: 5.55vw;
    }
    .main-container .space-32{
        height: 4.44vw;
    }
    .main-container .space-30{
        height: 4.167vw;
    }
    .main-container .space-24{
        height: 3.33vw;
    }
    .main-container .space-20{
        height: 2.77vw;
    }
    .main-container .space-16{
        height: 2.22vw;
    }
    .main-container .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: 11.11vw;
    }
    .main-container .h3{
        font-size: 8.88vw;
    }
    .main-container .subtitle{
        font-size: 6.667vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h4{
        font-size: 6.667vw;
    }
    .main-container .h5{
        font-size: 6.667vw;
    }
    .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: 6.6666vw;
    }
    .main-container p{
        font-size: 4.44vw;
    }
    .main-container .smaller-text{
        font-size: 3.6vw;
        line-height: 1.6;
    }
    .main-container .product-disclaimer{
        font-size: 2.77777vw;
    }
    .main-container .product-disclaimer-small{
        font-size: 2.22222vw;
    }
    .main-container .product-subtitle{
  	    font-size: 3.888vw;
    }
    .main-container .video-pop-play{
        font-size: 3.888vw;
    }
    .main-container .auto-video-btn{
        font-size: 3.8vw;
    }
    .main-container .common-transform-show{
        opacity: 0;
        transform: translateY(5.55vw);
    }

    .main-container .video-replay-btn{
        right: 3.3333vw;
        bottom: 3.3333vw;
        width: 8.8888vw;
    }
    .main-container .video-replay-btn svg{
        box-sizing: border-box;
        width: 4.44vw;
        height: 4.93vw;
        padding: 1px;
    }
    .main-container .video-control-btn-container{
        right: 3.3333vw;
        bottom: 3.3333vw;
        width: 8.8888vw;
    }
    .main-container .swiper-control-container{
        margin-top: 0;
        width: 95.122%;
    }
    .main-container .swiper-btn-before{
        display: none;
    }
    .main-container .swiper-prev-btn{
        margin-right: 5.55vw;
    }
    .main-container .swiper-prev-btn,
    .main-container .swiper-next-btn{
        width: 11.1111vw;
        height: 11.1111vw;
    }
    .main-container .swiper-next-btn{
    }
    .huawei-product-buy-btn-container{
        flex-direction: column;
        margin-top: 5.555vw;
        padding-top: 0;
    }
    .huawei-product-buy-btn{
        margin-top: 24px;
        margin-left: 0;
    }
    .huawei-product-buy-btn-price{
        font-size: 5.56vw;
    }
    .huawei-product-buy-btn-price span{
        font-size: 3.611111111vw;
    }
    .product-common-swiper-item-image .video-control-btn-container{
        right: 5.55vw;
        bottom: 5.83vw;
    }
    .reasontobuy-item-container{
        flex-direction: column;
        height: 100%;
    }
    .reasontobuy-item-image-container{
        border-radius: 2.22vw;
    }
    .reasontobuy-item-1 .reasontobuy-item-image{
        min-height: 111.111vw;
    }
    .reasontobuy-item-4-content-container{
        bottom: 44.25%;
    }
    .reasontobuy-item-4-content-text{
        font-size: 4.4444vw;
        margin-bottom: 6.1111vw;
    }
    .reasontobuy-item-4-content-num{
        font-size: 27.7777vw;
    }
    .reasontobuy-item-4-content-num:last-child{
        filter: blur(.4vw);
    }
    .kv-content-container{
        margin-top: 11.111vw;
    }
    .kv-product-name svg{
        width: 77.7777vw;
        height: 8.16805vw;
    }
    .kv-slogan-container{
        font-size: 7.7777vw;
        margin-top: 5.555vw;
    }

    .kv-reasontobuy{
        background: linear-gradient(to bottom, #000000 0%, #181818 15%, #181818 65%, #000000 100%);
        margin-top: 0;
    }
    .kv-reasontobuy-bg{
    }
    .reasontobuy-item-content{
        margin: 6.667vw auto 0;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        width: 79%;
    }
    .reasontobuy-container.pausing .reasontobuy-item-content-title{
        opacity: 1;
    }
    .reasontobuy-item-content-subtitle{
        font-size: 4.444vw;
        margin-bottom: 0;
    }
    .reasontobuy-item-content-title{
        color: #FFFFFF;
        font-size: 4.44vw;
        margin-top: 3.333vw;
        opacity: 1;
        width: 100%;
    }
    .reasontobuy-item-content-text{
        color: #FFFFFF;
        font-size: 4.44vw;
        opacity: 1;
    }
    .reasontobuy-item-6-disclaimer{
        right: 2.7777vw;
        bottom: 2.7777vw;
        width: 90%;
    }
    .reasontobuy-container{
        padding-bottom: 0;
    }
    
    .reasontobuy-swiper-btns{
        border-radius: 12.2222vw;
        height: 13.3333vw;
        padding: 0 1.6667vw;
    }
    .reasontobuy-swiper-prev-btn:hover,
    .reasontobuy-swiper-next-btn:hover{
        opacity: 1;
    }
    .reasontobuy-swiper-btns .reasontobuy-swiper-pagination{

    }
    .reasontobuy-swiper-btns .reasontobuy-swiper-prev-btn,
    .reasontobuy-swiper-btns .reasontobuy-swiper-next-btn{
        width: 13.3333vw;
    }
    .reasontobuy-swiper-btns .reasontobuy-swiper-pagination{
        margin: 0 1.1111vw;
    }
    .reasontobuy-swiper-btns svg{
        width: 2.51vw;
        height: 4.32vw;
    }
    .reasontobuy-control-container{
        margin-top: 0;
    }
    .reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet{
        margin-right: 3.33vw;
        width: 2.22vw;
        height: 2.22vw;
    }
    .reasontobuy-control-container .reasontobuy-swiper-btns .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .reasontobuy-container .reasontobuy-main-swiper{
        width: 82.222vw;
    }
    .product-subtitle-container{
        margin-bottom: 5.555vw;
    }
    .design-intro-subtitle .product-subtitle-icon{
        margin-right: 1.111vw;
        width: 5.277vw;
    }
    .product-subtitle-text{
        font-size: 3.888vw;
    }
    .design-intro-text{
        margin: 5.5555vw auto 0;
        width: 72.222vw;
    }
    .design-intro-image img,
    .design-intro-image video{
        height: auto;
    }
    .main-container .video-pop-play-text{
        font-size: 3.8888vw;
        margin-right: 2.222vw;
    }
    .main-container .video-pop-play svg{
        width: 6.9444444vw;
        height: 6.9444444vw;
    }
    .design-color-swiper-container{
        width: 100%;
    }
    .design-color-image{
        border-radius: 0;
    }
    .design-color-swiper .swiper-slide-active{
        clip-path: circle(89% at 50% 73%);
    }
    .design-color-text-swiper-container{
        width: 74.777vw;
    }
    .design-color-control-btns-container{
        border-radius: 12.777vw;
        width: 52.22vw;
        height: 13.333vw;
    }
    .design-color-control-btn{
        margin-right: 3.333vw;
        width: 8.88889vw;
        height: 8.88889vw;
    }
    .design-color-control-text-swiper-container{
        margin-top: 4.4444vw;
    }
    .design-color-control-text{
        font-size: 4.4444vw;
    }
    .design-structure-title{
        margin-bottom: 5.5555vw;
    }
    .design-structure-text{
        width: 72%;
    }
    .design-structure-image{
        margin-top: 0;
    }
    .design-structure-image img{
        height: auto;
    }
    .design-structure-feature-container{
        width: 80vw;
    }
    .design-structure-feature-item-text{
        font-size: 2.78vw;
    }
    .design-structure-feature-item-num{
        font-size: 11.1111vw;
    }
    .design-feature-swiper{
        margin-left: 4.4444vw;
        width: 91.1111vw;
    }
    .design-feature-swiper .swiper-slide{
        width: 86.6667vw;
    }
    .design-feature-image{
        border-radius: 2.2222vw;
    }
    .design-feature-image img{
        height: auto;
    }
    .design-feature-content{
        font-size: 3.8889vw;
    }
    .design-feature-slide-1 .design-feature-content,
    .design-feature-slide-2 .design-feature-content,
    .design-feature-slide-3 .design-feature-content{
        top: 6.67vw;
        left: 6.67vw;
        width: 64.6vw;
        transform: none;
    }
    .design-feature-slide-2 .design-feature-image video,
    .design-feature-slide-2 .design-feature-image img{
        height: auto;
    }
    .design-feature-slide-3-disclaimer{
        right: 3.3333vw;
        bottom: 3.3333vw;
    }
    .design-screen-title-icon{
        width: 37vw;
    }
    .design-screen-title-container{
        width: 100%;
    }
    .design-screen-text{
        margin: 0 auto;
        width: 82.222vw;
    }
    .design-screen-image{
        margin-top: 2.2222vw;
        width: 100%;
    }
    .design-screen-nits-container{
        font-size: 22.5vw;
        bottom: 32%;
    }
    .design-screen-nits-small-text{
        font-size: .4444em;
    }
    .design-screen-feature-contianer{
        display: block;
        margin: 0 auto;
        width: 77.7777vw;
    }
    .design-screen-feature-title{
        font-size: 4.4444vw;
    }
    .design-screen-feature-line{
        margin: 4.4444vw 0;
    }
    .design-screen-feature-detail{
        margin-bottom: 4.4444vw;
    }
    .design-screen-feature-detail-title{
        font-size: 5.5555vw;
    }
    .design-screen-feature{
        margin-bottom: 11.1111vw;
        width: 100%;
    }
    .design-screen-feature:last-child{
        margin-bottom: 0;
        width: 100%;
    }
    .design-screen-feature-hdr-icon{
        width: 31.57vw;
        padding: 0;
    }
    .design-scene-swiper{
        margin-left: 4.4444vw;
        width: 91.1111vw;
    }
    .design-scene-swiper .swiper-slide{
        width: 86.667vw;
    }
    .design-scene-item-image{
        border-radius: 2.2222vw;
    }
    .design-scene-item-image img{
        height: auto;
    }
    .design-scene-item-text{
        margin: 6.6666vw 0 0 2.2222vw;
    }
    .camera-intro-image-container{
        margin-top: 0;
    }
    .camera-intro-image video,
    .camera-intro-image img{
        height: auto;
    }
    .main-container .camera-intro-video-popup-container.hidden-web{
        display: flex;
        margin-top: 0;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .camera-intro-video-popup{
        width: auto;
        height: auto;
    }
    .camera-intro-video-popup .video-pop-play-icon{
        width: auto;
    }
    .camera-intro-text{
        margin-top: 0;
        width: 84.4444vw;
    }
    .camera-accurate-title-container{
        display: block;
        width: 82.2222vw;
    }
    .camera-accurate-title{
        width: 100%;
    }
    .camera-accurate-text{
        margin-top: 4.4444vw;
        width: 97%;
    }
    .camera-accurate-swiper{
        width: 100%;
    }
    .camera-accurate-swiper .swiper-slide{
        width: 100%;
    }
    .main-container .camera-accurate-swiper-control-btn{
        justify-content: center;
    }
    .camera-accurate-swiper.camera-accurateoffset-swiper{
        transform: translateX(0);
    }
    .camera-sample-image-container{
        width: 100%;
    }
    .camera-live-photo-icon{
        top: 3.3333vw;
        right: 3.3333vw;
        width: 6.6667vw;
    }
    .camera-sample-swiper{
        width: 100%;
    }
    .camera-sample-swiper-container{
        margin: 0 auto;
        width: 91.1111vw;
    }
    .camera-sample-swiper>.swiper-wrapper{
        flex-wrap: nowrap;
    }
    .camera-live-photo-1{
        width: 100%;
    }
    .camera-live-photo .space-40,
    .camera-live-photo .camera-live-photo-text{
        display: none;
    }
    .camera-sample-text-container{
        margin: 0 auto;
        width: 93.2222vw;
    }
    .camera-sample-swiper-control-container{
        margin-top: 0;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
        overflow: auto;
    }
    .camera-sample-swiper-control-container::-webkit-scrollbar {
        display: none;
    }
    .camera-sample-swiper-control-row{
        width: 95.5555vw;
        padding: 0 6.6667vw;
    }
    .camera-sample-swiper-control-title-container{
        display: flex;
        justify-content: space-between;
    }
    .camera-sample-swiper-control-title-item{
        color: #FFFFFF;
        font-size: 5.5555vw;
        font-weight: 500;
        line-height: 1.25;
        opacity: .4;
        transition: opacity .6s ease;
        will-change: transform;
    }
    .camera-sample-swiper-control-progress-line{
        background-color: #FFFFFF66;
        width: 100%;
        height: 2px;
    }
    .camera-sample-swiper-control-progress-bar{
        background-color: #FFFFFF;
        width: 22vw;
        height: 100%;
        transition: all .6s ease;
        will-change: transform;
    }
    .camera-sample-swiper-control-row[data-index="0"] [data-id="0"]{
        opacity: 1;
    }
    .camera-sample-swiper-control-row[data-index="1"] [data-id="1"]{
        opacity: 1;
    }
    .camera-sample-swiper-control-row[data-index="2"] [data-id="2"]{
        opacity: 1;
    }
    .camera-sample-swiper-control-row[data-index="1"] .camera-sample-swiper-control-progress-bar{
        transform: translateX(32vw);
    }
    .camera-sample-swiper-control-row[data-index="2"] .camera-sample-swiper-control-progress-bar{
        width: 33vw;
        transform: translateX(63vw);
    }
    .main-container .camera-sample-color-swiper-container{
        width: 100%;
        transform: none;
        opacity: 1;
    }
    .camera-sample-color-item-icon{
        border-radius: 5.5555vw;
        width: 22.2222vw;
        height: 6.6667vw;
    }
    .camera-sample-color-item-icon::before{
        backdrop-filter: blur(.8vw);
    }
    .camera-sample-color-item-icon-svg{
        margin-left: 1.1111vw;
        width: 4.4444vw;
    }
    .camera-sample-color-item-icon-text{
        font-size: 2.7777vw;
        margin-left: .5555vw;
    }
    .camera-sample-row{
        margin-top: 0;
    }
    .camera-sample-color-control-container{
        border-top-left-radius: 3.3333vw;
        border-top-right-radius: 3.3333vw;
        left: 10%;
        width: 80%;
    }
    .camera-sample-color-control-swiper{
        margin: 2.5vw 0 2.2222vw;
    }
    .camera-sample-container .camera-sample-color-control-swiper .swiper-slide{
        margin-right: 3.61111vw;
        width: 14.1667vw;
    }
    .camera-sample-container .camera-sample-color-control-swiper .swiper-slide:last-child{
        margin-right: 0;
    }
    .camera-sample-color-control-icon-item{
        border-radius: 1.8055vw;
        padding: .5555vw;
    }
    .camera-sample-color-control-icon{
        border-radius: 1.1111vw;
        width: 12.5vw;
    }
    .camera-sample-color-control-text{
        margin-top: 1.3888vw;
        font-size: 3.3333vw;
    }
    .camera-video-intro-title-container{
        width: 82.2222vw;
    }
    .camera-video-intro-text{
        width: 82.2222vw;
    }
    .camera-video-intro-image{
        width: 100%;
    }
    .camera-video-feature-swiper{
        margin-left: 4.4444vw;
        width: 91.1111vw;
    }
    .camera-video-feature-swiper .swiper-slide{
        width: 86.6667vw;
    }
    .camera-video-feature-item-image{
        border-radius: 2.2222vw;
    }
    .camera-video-feature-item-image img,
    .camera-video-feature-item-image video{
        height: auto;
    }
    .camera-video-sample-content-container{
        margin-top: 0;
        margin-bottom: 0;
    }
    .camera-video-feature-item-text{
        margin: 6.6667vw 0 0 2.2222vw;
        width: 90%;
    }
    .camera-video-sample-title-container{
        padding-bottom: 11.1111vw;
    }
    .camera-video-sample-title{
        width: 100%;
    }
    .camera-video-sample-wall-container{
        display: none;
    }
    .camera-video-sample-swiper-container{
        transform: none;
    }
    .camera-video-sample-swiper{
        width: 100%;
        padding-bottom: 8.8888vw;
    }
    .camera-video-sample-swiper-control-container{
        margin: 6.6667vw auto 0;
        width: 58.8888vw;
        height: 13.3333vw;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        opacity: 1;
    }
    .camera-video-sample-text-swiper{
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 80%;
    }
    .camera-video-sample-swiper-control-container::before{
        background-color: #252527;
        border-radius: 12.7778vw;
        filter: blur(0);
        opacity: 1;
    }
    .camera-video-sample-swiper-control-progress{
        width: 18.8889vw;
        height: 11.1111vw;
        top: 1.1111vw;
        left: 1.1111vw;
    }
    .camera-video-sample-swiper-control-row{
        justify-content: space-between;
        padding: 0 1.1111vw;
    }
    .camera-video-sample-swiper-control-btn{
        font-size: 3.8889vw;
        width: 18.8889vw;
    }
    .camera-video-more-title{
        margin-left: 8.8888vw;
        width: 70%;
    }
    .camera-video-more-title .h3{
        font-size: 6.6667vw;
    }
    .camera-video-more-item-image{
        border-radius: 2.2222vw;
    }
    .camera-video-more-item-image img{
        height: auto;
    }
    .camera-video-more-swiper{
        margin-left: 4.4444vw;
        width: 91.1111vw;
    }
    .camera-video-more-swiper .swiper-slide{
        width: 86.6667vw;
    }
    .camera-video-more-item-text{
        margin: 6.6667vw 0 0 2.2222vw;
        width: 90%;
    }
    .performance-intro-text{
        margin: 5.5555vw auto 0;
        width: 72.7778vw;
    }
    .performance-intro-content-container{
        margin-top: 11.1111vw;
        margin-bottom: -18.25vw;
    }
    .performance-intro-content-text-row{
        margin-bottom: 5.5555vw;
    }
    .performance-intro-content-icon{
        width: 5.03vw;
    }
    .performance-intro-content-text{
        color: #FFFFFF;
        font-size: 4.4444vw;
        margin-right: 1.1111vw;
    }
    .performance-intro-content-num{
        font-size: 27.7777vw;
    }
    .performance-intro-content-num:last-child{
        filter: blur(.4vw);
    }
    .performance-intro-image-container{
        top: 5.4167vw;
        left: 0;
        overflow: hidden;
    }
    .performance-intro-chip{
        margin-left: -6.5277vw;
        width: 62.5vw;
        transform: scale(1.2) translateX(20.24vw);
    }
    .performance-intro-plus{
        margin-right: -6vw;
        margin-left: -9vw;
        width: 5vw;
        transform: translateX(29.24vw);
    }
    .performance-intro-system{
        width: 56.9444vw;
        transform: scale(1.2) translateX(28.24vw);
    }
    .performance-intro-detail-container{
        margin: 8.8888vw 0 0 18.8888vw;
        width: 61.479166vw;
    }
    .performance-intro-detail-line-container{
        width: 35vw;
    }
    .performance-intro-detail-line-title{
        font-size: 5.5555vw;
    }
    .performance-intro-detail-line-1{
        margin-bottom: 5.5555vw;
    }
    .performance-intro-detail-line-box{
        border-radius: 1.52vw;
        height: 1.3888vw;
    }
    .performance-intro-detail-line-2{
        margin-bottom: 0;
    }
    .performance-intro-detail-num-icon{
        margin: 1vw 2.2222vw 0 0;
        width: 4vw;
    }
    .performance-intro-detail-num{
        font-size: 11.1111vw;
    }
    .performance-intro-detail-num-percent{
        font-size: .4em;
    }
    .performance-media-image{
        width: 100%;
    }
    .performance-media-text{
        margin: 6.6667vw auto 0;
        width: 66%;
    }
    .performance-outdoor-subtitle{
        margin-bottom: 3.3333vw;
    }
    .performance-outdoor-title{
        width: 90%;
    }
    .performance-outdoor-text{
        width: 81.7777vw;
    }
    .performance-outdoor-image{
        width: 100%;
    }
    .performance-feature-swiper{
        width: 100%;
    }
    .performance-feature-disclaimer{
        text-align: center;
    }
    .performance-feature-item-row{
        justify-content: flex-start;
        overflow: auto;
        padding: 0 4.4444vw;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
    }
    .performance-feature-item-row::-webkit-scrollbar{
        display: none;
    }
    .performance-feature-item{
        
    }
    .performance-feature-item-left{
        flex-shrink: 0;
        margin-right: 4.4444vw;
        width: 77.7777vw;
    }
    .performance-feature-item-card{
        border-radius: 2.2222vw;
    }
    .performance-feature-item-text{
        font-size: 3.8888vw;
    }
    .performance-feature-item-left .performance-feature-item-image{
    }
    .performance-feature-item-left .performance-feature-item-text{
        top: 6.6666vw;
        left: 50%;
        width: 56.38vw;
        transform: translateX(-50%);
    }
    .performance-feature-item-2 .performance-feature-item-left .performance-feature-item-text{
        top: 6.6667vw;
    }
    .performance-feature-item-right{
        background-color: #171718;
        border-radius: 2.2222vw;
        flex-shrink: 0;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: nowrap;
        width: auto;
        overflow: hidden;
    }
    .performance-feature-item-card{
        flex-shrink: 0;
    }
    .performance-feature-item-1 .performance-feature-item-card-2{
        width: 102.6388vw;
    }
    .performance-feature-item-1 .performance-feature-item-card-2 .performance-feature-item-content{
        display: flex;
        align-items: center;
        top: 6.6666vw;
        left: 7.7777vw;
        transform: none;
        width: 89.2222vw;
    }
    .performance-feature-item-1 .performance-feature-item-card-2 .performance-feature-item-text{
        text-align: left;
        width: 66.4444vw;
    }
    .performance-feature-card-icon-container{
        margin-top: 2.2222vw;
        margin-left: 3.3333vw;
    }
    .performance-feature-card-icon{
        width: 11.7166vw;
    }
    .performance-feature-card-icon-text{
        font-size: 2.7777vw;
        margin-top: 1.6667vw;
    }
    .performance-feature-item-1 .performance-feature-item-card-3{
        width: 80.83333vw;
    }
    .performance-feature-item-image{
        width: 100%;
    }
    .performance-feature-item-1 .performance-feature-item-card-2 .performance-feature-item-image{
        width: 100%;
        padding: 0;
    }
    .performance-feature-item-1 .performance-feature-item-card-3 .performance-feature-item-image{
    }
    .performance-feature-item-1 .performance-feature-item-card-3 .performance-feature-item-text{
        top: 6.6666vw;
        left: 5.8vw;
        width: 87%;
        text-align: left;
        transform: none;
    }
    .performance-feature-item-1 .performance-feature-item-card-4{
        padding: 39.8611vw 11.1111vw 21.8vw 9.305vw;
        width: 63.8888vw;
    }
    .performance-feature-item-1 .performance-feature-item-card-4 .performance-feature-item-image{
        width: 100%;
        padding: 0;
    }
    .performance-feature-item-1 .performance-feature-item-card-4 .performance-feature-item-text{
        top: 6.6666vw;
        left: 9.305vw;
        width: 73%;
        text-align: left;
    }
    .performance-feature-item-right .performance-feature-item-card:first-child{
        margin-bottom: 0;
    }
    .performance-feature-item-2 .performance-feature-item-left{
        width: 86.6666vw;
    }
    .performance-feature-item-2 .performance-feature-item-right{
        width: auto;
    }
    .performance-feature-item-2 .performance-feature-item-card-2{
        width: 70.55555vw;
    }
    .performance-feature-item-2 .performance-feature-item-card-3{
        width: 70.55555vw;
    }
    .performance-feature-item-2 .performance-feature-item-card-2 .performance-feature-item-image{

    }
    .performance-feature-item-2 .performance-feature-item-card-2 .performance-feature-item-text{
        top: 7.7777vw;
        left: 10.6666vw;
        width: 78.5%;
        text-align: center;
        transform: none;
    }
    .performance-feature-item-2 .performance-feature-item-card-3 .performance-feature-item-text{
        top: 7.7777vw;
        left: 7.0833vw;
        width: 64%;
        text-align: center;
        transform: none;
    }
    .performance-feature-item-3 .performance-feature-item-left .performance-feature-item-text{
        font-size: 5.5555vw;
        top: 11.1111vw;
        width: 100%;
        text-align: center;
    }
    .performance-feature-item-3 .performance-feature-item-right{
        width: 101.1111vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-card{
        box-sizing: border-box;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-subtitle{
        font-size: 3.3333vw;
        margin-top: 11.1111vw;
        margin-left: 8.8888vw;
        text-align: left;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-day{
        font-size: 13.3333vw;
        margin-left: 8.8888vw;
        text-align: left;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-text{
        font-size: 4.4444vw;
        margin: 1.2222vw 0 4.6666vw 8.8888vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-icons-container{
        margin-left: 7.2222vw;
        width: 88.3333vw;
    }
    .performance-feature-item-icon-item{
        width: 20vw;
    }
    .performance-feature-item-icon{
        border-radius: 2.2222vw;
        width: 13.3333vw;
    }
    .performance-feature-item-icon-text{
        font-size: 3.3333vw;
        margin-top: 2.2222vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-item-icons-row:nth-of-type(2){
        margin-top: 5vw;
    }
    .performance-feature-item-3 .performance-feature-item-right .performance-feature-disclaimer{
        right: 3.3333vw;
        bottom: 3.3333vw;
        width: 84vw;
    }
    .performance-feature-control-tips{
        transition: opacity .6s ease;
    }
    .performance-feature-control-tips.active{
        opacity: 0;
    }
    .performance-feature-control-tips-row{
        display: flex;
        justify-content: center;
        align-items: center;
        animation: tipsBlink 2.5s ease infinite;
    }
    .performance-feature-control-tips-icon{
        display: flex;
        margin-right: 1.1111vw;
        width: 6.6667vw;
    }
    .performance-feature-control-tips-text{
        color: #85858A;
        font-size: 3.3333vw;
        line-height: 1.25;
    }
    @keyframes tipsBlink {
        0%{
            opacity: 1;
        }
        40%{
            opacity: 1;
        }
        80%{
            opacity: 0.4;
        }
        100%{
            opacity: 1;
        }
    }
    .performance-feature-control-container{
        box-sizing: border-box;
        width: 100%;
        overflow: auto;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
    }
    .performance-feature-control-container::-webkit-scrollbar{
        display: none;
    }
    .performance-feature-control-row{
        width: 138.8888vw;
        padding: 0 6.6666vw;
    }
    .performance-feature-control-title-item{
        font-size: 5.5555vw;
    }
    .performance-feature-control-progress-container{
        margin-top: 3.3333vw;
    }
    .performance-feature-control-progress-bar{
        width: 28%;
    }
    .performance-feature-control-row[data-index="1"] .performance-feature-control-progress-bar {
        transform: translateX(50vw);
    }
    .performance-feature-control-row[data-index="2"] .performance-feature-control-progress-bar {
        transform: translateX(100vw);
    }
    .performance-safety-subtitle{
        margin-bottom: 3.3333vw;
    }
    .performance-safety-title{
        width: 100%;
    }
    .performance-safety-row{
        display: block;
        margin-left: 0;
    }
    .performance-safety-image-container{
        margin: 0 auto 6.6667vw;
        width: 90vw;
    }
    .performance-safety-disclaimer{
        margin-top: 5.5555vw;
    }
    .performance-safety-content{
        margin-top: 0;
        width: 100%;
    }
    .performance-safety-content-title{
        font-size: 5.5555vw;
        margin: 0 auto;
        width: 86.6666vw;
        text-align: center;
    }
    .performance-safety-content-text{
        margin: 4.4444vw auto 0;
        width: 76.6666vw;
        text-align: center;
    }
    .performance-safety-detail-container{
        display: flex;
        width: 76.6666vw;
    }
    .performance-safety-detail-container.show-pad{
        display: none;
    }
    .performance-safety-detail-item{
        width: 13.3333vw;
    }
    .performance-safety-detail-text{
        margin-top: 3.3333vw;
        font-size: 3.8888vw;
    }
    .performance-more-swiper{
        margin-left: 4.4444vw;
        width: 91.1111vw;
    }
    .performance-more-swiper .swiper-slide{
        width: 86.6667vw;
    }
    .performance-more-item-text{
        margin: 6.6666vw 0 0 2.2222vw;
        width: 94%;
    }
    .performance-more-item-image{
        border-radius: 2.2222vw;
    }
    .performance-more-item-image img{
        height: auto;
    }
    .main-container .h2 .system-intro-title-left,
    .main-container .h2 .system-intro-title-right{
        background-image: none;
        transform: none;
    }
    .system-intro-title-icon-mob-container{
        margin-top: 13vw;
        margin-bottom: 3.3333vw;
    }
    .system-intro-title-icon{
        margin: 0 auto;
        width: 22.2222vw;
    }
    .system-intro-text{
        margin-top: 5.5555vw;
        width: 72.2222vw;
    }
    .system-intro-swiper-container{
        width: 100%;
    }
    .system-intro-item-image{
        border-radius: 0;
    }
    .system-intro-item-image img,
    .system-intro-item-image video{
        height: auto;
    }
    .system-intro-item-disclaimer{
        margin-top: 2.2222vw;
        margin-right: 2.2222vw;
        margin-bottom: -2.8888vw;
        position: relative;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: opacity .6s ease;
    }
    .system-intro-item-disclaimer.active{
        opacity: 1;
    }
    .system-intro-control-container{
        margin-top: 0;
        width: 50vw;
    }
    .system-intro-control-title-item{
        font-size: 5.5555vw;
    }
    .system-intro-control-progress-container{
        margin-top: 3.3333vw;
    }
    .system-intro-control-progress-bar{
        width: 34%;
    }
    .system-intro-control-row[data-index="1"] .system-intro-control-progress-bar {
        transform: translateX(127%);
        width: 44%;
    }
    .system-intro-control-row[data-index="2"] .system-intro-control-progress-bar {
        transform: translateX(300%);
    }
    .system-intro-text-swiper{
        width: 84.3333vw;
    }
    .system-feature-title{
        margin: 0 auto;
        text-align: center;
    }
    .system-feature-swiper{
        margin-left: 4.4444vw;
        width: 91.1111vw;
    }
    .system-feature-swiper .swiper-slide{
        width: 86.6667vw;
        height: auto;
    }
    .system-feature-item{
        border-radius: 2.2222vw;
    }
    .system-feature-item-row-1{
        display: none;
    }
    .system-feature-item-row-2{
        border-radius: 2.2222vw;
        height: auto;
        position: relative;
        opacity: 1;
    }
    .system-feature-swiper-container .system-feature-swiper-control-container{
        margin-left: 4.4444vw;
        width: 86.6667vw;
    }
    .system-feature-item-content-container{
        margin: 6.6666vw 0 0 2.2222vw;
        position: relative;
        top: 0;
        left: 0;
        width: 95%;
    }
    .system-feature-item-disclaimer{
        right: 15%;
        bottom: 3.3333vw;
    }
    .system-feature-swiper .swiper-slide[data-id="1"] .system-feature-item-content-container{
        width: 85%;
    }
    .system-feature-swiper .swiper-slide[data-id="2"] .system-feature-item-content-container{
        width: 85%;
    }
    .system-feature-swiper .swiper-slide[data-id="3"] .system-feature-item-content-container{
        width: 86%;
    }
    .system-feature-item-title{
        font-size: 5.5555vw;
    }
    .system-feature-item-text{
        font-size: 4.5555vw;
        margin-top: 3.3333vw;
        opacity: 1;
    }
    .system-emoji-bg{
        background: linear-gradient(to bottom,#000000 0,#121212 20%,#121212 80%,#000000 100%);
        height: 195.7vw;
    }
    .system-emoji-title-animation-item{
        margin-left: .55555vw;
    }
    .system-emoji-title-animation-item-text{
        padding: 0 .55555vw;
    }
    .system-emoji-content{
        background: none;
        border-radius: 0;
        width: 91.1111vw;
    }
    .system-emoji-content-right{
        width: 100%;
    }
    .system-emoji-item-image{
        border-radius: 2.2222vw;
        overflow: hidden;
    }
    .system-emoji-control-container{
        box-sizing: border-box;
        width: 100%;
        overflow: auto;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
        position: relative;
        will-change: transform;
    }
    .system-emoji-control-container::-webkit-scrollbar{
        display: none;
    }
    .system-emoji-control-row{
        padding: 0 6.6666vw;
        width: 104.4444vw;
        will-change: transform;
    }
    .system-emoji-control-row[data-index="1"] .system-emoji-control-progress-bar {
        transform: translateX(46vw);
        width: 22.5%;
    }
    .system-emoji-control-row[data-index="2"] .system-emoji-control-progress-bar {
        transform: translateX(76vw);
        width: 27.5%;
    }
    .system-emoji-control-title-container{
        display: flex;
        justify-content: space-between;
    }
    .system-emoji-control-title-item{
        color: #FFFFFF;
        font-size: 5.5555vw;
        font-weight: 500;
        line-height: 1.25;
        opacity: .4;
        transition: opacity .6s ease;
    }
    .system-emoji-control-progress-container{
        margin-top: 3.3333vw;
    }
    .system-emoji-control-progress{
        background-color: #FFFFFF66;
        height: 2px;
        width: 100%;
    }
    .system-emoji-control-progress-bar{
        background: linear-gradient(to right,#D68047 0,#CCCC4D 50%,#40A9C4 100%);
        width: 38.5%;
    }
    .system-emoji-control-row[data-index="0"] [data-id="0"]{
        opacity: 1;
    }
    .system-emoji-control-row[data-index="1"] [data-id="1"]{
        opacity: 1;
    }
    .system-emoji-control-row[data-index="2"] [data-id="2"]{
        opacity: 1;
    }
    .system-emoji-control-row[data-index="3"] [data-id="3"]{
        opacity: 1;
    }
    .system-emoji-text-swiper{
        margin: 0 auto;
        width: 83.7777vw;
    }
    .system-emoji-text-item{
        text-align: center;
    }
    .system-privacy-disclaimer{
        margin-top: 8.8888vw;
        text-align: center;
        width: 66%;
    }
    .system-privacy-container{
        width: 100%;
    }
    .system-privacy-swiper-container{
        overflow: hidden;
    }
    .system-privacy-swiper {
        margin-left: 4.4444vw;
        width: 91.1111vw;
        overflow: initial;
    }
    .system-privacy-swiper .swiper-slide{
        margin-right: 0;
        width: 86.6667vw;
    }
    .system-privacy-item-image{
        border-radius: 2.2222vw;
    }
    .system-privacy-item-text{
        margin: 6.6666vw 0 0 2.2222vw;
        width: 90%;
    }
    .system-detail-container{
        width: 100%;
    }
    .system-detail-swiper-container{
        overflow: hidden;
    }
    .system-detail-swiper {
        margin-left: 4.4444vw;
        width: 91.1111vw;
        overflow: initial;
    }
    .system-detail-swiper .swiper-slide{
        margin-right: 0;
        width: 86.6667vw;
    }
    .system-detail-item-image{
        border-radius: 2.2222vw;
    }
    .system-detail-item-text{
        margin: 6.6666vw 0 0 2.2222vw;
        width: 90%;
    }
    .system-more-title{
        margin-left: 8.8888vw;
    }
    .system-more-swiper{
        margin-left: 4.4444vw;
        width: 91.1111vw;
    }
    .system-more-swiper .swiper-slide{
        width: 86.6667vw;
    }
    .system-more-item{
        width: 100%;
    }
    .system-more-item-image{
        border-radius: 2.2222vw;
    }
    .system-more-item-text{
        margin: 6.6666vw 0 0 2.2222vw;
        width: 90%;
    }
    .accessory-main-title{
        width: 90%;
    }
    .accessory-main-content{
        width: 91.1111vw;
    }
    .accessory-main-content-row-1 .accessory-main-content-item:nth-of-type(odd){
        width: 30.967vw;
    }
    .accessory-main-content-row-1 .accessory-main-content-item:nth-of-type(odd) .accessory-main-content-item-image{
        padding: 1.395vw 0;
    }
    .accessory-main-content-row-1 .accessory-main-content-item:nth-of-type(even){
        margin: 0 -5.8333vw;
        width: 32.36vw;
        position: relative;
        z-index: 1;
    }
    .accessory-main-content-row-1{
        border-radius: 2.2222vw;
        align-items: flex-start;
        padding: 11.6666vw 4.1677vw 18.88888vw;
    }
    .accessory-main-link-container{
        bottom: 7.7777vw;
        width: 84%;
        left: 9%;
    }
    .accessory-main-content-item-image-link{

    }
    .accessory-main-content-item-image-link a{
        font-size: 3.3333vw;
    }
    .accessory-more-link-arrow{
        margin-left: .5555vw;
        width: 3.3333vw;
    }
    .accessory-main-content-row-2{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .accessory-main-content-row-2 .accessory-main-content-item{
        border-radius: 2.2222vw;
        margin-top: 4.4444vw;
        width: 100%;
        padding: 9.4444vw 0 7.7777vw;
    }
    .accessory-main-content-row-2 .accessory-main-content-item-image{
        margin: 0 auto;
        width: 49.4444vw;
    }
    .accessory-main-disclaimer{
        margin-top: 3.3333vw;
    }
    .accessory-compare-product-name-switch-item{
        height: 6.9444vw;
        padding-top: 5.5555vw;
        z-index: 3;
    }
    .accessory-compare-product-name-switch-bg{
        background-color: #000000;
        margin-bottom: -12.4999vw;
        width: 100%;
        height: 12.4999vw;
        position: sticky;
        top: 0;
        top: var(--secondNav-height,0);
        z-index: 3;
    }
    .accessory-compare-product-name-switch-item::after{
        background-color: #414146;
        border-radius: .4166vw;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
    }
    .accessory-compare-product-name-switch-item-1{
        position: sticky;
        top: 0;
        top: var(--secondNav-height,0);
        width: 41.6666vw;
    }
    .accessory-compare-product-name-switch-item-2{
        margin-top: -12.4999vw;
        margin-left: 47.2222vw;
        position: sticky;
        top: 0;
        top: var(--secondNav-height,0);
        width: 41.6666vw;
        z-index: 10;
    }
    .accessory-compare-product-name-switch-select-container{
        background-color: #2C2C2F;
        border-bottom-left-radius: 2.2222vw;
        border-bottom-right-radius: 2.2222vw;
        box-sizing: border-box;
        position: absolute;
        top: 100%;
        left: 0%;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: height .6s ease;
    }
    .accessory-compare-product-name-switch-select-col{
        padding: 2.5vw 1.1111vw;
    }
    .accessory-compare-product-name-switch-item-2.active .accessory-compare-product-name-switch-select-container{
        height: 27.2222vw;
    }
    .accessory-compare-product-name-switch-select-item{
        border-radius: 1.1111vw;
        display: flex;
        align-items: center;
        height: 11.1111vw;
        overflow: hidden;
        padding-left: 2.2222vw;
    }
    .accessory-compare-product-name-switch-select-item.active{
        background-color: #3B3B3E;
    }
    .accessory-compare-product-name-switch-select-item-text{
        color: #FFFFFF;
        font-size: 3.3333vw;
    }
    .accessory-compare-product-name-switch-text{
        color: #FFFFFF;
        font-size: 3.3333vw;
        font-weight: 500;
        line-height: 1.25;
    }
    .accessory-compare-product-name-switch-row{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .accessory-compare-product-name-switch-icon{
        display: flex;
        width: 5.5555vw;
        transition: transform .6s ease;
    }
    .accessory-compare-product-name-switch-item-2.active .accessory-compare-product-name-switch-icon{
        transform: rotate(180deg);
    }
    .accessory-compare-title{
        width: 90%;
    }
    .accessory-compare-title .h3{
        font-size: 7.7777vw;
    }
    .accessory-compare-row::before{
        display: none;
    }
    .accessory-compare-row{
        width: 88.8888vw;
        padding: 0;
    }
    .accessory-compare-header-container{
        background-color: #000000;
        top: calc(47px + 12vw);
    }
    .nav-hidden .accessory-compare-header-container{
        display: none;
    }
    .accessory-compare-product-switch-item:nth-of-type(2){
        opacity: 0;
        pointer-events: none;
    }
    .accessory-compare-row[data-index="1"] .accessory-compare-product-switch-item:nth-of-type(2){
        opacity: 1;
        pointer-events: all;
    }
    .accessory-compare-product-switch-item:nth-of-type(3){
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
    }
    .accessory-compare-row[data-index="2"] .accessory-compare-product-switch-item:nth-of-type(3){
        opacity: 1;
        pointer-events: all;
    }
    .accessory-compare-header-item:nth-of-type(2){
        opacity: 0;
        pointer-events: none;
    }
    .accessory-compare-row[data-index="1"] .accessory-compare-header-item:nth-of-type(2){
        opacity: 1;
        pointer-events: all;
    }
    .accessory-compare-header-item:nth-of-type(3){
        background-color: #000000;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
    }
    .accessory-compare-row[data-index="2"] .accessory-compare-header-item:nth-of-type(3){
        opacity: 1;
        pointer-events: all;
    }
    .accessory-compare-detail-col:nth-of-type(2){
        opacity: 0;
        pointer-events: none;
    }
    .accessory-compare-row[data-index="1"] .accessory-compare-detail-col:nth-of-type(2){
        opacity: 1;
        pointer-events: all;
    }
    .accessory-compare-detail-col:nth-of-type(3){
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
    }
    .accessory-compare-row[data-index="2"] .accessory-compare-detail-col:nth-of-type(3){
        opacity: 1;
        pointer-events: all;
    }
    .accessory-compare-product-switch-item{
        width: 41.6667vw;
    }
    .accessory-compare-header-item{
        width: 41.6667vw;
    }
    .accessory-compare-detail-col{
        width: 41.6667vw;
    }
    .accessory-compare-product-swiper{
        width: 38.8888vw;
    }
    .accessory-compare-product-swiper-control{
        margin-top: 3.3333vw;
    }
    .accessory-compare-product-swiper-btn{
        margin-right: 1.6667vw;
        width: 3.3333vw;
        height: 3.3333vw;
    }
    .accessory-compare-header-product-name{
        display: none;
    }
    .accessory-compare-header-product-price{
        font-size: 3.8888vw;
    }
    .accessory-compare-header-product-more-btn-container{
        box-sizing: border-box;
        padding: 0 .83333vw;
    }
    .accessory-compare-header-product-more-btn .accessory-compare-btn-item{
        border-radius: 1.1111vw;
        font-size: 3.05vw;
        width: 21.1111vw;
        height: 7.7777vw;
    }
    .accessory-compare-header-product-buy-btn .accessory-more-link-arrow{
        margin-left: 1.1111vw;
        width: 3.3333vw;
    }
    .accessory-compare-header-product-buy-btn a{
        font-size: 3.05vw;
    }
    .accessory-compare-detail-item{
        margin: 0 auto 11.1111vw;
        width: 93.3333%;
    }
    .accessory-compare-detail-item-title{
        font-size: 4.4444vw;
        margin-bottom: 3.3333vw;
    }
    .accessory-compare-detail-item-text{
        font-size: 3.3333vw;
        margin-top: 0;
    }
    .accessory-compare-detail-item-icon{
        margin-bottom: 5.5555vw;
        width: 13.3333vw;
    }
    .accessory-compare-fixed-bg{
        background-color: #171718;
        backdrop-filter: blur(.2vw);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
    .accessory-compare-fixed-bg.active{
        opacity: .7;
        pointer-events: all;
        z-index: 8;
    }
    .accessory-compare-disclaimer .product-disclaimer{
        margin-top: 0;
    }

    .disclaimer-container{
        font-size: 3.33vw;
        width: 86.25%;
        padding-top: 0;
        padding-bottom: 4.28%;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 5vw;
    }
}
html.overflow-hidden body{
    padding-right: var(--scrollbar-width);
}
.no-inline-video .video-fallback{
    display: block;
}
.no-inline-video video{
    display: none;
}
.no-inline-video .video-replay-btn{
    display: none;
}
.no-inline-video .video-control-btn-container{
    display: none;
}
.no-inline-video .design-screen-nits-container{
    opacity: 1;
    bottom: 39.5%;
}
.no-inline-video .camera-live-photo-icon{
    display: none;
}
@media (max-aspect-ratio: 7 / 10) {
    .no-inline-video .design-screen-nits-container{
        opacity: 1;
        bottom: 34%;
    }
}