.main-container{
    font-weight: 500;
    line-height: 1.6;
}
.main-container img,.main-container video{
    width: 100%;
}
.main-container .section{
    position: relative;
}
.blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
.swiper-slide .blur-up{
    filter: blur(0)
}
.blur-up.lazyloaded {
    filter: blur(0)
}

.header-top{
    top: 76px;
}
.full-height{
    height: calc(100vh - 76px);
}
.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;
    line-height: 1;
}
sup.half-sup{
    font-size: .4em;
}
.main-container sup a{
    color: inherit;
}
.main-container .big-title{
    color: #DBEAFF;
    font-size: 20.8vw;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    opacity: .2;
}
.main-container .h2{
    font-size: 3.33vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .h3{
    color: #1E2022;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .h4{
    color: #1E2022;
    font-size: 1.66vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container p{
    color: #5C5C5C;
    font-size: 1.14vw;
    line-height: 1.6;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .disclaimer{
    font-size: 12px;
}
.canvas-fallback{
    display: none;
}
.inline-video-fallback{
    display: none;
}
.space-50vh{
    height: 50vh;
}
.space-100vh{
    height: 100vh;
}
.sticky-viewport{
    position: sticky;
    height: 100vh;
    height: calc(100vh - 76px);
    top: 76px;
}
.sequence-animation canvas{
    width: 100%;
    height: 100%;
}
.video-pop-play{
    color: #000000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    white-space: nowrap;
}
.video-pop-play svg{
    width: 1.25em;
    height: 1.25em;
    margin-right: .3em;
}
.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;
}
.kv-container .kv-image{
    height: 100%;
}
.kv-container .kv-image img{
    height: 100%;
    object-fit: cover;
}
.kv-content{
    position: absolute;
    top: 52%;
    left: 62%;
    transform: translateY(-50%);
    width: 32vw;
}
.kv-logo svg{
    width: 100%;
    height: auto;
}
.kv-subtitle{
    font-size: 1.146vw;
    margin-top: .75em;
    text-align: center;
}
.kv-hm-icon{
    position: absolute;
    bottom: 7%;
    right: 8%;
    width: 10vw;
}
.kv-hm-icon svg {
    width: 100%;
    height: auto;
}
.kv-background{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
}
.thingsToLove-container{
    background-color: #FFFFFF;
    position: relative;
    margin-top: -100vh;
    z-index: 1;
}
.ttl-title{
    text-align: center;
}
.ttl-container{
    display: grid;
    grid-template-columns: 27.8vw 24.3vw 26.8vw;
    grid-template-rows: 19.1vw 12.7vw 6.7vw;
    grid-row-gap: 1.5625vw;
    grid-column-gap: 1.5625vw;
    display: -ms-grid;
    -ms-grid-columns: 27.8vw 1.5625vw 24.3vw 1.5625vw 26.8vw;
    -ms-grid-rows: 19.1vw 1.5625vw 12.7vw 1.5625vw 6.7vw;
    margin: 0 auto;
    width: 82%;
}
.ttl-container>div{
    cursor: pointer;
    position: relative;
}
.ttl-part-1{
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column-span: 1;
}
.ttl-part-2{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 3;
}
.ttl-part-3{
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column-span: 1;
}
.ttl-part-4{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}
.ttl-part-5{
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 4;
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}
.ttl-part-title{
    color: #1E2022;
    font-size: 1.25vw;
    line-height: 1.25;
    position: absolute;
    top: 3.1vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.ttl-part-2 .ttl-part-title{
    left: 5%;
    transform: none;
}
.ttl-part-3 .ttl-part-title{
    left: 0;
    top: 1.55vw;
    width: 100%;
    transform: none;
    text-align: center;
}
.ttl-part-4 .ttl-part-title{
    top: 1.25vw;
    width: 100%;
    text-align: center;
}
.ttl-part-5 .ttl-part-title{
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.ttl-part-jump{
    width: 2.4vw;
    height: 2.4vw;
    position: absolute;
    bottom: 0.5vw;
    right: 0.5vw;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9;
    transform: translate3d(0, 0, 0);
}
.ttl-part-jump svg{
    width: 100%;
    height: auto;
    transition: all 1s;
    transform: translateY(-46%);
    position: absolute;
    top: 0;
    left: 0;
}
.ttl-container>div:hover .ttl-part-jump svg{
    position: relative;
    transform: translateY(0);
    will-change: transform;
}
.design-section{
    background-color: #FFFFFF;
    z-index: 1;
}
.design-color-bg-title{
    text-align: center;
    position: relative;
    z-index: 2;
}
.design-color-content{
    display: flex;
    justify-content: space-between;
    width: 68.4%;
    margin: -10vw auto 0;
    position: relative;
    z-index: 3;
}
.design-color-title{
    width: 24%;
}
.design-color-text{
    width: 49.5%;
}
.design-color-swiper-container{
    margin: 7vw auto 0;
    width: 82.2%;
    position: relative;
    overflow: hidden;
}
.desgin-color-swiper-content{
    font-size: 4.16vw;
    font-weight: bold;
    position: absolute;
    top: 15%;
    right: 5%;
    z-index: 2;
}
.desgin-color-name{
    line-height: 1.25;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity .5s ease;
    white-space: nowrap;
}
.desgin-color-name:first-child{
    position: relative;
}
.desgin-color-name:nth-of-type(1){
    color: #8FC0FE;
}
.desgin-color-name:nth-of-type(2){
    color: #A2D1BE;
}
.desgin-color-name:nth-of-type(3){
    color: #FF7E60;
}
.desgin-color-name-container[data-index="1"] .desgin-color-name:nth-of-type(1){
    opacity: 1;
}
.desgin-color-name-container[data-index="2"] .desgin-color-name:nth-of-type(2){
    opacity: 1;
}
.desgin-color-name-container[data-index="3"] .desgin-color-name:nth-of-type(3){
    opacity: 1;
}
.desgin-color-swiper-nav{
    display: flex;
    justify-content: flex-end;
    margin-top: 2vw;
}
.desgin-color-swiper-nav>span{
    background-color: transparent;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5vw;
    width: 1.5vw;
    height: 1.5vw;
    position: relative;
    opacity: 1;
}
.design-color .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: .5vw;
}
.desgin-color-swiper-nav>span::before{
    border-radius: 100%;
    content: "";
    display: block;
    width: 65%;
    height: 65%;
}
.desgin-color-swiper-nav>span::after{
    border-radius: 100%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.swiper-pagination-bullet-active::after{
    border: 1px solid #CBCBCB;
}
.desgin-color-swiper-nav>span[data-id="1"]::before{
    background-color: #8FC0FE;
}
.desgin-color-swiper-nav>span[data-id="2"]::before{
    background-color: #A2D1BE;
}
.desgin-color-swiper-nav>span[data-id="3"]::before{
    background-color: #848383;
}
.camera-intro-content,.camera-intro-image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.camera-intro-image{
    overflow: hidden;
}
.camera-intro-content{
    z-index: 1;
}
.camera-intro-bg-title{
    text-align: center;
}
.camera-intro-content-item{
    width: 31.25%;
    will-change: opacity;
    position: absolute;
}
.camera-intro-content-item-container .camera-intro-content-title{
    color: #222222;
}
.camera-intro-content-title{
    opacity: 0;
}
.camera-intro-content-line-container{
    display: flex;
    justify-content: flex-end;
    margin: .75vw 0;
    width: 100%;
}
.camera-intro-content-line{
    background-color: #919191;
    height: 1px;
    width: 100%;
}
.camera-intro-content-depth .camera-intro-content-line-container{
    justify-content: flex-start;
}
.camera-intro-content-text{
    width: 67.5%;
    opacity: 0;
}
.camera-intro-content-main{
    top: 28.5%;
    top: calc(50% - 9.5vw);
    left: 13%;
}
.camera-intro-content-depth{
    top: 44%;
    top: calc(50% - 2.75vw);
    right: 13%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.camera-intro-content-depth .camera-intro-content-item-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    width: 100%;
}
.camera-intro-content-depth .camera-intro-content-text{
    display: inline-block;
}
.camera-intro-content-macro{
    top: 59%;
    top: calc(50% + 4vw);
    left: 13%;
}
.camera-intro-image-lens{
    border-radius: 6.875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translate(-50%,-50%);
}
.camera-intro-image-background{
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 100%;
    transform: translate(-50%,-50%);
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}
.camera-intro-image-background-cover{
    background-color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.camera-intro-image-background img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    height: calc(100vh - 76px);
    object-fit: cover;
}
.camera-intro-image-background-content{
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 41.78%;
    transform: translate(-50%,-50%);
    text-align: center;
    opacity: 0;
    z-index: 2;
}
.camera-intro-image-background-content .h3{
    color: #FFFFFF;
}
.camera-intro-image-background-content .camera-intro-image-background-content-text{
    color: #FFFFFF;
}
.camera-sample{
    background-color: #F4F9FF;
}
.camera-sample-row{
    display: flex;
    height: 100%;
}
.camera-sample-sticky-container{
    overflow: hidden;
}
.camera-sample-item{
    display: flex;
    flex-shrink: 0;
    width: 100%;
}
.camera-sample-item-1{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.camera-sample-1-content{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 70%;
}
.camera-sample-1-content .camera-sample-item-content-text{
    width: 50%;
}
.camera-sample-item-1 .camera-sample-item-image{
    margin: 0 auto;
    width: 82%;
}
.camera-sample-item-2{
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}
.camera-sample-item-2 .camera-sample-item-image{
    height: 100%;
    width: 62.5%;
}
.camera-sample-item-2 .camera-sample-item-image img{
    height: 100%;
    object-fit: cover;
}
.camera-sample-item-2 .camera-sample-item-content{
    margin-right: 7.5%;
    width: 24%;
}
.camera-sample-item-2 .camera-sample-item-content-text{
    margin-top: 1.5625vw;
}
.camera-sample-item-3{
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}
.camera-item-image-swiper-container{
    height: 100%;
    width: 100%;
}
.camera-sample-item-3 .camera-sample-item-image{
    display: flex;
    align-items: center;
    width: 62.5%;
    height: 100%;
    overflow: hidden;
}
.camera-sample-item-3 .camera-sample-item-image img{
    height: 100%;
    object-fit: cover;
}
.camera-item-image-swiper-container{
    position: relative;
}
.camera-item-image-swiper-image-container{
    display: flex;
    height: 100%;
}
.camera-item-image-swiper-image{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}
.camera-item-image-swiper-image-nav{
    display: none;
    justify-content: space-between;
    position: absolute;
    left: 46%;
    bottom: 5%;
    width: 6%;
    z-index: 5;
}

.camera-item-image-swiper-image-nav-item{
    background-color: #FFFFFF;
    border-radius: 100%;
    cursor: pointer;
    width: 1.11vw;
    height: 1.11vw;
    opacity: .7;
}
.camera-item-image-swiper-image-nav-item.active{
    opacity: 1;
}
.camera-sample-item-3 .camera-sample-item-content{
    margin-right: 7.5%;
    width: 24%;
}
.camera-sample-item-3 .camera-sample-item-content-text{
    margin-top: 1.5625vw;
}
.camera-item-image-swiper-name-container{
    color: #FFFFFF;
    position: absolute;
    top: 5%;
    left: 5%;
    height: 1.2em;
    overflow: hidden;
}
.camera-sample-normal{
    background-color: #F4F9FF;
}
.camera-sample-normal-content{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 69%;
}
.camera-sample-normal-content .camera-sample-item-content-text{
    width: 50%;
}
.camera-sample-normal-item .camera-sample-normal-imgae{
    margin: 0 auto;
    width: 82%;
}
.camera-selfies{
    background-color: #F4F9FF;
}
.main-container .camera-selfies-bg-title{
    opacity: .4;
}
.camera-selfies-sticky-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    justify-content: space-evenly;
}
.camera-selfies-main-title{
    margin-top: -10vw;
    text-align: center;
    position: relative;
}
.camera-selfies-sticky-container{
    overflow: hidden;
}
.camera-selfies-row{
    display: flex;
    margin: 0 auto;
    width: 30%;
    position: relative;
    z-index: 1;
}
.camera-selfies-item{
    flex-shrink: 0;
    width: 100%;
    transform-origin: center 740%;
    transition: all 1s ease;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width:1366px) and (min-width:1300px){
    .camera-selfies-row{
        width: 27%;
    }
}
.camera-selfies-item:first-child{
    position: relative;
}
.camera-selfies-item[data-index="-4"]{
    transform: rotate(-44deg);
    opacity: 0;
}
.camera-selfies-item[data-index="-3"]{
    transform: rotate(-33deg);
    opacity: 0;
}
.camera-selfies-item[data-index="-2"]{
    transform: rotate(-22deg);
    opacity: 0;
}
.camera-selfies-item[data-index="-1"]{
    transform: rotate(-11deg);
}
.camera-selfies-item[data-index="0"]{
    transform: rotate(0);
}
.camera-selfies-item[data-index="1"]{
    transform: rotate(11deg);
}
.camera-selfies-item[data-index="2"]{
    transform: rotate(22deg);
    opacity: 0;
}
.camera-selfies-item[data-index="3"]{
    transform: rotate(33deg);
    opacity: 0;
}
.camera-selfies-item[data-index="4"]{
    transform: rotate(44deg);
    opacity: 0;
}
.camera-selfies-content-container{
    position: relative;
    width: 42%;
    text-align: center;
}
.camera-selfies-content-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease;
}
.camera-selfies-content-item:first-child{
    position: relative;
}
.camera-selfies-content-container[data-index="1"] .camera-selfies-content-item:nth-of-type(1){
    opacity: 1;
}
.camera-selfies-content-container[data-index="2"] .camera-selfies-content-item:nth-of-type(1){
    opacity: 0;
}
.camera-selfies-content-container[data-index="2"] .camera-selfies-content-item:nth-of-type(2){
    opacity: 1;
}
.camera-selfies-content-container[data-index="3"] .camera-selfies-content-item:nth-of-type(2){
    opacity: 0;
}
.camera-selfies-content-container[data-index="3"] .camera-selfies-content-item:nth-of-type(3){
    opacity: 1;
}
.camera-selfies-content-item-text{
    margin-top: .75vw;
}
.hardware-battery{
    background-color: #F4F9FF;
}
.battery-content-container{
    display: flex;
    justify-content: space-between;
    margin: -13vw auto 0;
    width: 70%;
    position: relative;
}
.battery-content{
    width: 49%;
}
.battery-icon-container{
    margin-top: 4.75%;
    width: 26%;
}
.battery-icon-item-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.battery-icon-title{
    margin-bottom: -5.2%;
}
.battery-icon-item{
    width: 50%;
    margin-top: 7.5%;
}
.battery-icon-item-text{
    font-size: .833vw;
}
.battery-icon-item-svg svg{
    width: auto;
    height: 1.875vw;
}
.battery-image-container{
    margin-top: 5vw;
    position: relative;
}
.battery-image-5000{
    width: 48%;
    position: absolute;
    top: -24%;
    left: 20%;
    transform: translate(-100vw,60vh);
    transition: transform 1s;
}
.battery-image-phone{
    width: 88.4%;
    position: relative;
    z-index: 1;
    transform: translate(-100vw,70vh);
    transition: transform 1s;
}
.battery-image-225w{
    width: 40%;
    position: absolute;
    top: 57%;
    left: 45%;
    z-index: 1;
    transform: translate(-100vw,80vh);
    transition: transform 1s;
}
.active .battery-image-5000{
    transform: translate(0,0);
    transition: transform .75s .25s;
}
.active .battery-image-phone{
    transform: translate(0,0);
}
.active .battery-image-225w{
    transform: translate(0,0);
    transition: transform .75s .25s;
}
.battery-image-container svg{
    width: 100%;
    height: auto;
}
.battery-bg{
    background-color: #E9F2FF;
    width: 100%;
    height: 31.75vw;
    clip-path: polygon(0 100%, 100% 100%,100% 0);
    margin-top: -35vw;
}
.main-container .battery-bg-title{
    opacity: .4;
}
.hardware-screen{
    background-color: #E9F2FF;
}
.hardware-screen .screen-bg-title{
    color: #C6DEFF;
}
.screen-content{
    display: flex;
    justify-content: space-between;
    margin: -13vw auto 5vw;
    width: 68%;
    position: relative;
}
.screen-content-title{
    width: 28%;
}
.screen-content-text{
    width: 48.8%;
}
.screen-image-container{
    display: flex;
}
.screen-image-item{
    width: 24.6%;
    position: relative;
}
.screen-image-item:nth-of-type(1){
    margin-left: 15.8%;
    transform: translateY(30%);
}
.screen-image-item:nth-of-type(1) .screen-image-item-name{
    width: 100%;
}
.screen-image-item:nth-of-type(2){
    margin-left: 2.55%;
}
.screen-image-item:nth-of-type(3){
    margin-left: 3%;
    transform: translateY(30%);
}
.screen-image-item-phone{
    position: relative;
}
.screen-image-item-phone-image{
    position: relative;
}
.screen-image-item-content{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 1.65%;
    left: 2.1%;
    width: 60.5%;
    border-radius: 0.5vw;
    overflow: hidden;
    will-change: transform;
}
.screen-image-item-content-img:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
}
.screen-image-item:nth-of-type(1) .screen-image-item-content-img{
    background-color: #000000;
}
.screen-image-item:nth-of-type(1) .screen-image-item-content-img img{
    opacity: .3;
}
.screen-image-item:nth-of-type(2) .screen-image-item-content-img:nth-of-type(2){
    clip-path: polygon(0 0,0 100%, 100% 100%,100% 0);
}
.screen-image-item:nth-of-type(3) .screen-image-item-content-img:nth-of-type(2){
    clip-path: polygon(0 0,0 100%, 100% 100%,100% 0);
}
.screen-image-item:nth-of-type(3) .screen-image-item-content{
    left: 2.3%;
    width: 60.25%;
}
.screen-image-item-name{
    margin-top: -6%;
    margin-left: 34%;
    transform: translateX(-50%);
    text-align: center;
}
.screen-image-item .screen-image-item-name{
    color: #1E2022;
}
.hardware-touch{
    background-color: #E9F2FF;
    padding-top: 5%;
}
.touch-content{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 68%;
}
.touch-content-title{
    width: 40%;
}
.touch-content-text{
    width: 48.8%;
}
.touch-image{
    margin-left: 13%;
    width: 78%;
    position: relative;
}
.touch-image img{
    position: relative;
    z-index: 2;
}
.touch-image .touch-video{
    position: absolute;
    width: 80%;
    left: 7%;
    top: 10%;
    border-radius: 2vw;
    overflow: hidden;
}
.system-intro-image{
    margin: 0 auto;
    width: 17.5%;
}
.system-intro-title{
    text-align: center;
}
.system-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 82%;
}
.system-card{
    margin-top: 2vw;
    position: relative;
}
.system-card-container{
    background: linear-gradient(135deg,#EBF5FF 0,#F5F9FD 40%,#F8F6FF 100%);
    display: flex;
    justify-content: space-between;
}
.system-card:nth-of-type(1) .system-card-container{
    align-items: center;
}
.system-card:nth-of-type(1) .system-card-content{
    margin-left: 5.2vw;
    width: 31.8%;
}
.system-card:nth-of-type(1) .system-card-image{
    width: 56.6%;
}
.system-card .system-card-content-text{
    color: #707071;
}
.half-card{
    width: 49%;
}
.system-card:nth-of-type(2) .system-card-container,.system-card:nth-of-type(3) .system-card-container{
    flex-direction: column;
    padding-top: 3.125vw;
}
.half-card .system-card-container{
    box-sizing: border-box;
    height: 100%;
}
.half-card .system-card-content{
    margin-left: 5.2vw;
    width: 77%;
}
.half-card .system-card-content-text{
    width: 80%;
}
.half-card .system-card-image{
    margin-top: 5%;
    margin-left: 33.7%;
    width: 50%;
}
.system-card:nth-of-type(4) .system-card-container{
    align-items: center;
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
}
.system-card:nth-of-type(4) .system-card-content{
    margin-left: 5.2vw;
    width: 35%;
}
.system-card:nth-of-type(4) .system-card-image{
    margin-right: 18.8%;
    width: 14%;
    text-align: center;
}
.system-card:nth-of-type(4) .system-card-image img{
    width: 80%;
}
.system-card-image-name{
    text-align: center;
}
.system-card-content-link{
    margin-top: 1em;
}
.system-card-content-link a{
    color: #007AF4;
}
.disclaimer-container{
    color: #7B7B7B;
    font-size: 12px;
    margin: 0 auto;
    width: 81.35%;
    overflow: hidden;
}
@media (min-width:1920px){
    .disclaimer-container{
        font-size: .625vw;
    }
}
@media (max-width:1200px){
    .main-container .disclaimer{
        font-size: 10px;
    }
}
.disclaimer-container ol{
    list-style-type: decimal;
    padding-left: 2em;
}
.disclaimer-container li{
    line-height: 1.6em;
    padding-left: 0.5em;
    opacity: .75;
}
.disclaimer-container .active{
    color: #000000;
    opacity: 1;
}
@media (max-aspect-ratio: 678 / 669) and (min-width:600px){
    .kv-content{
        width: 61%;
    }
}
@media (max-aspect-ratio: 678 / 669){
    .header-top{
        top: 96px;
    }
    .full-height{
        height: calc(100vh - 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: 80px;
    }
    .space-100{
        height: 60px;
    }
    .space-80{
        height: 40px;
    }
    .space-60{
        height: 30px;
    }
    .space-40{
        height: 20px;
    }
    .space-30{
        height: 15px;
    }
    .sticky-viewport{
        height: calc(100vh - 96px);
        top: 96px;
    }
    .main-container{
        font-size: 3.6vw;
    }
    .main-container .big-title{
        font-size: 26.3vw;
        line-height: 1;
    }
    .main-container .h2{
        font-size: 8.89vw;
        line-height: normal;
    }
    .main-container .h3{
        font-size: 6.67vw;
        line-height: normal;
    }
    .main-container .h4{
        font-size: 4.44vw;
        line-height: normal;
    }
    .main-container .big-title-xs{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .h2-xs{
        font-size: 8.89vw;
        line-height: normal;
    }
    .main-container .h3-xs{
        font-size: 6.67vw;
        line-height: normal;
    }
    .main-container .h4-xs{
        font-size: 4.44vw;
        line-height: normal;
    }
    .main-container p{
        font-size: 3.8vw;
    }
    .main-container .smaller-text{
        font-size: 2.5vw;
        line-height: 1.6;
    }
    .main-container .disclaimer{
        font-size: 2.5vw;
    }
    .video-pop-play{
        font-size: 3.8vw;
    }
    .auto-video-btn{
        font-size: 3.8vw;
    }
    .kv-content{
        top: 45%;
        left: 3%;
        width: 59%;
    }
    .kv-subtitle{
        font-size: 2.3vw;
        margin-top: .25em;
        white-space: nowrap;
    }
    .kv-hm-icon{
        width: 26.7%;
        top: auto;
        right: auto;
        bottom: 3%;
        left: 5%;
    }
    .ttl-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 4.167vw;
        margin: 0 auto;
        width: 91.67%;
    }
    .ttl-part-1,.ttl-part-2,.ttl-part-3{
        width: 100%;
    }
    .ttl-part-4{
        width: 54%;
    }
    .ttl-part-5{
        width: 43%;
    }
    .ttl-part-title{
        font-size: 3.33vw;
    }
    .ttl-part-1 .ttl-part-title{
        left: 3.6vw;
        transform: none;
    }
    .ttl-part-2 .ttl-part-title{
        left: 3.6vw;
        transform: none;
    }
    .ttl-part-3 .ttl-part-title{
        top: 3.1vw;
        left: 3.6vw;
        width: 30%;
        transform: none;
        text-align: left;
    }
    .ttl-part-4 .ttl-part-title{
        top: 3.1vw;
        left: 3.6vw;
        width: auto;
        transform: none;
    }
    .ttl-part-5 .ttl-part-title{
        top: 3.1vw;
        left: 0;
        text-align: center;
        width: 100%;
        transform: none;
    }
    .ttl-part-jump{
        right: 1.5vw;
        bottom: 1.5vw;
        width: 5.28vw;
        height: 5.28vw;
    }
    .design-color-content{
        display: block;
    }
    .design-color-content{
        margin-top: -14.5vw;
        margin-left: 12%;
        width: 72%;
    }
    .design-color-title{
        width: 100%;
    }
    .design-color-text{
        margin-top: 4.8%;
        width: 100%;
    }
    .design-color-swiper-container{
        width: 100%;
    }
    .desgin-color-swiper-content{
        font-size: 10.8vw;
        margin-top: 4.8%;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
    }
    .desgin-color-name{
        line-height: 1.25;
        width: 100%;
    }
    .desgin-color-swiper-nav{
        margin: 0 auto;
        width: 26.8%;
    }
    .design-color .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        width: 26.8%;
    }
    .desgin-color-swiper-nav>span{
        margin: 5vw 2.6vw 0;
        width: 5.4vw;
        height: 5.4vw;
        outline: none;
    }
    .design-color .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 5vw 2.6vw 0;
    }
    .desgin-color-swiper-nav>span:nth-of-type(1){
        margin-left: 0;
    }
    .desgin-color-swiper-nav>span:nth-of-type(3){
        margin-right: 0;
    }
    .design-color .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(1){
        margin-left: 0;
    }
    .design-color .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(3){
        margin-right: 0;
    }
    .camera-intro-content, .camera-intro-image{
        position: relative;
    }
    .camera-intro-mob-image{
        margin-top: -10vw;
    }
    .camera-intro-content{
        width: 75.8%;
        margin: -15vw auto 80px;
    }
    .camera-intro-sticky-container{
        position: relative;
        height: auto;
        top: 0;
    }
    .camera-intro-content-item{
        display: flex;
        margin-bottom: 8.33vw;
        position: static;
        width: 100%;
    }
    .camera-intro-content-depth{
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }
    .camera-intro-content-depth .camera-intro-content-item-container{
        display: block;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        width: 73.8%;
    }
    .camera-intro-content-icon{
        margin-right: 5.8%;
        width: 17.4%;
    }
    .camera-intro-content-icon svg{
        width: 100%;
        height: auto;
    }
    .camera-intro-content-item-container{
        width: 73.8%;
    }
    .camera-intro-content-line{
        display: none;
    }
    .camera-intro-content-title{
        margin-bottom: .5em;
        opacity: 1;
    }
    .camera-intro-content-text{
        width: 100%;
        opacity: 1;
    }
    .camera-intro-image{
        background-color: #F4F9FF;
    }
    .camera-intro-image-background-content{
        color: #000000;
        margin: 0 auto 8.33vw;
        padding-top: 21.3vw;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 77.78%;
        text-align: left;
        opacity: 1;
    }
    .camera-intro-image-background-content .h3{
        color: #1E2022;
    }
    .camera-intro-image-background-content .camera-intro-image-background-content-text{
        color: #5C5C5C;
    }
    .camera-intro-image-background{
        background-color: #F4F9FF;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        height: auto;
        opacity: 1;
    }
    .camera-intro-image-background img{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: auto;
    }
    .camera-sample-1-content{
        flex-direction: column;
        width: 79.4%;
    }
    .camera-sample-1-content .camera-sample-item-content-text{
        margin-top: 1em;
        width: 100%;
    }
    .camera-sample-sticky-container{
        position: relative;
        top: 0;
        height: auto;
    }
    .camera-sample-row{
        display: block;
    }
    .camera-sample-item-1 .camera-sample-item-image{
        width: 100%;
    }
    .camera-sample-item-2{
        display: block;
    }
    .camera-sample-item-2 .camera-sample-item-content{
        flex-direction: column;
        margin: 0 auto 8.33%;
        width: 79.4%;
    }
    .camera-sample-item-content-text{
        margin-top: 1em;
        width: 100%;
    }
    .camera-sample-item-2 .camera-sample-item-image{
        width: 100%;
    }
    .camera-sample-item-2 .camera-sample-item-content-text{
        margin-top: 1em;
    }
    .camera-sample-item-3{
        display: block;
    }
    .camera-sample-item-3 .camera-sample-item-content{
        flex-direction: column;
        margin: 0 auto 8.33%;
        width: 79.4%;
    }
    .camera-sample-item-3 .camera-sample-item-image{
        width: 100%;
    }
    .camera-sample-item-3 .camera-sample-item-content-text{
        margin-top: 1em;
    }
    .camera-item-image-swiper-image:nth-of-type(2){
        transition: transform 1s ease;
    }
    .camera-item-image-swiper-image-nav{
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 46%;
        bottom: 5%;
        width: 8%;
        z-index: 5;
    }
    .camera-item-image-swiper-name-row{
        transition: transform 1s ease;
    }
    .camera-item-image-swiper-image-nav-item{
        background-color: #FFFFFF;
        border-radius: 100%;
        width: 2.22vw;
        height: 2.22vw;
        opacity: .7;
    }
    .camera-item-image-swiper-image-nav-item.active{
        opacity: 1;
    }
    .switch-img .camera-item-image-swiper-image:nth-of-type(2){
        transform: translateX(-100%);
    }
    .switch-img.camera-item-image-swiper-name-row{
        transform: translateY(-50%);
    }
    .camera-sample-normal-content{
        display: block;
        width: 79.4%;
    }
    .camera-sample-normal-content .camera-sample-item-content-text{
        width: 100%;
    }
    .camera-sample-normal-item .camera-sample-normal-imgae{
        width: 90.8%;
    }
    .camera-selfies-row{
        width: 56%;
    }
    .camera-selfies-item[data-index="-2"]{
        transform: rotate(-14deg);
    }
    .camera-selfies-item[data-index="-1"]{
        transform: rotate(-7deg);
    }
    .camera-selfies-item[data-index="1"]{
        transform: rotate(7deg);
    }
    .camera-selfies-item[data-index="2"]{
        transform: rotate(14deg);
    }
    .camera-selfies-item{
        transform-origin: center 760%;
    }
    .camera-selfies-main-title{
        margin-top: -17vw;
    }
    .camera-selfies-sticky-container{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: calc(49.5vw - 33.3vh - 32px) 0;
    }
    .camera-selfies-content-container{
        width: 80%;
    }
    .camera-selfies-content-item{
        transition: all .75s;
    }
    .camera-selfies{
        position: relative;
        z-index: 1;
    }
    .hardware-battery{
        margin-top: 0;
    }
    .battery-content-container{
        display: block;
        margin-top: -20vw;
        width: 83.3%;
    }
    .battery-content{
        width: 100%;
        text-align: center;
    }
    .battery-content-text{
        margin-top: 8.33%;
    }
    .battery-icon-container{
        justify-content: space-between;
        margin-top: 8.33%;
        text-align: center;
        width: 100%;
    }
    .battery-icon-title{
        text-align: center;
    }
    .battery-icon-item-svg svg{
        height: 5vw;
    }
    .battery-icon-item-row{
        justify-content: space-between;
    }
    .battery-icon-item{
        width: 25%;
    }
    .battery-icon-item-svg{
        width: 100%;
    }
    .battery-icon-item-text{
        font-size: 3.05vw;
    }
    .battery-image-5000{
        top: -59%;
        left: 10%;
        width: 77.6%;
        transform: translate(-100vw,10vh);
    }
    .battery-image-phone {
        width: 100%;
        transform: translate(-100vw,20vh);
    }
    .battery-image-225w{
        top: 77%;
        left: 37%;
        width: 56.6%;
        transform: translate(-100vw,25vh);
    }
    .battery-bg{
        margin-top: -50vw;
    }
    .hardware-screen{
        padding-top: 14vw;
    }
    .screen-content{
        display: block;
        margin-bottom: 8.33vw;
        width: 82%;
        text-align: center;
    }
    .screen-content-title{
        width: 100%;
    }
    .screen-content-text{
        margin-top: 4.33vw;
        width: 100%;
    }
    .touch-content{
        display: block;
        width: 82%;
        text-align: center;
    }
    .touch-content-title{
        width: 100%;
    }
    .touch-content-text{
        margin-top: 4.33%;
        width: 100%;
    }
    .touch-image{
        margin: 0;
        width: 100%;
    }
    .touch-image .touch-video{
        left: 5.5%;
        top: 3.5%;
        width: 88.5%;
    }
    .system-intro-image{
        width: 27.2%;
    }
    .system-card-container{
        display: block;
    }
    .system-card-container:first-child .system-card-content{
        margin: 0 auto;
        width: 83.3%;
        padding-top: 8.33vw;
    }
    .system-card:nth-of-type(2) .system-card-container, .system-card:nth-of-type(3) .system-card-container{
        padding-top: 0;
    }
    .system-card:nth-of-type(4) .system-card-container{
        padding-top: 0;
    }
    .half-card{
        width: 100%;
    }
    .system-card-container:first-child .system-card-image{
        margin: 8.33% 0 0;
        width: 100%;
    }
    .system-card-image-name{
        margin-top: .75em;
    }
    .half-card .system-card-content-text{
        width: 100%;
    }
    .system-card{
        margin-top: 8.33%;
    }
    .system-card:first-child{
        margin-top: 0;
    }
    .system-card:nth-of-type(4) .system-card-image{
        margin: 8.33vw auto;
        width: 33%;
    }
    .screen-image-item-name{
        display: none;
    }
    .screen-image-container{
        position: relative;
    }
    .screen-image-container .screen-image-item{
        margin-left: 32.1%;
        width: 56%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity .5s;
    }
    .screen-image-container .screen-image-item:first-child{
        position: relative;
    }
    .screen-image-container .active{
        opacity: 1;
    }
    .screen-image-item:nth-of-type(1),.screen-image-item:nth-of-type(3){
        transform: none;
    }
    .screen-image-nav{
        margin: 0 auto;
        width: 83.33%;
    }
    .screen-image-nav-name-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4.33%;
    }
    .screen-image-nav-name{
        font-size: 3.33vw;
        width: 33%;
        text-align: center;
        opacity: .7;
        transition: opacity 1s;
    }
    .screen-image-nav-bar{
        background-color: #B9BFC6;
        width: 100%;
        height: 1px;
        margin-top: 4.33%;
    }
    .screen-image-nav-active-bar{
        background-color: #1E2022;
        width: 33.3%;
        height: 3px;
        transition: transform 1s;
    }
    .screen-image-nav-name-container[data-id="1"] [data-index="1"]{
        font-weight: bold;
        opacity: 1;
    }
    .screen-image-nav-name-container[data-id="2"] [data-index="2"]{
        font-weight: bold;
        opacity: 1;
    }
    .screen-image-nav-name-container[data-id="3"] [data-index="3"]{
        font-weight: bold;
        opacity: 1;
    }
    .screen-image-nav-bar[data-id="1"] .screen-image-nav-active-bar{
        transform: translate(0,-1px);
    }
    .screen-image-nav-bar[data-id="2"] .screen-image-nav-active-bar{
        transform: translate(100%,-1px);
    }
    .screen-image-nav-bar[data-id="3"] .screen-image-nav-active-bar{
        transform: translate(200%,-1px);
    }
    .system-card-content-link{
        margin-top: .5em;
    }
    .disclaimer-container{
        font-size: 3vw;
        width: 90.8%;
        padding-bottom: 8.33%;
    }
}
@media (min-aspect-ratio: 9 / 10) and (max-aspect-ratio: 10 / 9){
    .kv-hm-icon{
        top: 5%;
        left: 2%;
        bottom: auto;
    }
    .camera-selfies-row{
        width: 40%;
    }
    .camera-selfies-item{
        transform-origin: center 820%;
    }
    .main-container .h4{
        font-size: 4vw;
    }
    .main-container p{
        font-size: 3vw;
    }
}
@media (max-aspect-ratio: 1 / 1) and (min-width: 600px){
    .battery-content-container{
        margin-bottom: 5vw;
    }
}
.no-sticky .sticky-viewport{
    top: 0;
    position: relative;
}
.no-sticky .kv-logo svg{
    height: 3vw;
}
.no-sticky .ttl-part-jump svg{
    height: 4.34vw;
}
.no-sticky .camera-intro-content-text{
    opacity: 1;
}
.no-sticky .camera-intro-content-title{
    opacity: 1;
}
.no-sticky .camera-intro-sticky-container{
    height: auto;
}
.no-sticky .camera-intro-content,.no-sticky .camera-intro-image{
    position: relative;
}
.no-sticky .camera-intro .space-100vh{
    display: none;
}

