.main-container{
    font-weight: 500;
    line-height: 1.6;
    --nav-height: 76px;
}
.main-container img,.main-container video{
    width: 100%;
}
.main-container video{
    display: block;
}
.main-container .section{
    position: relative;
    margin-top: -1px;
}
.blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
.blur-up.lazyloaded {
    filter: blur(0)
}

.header-top{
    top: var(--nav-height);
}
.full-height{
    height: calc(100vh - var(--nav-height));
}
.hidden-web{
    display: none;
}
.hidden-inline-web{
    display: none;
}
.space-300{
    height: 300px;
}
.space-200{
    height: 200px;
}
.space-160{
    height: 160px;
}
.space-120{
    height: 120px;
}
.space-100{
    height: 100px;
}
.space-80{
    height: 80px;
}
.space-60{
    height: 60px;
}
.space-40{
    height: 40px;
}
.space-30{
    height: 30px;
}
.space-20{
    height: 20px;
}
.main-container sup{
    font-size: .6em;
    cursor: pointer;
}
sup.half-sup{
    font-size: .4em;
}
.main-container sup a{
    color: inherit;
}
.main-container .big-title{
    font-size: 6.25vw;
    line-height: 1.25;
}
.main-container .big-title-content{
    font-size: 15.625vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .h2{
    font-size: 4.167vw;
    line-height: 1.25;
    text-align: center;
}
.main-container .h3{
    color: #FFFFFF;
    font-size: 2.9vw;
    line-height: 1.25;
}
.main-container .subtitle{
    font-size: 1.66vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: .25em;
}
.main-container .h4{
    color: #FFFFFF;
    font-size: 2.5vw;
    line-height: 1.25;
}
.main-container .h5{
    color: #FFFFFF;
    font-size: 2.08vw;
    line-height: 1.25;
}
.main-container p{
    color: #FFFFFF;
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .disclaimer{
    font-size: .83vw;
}
.canvas-fallback{
    display: none;
}
.inline-video-fallback{
    display: none;
}
.space-30vh{
    height: 30vh;
}
.space-50vh{
    height: 50vh;
}
.space-100vh{
    height: 100vh;
}
.sticky-viewport{
    position: sticky;
    height: 100vh;
    height: calc(100vh - var(--nav-height));
    top: var(--nav-height);
}
.sticky-container{
    position: sticky;
    top: var(--nav-height);
}
.sequence-animation canvas{
    width: 100%;
    height: 100%;
}
.video-pop-play{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    white-space: nowrap;
}

.auto-video-btn{
    color: #3174FF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
}
.auto-video-btn.show-btn{
    opacity: 1;
    visibility: visible;
}
.auto-video-btn svg{
    width: 1.5em;
    height: 1.5em;
    margin-right: .3em;
}
.video-fallback{
    display: none;
}
.ie-fallback{
    display: none;
}
.play-again-btn{
    color: #1F69FF;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.04vw;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
}
.play-again-btn svg{
    margin-left: .5em;
    width: 1.1135em;
    height: 1.1135em;
}
.play-again-btn.active{
    opacity: 1;
    pointer-events: all;
}
.section-kv .sticky-viewport{
    position: relative;
    top: 0;
}
.section-kv .sticky-viewport video,
.section-kv .sticky-viewport img{
    height: 100%;
    object-fit: cover;
}
.kv-mask{
    background-color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.kv-title-container{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    width: 32%;
}
.section-intro{
}
.section-intro .sticky-viewport{
    position: relative;
    top: 0;
    height: auto;
    overflow: hidden;
}
.intro-media-play{
    cursor: pointer;
    position: absolute;
    right: 14%;
    bottom: 17%;
    width: 8.125%;
}
.intro-media-mask{
    background-color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    pointer-events: none;
}
.intro-content-container{
    position: absolute;
    top: 20%;
    left: 8.33%;
}
.intro-text-1-trigger{
    position: absolute;
    top: 25vh;
}
.intro-text-2-trigger{
    position: absolute;
    top: 40vh;
}
.intro-text-3-trigger{
    position: absolute;
    top: 55vh;
}
.intro-text{
    color: #FFFFFF;
    font-size: 6.25vw;
    font-weight: bold;
    opacity: .5;
}
.wave-line-container{
    display: flex;
    overflow: hidden;
    margin-top: -3.2vw;
    margin-bottom: -2px;
}
.wave-line-container img{
    width: 200%;
    /* animation: wave-line 2s linear infinite; */
}
@keyframes wave-line {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-49%);
    }
}
.section-feature{

}
.section-feature.active{
    pointer-events: all;
}
.feature-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.feature-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-content-container{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.feature-media-container{
    margin-left: 23%;
    width: 20.8%;
}
.feature-media-row{
    position: relative;
}
.feature-title-container{
    display: flex;
    width: 40%;
    margin-top: -3%;
    margin-left: 10%;
}
.section-feature.active .feature-media-container,
.section-feature.active .feature-title-container{
    opacity: 1;
    transform: translateX(0);
}
.feature-title-line{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.feature-title{
    font-size: 6.25vw;
    font-weight: bold;
    line-height: 1.25;
    cursor: pointer;
    margin-bottom: .25em;
    background-image: linear-gradient(110deg,#FFBABE 0,#6EAAFF 25%,#65BEFF 75%,#65FFDE 100%);
    -webkit-background-clip: text;
    color: transparent;
    opacity: .2;
    transition: opacity .5s ease;
}
.feature-title-line:last-child .feature-title{
    margin-bottom: 0;
}
.feature-title-line.active .feature-title{
    opacity: 1;
}
.feature-title-line.active .feature-title-icon{
    opacity: 1;
}
.feature-media-icon-col{
    margin-left: 2.5vw;
}
.feature-title-icon{
    border: 2px solid rgba(255,255,255,20%);
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6.25vw;
    width: 5.1vw;
    height: 5.1vw;
    margin-left: 1.5vw;
    opacity: 0;
    position: relative;
    pointer-events: none;
    transition: opacity .25s;
    transform: translateY(-5%);
    overflow: hidden;
}
.feature-title-icon img{
    width: 42.2%;
}
.feature-title-icon-svg2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-300%);
}
.feature-title-line:last-child .feature-title-icon{
    transform: translateY(10%);
}
.feature-media-icon-col[data-id="2"] .feature-title-icon{
    top: 1.9em;
}
.feature-media-icon-col[data-id="3"] .feature-title-icon{
    top: 3.15em;
}
.feature-media-icon-col[data-id="4"] .feature-title-icon{
    top: 4.4em;
}
.feature-title-row:hover ~ .feature-media-icon-col .feature-title-icon{
    opacity: 1;
    pointer-events: all;
}
.feature-media-item-content{
    position: relative;
}
.feature-media-item{
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease-in;
}
.feature-media-item.active{
    opacity: 1;
    pointer-events: all;
}
.feature-media-item .feature-title-icon{
    display: none;
}
.feature-media-item-1{
    position: relative;
}
.feature-image{
    position: absolute;
    top: 0;
    transform: scale(.75);
    transform-origin: 0 50%;
    transition: transform .4s ease;
}
.feature-image::after{
    background-color: #000000;
    border-radius: 1.25vw;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
    transform: rotate(0deg);
    transform-origin: 40% 110%;
}
.feature-image img{
    transform: rotate(0deg);
    transform-origin: 40% 110%;
    transition: transform .4s ease;
}
.feature-image-1{
    position: relative;
    z-index: 3;
}
.feature-image-2{
    z-index: 2;
}
.feature-image-3{
    z-index: 1;
}
.feature-media-item.active .feature-image,
.feature-media-item.active .feature-image img{
    transition-delay: .4s;
}
.feature-media-item.active .feature-image-1{
    transform: scale(1);
}
.feature-media-item.active .feature-image-1 img{
    transform: rotate(4deg);
}
.feature-media-item.active .feature-image-2{
    transform: scale(.875);
}
.feature-media-item.active .feature-image-2 img{
    transform: rotate(-10deg);
}
.feature-media-item.active .feature-image-2::after{
    opacity: .3;
    transform: rotate(-10deg);
    transition-delay: .4s;
}
.feature-media-item.active .feature-image-3{
    transform: translateX(-5%) scale(.75);
}
.feature-media-item.active .feature-image-3::after{
    opacity: .5;
    transform: rotate(-20deg);
    transition-delay: .4s;
}
.feature-media-item.active .feature-image-3 img{
    transform: rotate(-20deg);
}
.feature-media-item-text{
    color: #FFFFFF;
    font-size: 1.1vw;
    margin-top: 15%;
    transform: translateX(-11%);
    text-align: center;
}
.feature-media-item-text-content{
    opacity: .5;
}
.big-title-main{
    overflow: hidden;
}
.big-title-container{
    margin: 7.5% auto 10%;
    width: 67.7%;
    position: relative;
}
.big-title-content{
    background-image: linear-gradient(135deg,#FFBABE 0,#6EAAFF 30%,#65BEFF 70%,#65FFDE 100%);
    -webkit-background-clip: text;
    color: transparent;
    opacity: 0;
    transition: opacity .5s ease;
}
.big-title-container.active .big-title-content{
    opacity: 1;
}
.big-title-content .right-part{
    text-align: right;
}
.big-title-icons{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.big-title-icon{
    position: absolute;
    transform: scale(0);
    will-change: transform;
}
.big-title-container.active .big-title-icon{
    animation-name: titleIconAnimation;
    animation-fill-mode: forwards;
    will-change: transform;
}
@keyframes titleIconAnimation {
    0%{
        transform: scale(0);
    }
    40%{
        transform: scale(1.075);
    }
    70%{
        transform: scale(.925);
    }
    80%{
        transform: scale(1.025);
    }
    90%{
        transform: scale(.99);
    }
    100%{
        transform: scale(1);
    }
}
.big-title-icon-1{
    width: 18.5vw;
    top: 50%;
    left: 16%;
    animation-delay: .3s;
    animation-duration: .75s;
}
.big-title-icon-2{
    width: 14.0625vw;
    top: 19%;
    left: 39%;
    animation-delay: .55s;
    animation-duration: .6s;
}
.big-title-icon-3{
    width: 9.375vw;
    top: 30%;
    left: 75%;
    animation-delay: .7s;
    animation-duration: .55s;
}
.special-title-icons .big-title-icon-1{
    position: relative;
    z-index: 2;
}
.special-big-title{
    background-color: #FFFFFF;
}
.special-theme-container .sticky-viewport{
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    top: 0;
}
.special-theme-main{
    border-radius: 4.167vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 87.5%;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out;
    opacity: 1;
    transform: translateY(0);
    padding: 5.2% 0;
}
.special-theme-main.animating{
    /* opacity: 0;
    transform: translateY(30%); */
}
.special-theme-main-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.special-theme-main-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.special-theme-main .special-theme-main-bg img {
    filter: blur(0.75vw);
}
.special-theme-main-content{
    margin-top: 3.125vw;
    margin-left: 4.5%;
    width: 28%;
    position: relative;
}
.special-theme-main-subtitle{
    color: #F4BB45;
    font-size: 1.25vw;
    font-weight: bold;
}
.special-theme-main-content{
    color: #18191A;
}
.special-theme-main-content .special-theme-main-title{
    font-weight: bold;
    margin: .25em 0 .375em;
    text-align: left;
}
.special-theme-main-content .special-theme-main-text{
    color: #7A7C80;
}
.special-theme-main-swiper-container{
    display: flex;
    align-items: center;
    width: 70%;
    transition: opacity .2s ease;
} 
.special-theme-main-swiper-container .swiper{
    width: 100%;
    position: relative;
}
.special-theme-main-swiper-container .swiper-wrapper{
    justify-content: center;
    align-items: center;
}
.special-theme-main-swiper-container .swiper-slide{
    transition: all .75s ease-in-out;
    pointer-events: none;
    width: 30.55%;
    position: absolute;
    left: 34.725%;
}
.special-theme-main-swiper-container .swiper-slide:first-child{
    position: relative;
    left: 0;
}
.special-theme-main-swiper-container .swiper-slide[data-id="1"]{
    transform: scale(1);
    filter: blur(0);
    z-index: 3;
}
.special-theme-main-swiper-container .swiper-slide[data-id="2"]{
    transform: translate(110%) scale(.7);
    filter: blur(6px);
    z-index: 1;
}
.special-theme-main-swiper-container .swiper-slide[data-id="3"]{
    transform: translate(-100%) scale(.44);
    filter: blur(16px);
    z-index: 1;
}
.special-theme-main-swiper-container.waiting{
    opacity: 0;
}
.special-theme-main-swiper-container.waiting .swiper-slide[data-id="1"]{

}
.special-theme-main-swiper-container.waiting .swiper-slide[data-id="2"]{
    filter: blur(0);
    transform: translate(90%) scale(1);
}
.special-theme-main-swiper-container.waiting .swiper-slide[data-id="3"]{
    filter: blur(0);
    transform: translate(-90%) scale(1);
}

.swiper-slide-active .special-theme-main-picture{
    opacity: 1;
}
.special-theme-main-item{
    filter: drop-shadow(0 0 0 rgba(8,27,110,30%));
    transition: filter .5s ease-out;
}
.special-theme-main-phone{
    position: relative;
    z-index: 1;
}
.special-theme-main-swiper-container .swiper-slide[data-id="1"] .special-theme-main-item{
    filter: drop-shadow(1.25vw 1.25vw 3.33vw rgba(8,27,110,30%));
}
.special-theme-main-item-text-row{
    position: absolute;
    left: 30%;
    bottom: -8%;
    width: 40%;
    text-align: center;
}
.special-theme-main-item-text{
    color: #7A7C80;
    font-size: .833vw;
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transform: translateY(100%);
}
.special-theme-main-item-text-row[data-id="1"] .special-theme-main-item-text:nth-of-type(1){
    opacity: 1;
    transform: translateY(0);
    transition: all .75s ease;
}
.special-theme-main-item-text-row[data-id="2"] .special-theme-main-item-text:nth-of-type(2){
    opacity: 1;
    transform: translateY(0);
    transition: all .75s ease;
}
.special-theme-main-item-text-row[data-id="3"] .special-theme-main-item-text:nth-of-type(3){
    opacity: 1;
    transform: translateY(0);
    transition: all .75s ease;
}
.special-theme-main-item-text:first-child{
    position: relative;
}
.special-theme-main-swiper-container .swiper-slide[data-id="1"] .special-theme-main-item-text{
    opacity: 1;
    transition: opacity .5s ease;
}
.special-theme-main-swiper-navigation{
    display: flex;
    position: absolute;
    bottom: 6%;
    right: 5%;
    z-index: 3;
}
.special-theme-main-swiper-nav-prev{
    cursor: pointer;
    width: 2.5vw;
    height: 2.5vw;
    margin-right: .833vw;
    opacity: 0.3;
    transition: opacity .5s ease;
}
.special-theme-main-swiper-nav-next{
    cursor: pointer;
    width: 2.5vw;
    height: 2.5vw;
    opacity: 0.3;
    transition: opacity .5s ease;
}
.special-theme-main-swiper-nav-next:hover,
.special-theme-main-swiper-nav-prev:hover{
    opacity: .5;
}
.special-theme-main-swiper-nav-prev svg,
.special-theme-main-swiper-nav-next svg{
    width: 100%;
    height: 100%;
}
.special-theme-main-picture{
    border-radius: 1.75vw;
    position: absolute;
    top: 1.5%;
    right: 0;
    bottom: 0;
    left: 4%;
    width: 91%;
    overflow: hidden;
    will-change: transform;
}
.special-theme-sticky-bg-container{
    z-index: -1;
}
.special-theme-sticky-bg{
    border-radius: 4.167vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 87.5%;
    height: 90%;
    overflow: hidden;
    position: relative;
}
.special-theme-sticky-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.special-phone-container{
    z-index: 2;
    pointer-events: none;
}
.special-phone-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%,-50%);
    width: 17.8%;
}
.special-long-container{
    margin-top: 6.25%;
}
.special-weather-phone{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease-out;
}
.special-weather-phone:first-child{
    position: relative;
}
.special-weather-phone-row{
    margin-right: 23.7%;
    position: relative;
    width: 21%;
}
.special-weather-phone-slide{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease;
}
.special-weather-phone-slide:first-child{
    position: relative;
}
.special-weather-phone-container{
    border-radius: 1.75vw;
    position: absolute;
    top: 1.5%;
    right: 0;
    bottom: 0;
    left: 4%;
    width: 91%;
    overflow: hidden;
    will-change: transform;
}
.special-weather-phone-container[data-position="1"] .special-weather-phone-slide:nth-of-type(1){
    opacity: 1;
}
.special-weather-phone-container[data-position="2"] .special-weather-phone-slide:nth-of-type(2){
    opacity: 1;
}
.special-weather-phone-container[data-position="3"] .special-weather-phone-slide:nth-of-type(3){
    opacity: 1;
}
.special-weather-phone-container[data-weather="1"] .special-weather-phone:nth-of-type(1){
    opacity: 1;
}
.special-weather-phone-container[data-weather="2"] .special-weather-phone:nth-of-type(2){
    opacity: 1;
}
.special-weather-phone-container[data-weather="3"] .special-weather-phone:nth-of-type(3){
    opacity: 1;
}
.special-emoji-phone-container{
    border-radius: 2.5vw;
    margin: 4.3% auto 2.08%;
    width: 16.667%;
    overflow: hidden;
    position: relative;
}
.special-emoji-phone-main{
    position: relative;
    z-index: 5;
}
.special-emoji-phone-row{
    border-radius: 1.5vw;
    display: flex;
    position: absolute;
    top: 1.5%;
    left: 4%;
    width: 92%;
    transition: transform .3s ease;
    overflow: hidden;
    will-change: transform;
}
.special-emoji-phone-container.active .special-emoji-phone{
    transform: translateX(-100%);
}
.special-emoji-phone{
    border-radius: 2.5vw;
    flex-shrink: 0;
    width: 100%;
    transition: transform .3s ease;
}
.special-emoji-phone:first-child{
    opacity: 1;
}
.special-emoji-swiper-navigation{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.special-emoji-swiper-prev,
.special-emoji-swiper-next{
    cursor: disable;
    width: 2.5vw;
    height: 2.5vw;
    opacity: .3;
    transition: opacity .3s ease;
}
.special-emoji-swiper-prev.active,
.special-emoji-swiper-next.active{
    cursor: pointer;
    opacity: .3;
}
.special-emoji-swiper-prev:hover,
.special-emoji-swiper-next:hover{
    opacity: .5;
}
.special-emoji-swiper-prev.disable,
.special-emoji-swiper-next.disable{
    opacity: .1;
}
.special-emoji-swiper-prev svg,
.special-emoji-swiper-next svg{
    width: 100%;
    height: auto;
}
.special-emoji-swiper-prev{
    margin-right: .833vw;
}
.special-weather-container{
    border-radius: 4.167vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 87.5%;
    overflow: hidden;
    will-change: transform;
    padding: 5.2% 0;
}
.space-25vh{
    height: 25vw;
}
.special-weather-bg-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.special-weather-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease-out;
}
.special-weather-bg-item{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .5s ease-out;
}
.special-weather-bg-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.special-weather-content{
    margin-top: 3.1025vw;
    margin-left: 5%;
    width: 25%;
    position: relative;
}
.special-weather-subtitle{
    color: #E4F239;
    font-size: 1.25vw;
    font-weight: bold;
}
.special-weather-content .special-weather-title{
    color: #FFFFFF;
    font-weight: bold;
    margin: .25em 0 .375em;
    text-align: left;
}
.special-weather-phone-nav-container{
    position: absolute;
    display: flex;
    height: 15vw;
    top: 50%;
    right: 13.5%;
    transform: translateY(-50%);
}
.special-weather-phone-nav-line{
    background-color: rgba(255,255,255,20%);
    width: 2px;
    margin-right: 0.5vw;
}
.special-weather-phone-nav-button{
    color: white;
    display: flex;
    font-size: 1.04vw;
    font-weight: bold;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}
.special-weather-phone-nav-line-block{
    background-color: #FFFFFF;
    height: 13%;
    transition: transform .5s ease;
}
.special-weather-phone-frame{
    position: relative;
    z-index: 1;
}
.special-weather-phone-nav-line[data-id="2"] .special-weather-phone-nav-line-block{
    transform: translateY(330%);
}
.special-weather-phone-nav-line[data-id="3"] .special-weather-phone-nav-line-block{
    transform: translateY(671%);
}
.special-weather-phone-nav{
    cursor: pointer;
    opacity: .5;
    transition: opacity .5s ease;
}
.active.special-weather-phone-nav{
    opacity: 1;
}
.special-weather-bg img{
    will-change: transform;
    transition: transform .5s ease;
}
.special-weather-bg-container[data-weather="1"] .special-weather-bg:nth-of-type(1){
    opacity: 1;
}
.special-weather-bg-container[data-weather="2"] .special-weather-bg:nth-of-type(2){
    opacity: 1;
}
.special-weather-bg-container[data-weather="3"] .special-weather-bg:nth-of-type(3){
    opacity: 1;
}
.special-weather-bg-container[data-position="1"] .special-weather-bg-item:nth-of-type(1){
    opacity: 1;
}
.special-weather-bg-container[data-position="2"] .special-weather-bg-item:nth-of-type(2){
    opacity: 1;
}
.special-weather-bg-container[data-position="3"] .special-weather-bg-item:nth-of-type(3){
    opacity: 1;
}
.special-weather-bg-nav picture{
    width: 100%;
}
.special-weather-bg-nav-container{
    border-radius: 2.08vw;
    display: flex;
    position: absolute;
    bottom: 8.5%;
    left: 5%;
    overflow: hidden;
    padding: .25% .25%;
}
.special-weather-bg-nav-container::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,30%);
    backdrop-filter: blur(20px);
    border-radius: 2.08vw;
    overflow: hidden;
    will-change: transform;
}
.special-weather-bg-nav-container::after{
    content: "";
    position: absolute;
    width: 4.5vw;
    background-color: #FFFFFF;
    height: 90%;
    border-radius: 2.08vw;
    top: 5%;
    transition: left .5s ease;
    left: 1.5%;
}
.special-weather-bg-nav-container[data-weather="2"]::after{
    left: 33.33333333%;
}
.special-weather-bg-nav-container[data-weather="3"]::after{
    left: 66.66666666%;
}
.special-weather-bg-nav{
    border-radius: 2.08vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5vw;
    position: relative;
    text-align: center;
    z-index: 1;
}
.special-weather-bg-nav img{
    margin: 7.5% 0;
    width: 50%;
}
.special-emoji-background{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.special-emoji-background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.special-emoji-background::before{
    background: linear-gradient(to bottom,rgba(255,255,255,100%),rgba(255,255,255,0%));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5vw;
    z-index: 1;
}
.special-emoji-background::after{
    background: linear-gradient(to top,rgba(255,255,255,100%),rgba(255,255,255,0%));
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5vw;
    z-index: 1;
}
.special-emoji-trigger{
    margin-top: 8.333vw;
}
.special-emoji-icons-container{
    position: relative;
    z-index: 2;
}
.special-emoji-container{
    position: relative;
}
.special-emoji-icons-subtitle{
    color: #F4BB45;
    font-size: 1.25vw;
    font-weight: bold;
    margin-top: 2.6%;
    margin-bottom: 1%;
    text-align: center;
}
.special-emoji-icons-title{
    font-weight: bold;
    position: relative;
}
.special-emoji-icons-title .right-part{
    padding-left: 4.25em;
}
.special-emoji-icons-text-container{
    color: #7A7C80;
    margin: 2.08% auto 0;
    width: 28.125%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.special-emoji-icons-text-container .special-emoji-icons-text{
    color: #7A7C80;
    opacity: 1;
    transition: opacity .5s ease;
}
.special-emoji-icons-text-container .special-emoji-icons-text-2{
    opacity: 0;
}
.special-emoji-icons-text-container.active{
    opacity: 1;
}
.special-emoji-icons-text-container.active .special-emoji-icons-text-2{
    opacity: 1;
}
.special-emoji-icons{
    position: absolute;
    top: 15%;
    right: 0;
    bottom: -10%;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.special-emoji-icons.active{
    opacity: 1;
}
.special-emoji-icons.active .special-emoji-icon{
    animation-name: titleIconAnimation;
    animation-duration: .75s;
    animation-fill-mode: forwards;
}
.special-emoji-icon{
    transform: scale(0);
}
.special-emoji-icon-1{
    position: absolute;
    top: 10%;
    left: 9%;
    width: 6.59%;
    animation-delay: .4s;
}
.special-emoji-icon-2{
    position: absolute;
    top: 45%;
    left: 7.13%;
    width: 6.69%;
    animation-delay: .4s;
}
.special-emoji-icon-3{
    position: absolute;
    top: 67%;
    left: 13.9%;
    width: 7.3%;
    animation-delay: .35s;
}
.special-emoji-icon-4{
    position: absolute;
    top: 30%;
    left: 13.3%;
    width: 10.7%;
    animation-delay: .3s;
}
.special-emoji-icon-5{
    position: absolute;
    top: 18%;
    left: 21.2%;
    width: 6.59%;
    animation-delay: .25s;
}
.special-emoji-icon-6{
    position: absolute;
    top: 62%;
    left: 23%;
    width: 9.6%;
    animation-delay: .2s;
}
.special-emoji-icon-7{
    position: absolute;
    top: 39%;
    left: 25.5%;
    width: 13.6%;
    animation-delay: .1s;
}
.special-emoji-icon-8{
    position: absolute;
    top: 14%;
    left: 30.3%;
    width: 9.8%;
    animation-delay: 0s;
}
.special-emoji-icon-9{
    position: absolute;
    top: 50%;
    left: 62.5%;
    width: 11.98%;
    animation-delay: 0s;
}
.special-emoji-icon-10{
    position: absolute;
    top: 27%;
    left: 68.6%;
    width: 6.5%;
    animation-delay: 0s;
}
.special-emoji-icon-11{
    position: absolute;
    top: 8%;
    left: 72%;
    width: 10.6%;
    animation-delay: .1s;
}
.special-emoji-icon-12{
    position: absolute;
    top: 41%;
    left: 72%;
    width: 14.1%;
    animation-delay: .1s;
}
.special-emoji-icon-13{
    position: absolute;
    top: 72%;
    left: 72.3%;
    width: 9.8%;
    animation-delay: .1s;
}
.special-emoji-icon-14{
    position: absolute;
    top: 22%;
    left: 84.4%;
    width: 6.4%;
    animation-delay: .2s;
}
.special-emoji-icon-15{
    position: absolute;
    top: 37%;
    left: 87.3%;
    width: 9.5%;
    animation-delay: .2s;
}
.special-emoji-icon-16{
    position: absolute;
    left: 85.2%;
    
    top: 65%;
    width: 6.4%;
    animation-delay: .3s;
}
.specila-emoji-comment-container{
    position: absolute;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .35s ease;
}
.specila-emoji-comment-container.active{
    opacity: 1;
}
.specila-emoji-comment-row{
    display: flex;
    height: 100%;
}
.specila-emoji-comment-silde{
    flex: none;
    width: 200vw;
    height: 100%;
    position: relative;
}
.specila-emoji-comment{
    background-color: #96E896;
    border-radius: 2.05em;
    display: inline-flex;
    align-items: center;
    font-size: 1.04vw;
    font-weight: bold;
    height: 4em;
    padding: 0 1.5em 0 1em;
    position: absolute;
}
.specila-emoji-comment-icon{
    filter: drop-shadow(0px 1vw 1vw rgba(1,5,26,30%));
    margin-right: .75em;
    width: 3.125vw;
}
.specila-emoji-comment-white{
    background-color: #FFFFFF;
    padding-left: 1.5em;
}
.specila-emoji-comment-1{
    top: 20%;
    left: 3%;
}
.specila-emoji-comment-2{
    top: 50%;
    left: 13%;
}
.specila-emoji-comment-3{
    top: 80%;
    left: 2%;
}
.specila-emoji-comment-4{
    top: 20%;
    left: 37%;
}
.specila-emoji-comment-5{
    top: 80%;
    left: 38%;
}
.specila-emoji-comment-6{
    top: 50%;
    left: 50%;
}
.specila-emoji-comment-7{
    top: 50%;
    left: 0%;
}
.specila-emoji-comment-8{
    top: 20%;
    left: 20%;
}
.specila-emoji-comment-9{
    top: 50%;
    left: 32%;
}
.specila-emoji-comment-10{
    top: 80%;
    left: 19%;
}
.specila-emoji-comment-11{
    top: 80%;
    left: 75%;
    flex-direction: row-reverse;
    padding: 0 1em 0 1.5em;
}
.specila-emoji-comment-12{
    top: 20%;
    left: 77%;
}
.specila-emoji-comment-13{
    top: 50%;
    left: 86%;
}
.specila-emoji-comment-14{
    top: 20%;
    left: 60%;
}
.specila-emoji-comment-15{
    top: 80%;
    left: 62%;
}
.specila-emoji-comment-16{
    top: 50%;
    left: 71%;
}
.specila-emoji-comment-17{
    top: 80%;
    left: 91%;
}
.specila-emoji-comment-18{
    top: 20%;
    right: 0;
}
@keyframes commentMove{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-200vw);
    }
}
.specila-emoji-comment-container .specila-emoji-comment-row{
    animation: commentMove 20s linear infinite;
    will-change: transform;
}
.special-watch-dial{
    margin-top: 8.33%;
}
.special-watch-dial .sticky-viewport{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    overflow: hidden;
    min-height: 100vh;
    min-height: calc(100vh - var(--nav-height));
}
.watch-dial-title-container{
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
}
.watch-dial-subtitle{
    color: #2BF2C7;
    font-size: 1.25vw;
    margin-top: 1em;
    margin-bottom: 1em;
}
.watch-dial-title{
    font-weight: bold;
}
.watch-dial-main-swiper{

}
.watch-dial-main-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2% auto 0;
    width: 90%;
}
.watch-dial-item{
    width: 16%;
    position: relative;
}
.watch-dial-item-watch{
    filter: drop-shadow(1vw 1vw 2.5vw rgba(8,27,110,30%));
    position: relative;
    z-index: 2;
    will-change: transform;
}
.watch-dial-item-content{
    border-radius: 100%;
    position: absolute;
    top: 24%;
    left: 7.5%;
    width: 84%;
    overflow: hidden;
}
.watch-dial-content{
    margin: 5% auto 11%;
    width: 29%;
    text-align: center;
    opacity: 0;
    transform: translateY(50%);
}
.watch-dial-content p{
    color: #7A7C80;
}
.watch-dial-item-1{
    transform: translateX(-25%) scale(1.2);
    opacity: 0;
    /* transition: all .5s ease; */
    order: 1;
}
.watch-dial-item-2{
    margin-top: 2.5%;
    transform: translateY(50%);
    opacity: 0;
    /* transition: all .5s ease; */
    order: 2;
}
.watch-dial-item-3{
    transform: translateY(-5%) scale(2.5);
    z-index: 5;
    order: 3;
}
.watch-dial-item-4{
    margin-top: 2.5%;
    transform: translateY(50%);
    opacity: 0;
    /* transition: all .5s ease; */
    order: 4;
}
.watch-dial-item-5{
    transform: translateX(25%) scale(1.2);
    opacity: 0;
    /* transition: all .5s ease; */
    order: 5;
}
.watch-dial-main-container.active .watch-dial-item-1{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.watch-dial-main-container.active .watch-dial-item-2{
    transform: translateY(15%) scale(1);
    opacity: 1;
}
.watch-dial-main-container.active .watch-dial-item-4{
    transform: translateY(15%) scale(1);
    opacity: 1;
}
.watch-dial-main-container.active .watch-dial-item-5{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.watch-dial-item-3 .watch-dial-item-watch{
    opacity: 0;
}


.section-notice{
    background-color: #F4F5F6;
    background: linear-gradient(to bottom,#F4F5F6 0,#FFFFFF 10%,#FFFFFF 100%);
}
.notice-title-icons .big-title-icon-2{
    top: 35%;
    left: 57%;
}
.notice-title-icons .big-title-icon-3{
    top: 12%;
    left: 81%;
}
.notice-center-container{
    border-radius: 4.16vw;
    margin: 0 auto;
    position: relative;
    width: 87.5%;
    overflow: hidden;
    will-change: transform;
}
.notice-center-content{
    position: absolute;
    top: 20%;
    left: 7.14%;
    width: 34%;
}
.notice-center-subtitle{
    color: #3A97F4;
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: .83em;
}
.notice-center-content .notice-center-title{
    font-weight: bold;
    text-align: left;
}
.notice-center-text p{
    color: #7A7C80;
    margin-top: 1.5em;
    width: 75%;
}
.notice-center-image{
    position: absolute;
    right: 1.7%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}
.notice-center-video-btn{
    right: 5%;
    bottom: -5%;
}
.notice-actuality-container{
    margin: 8.33% auto 0;
    width: 87.5%;
    position: relative;
}
.notice-actuality-content{
    margin: 0 auto;
    text-align: center;
    width: 48%;
}
.notice-actuality-subtitle{
    color: #EAB545;
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: .83em;
}
.notice-actuality-title{
    font-weight: bold;
}
.notice-actuality-text p{
    color: #7A7C80;
    text-align: center;
    margin-top: 1.5em;
}
.notice-actuality-image{
    border-radius: 17.9vw;
    margin-top: 4.8%;
    position: relative;
    transition: border-radius .5s ease;
    overflow: hidden;
    will-change: transform;
}
.notice-actuality-image.active{
    border-radius: 4.16vw;
}
.notice-actuality-video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.notice-actuality-video-btn{
    bottom: 3%;
    right: 3%;
}
.notice-meta-service{
    background-color: #F4F5F6;
    background: linear-gradient(to bottom,#FFFFFF 0,#F4F5F6 100%);
    overflow: hidden;
}
.section-share-wave{
    background-color: #F4F5F6;
}
.meta-service-container{
    margin-top: 8.33%;
    margin-bottom: 8.33%;
}
.meta-service-content{
    margin: 0 auto;
    text-align: center;
    width: 48%;
}
.meta-service-subtitle{
    color: #27F2C7;
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: .83em;
}
.meta-service-title{
    font-weight: bold;
}
.meta-service-text p{
    color: #7A7C80;
    text-align: center;
    margin-top: 1.5em;
}
.meta-service-animation-container{
    margin-top: 4.16%;
    width: 100%;
    overflow: hidden;
}
.meta-service-animation-row{
    display: flex;
    height: 10.4vw;
    will-change: transform;
}
.meta-service-item{
    margin-right: 2%;
    height: 100%;
}
.meta-service-item img{
    height: 100%;
    width: auto;
}
.meta-service-item:last-child{
    margin-right: 0;
}
.meta-service-animation-row-1{
    margin-bottom: 3.125%;
    transform: translateX(-35%);
}


.section-share-wave .wave-line-container{
    margin-top: 0;
    margin-bottom: -3px;
}
.section-share{
    background-color: #000000;
    position: relative;
    overflow: hidden;
}
.share-bg{
    background: linear-gradient(to bottom,#021741,#000000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 74.78vw;
    z-index: 0;
}
.share-title-icons .big-title-icon-1{
    left: 15%;
}
.hmos-card-container{
    margin: 3.4% auto 0;
    width: 87.5%;
    overflow: hidden;
    position: relative;
}
.hmos-card-item{
    background: linear-gradient(to right,#091B27 0,#081721 15%,#040B0F 100%);
    border-radius: 4.167vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    transform: translateY(10%);
    opacity: 0;
    transition: all .5s ease;
}
.hmos-card-container.active .hmos-card-item{
    transform: translateY(0);
    opacity: 1;
}
.hmos-card-content{
    margin-left: 3.8%;
    width: 29%;
}
.hmos-imgae-container{
    margin-right: 12.26%;
    width: 38%;
    position: relative;
}
.hmos-card-subtitle{
    color: #4781B3;
    font-size: 1.25vw;
    font-weight: bold;
}
.hmos-card-title{
    font-weight: bold;
    margin: .425em 0 .625em;
}
.main-container .hmos-card-text{
    color: #797C80;
    font-size: 1.04vw;
}
.share-transfer-video-container{
    margin: 2.6% 6.5% 2.6% 0;
    width: 50%;
    position: relative;
}
.share-transfer-btn{
    bottom: 0;
    right: -5%;
}
.share-xiaoyi-btn{
    bottom: 8%;
    right: 50%;
    transform: translateX(50%);
}
.share-xiaoyi-swiper-container{
    margin: 2.5% 0;
    overflow: hidden;
}
.share-xiaoyi-swiper-pagination{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    z-index: 5;
}
.share-xiaoyi-swiper-pagination .swiper-pagination{
    display: flex;
    position: relative;
}
.share-xiaoyi-swiper-pagination .swiper-pagination-bullet{
    background-color: #B2B2B2;
    margin-right: .75vw;
    width: .833vw;
    height: .833vw;
}
.share-xiaoyi-swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.share-xiaoyi-swiper-pagination  .swiper-pagination-bullet-active{
    background-color: #2B68F6;
}
.hmos-double-card-container{
    display: flex;
    justify-content: space-between;
}
.hmos-double-card-container .hmos-card-item{
    background: none;
    position: relative;
    width: 50.5%;
}
.hmos-double-card-container .hmos-card-item:nth-of-type(2){
    margin-left: -2%;
    width: 51.5%;
}
.hmos-double-card-container .hmos-card-content{
    margin-left: 0;
    position: absolute;
    top: 7.5%;
    left: 8%;
    width: 77%;
    z-index: 1;
}
.hmos-double-card-container .hmos-imgae-container{
    margin-right: 0;
    width: 100%;
}
.hmos-double-card-container .hmos-card-title{
    margin: .5em 0 .75em;
}
.share-super-desk .hmos-smart-search-container{
    position: absolute;
    bottom: 2%;
    left: 38.6%;
    width: 22.8%;
}
.hmos-smart-search-phone > picture img{
    position: relative;
    z-index: 2;
}
.hmos-smart-search-video{
    border-radius: 1vw;
    position: absolute;
    top: 1.7%;
    left: 3%;
    width: 93.5%;
    overflow: hidden;
}
.hmos-smart-search-btn{
    position: absolute;
    right: 12%;
    bottom: 2.5%;
}
.share-mark-video-container{
    position: absolute;
    left: 15%;
    bottom: 0;
    width: 66%;
}
.share-mark-btn{
    right: 5%;
    bottom: 2.5%;
}
.share-super-desk .hmos-card-subtitle{
    color: #B28117;
}
.share-note .hmos-card-subtitle{
    color: #B24E37;
}
.hmos-double-card-container .hmos-card-item:nth-of-type(2) .hmos-card-content{
    margin-left: 0;
    position: absolute;
    top: 7.5%;
    right: 8%;
    left: auto;
    width: 77%;
}
.share-xiaoyi .hmos-imgae-container{
    margin-right: 5%;
    width: 50%;
    position: relative;
}

.share-screen .hmos-card-subtitle{
    color: #B28117;
}
.share-screen .hmos-card-item::before{
    background: linear-gradient(to right,#091B27 0,#07151E 50%,rgba(0,1,1,0%));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.share-screen .hmos-card-content{
    position: relative;
    z-index: 1;
}
.share-screen .hmos-imgae-container{
    flex-shrink: 0;
    margin-left: -12%;
    margin-right: 0;
    width: 76.2%;
}
.share-bottom-bg{
    background: linear-gradient(to bottom,#000000,#021843);
    margin-top: -9.6875vw;
    width: 100%;
    height: 24vw;
}
.share-screen-btn{
    right: 5%;
    bottom: 5%;
}

.section-safe{
    background-color: #F4F5F6;
    overflow: hidden;
}
.section-safe .h3{
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.safe-title-icons .big-title-icon-2{
    top: 35%;
    left: 57%;
}
.safe-title-icons .big-title-icon-3{
    top: 12%;
    left: 81%;
}
.safe-performance .hmos-card-container{
    background-color: #FFFFFF;
    border-radius: 4.167vw;
    display: flex;
    align-items: center;
    padding: 7% 0 8.6%;
}
.safe-performance-content{
    margin-left: 3.8%;
    width: 30%;
}
.safe-performance-content .hmos-card-title{
    color: #18191A;
    font-weight: bold; 
}
.safe-performance-progress-bar-container{
    margin-left: 10%;
    width: 45%;
}
.safe-performance-progress-bar-item{
    display: flex;
    margin-bottom: 10%;
}
.safe-performance-progress-bar-item:last-child{
    margin-bottom: 0;
}
.safe-performance-progress-bar-left-part{
    width: 64%;
}
.safe-performance-progress-bar-title{
    color: #1E2022;
    font-size: 1.3vw;
    margin-bottom: .5em;
}
.safe-performance-progress-bar-line>div{
    background: linear-gradient(to left,#00BBFF,#1B5DD6);
    border-radius: 1.5625vw;
    height: 1.35vw;
    width: 7.5%;
    transition: width 1s ease;
}
.safe-performance-progress-bar-container.active .safe-performance-progress-bar-item:nth-of-type(1) .safe-performance-progress-bar-line>div{
    width: 30%;
}
.safe-performance-progress-bar-container.active .safe-performance-progress-bar-item:nth-of-type(2) .safe-performance-progress-bar-line>div{
    width: 45%;
}
.safe-performance-progress-bar-container.active .safe-performance-progress-bar-item:nth-of-type(3) .safe-performance-progress-bar-line>div{
    width: 90%;
}
.safe-performance-progress-bar-right-part{
    display: flex;
    align-items: center;
    margin-left: 5%;
}
.safe-performance-progress-bar-icon{
    margin-top: .5vw;
    width: 1.627vw;
}
.safe-performance-progress-bar-icon svg{
    width: 100%;
    height: auto;
}
.safe-performance-progress-bar-number{
    font-weight: bold;
    margin-left: .25em;
}
.safe-performance-progress-bar-number .smaller{
    font-size: .5em;
}
.section-safe .hmos-card-item{
    background: #FFFFFF;
}
.section-safe .hmos-card-title{
    color: #000000;
}
.section-safe .hmos-card-text{
    color: #7A7C80;
}
.safe-privacy{
    margin-top: 7.7%;
}
.safe-privacy .hmos-imgae-container{
    margin-right: 15%;
    width: 38.75%;
}
.safe-privacy-popup-container{
    display: flex;
    justify-content: center
}
.safe-privacy-popup{
    color: #1F69FF;
    font-size: 1.04vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.25% auto .78%;
}
.safe-privacy-popup svg{
    width: 1.2em;
    height: 1.2em;
    margin-left: .5em;
}
.safe-privacy-feature-container{
    background-color: #FFFFFF;
    border-radius: 4.167vw;
    display: flex;
    justify-content: center;
    margin: 1.5% auto 0;
    width: 87.5%;
    overflow: hidden;
    position: relative;
    padding: 2% 0;
}
.safe-privacy-feature-item{
    display: flex;
    align-items: center;
    margin-right: 7.5%;
    width: 30%;
}
.safe-privacy-feature-item:last-child{
    margin-right: 0;
}
.safe-privacy-feature-icon{
    width: 4.167vw;
    margin-right: 1.25vw;
    flex-shrink: 0;
}
.safe-privacy-feature-item:last-child .safe-privacy-feature-icon{
    width: 3.148vw;
}
.safe-privacy-feature-icon svg{
    width: 100%;
    height: auto;
}
.safe-privacy-feature-title{
    color: #18191A;
    font-size: 1.3vw;
    font-weight: bold;
    margin-bottom: .375em;
    opacity: .8;
}
.safe-privacy-feature-item-content .safe-privacy-feature-text{
    color: #7A7C80;
}
.safe-care{
    margin-top: 7.7%;
    padding-bottom: 9.45%;
}
.hmos-double-card-container .hmos-card-item{
    background: none;
}
.section-update{
    background-color: #FFFFFF;
    overflow: hidden;
}
.section-update .update-title{
    color: #000000;
    font-weight: bold;
    margin-top: 7.3%;
    padding-bottom: 1.5625%;
    text-align: center;
}
.update-models{
    color: #1F69FF;
    font-size: 1.04vw;
    font-weight: bold;
    text-align: center;
}
.update-models a{
    color: inherit;
}
.update-models a:first-child{
    margin-right: 2vw;
}
.update-image{
    margin-top: 1.5625%;
    margin-left: 27.5%;
    margin-bottom: 7%;
    width: 47.1%;
}



.section-disclaimer{

}
.disclaimer-container {
    border-top: 1px #D1D1D1 solid;
    color: #797979;
    font-size: 12px;
    margin: 0 auto;
    width: 87.5%;
    padding-top: 1.5vw;
    padding-bottom: 3vw;
    overflow: hidden;
}
.disclaimer-container ol {
    list-style-type: decimal;
    padding-left: 2em;
}
.disclaimer-container li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.6em;
    padding-left: 0.5em;
}
.disclaimer-container .more-discalimer{
    list-style: none;
    margin-top: 2vw;
}
.disclaimer-container .active{
    color: #000000;
    opacity: 1;
}
@media (min-width: 1920px){
    .disclaimer-container {
        font-size: .625vw;
    }
}
@media (any-hover: none) and (min-aspect-ratio: 11 / 10){
    .section-feature .space-50vh{
        height: 300vh;
    }
}
@media (max-aspect-ratio: 11 / 10){
    .main-container{
        --nav-height: 96px;
    }
    .hidden-web{
        display: block;
    }
    .hidden-mob{
        display: none;
    }
    .hidden-inline-web{
        display: inline-block;
    }
    .space-300{
        height: 200px;
    }
    .space-200{
        height: 100px;
    }
    .space-160{
        height: 80px;
    }
    .space-120{
        height: 60px;
    }
    .space-100{
        height: 50px;
    }
    .space-80{
        height: 40px;
    }
    .space-60{
        height: 30px;
    }
    .space-40{
        height: 20px;
    }
    .space-30{
        height: 15px;
    }
    .space-20{
        height: 10px;
    }
    .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: 8.89vw;
        line-height: normal;
    }
    .main-container .h3{
        font-size: 6.66vw;
        line-height: normal;
    }
    .main-container .subtitle{
        font-size: 6.667vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h4{
        font-size: 5.55vw;
        line-height: normal;
    }
    .main-container .big-title-xs{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .h2-xs{
        font-size: 8.8vw;
        line-height: normal;
    }
    .main-container .h3-xs{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .h4-xs{
        font-size: 9.16vw;
        line-height: normal;
    }
    .main-container .h5{
        font-size: 5.55vw;
    }
    .main-container p{
        font-size: 3.33vw;
    }
    .main-container .smaller-text{
        font-size: 3.6vw;
        line-height: 1.6;
    }
    .main-container .disclaimer{
        font-size: 3vw;
    }
    .video-pop-play{
        font-size: 3.8vw;
    }
    .auto-video-btn{
        font-size: 3.8vw;
    }
    .play-again-btn{
        font-size: 3.8vw;
    }
    .section-kv .sticky-viewport video{
        display: none;
    }
    .kv-title-container{
        top: auto;
        bottom: 10.5%;
        left: 14.5%;
        width: 71%;
    }
    .kv-mask{
        display: none;
    }
    .section-intro .sticky-viewport{
        position: relative;
        top: 0;
        height: auto;
    }
    .main-container .section-kv{
        margin-top: 0;
    }
    .main-container .section-intro{
        margin-top: 0;
    }
    .intro-media{
        height: auto;
    }
    .intro-media img, .intro-media video{
        width: 100%;
        height: auto;
    }
    .section-feature{
        margin-top: -2px;
        opacity: 1!important;
    }
    .section-feature .feature-media-container, .section-feature .feature-title-container {
        opacity: 1;
        transform: translateX(0);
    }
    .feature-content-container{
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .feature-image::after{
        border-radius: 3.75vw;
    }
    .feature-title-container{
        position: absolute;
        top: 15%;
        text-align: center;
        width: 100%;
        margin: 0;
        transform: translateX(0);
    }
    .feature-media-container{
        position: absolute;
        top: 30%;
        left: 30%;
        z-index: 2;
    }
    .feature-title-row{
        width: 100%;
        transition: transform .5s ease-out;
    }
    .feature-title-row[data-id="1"]{
        transform: translateY(0);
    }
    .feature-title-row[data-id="2"]{
        transform: translateY(-23.375vw);
    }
    .feature-title-row[data-id="3"]{
        transform: translateY(-46.75vw);
    }
    .feature-title-row[data-id="4"]{
        transform: translateY(-70.125vw);
    }
    .feature-title-line{
        justify-content: center;
        width: 100%;
        transition: transform .5s ease;
    }
    .feature-title-line.active{
        transform: translateY(0%);
    }
    .feature-media-icon-col{
        display: none;
    }
    .feature-title{
        font-size: 12.7vw;
        margin-bottom: 7.5vw;
        opacity: .1;
    }
    .feature-title-line.active .feature-title{
        opacity: 1;
        transition: opacity .5s ease;
    }
    .feature-media-container{
        margin-left: 0;
        width: 60%;
        transform: translateX(0);
    }
    .feature-media-item-text{
        display: flex;
        font-size: 3.33vw;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        position: absolute;
        left: -33.3%;
        width: 80vw;
        text-align: center;
        opacity: 0;
        transform: translateY(200%);
    }
    .feature-media-item-text-content{

    }
    .feature-media-item.active .feature-media-item-text{
        opacity: 1;
        transform: translateY(0);
        transition: all .5s ease .25s;
    }
    .feature-title-line .feature-title-icon{
        display: none;
    }
    .feature-title-icon{
        opacity: 1;
        transform: translateY(0);
        top: 0;
        width: 6.1vw;
        height: 6.1vw;
        margin-left: 4%;
        flex-shrink: 0;
    }
    .feature-media-item .feature-title-icon{
        display: flex;
    }
    .intro-media-play{
        width: 16.67%;
    }
    .big-title-container{
        margin: 22.2% auto 22.2%;
        width: 77.6%;
    }
    .notice-title-icons .big-title-icon-1{
        top: 30%;
    }
    .main-container .big-title-content{
        font-size: 20.8vw;
    }
    .big-title-icon-1{
        width: 44.4%;
        left: -5%;
    }
    .big-title-icon-2{
        width: 32%;
    }
    .big-title-icon-3{
        width: 20.8%;
        top: 36%;
        left: 88%;
    }
    .wave-line-container img{
        width: 300%;
    }
    .big-title-content .right-part{
        margin-top: .2em;
    }
    .special-theme-container .sticky-viewport{
        height: auto;
    }
    .special-theme-main{
        border-radius: 0vw;
        flex-direction: column;
        width: 100%;
    }
    .special-theme-main-content{
        margin: 10% auto 0;
        width: 77.7%;
    }
    .special-theme-main-subtitle{
        font-size: 3.88vw;
    }
    .special-theme-main-swiper-container{
        padding-bottom: 20%;
        padding-top: 10%;
        width: 100%;
    }
    .special-theme-main-swiper-container .swiper-slide{
        left: 24%;
        width: 54%;
    }
    .special-theme-main-swiper-container .swiper-slide[data-id="2"] {
        transform: translate(105%) scale(.7);
    }
    .special-theme-main-swiper-container .swiper-slide[data-id="3"] {
        transform: translate(-100%) scale(.44);
    }
    .special-theme-main-swiper-container .swiper-slide[data-id="2"] .special-theme-main-item{
        filter: drop-shadow(1.11vw 1.11vw 3.33vw rgba(8,27,110,30%));
    }
    .special-theme-main-item-text{
        font-size: 3.33vw;
    }
    .special-theme-main-swiper-navigation{
        display: flex;
        justify-content: space-between;
        top: 63%;
        left: 4.5%;
        width: 91%;
    }
    .special-theme-main-swiper-nav-prev{
        width: 12.2vw;
        height: 12.2vw;
        margin-right: 0vw;
    }
    .special-theme-main-swiper-nav-next{
        width: 12.2vw;
        height: 12.2vw;
    }
    .special-theme-main-swiper-nav-next:hover, .special-theme-main-swiper-nav-prev:hover{
        opacity: .3;
    }
    .special-theme-main-picture{
        border-radius: 5vw;
    }
    .special-theme-main-content .special-theme-main-title{
        margin-bottom: 4.16vw;
    }
    .special-weather-content .special-weather-title{
        margin-bottom: 4.16vw;
    }
    .special-long-container{
        margin-top: 0%;
    }
    .special-weather{
        transition: all .5s ease;
    }
    .special-weather.active{
        transform: translateY(0%);
        opacity: 1;
    }
    .special-weather-container{
        border-radius: 0vw;
        margin-top: 0;
        width: 100%;
        height: auto;
    }
    .special-weather-container{
        flex-direction: column;
        align-items: center;
        position: relative;
        top: 0;
    }
    .special-weather-content{
        margin-top: 10%;
        margin-left: 0;
        width: 77.7%;
    }
    .special-weather-subtitle{
        font-size: 3.88vw;
    }
    .special-phone-container{
        display: none;
    }
    .special-weather-phone-row{
        margin-top: 8.33%;
        margin-right: 0;
        width: 55.5%;
    }
    .special-weather-phone-container{
        border-radius: 5.5vw;
    }
    .special-weather-bg{
        width: 100;
        height: 100%;
    }
    .special-weather-bg img{
        object-fit: cover;
        width: 100;
        height: 100%;
    }
    .special-weather-phone-nav-container{
        height: 42vw;
        top: 60%;
        right: 8.6%;
    }
    .special-weather-phone-nav-line{
        margin-right: 2vw;
    }
    .special-weather-phone-nav-button{
        font-size: 3.33vw;
    }
    .special-weather-bg-nav-container{
        border-radius: 5.5vw;
        position: relative;
        bottom: 0;
        left: 0;
        margin: 8.33% 0;
        width: 51.67%;
    }
    .special-weather-bg-nav-container::before{
        border-radius: 5.5vw;
        will-change: transform;
    }
    .special-weather-bg-nav{
        width: 33%;
    }
    .special-weather-bg-nav-container::after{
        border-radius: 5.5vw;
        left: 1%;
        width: 33%;
    }
    .special-weather-bg-nav-container[data-weather="2"]::after {
        left: 33%;
    }
    .special-weather-bg-nav-container[data-weather="3"]::after {
        left: 66%;
    }
    .special-emoji-container{
        overflow: hidden;
    }
    .special-emoji-background::before,
    .special-emoji-background::after{
        height: 25vw;
    }
    .special-emoji-trigger{
        margin-top: 0;
    }
    .special-emoji-icons-subtitle{
        font-size: 3.88vw;
        margin-top: 22.2%;
        margin-bottom: 0;
        opacity: 1;
        transform: none;
    }
    .special-emoji-icons-title{
        margin-top: .25em;
        opacity: 1;
        transform: none;
    }
    .special-emoji-icons-title .right-part{
        padding-left: 0;
    }
    .special-emoji-phone-container{
        border-radius: 6.6vw;
        margin: 11.1% auto 11.1%;
        width: 50%;
        opacity: 1;
    }
    .special-emoji-phone-row{
        border-radius: 5.5vw;
    }
    .special-emoji-swiper-prev, .special-emoji-swiper-next{
        border-radius: 50%;
        background: #000;
        width: 3.33vw;
        height: 3.33vw;
        opacity: .2;
    }
    .special-emoji-swiper-prev.active, .special-emoji-swiper-next.active{
        opacity: .2;
    }
    .special-emoji-swiper-prev.disable, .special-emoji-swiper-next.disable{
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        opacity: 1;
    }
    .special-emoji-swiper-prev{
        margin-right: 3vw;
    }
    .special-emoji-icon{
        display: none;
    }
    .special-emoji-icon-4{
        display: block;
        width: 18%;
        top: 48%;
        left: 5%;
        animation-delay: .1s;
    }
    .special-emoji-icon-7{
        display: block;
        width: 20vw;
        top: 20%;
        left: 2%;
        animation-delay: 0s;
    }
    .special-emoji-icon-9{
        display: block;
        left: 76%;
        top: 45%;
        width: 20%;
        animation-delay: .1s;
    }
    .special-emoji-icon-11{
        display: block;
        width: 18%;
        left: -5%;
        top: 63%;
        animation-delay: .2s;
    }
    .special-emoji-icon-12{
        display: block;
        width: 20%;
        top: 60%;
        left: 84%;
        animation-delay: .2s;
    }
    .special-emoji-icon-15{
        display: block;
        width: 15%;
        top: 25%;
        left: 87%;
        animation-delay: 0s;
    }
    .special-emoji-icons-text-container{
        margin-top: 11.1%;
        width: 83.3%;
        transform: none;
        opacity: 1;
    }
    .specila-emoji-comment-silde{
        width: 400vw;
    }
    @keyframes commentMove{
        0%{
            transform: translateX(0);
        }
        100%{
            transform: translateX(-400vw);
        }
    }
    .special-emoji-swiper-navigation{
        top: 81%;
        opacity: 1;
    }
    .special-emoji-swiper-navigation svg{
        display: none;
    }
    .special-emoji-icons-text-container .special-emoji-icons-text:first-child{
        opacity: 1;
    }
    .special-emoji-icons-text-container.active .special-emoji-icons-text:first-child{
        opacity: 0;
    }
    .special-emoji-icons-text-container.active .special-emoji-icons-text:nth-of-type(2){
        transform: translateY(-100%);
        opacity: 1;
    }
    .specila-emoji-comment{
        font-size: 2.7vw;
        white-space: nowrap;
    }
    .specila-emoji-comment-icon{
        width: 9vw;
    }
    .specila-emoji-comment-1{
        top: 15%;
    }
    .specila-emoji-comment-4{
        top: 20%;
    }
    .watch-dial-subtitle{
        font-size: 3.88vw;
    }
    .watch-dial-title-container{
        opacity: 1;
        transform: none;
    }
    .watch-dial-item-3 .watch-dial-item-watch{
        opacity: 1;
    }
    .watch-dial-item{
        opacity: .5;
        transform: scale(.8);
        transition: all .6s ease;
        order: 1;
        will-change: transform,opacity;
    }
    .swiper-slide-active,.swiper-slide-duplicate-active{
        transform: scale(1);
        opacity: 1;
    }
    .watch-dial-item:nth-of-type(even){
        margin-top: 0;
    }
    .watch-dial-content{
        margin-top: 0;
        width: 83.3%;
        opacity: 1;
        transform: none;
        text-align: center;
    }
    .special-watch-dial{
        margin-top: 22.2%;
    }
    .special-watch-dial .sticky-viewport{
        min-height: 0;
        margin-bottom: 16.6%;
    }
    .watch-dial-main-container{
        width: 100%;
    }
    .watch-dial-main-swiper{
        margin-top: 5vw;
        position: relative;
    }
    .watch-dial-main-swiper::before,
    .watch-dial-main-swiper::after{
        background: linear-gradient(to right,rgba(255,255,255,100%),rgba(255,255,255,0%));
        content: "";
        width: 15%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .watch-dial-main-swiper::after{
        background: linear-gradient(to left,rgba(255,255,255,100%),rgba(255,255,255,0%));
        left: auto;
        right: 0;
    }
    .watch-dial-main-pagination{
        display: flex;
        justify-content: center;
        margin: 11.1% 0 11.1%;
        position: relative;
        z-index: 1;
    }
    .watch-dial-main-pagination .swiper-pagination{
        position: relative;
        display: flex;
    }
    .watch-dial-main-pagination .swiper-pagination-bullet{
        flex-shrink: 0;
        width: 3.33vw;
        height: 3.33vw;
        margin: 0 1.5vw;
        outline: none;
    }
    .watch-dial-item-watch{
        filter: drop-shadow(2vw 2vw 6.66vw rgba(8,27,110,30%));
    }
    .section-notice-wave .wave-line-container{
        margin-top: 0;
    }
    .notice-center-container{
        border-radius: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        will-change: transform;
    }
    .notice-center-bg{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .notice-center-bg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .notice-center-content{
        margin-top: 10%;
        position: relative;
        top: auto;
        left: auto;
        width: 77.8%;
    }
    .notice-center-subtitle{
        font-size: 3.88vw;
    }
    .notice-center-image{
        margin-top: 10%;
        margin-bottom: 10%;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        transform: none;
    }
    .notice-center-text p{
        margin-top: 4.16vw;
        width: 100%;
    }
    .notice-center-video-btn{
        right: 50%;
        bottom: -7%;
        transform: translateX(50%);
    }
    .notice-actuality-text p{
        margin-top: 4.16vw;
    }
    .meta-service-text p{
        margin-top: 4.16vw;
    }
    .notice-actuality-container{
        margin-top: 22.2%;
        width: 100%;
    }
    .notice-actuality-subtitle{
        font-size: 3.88vw;
    }
    .notice-actuality-content{
        width: 83.3%;
        text-align: center;
    }
    .notice-actuality-image{
        border-radius: 11.1vw;
        margin: 11.1% auto 0;
        width: 91.1%;
    }
    .notice-actuality-image{
        border-radius: 11.1vw;
    }
    .notice-actuality-image.active{
        border-radius: 11.1vw;
    }
    .notice-actuality-video-btn{
        justify-content: center;
        margin-top: 5%;
        position: relative;
        bottom: auto;
        top: 0;
        left: 0;
    }
    .meta-service-subtitle{
        font-size: 3.88vw;
    }
    .meta-service-content{
        width: 83.3%;
        text-align: center;
    }
    .meta-service-animation-container{
        margin-top: 16.67%;
    }
    .meta-service-animation-row{
        height: 30vw;
    }
    .meta-service-item{
        margin-right: 4.4%;
    }
    .meta-service-container{
        margin: 22.2% 0;
    }
    .share-title-icons .big-title-icon-1{
        top: 37%;
        left: 0%;
    }
    .share-transfer-btn{
        right: 50%;
        transform: translateX(50%);
    }
    .share-xiaoyi-btn{
        bottom: 1%;
        right: 50%;
        transform: translateX(50%);
    }
    .hmos-card-container{
        margin: 8.33% auto 0;
        width: 91.1%;
    }
    .hmos-card-title{
        margin-bottom: .75em;
    }
    .section-safe .hmos-card-content{
        top: 6%;
    }
    .section-safe .hmos-card-title{
        margin-top: 0;
    }
    .hmos-card-item{
        background: linear-gradient(to bottom,#091B27 0,#091B27 40%,#081721 55%,#060F14 100%);
        border-radius: 5.55vw;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .hmos-card-content{
        margin-top: 9.14%;
        margin-left: 0;
        width: 80.4%;
    }
    .hmos-card-subtitle{
        font-size: 3.88vw;
    }
    .main-container .hmos-card-text{
        font-size: 3.33vw;
    }
    .hmos-imgae-container{
        margin-top: 11.1%;
        margin-right: 0;
        width: 100%;
    }
    .hmos-double-card-container{
        flex-direction: column;
    }
    .hmos-double-card-container .hmos-card-item{
        width: 100%;
    }
    .share-xiaoyi .hmos-imgae-container{
        margin-right: 0;
        width: 100%;
    }
    .share-xiaoyi .hmos-imgae-container::before{
        font-size: 3.33vw;
        bottom: 20%;
    }
    .share-xiaoyi-swiper-container{
        margin: 0 auto 17.7vw;
        width: 90%;
    }
    .share-xiaoyi-swiper-pagination{
        bottom: 10.5%;
    }
    .share-xiaoyi-swiper-pagination .swiper-pagination-bullet{
        margin-right: 2vw;
        width: 2.22vw;
        height: 2.22vw;
    }
    .share-xiaoyi-swiper-pagination .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .hmos-double-card-container .hmos-imgae-container{
        margin-top: 0;
    }
    .hmos-double-card-container .hmos-card-content{
        margin-top: 0;
        top: 6%;
        left: 9.6%;
        width: 80.4%;
    }
    .hmos-double-card-container .hmos-card-item:nth-of-type(2){
        margin-top: -2.5%;
        margin-left: 0;
        width: 100%;
    }
    .hmos-double-card-container .hmos-card-item:nth-of-type(2) .hmos-card-content{
        margin-top: 0;
        top: 10%;
        left: 9.6%;
        width: 80.4%;
    }
    .share-super-desk .hmos-smart-search-container{
        bottom: 11%;
        left: 29.35%;
        width: 41.3%;
    }
    .hmos-smart-search-btn{
        right: 50%;
        bottom: 5%;
        transform: translateX(50%);
    }
    .hmos-smart-search-video{
        border-radius: 3.5vw;
    }
    .share-mark-video-container{
        margin-bottom: 0;
        left: 0;
        width: 100%;
    }
    .share-mark-btn{
        bottom: 4%;
        right: 50%;
        transform: translate(50%);
    }
    .share-screen .hmos-imgae-container{
        margin-left: 0;
        margin-top: 20%;
        width: 100%;
    }
    .share-screen-btn{
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }
    .share-screen .hmos-card-item::before{
        display: none;
    }
    .share-bottom-bg{
        margin-top: 0;
    }
    .safe-performance .hmos-card-container{
        flex-direction: column;
    }
    .safe-performance-content{
        margin-left: 0;
        width: 85%;
    }
    .safe-performance-progress-bar-container{
        margin-top: 11.1%;
        margin-left: 0;
        width: 85%;
    }
    .safe-performance-progress-bar-title{
        font-size: 2.9vw;
    }
    .safe-performance-progress-bar-line>div{
        height: 3.05vw;
    }
    .safe-performance-progress-bar-icon{
        display: flex;
        align-items: center;
        width: 3.8vw;
    }
    .safe-performance-progress-bar-left-part{
        width: 63%;
    }
    .safe-privacy{
        margin-top: 16.6%;
    }
    .safe-privacy-popup-container{
        font-size: 4.7vw;
        margin: 4.16% 0 0;
    }
    .safe-privacy .hmos-imgae-container{
        margin-top: 2.5%;
        margin-right: 0;
        width: 100%;
    }
    .share-transfer-station .share-transfer-video-container{
        margin-bottom: 11.1%;
    }
    .safe-privacy-feature-container{
        border-radius: 5.5vw;
        flex-direction: column;
        align-items: center;
        margin-top: 5.5vw;
        width: 91.1%;
        padding: 5% 0;
    }
    .safe-privacy-feature-item{
        margin-right: 0;
        margin-bottom: 5%;
        width: 80%;
    }
    .safe-privacy-feature-item:last-child{
        margin-bottom: 0;
    }
    .safe-privacy-feature-icon{
        flex-shrink: 0;
        margin-right: 5vw;
        width: 11.1vw;
        text-align: center;
    }
    .safe-privacy-feature-item:nth-of-type(2) .safe-privacy-feature-icon svg{
        width: 83.8%;
    }
    .safe-privacy-feature-item:last-child .safe-privacy-feature-icon{
        width: 11.1vw;
    }
    .safe-privacy-feature-title{
        font-size: 3.33vw;
    }
    .safe-privacy-feature-item-content .safe-privacy-feature-text{
        font-size: 2.77vw;
    }
    .safe-care{
        margin-top: 16.6%;
        padding-bottom: 24.6%;
    }
    .update-models{
        font-size: 3.88vw;
        margin-top: 5vw;
    }
    .update-models a:first-child{
        margin-right: 5vw;
    }
    .update-image{
        margin: 11.1% 0 16.6%;
        width: 100%;
    }
    .section-update .update-title{
        margin-top: 14%;
    }
    .wave-line-container{
        margin-top: -5.2vw;
    }





   
    .disclaimer-container {
        font-size: 3vw;
        width: 87.5%;
        padding-top: 8.33%;
        padding-bottom: 8.33%;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 10vw;
    }
}
@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 13 / 20){
    .feature-title-container{
        top: 7.5%;
    }
    .feature-media-container{
        top: 25%;
        width: 50%;
    }
}
@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 4 / 5){
    .kv-title-container{
        bottom: 10%;
        transform: translateY(10px);
        left: 25%;
        width: 50%;
    }
    .feature-title-container{
        top: 5%;
    }
    .feature-title{
        font-size: 8vw;
        margin-bottom: 4vw;
    }
    .feature-title-row[data-id="2"]{
        transform: translateY(-14vw);
    }
    .feature-title-row[data-id="3"]{
        transform: translateY(-28vw);
    }
    .feature-title-row[data-id="4"]{
        transform: translateY(-42vw);
    }
    .feature-media-container{
        left: 36%;
        width: 35%;
    }
    .feature-media-item-text{
        margin-top: 5%;
        left: -70%;
    }
}




.no-inline-video video{
    display: none;
}
.no-inline-video .uc-fallback{
    display: block;
}


.no-sticky .kv-mask{
    display: none;
}
.no-sticky .section-intro{
    margin-top: -1px;
}
.no-sticky .section-intro .sticky-viewport{
    height: auto;
    position: relative;
}
.no-sticky .intro-media img{
    height: auto;
}
.no-sticky .space-50vh{
    display: none;
}
.no-sticky .space-100vh{
    display: none;
}
.no-sticky .sticky-viewport{
    position: relative;
}
.no-sticky .section-feature{
    margin-top: 0;
    opacity: 1!important;
    pointer-events: all;
}
.no-sticky .section-feature .feature-media-container,.no-sticky .section-feature .feature-title-container{
    opacity: 1;
    transform: none;
}
.no-sticky .feature-title{
    background: none;
    color: #65BEFF;
}
.no-sticky .feature-media-container{
    position: relative;
}
.no-sticky .feature-title-icon{
    position: relative;
}
.no-sticky .feature-title-icon::before{
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5.1vw;
    height: 5.1vw;
    border: 2px solid rgb(255,255,255);
    opacity: .3;
}
.no-sticky .big-title-content{
    background: none;
    color: #65BEFF;
}
.no-sticky .special-weather-container{
    margin: 0 auto;
    position: relative;
}
.no-sticky .special-theme-main-swiper-container .swiper-slide{
    top: 0;
}
.no-sticky .special-phone-container{
    display: none;
}
.no-sticky .special-weather-phone-row.hidden-web{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%,-50%);
    width: 17.8%;
}
.no-sticky .special-weather-phone-nav-line{
    background-color: #BFBFBF;
}
.no-sticky .special-weather-bg-nav-container::before{
    background-color: #FFFFFF;
    opacity: .3;
}
.no-sticky .space-25vh{
    display: none;
}
.no-sticky .special-emoji-phone-container.hidden-web{
    display: block;
    width: 15%;
    top: 10%;
    left: 42.5%;
}
.no-sticky .specila-emoji-comment-container .specila-emoji-comment-row{
    animation: none;
}
.special-emoji-icons-text-container .special-emoji-icons-text-2{
    display: none;
}
.no-sticky .specila-emoji-comment-silde:nth-of-type(2){
    display: none;
}
.no-sticky .specila-emoji-comment-10,
.no-sticky .specila-emoji-comment-9
.no-sticky .specila-emoji-comment-8
.no-sticky .specila-emoji-comment-7{
    display: none;
}

.no-sticky .watch-dial-title-container{
    transform: none;
    opacity: 1;
}
.no-sticky .watch-dial-item-3 .watch-dial-item-watch{
    opacity: 1;
    width: 100%;
}
.no-sticky .special-watch-dial .sticky-viewport{
    display: block;
    min-height: 0;
}
.no-sticky .watch-dial-item{
    transform: none;
    opacity: 1;
}
.no-sticky .watch-dial-item-watch{
}
.no-sticky .watch-dial-item-watch picture{
    display: block;
}
.no-sticky .watch-dial-content{
    transform: none;
    opacity: 1;
}
.no-sticky .safe-privacy-popup-container{
    justify-content: flex-start
}
.no-sticky .safe-performance-progress-bar-icon svg{
    height: 1.62vw;
}
.no-inline-video .video-fallback{
    display: block;
}