.no-sticky .camera-intro-content .camera-intro-image-lens{
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.no-sticky .camera-intro-image .camera-intro-image-lens{
    display: none;
}
.no-sticky .camera-intro-image{
    margin-top: 5vw;
}
.no-sticky .camera-intro-image-background{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    opacity: 1;
}
.no-sticky .camera-intro-image-background-content{
    opacity: 1;
}
.no-sticky .camera-intro-image-background img{
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    transform: none;
    opacity: 1;
}
.no-sticky .camera-sample .space-100vh{
    display: none;
}
.no-sticky .camera-sample .space-50vh{
    display: none;
}
.no-sticky .camera-sample-sticky-container{
    height: auto;
}
.no-sticky .camera-sample-row{
    display: block;
    height: auto;
}
.no-sticky .camera-sample-item{
    height: auto;
}
.no-sticky .camera-sample-item-1{
    display: block;
}
.no-sticky .camera-sample-item-3{
    margin-top: 120px;
}
.no-sticky .camera-item-image-swiper-image-nav{
    display: flex;
}
.no-sticky .camera-item-image-swiper-container{
    width: 100%;
}
.no-sticky .camera-item-image-swiper-image{
    transition: transform 1s ease;
}
.no-sticky .switch-img .camera-item-image-swiper-image:nth-of-type(2){
    transform: translateX(-100%);
}
.no-sticky .switch-img.camera-item-image-swiper-name-row{
    transform: translateY(-50%);
}
.no-sticky .camera-item-image-swiper-name-row{
    transition: transform 1s ease;
}
.no-sticky .camera-selfies-sticky-container{
    display: block;
    height: auto;
}
.no-sticky .camera-selfies-main-title{
    margin-bottom: 80px;
}
.no-sticky .camera-selfies-row{
    width: 25%;
}
.no-sticky .camera-selfies-content-container{
    margin: 80px auto 0;
}
.no-sticky .camera-selfies .space-100vh{
    display: none;
}
.no-sticky #camera-selfies-trigger{
    position: relative;
}
.no-sticky .battery-icon-item-svg svg{
    width: 3.6vw;
    height: 1.9vw;
}
.no-sticky .battery-image-5000 svg{
    width: 48vw;
    height: 20.7vw;
}
.no-sticky .battery-image-225w svg{
    width: 40vw;
    height: 17.7vw;
}
.no-sticky .battery-image-5000{
    transform: translate(-200%, -50%);
}
.no-sticky .battery-image-phone{
    transform: translate(-200%, 100%);
}
.no-sticky .battery-image-225w{
    transform: translate(-220%, 150%);
}
.no-sticky .active .battery-image-5000{
    transform: translate(0,0);
}
.no-sticky .active .battery-image-phone{
    transform: translate(0,0);
}
.no-sticky .active .battery-image-225w{
    transform: translate(0,0);
}
.no-sticky .battery-bg{
    background-color: transparent;
    background-image: linear-gradient(160deg, rgba(255, 255, 255, 0) 50%, #E9F2FF 50%);
}
.no-sticky :nth-of-type(1).screen-image-item .screen-image-item-content-img img{
    opacity: 1;
}
.no-sticky :nth-of-type(2).screen-image-item :nth-of-type(2).screen-image-item-content-img{
    display: none;
}
.no-sticky :nth-of-type(3).screen-image-item :nth-of-type(2).screen-image-item-content-img{
    display: none;
}
.no-sticky .system-card{
    width: 100%;
}
.no-sticky .half-card{
    width: 49%;
}
.no-sticky :nth-of-type(2).system-card .system-card-container,.no-sticky :nth-of-type(3).system-card .system-card-container{
    flex-direction: row;
    flex-wrap: wrap;
}
.no-sticky .screen-image-item-phone img{
    position: relative;
    z-index: 1;
}




.cbg-backtotop {
    position: fixed;
    z-index: 200;
    bottom: 120px;
    right: 50px;
  }
  
.cbg-backtotop a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    text-indent: -9999px;
    background: url(https://consumer.huawei.com/content/dam/huawei-cbg-site/common/mkt/pdp/store/img/sprites_cbg_icon.png) no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=80);
    transition: all linear 0.2s;
  }
  
.cbg-backtotop a.cbg-icon-backtotop {
    background-position: -549px -188px;
  }
  
.cbg-backtotop a.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
  }
  
.cbg-backtotop a.cbg-icon-backtohome {
    background-position: -549px -148px;
}
