.lem-container {
  --navHeight: 0px;
  background-color: #FCFDFE;
}
.lem-container *, .lem-container::before, .lem-container::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lem-container *:focus, .lem-container *:active {
  outline: none;
}
.lem-container section {
  width: 100%;
  position: relative;
}
.lem-container .blur-up {
  filter: blur(20px);
  transition: filter 0.2s;
  will-change: filter;
}
.lem-container .blur-up.lazyloaded {
  filter: blur(0);
}
.lem-container img, .lem-container video {
  display: block;
  width: 100%;
}
.lem-container .media-cover {
  position: relative;
  width: 100%;
  display: block;
}
.lem-container .media-cover img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.lem-container .media-cover:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.lem-container .relative {
  position: relative;
}
.lem-container .absolute {
  position: absolute;
}
.lem-container .txt-center {
  text-align: center;
}
.lem-container .space {
  margin-top: 10.416667vw;
}
.lem-container .section-radius {
  border-radius: 1.041667vw;
  -webkit-border-radius: 1.041667vw;
  overflow: hidden;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.lem-container .flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lem-container .mob-show {
  display: none;
}
.lem-container .pc-show {
  display: initial;
}
.lem-container .wrap-mid {
  width: 86.041667vw;
  margin: 0 auto;
}
.lem-container .space-180vh {
  height: 200vh;
}
.lem-container .sticky-viewport {
  position: sticky;
  height: 100vh;
  top: 0;
}
.lem-container sup{
  font-size: 0.6em;
    cursor: pointer;
}
.lem-container .nowrap{
  white-space: nowrap;
}
.lem-container .sec-txt-22 {
  font-size: 1.145833vw;
  line-height: 1.6;
}
.lem-container .sec-txt-24 {
  font-size: 1.25vw;
  line-height: 1.6;
}
.lem-container .sec-txt-30 {
  font-size: 1.5625vw;
  line-height: 1.25;
  font-weight: 600;
}
.lem-container .sec-txt-32 {
  font-size: 1.666667vw;
  line-height: 1.6;
}
.lem-container .sec-txt-80 {
  font-size: 4.166667vw;
  line-height: 1.25;
}
.lem-container .sec-marb-40 {
  margin-bottom: 2.083333vw;
}
.lem-container .sec-marb-60 {
  margin-bottom: 3.125vw;
}
.lem-container .sec-marb-80 {
  margin-bottom: 4.166667vw;
}
.lem-container b{
  font-weight: normal;
}
.lem-container .lem-animation-up {
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(2.08vw);
  animation: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1);
}
.lem-container .lem-parallax {
  opacity: 0;
}
.lem-container .lem-parallax.active {
  animation: fadeInUp 500ms cubic-bezier(0, 0, 0.5, 1) forwards;
  will-change: transform, opacity;
}
.lem-container .lem-parallax-right.active {
  animation: fadeInUp 500ms cubic-bezier(0, 0, 0.5, 1) forwards 0.3s;
}
@keyframes fadeInUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.lem-container .lem-kv .kv-bg {
  width: 100%;
  height: 100%;
  background: url('/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/pocket-2-premium-edition/images/kv/huawei-pocket-2-premium-edition-kv-bg@2x.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.lem-container .lem-kv .kv-main-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.lem-container .lem-kv .kv-main-container .kv-left-part {
  width: 51.354167vw;
  margin-left: 3.645833vw;
  height: 100%;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  visibility: hidden;
}
.lem-container .lem-kv .kv-main-container .kv-left-part img {
  -o-object-fit: cover;
     object-fit: cover;
}
.lem-container .lem-kv .kv-main-container .kv-left-part .media-cover:before {
  padding-bottom: 174.3540669856%;
}
.lem-container .lem-kv .kv-main-container .kv-right-part {
  display: flex;
  width: 39.363021vw;
  height: 100%;
  transition: transform 1.5s ease-in-out;
  margin: 2.947917vw 12.5vw 0 -8.854167vw;
}
.lem-container .lem-kv .kv-main-container .kv-right-part .media-cover:before {
  padding-bottom: 109.3701996927%;
}
.lem-container .lem-kv .kv-white-bg{
  width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(42.34375vw);
    transition: all 1s ease-in-out;
}
.lem-container .lem-kv .logo-path{
  clip-path: polygon(0 100%, 0 100%, 100% 100%, 100% 100%);
  transition: all .8s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.lem-container .lem-kv .kv-logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.8);
  width: 30.2864583333%;
  opacity: 1;
  transition: transform 1s ease-in-out, opacity .5s ease-in-out;
  transform-origin: center center;
  z-index: 2;
}
.lem-container .lem-2 {
  margin-top: -100vh;
  overflow: hidden;
  background: linear-gradient(to bottom, #F7F8FA, #FCFDFE);
}
.lem-container .lem-2 .lem-2-backbg {
  width: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.lem-container .lem-2 .lem-2-wrap {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.lem-container .lem-2 .lem-2-wrap .section-txt-cont {
  margin: calc((100vh - 32.552083vw) / 2) 0 6.25vw;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.lem-container .lem-2 .lem-2-wrap.actived .section-txt-cont {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.lem-container .lem-2 .section-txt {
  pointer-events: none;
  width: 33.854167vw;
  margin: 0 auto;
  font-size: 2.083333vw;
  font-weight: 500;
  line-height: 2;
  background-image: linear-gradient(140deg, #1E5A7E 0%, #0D4062 30%, #4B789A 100%, #83BDE6 145%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lem-container .lem-2 .down-arrow {
  width: 1.302083vw;
  margin: 4.166667vw auto 0;
}
.lem-container .lem-2 .down-arrow > div {
  display: flex;
  position: absolute;
  top: 0;
  opacity: 0;
  animation: move 3s ease-out infinite;
  overflow: hidden;
}
.lem-container .lem-2 .down-arrow > div svg {
  width: 100%;
  height: auto;
}
.lem-container .lem-2 .down-arrow .arrow-top {
  animation: move 3s ease-out 1s infinite;
}
.lem-container .lem-2 .down-arrow .arrow-middle {
  animation: move 3s ease-out 2s infinite;
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(0.78125vw);
  }
  67% {
    opacity: 1;
    transform: translateY(1.302083vw);
  }
  100% {
    opacity: 0;
    transform: translateY(2.083333vw) scale3d(0.5, 0.5, 0.5);
  }
}
.lem-container .lem-2 .section-pic {
  width: 34.545312vw;
  margin: 0 auto;
  transform: scale(1);
  transform-origin: center top;
}
.lem-container .lem-2 .section-pic .media-cover:before {
  padding-bottom: 102.43902439%;
}
.lem-container .section .wrap-mid {
  position: relative;
  z-index: 1;
}
.lem-container .section .section-txt .title-bg {
  width: 16.145833vw;
  margin: 0 auto 0.520833vw;
}
.lem-container .section .section-txt .title-bg p {
  width: 100%;
  top: 50%;
  font-weight: 500;
  transform: translateY(-50%);
  background-image: linear-gradient(to bottom, #6CA2E3, #126DF6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lem-container .section .section-txt .title-bg img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}
.lem-container .section .section-txt .title-bg.animated img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
}
.lem-container .section .section-txt .sec-txt-80 {
  background-image: linear-gradient(145deg,#022F5F 40%, #325174 52%, #022F5F 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lem-container .section article.sec-txt-32, .lem-container .section article.sec-txt-24 {
  width: 36.28125vw;
  margin: 0 auto;
  color: #7E8EA0;
}
.lem-container .section article.sec-txt-32 span, .lem-container .section article.sec-txt-24 span {
  color: #7E8EA0;
  font-weight: bold;
}
.lem-container .section .art-bg {
  top: 0;
  opacity: 0.4;
}
.lem-container .lem-art-aesthetics {
  margin-top: -10.416667vw;
}
.lem-container .lem-art-aesthetics .section-videos {
  will-change: transform;
  width: 100%;
  overflow: hidden;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transform: scale(0.8559322034);
  -webkit-transform: scale(0.8559322034);
}
.lem-container .lem-art-aesthetics .section-videos video {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transform: scale(1.1683168317);
  -webkit-transform: scale(1.1683168317);
}
.lem-container .lem-art-aesthetics .section-videos .video-play {
  width: 4.166667vw;
  bottom: 2.083333vw;
  right: 2.083333vw;
  cursor: pointer;
}
.lem-container .lem-art-aesthetics .art-bg {
  top: 7.604167vw;
}
.lem-container .lem-art-aesthetics.actived .section-videos {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.lem-container .lem-art-aesthetics.actived .section-videos video {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.lem-container .section-s4 .wrap-mid {
  position: relative;
  z-index: 1;
}

.lem-container .section-s4 article.sec-txt-24 {
  width: 37.28125vw;
  margin: 0 auto;
  color: #7E8EA0;
}
.lem-container .section-s4 article.sec-txt-24 span {
  color: #374350;
  font-weight: bold;
}
.lem-container .section-s4 .section-pic picture {
  position: relative;
  z-index: 2;
}
.lem-container .section-s4 .section-pic .media-cover:before {
  padding-bottom: 48.409090909%;
}
.lem-container .section-s5 article.sec-txt-24 {
  width: 35.28125vw;
}
.lem-container .section-s5 .section-pic .media-cover:before {
  padding-bottom: 53.272727272%;
}
.lem-container .section-s5 .art-bg {
  top: 17.057292vw;
}
.lem-container .section-s6{
  overflow: hidden;
}
.lem-container .section-s6 .wrap-mid {
  width: 79.479167vw;
}
.lem-container .section-s6 .wrap-mid .section-pic {
  align-items: flex-start;
}
.lem-container .section-s6 .wrap-mid .section-pic-item {
  width: 38.125vw;
}
.lem-container .section-s6 .wrap-mid .section-pic-item p {
  color: #7E8EA0;
}
.lem-container .section-s6 .wrap-mid .section-pic-item p span {
  color: #374350;
  font-weight: bold;
}
.lem-container .section-s6 .wrap-mid .section-pic-1 {
  perspective: 1000px;
}
.lem-container .section-s6 .wrap-mid .section-pic-1 p {
  width: 100%;
}
.lem-container .section-s6 .wrap-mid .section-pic-1 .media-cover:before {
  padding-bottom: 110.9401709%;
}
.lem-container .section-s6 .wrap-mid .section-pic-1 .section-pic-phone {
  will-change: transform;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 1.2s ease;
}
.lem-container .section-s6 .wrap-mid .section-pic-1.actived .section-pic-phone {
  transform: translate3d(5.208333vw, -0.78125vw, 0.520833vw);
}
.lem-container .section-s6 .wrap-mid .section-pic-2 {
  margin-top: 17.8125vw;
}
.lem-container .section-s6 .wrap-mid .section-pic-2 p {
  width: 29.3125vw;
}
.lem-container .section-s6 .wrap-mid .section-pic-2 .sec-txt-note{
  font-size: .9375vw;
  margin-top: 1.5625vw;
  opacity: .5 !important;
}
.lem-container .section-s6 .wrap-mid .section-pic-2 .media-cover:before {
  padding-bottom: 93.5792349727%;
}
.lem-container .section-s6 .art-bg {
  top: initial;
  bottom: -27.263021vw;
}
.lem-container .section-s7 .sec-marb-80{
  margin-bottom: 8.333333vw;
}
.lem-container .section-s7 .section-pic {
  width: 52.395833vw;
  margin-left: 16.822917vw;
  margin-bottom: 0.520833vw;
  transform: scale(1.2458971149) translateY(50%);
  -webkit-transform: scale(1.2458971149) translateY(50%);
  transition: all 1.2s ease;
  opacity: 0;
  transform-origin: center top;
}
.lem-container .section-s7 .section-pic .media-cover:before {
  padding-bottom: 108.955223880%;
}
.lem-container .section-s7 article.sec-txt-24 {
  width: 34.447917vw;
  margin: 0 auto;
  color: #7E8EA0;
}
.lem-container .section-s7 article.sec-txt-24 span {
  color: #374350;
  font-weight: bold;
}
.lem-container .section-s7 .art-bg {
  top: 33.145833vw;
}
.lem-container .section-s7.actived .section-pic {
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  opacity: 1;
}
.lem-container .section-s8{
  overflow: hidden;
}
.lem-container .section-s8 .s8-swiper{
  width: 73.072917vw;
  margin: 0 auto;
}
.lem-container .section-s8 .s8-swiper .swiper-slide:first-child,
.lem-container .section-s8 .s8-swiper .swiper-slide:nth-child(2){
  width: 73.072917vw;
}
.lem-container .section-s8 .s8-swiper .swiper-slide:last-child{
  width: 32.96875vw;
}
.lem-container .section-s8 .s8-swiper .swiper-effect-btn{
  width: 7.135417vw;
    display: flex;
    justify-content: space-between;
    margin: 2.083333vw 0 0 auto;
}
.lem-container .section-s8 .s8-swiper .swiper-effect-btn .swiper-button-prev,
.lem-container .section-s8 .s8-swiper .swiper-effect-btn .swiper-button-next{
  position: initial;
    width: 3.072917vw;
    height: auto;
    margin-top: 0;
}
.lem-container .section-s8 .s8-swiper .swiper-effect-btn .swiper-button-prev::after,
.lem-container .section-s8 .s8-swiper .swiper-effect-btn .swiper-button-next::after{
  content: '';
}
.lem-container .section-s8 .wrap {
  display: block;
  width: 100%;
  overflow: hidden;
}
.lem-container .section-s8 .wrap ul {
  width: 112.760417vw;
  margin-left: -5.924479vw;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  perspective: 1000px;
}
.lem-container .section-s8 .wrap ul.actived li {
  opacity: 1;
}
.lem-container .section-s8 .wrap ul.actived li img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.lem-container .section-s8 .wrap ul.actived .item-1 {
  transform: rotateY(5deg) translateY(0);
  -webkit-transform: rotateY(5deg) translateY(0);
}
.lem-container .section-s8 .wrap ul.actived .item-2 {
  transform: rotateY(-4deg) translateY(0);
  -webkit-transform: rotateY(-4deg) translateY(0);
}
.lem-container .section-s8 .wrap ul.actived .item-3 {
  transform: rotateY(2deg) translateY(0);
  -webkit-transform: rotateY(2deg) translateY(0);
}
.lem-container .section-s8 .wrap ul.actived .item-4 {
  transform: rotateY(-3deg) translateY(0);
  -webkit-transform: rotateY(-3deg) translateY(0);
}
.lem-container .section-s8 .wrap ul.actived .item-5 {
  transform: rotateY(5deg) translateY(0);
  -webkit-transform: rotateY(5deg) translateY(0);
}
.lem-container .section-s8 .wrap ul.actived .item-6 {
  transform: rotateY(2deg) translateY(0);
  -webkit-transform: rotateY(2deg) translateY(0);
}
.lem-container .section-s8 .wrap ul li {
  border-radius: 1.041667vw;
  -webkit-border-radius: 1.041667vw;
  -moz-border-radius: 1.041667vw;
  overflow: hidden;
  transition: all 0.7s ease;
  opacity: 0;
}
.lem-container .section-s8 .wrap ul li img {
  will-change: transform;
  transition: all 0.7s ease;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
}
.lem-container .section-s8 .wrap ul .item-1 {
  width: 33.59375vw;
  margin-right: 2.604167vw;
  transform: rotateY(5deg) translateY(10.703125vw);
  -webkit-transform: rotateY(5deg) translateY(10.703125vw);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.lem-container .section-s8 .wrap ul .item-1 .media-cover:before {
  padding-bottom: 117.6744186047%;
}
.lem-container .section-s8 .wrap ul .item-2 {
  width: 38.229167vw;
  margin-right: 3.739583vw;
  transform: rotateY(-4deg) translateY(3.458333vw);
  -webkit-transform: rotateY(-4deg) translateY(3.458333vw);
  transform-origin: right top;
  -webkit-transform-origin: right top;
}
.lem-container .section-s8 .wrap ul .item-2 .media-cover:before {
  padding-bottom: 127.1117166213%;
}
.lem-container .section-s8 .wrap ul .item-3 {
  width: 33.59375vw;
  transform: rotateY(2deg) translateY(11.354167vw);
  -webkit-transform: rotateY(2deg) translateY(11.354167vw);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.lem-container .section-s8 .wrap ul .item-3 .media-cover:before {
  padding-bottom: 116.2790697674%;
}
.lem-container .section-s8 .wrap ul .item-4 {
  width: 38.479167vw;
  margin-top: -7.052083vw;
  margin-left: -4.567708vw;
  margin-right: 4.3125vw;
  transform: rotateY(-3deg) translateY(18.020833vw);
  -webkit-transform: rotateY(-3deg) translateY(18.020833vw);
  transform-origin: right top;
  -webkit-transform-origin: right top;
}
.lem-container .section-s8 .wrap ul .item-4 .media-cover:before {
  padding-bottom: 86.0622462788%;
}
.lem-container .section-s8 .wrap ul .item-5 {
  width: 38.479167vw;
  margin-top: 1.828125vw;
  margin-right: 2.75vw;
  transform: rotateY(5deg) translateY(49.973958vw);
  -webkit-transform: rotateY(5deg) translateY(49.973958vw);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.lem-container .section-s8 .wrap ul .item-5 .media-cover:before {
  padding-bottom: 68.200270636%;
}
.lem-container .section-s8 .wrap ul .item-6 {
  width: 38.479167vw;
  margin-top: -6.947917vw;
  margin-right: -6.166667vw;
  transform: rotateY(2deg) translateY(16.572917vw);
  -webkit-transform: rotateY(2deg) translateY(16.572917vw);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.lem-container .section-s8 .wrap ul .item-6 .media-cover:before {
  padding-bottom: 86.197564276%;
}
.lem-container .section-s9 .sticky-viewport {
  overflow: hidden;
}

.lem-container .section-s9 .section-pic-box {
  z-index: 1;
  will-change: transform;
  width: 72.916667vw;
  margin: 0 auto 3.125vw;
  transform: translateY(7.395833vw);
  -webkit-transform: translateY(7.395833vw);
  transition: all 0.7s ease;
}
.lem-container .section-s9 .section-pic-box .section-pic {
  width: 100%;
  z-index: 1;
}
.lem-container .section-s9 .section-pic-box .section-pic .bg-img {
  will-change: transform;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transition: all 0.7s ease;
}
.lem-container .section-s9 .section-pic-box .section-pic .media-cover:before {
  padding-bottom: 53.5714285714%;
}
.lem-container .section-s9 .section-pic-box .section-pic .section-pic-phone {
  will-change: transform;
  width: 21.614583vw;
  top: 6.5625vw;
  left: 15.520833vw;
  transform: translateY(30%);
  -webkit-transform: translateY(30%);
  transition: all 0.7s ease;
}
.lem-container .section-s9 .section-pic-box .section-pic .section-pic-phone .media-cover:before {
  padding-bottom: 223.3734939759%;
}
.lem-container .section-s9 .section-pic-box .section-pic-img {
  will-change: transform;
  width: 27.291667vw;
  top: 4.84375vw;
  left: 53.958333vw;
  z-index: 1;
  transform: scale(1.466) translate3d(-0.125vw, 7.1875vw, 0);
  -webkit-transform: scale(1.466) translate3d(-0.125vw, 7.1875vw, 0);
  transition: all 0.7s ease;
}
.lem-container .section-s9 .section-pic-box .section-pic-img .media-cover:before {
  padding-bottom: 69.3650793651%;
}
.lem-container .section-s9 article.sec-txt-24 {
  width: 40.916667vw;
}
.lem-container .section-s9 .art-bg {
  top: initial;
  bottom: 10.6875vw;
}
.lem-container .section-s9.actived .section-pic-box {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lem-container .section-s9.actived .section-pic-box .section-pic .bg-img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.lem-container .section-s9.actived .section-pic-box .section-pic .section-pic-phone {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lem-container .section-s9.actived .section-pic-box .section-pic-img {
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
}
.lem-container .section-s10 .wrap-mid {
  width: 72.916667vw;
}
.lem-container .section-s10 .wrap-mid .section-pic img {
  will-change: transform;
  transition: all 0.8s ease;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
.lem-container .section-s10 .wrap-mid .section-pic.actived img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.lem-container .section-s10 .wrap-mid .section-pic .media-cover:before {
  padding-bottom: 57.10455764075067%;
}
.lem-container .section-s10 .wrap-mid .section-txt-area ul {
  margin-left: 1.177083vw;
}
.lem-container .section-s10 .wrap-mid .section-txt-area ul .sec-txt-22 {
  color: #7B91B4;
  position: relative;
  z-index: 3;
}
.lem-container .section-s10 .wrap-mid .section-txt-area ul .icon {
  display: flex;
  width: 11.25vw;
  height: 9.375vw;
  margin-top: -1.822917vw;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
}
.lem-container .section-s10 .wrap-mid .section-txt-area ul .icon::after{
  content:'';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FCFDFE;
  z-index: 3;
}
.lem-container .section-s10 .wrap-mid .section-txt-area ul .icon::before{
  content:'';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #FCFDFE;
  z-index: 3;
}
.lem-container .section-s10 .wrap-mid .section-txt-area ul .icon > img {
  position: relative;
  z-index: 2;
}
.lem-container .section-s10 .wrap-mid .section-txt-area ul .icon .icon-bg {
  will-change: transform;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(9.270833vw) scale(1);
  -webkit-transform: translateY(9.270833vw) scale(1);
  transition: all 2s ease;
  overflow: visible;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 10px 10px 10px rgb(255, 255, 255);
}
.lem-container .section-s10 .wrap-mid .section-txt-area ul li:first-child {
  margin-right: 4.895833vw;
  display: flex;
  flex-direction: column;
  will-change: transform;
  overflow: hidden;
}
.lem-container .section-s10 .wrap-mid .section-txt-area article {
  width: 31.458333vw;
  margin: initial;
}
.lem-container .section-s10 .wrap-mid .section-txt-area.actived ul .icon .icon-bg {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
}
.lem-container .section-s11 .wrap-mid {
  width: 73.229167vw;
  margin: 0 auto;
}
.lem-container .section-s11 .wrap-mid .section-pic-1 {
  width: 35.104167vw;
}
.lem-container .section-s11 .wrap-mid .section-pic-1 .media-cover:before {
  padding-bottom: 115.13353115727%;
}
.lem-container .section-s11 .wrap-mid .section-pic-2 {
  width: 35.104167vw;
}
.lem-container .section-s11 .wrap-mid .section-pic-2 .media-cover:before {
  padding-bottom: 115.13353115727%;
}
.lem-container .section-s11 .wrap-mid .section-pic-2.active {
  animation: fadeInUp 500ms cubic-bezier(0, 0, 0.5, 1) forwards 0.3s;
}
.lem-container .section-s12 .wrap-mid {
  width: 72.916667vw;
}
.lem-container .section-s12 .wrap-mid .section-pic .media-cover:before {
  padding-bottom: 57.1428571429%;
}
.lem-container .section-footnote {
  color: #6D7277;
  font-size: max(0.625vw, 12px);
  line-height: 1.6;
  margin-left: 11.5625vw;
  width: 71.145833vw;
  padding-top: 7.291667vw;
  padding-bottom: 10.416667vw;
  overflow: hidden;
}
.lem-container .section-footnote ul{
  margin-bottom: 2.08333333vw;
}
.lem-container .section-footnote ol {
  list-style-type: decimal;
  padding-left: 1.33333em;
}
.lem-container .section-footnote li{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.6em;
}
.lem-container .section-footnote .active {
  color: #000;
}
.lem-container .section-footnote .price {
  list-style-type: none;
  position: relative;
  pointer-events: none;
}
.lem-container .section-footnote .price::before {
  content: "*";
  position: absolute;
  bottom: 0;
  padding-right: 3px;
  transform: translateX(-100%);
}

@media screen and (max-aspect-ratio: 11/10) {
  .lem-container .space {
    margin-top: 27.777778vw;
  }
  .lem-container .pc-show {
    display: none;
  }
  .lem-container .mob-show {
    display: initial;
  }
  .lem-container .wrap-mid {
    width: 86.111111vw;
  }
  .lem-container .sec-txt-22 {
    font-size: 3.055556vw;
  }
  .lem-container .sec-txt-24 {
    font-size: 3.333333vw;
  }
  .lem-container .sec-txt-30 {
    font-size: 4.166667vw;
  }
  .lem-container .sec-txt-32 {
    font-size: 4.444444vw;
  }
  .lem-container .sec-txt-80 {
    font-size: 9.444444vw;
  }
  .lem-container .sec-marb-40 {
    margin-bottom: 5.555556vw;
  }
  .lem-container .sec-marb-60 {
    margin-bottom: 8.333333vw;
  }
  .lem-container .sec-marb-80 {
    margin-bottom: 11.111111vw;
  }
  .lem-container .section .section-txt .title-bg {
    width: 43.055556vw;
    margin: 0 auto 8.333333vw;
  }
  .lem-container .section-radius {
    border-radius: 2.777778vw;
    -webkit-border-radius: 2.777778vw;
  }
  .lem-container .space-180vh {
    height: 100vh;
  }
  .lem-container .lem-animation-up {
    transform: translateY(5.555556vw);
  }
  .lem-container .lem-kv .kv-bg {
    display: none;
  }
  .lem-container .lem-kv .kv-main-container {
    position: relative;
    height: auto;
    display: block;
    overflow: initial;
  }
  .lem-container .lem-kv .kv-main-container .kv-left-part {
    width: 100%;
    margin: 0 auto;
    visibility: visible;
  }
  .lem-container .lem-kv .kv-main-container .kv-right-part {
    width: 70.316667vw;
    position: absolute;
    top: 136.805556vw;
    left: 50%;
    margin: 0;
    z-index: 2;
    transform: translate(-50%,7.5vw) scale(1);
    transition: auto;
  }
  .lem-container .sticky-viewport{
    position: inherit;
  }
  .lem-container .lem-kv .kv-white-bg{
    display: none;
  }
  .lem-container .lem-kv .kv-main-container .kv-right-part .media-cover:before {
    padding-bottom: 109.271523178%;
  }
  .lem-container .lem-kv .logo-path{
    position: relative;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    top: 0;
    transition: auto;
  }
  .lem-container .lem-kv .kv-logo-container {
    will-change: transform, opacity;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    width: 67.708333vw;
    margin: 13.277778vw auto 0;
    transform: translate(0, 100%) scale(1);
    -webkit-transform: translate(0, 100%) scale(1);
    transition: 500ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: 500ms cubic-bezier(0, 0, 0.5, 1);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    opacity: 0;
    z-index: 1;
  }
  .lem-container .lem-kv .kv-logo-container.active {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
  }
  .lem-container .lem-2 .lem-2-wrap .section-txt-cont {
    margin: 27.777778vw 0 16.666667vw;
  }
  .lem-container .lem-2 .section-txt {
    width: 91.111111vw;
    font-size: 5.555556vw;
    padding-left: 0.5em;
    line-height: 2.25;
  }
  .lem-container .lem-2 .down-arrow {
    width: 3.611111vw;
    height: 8.333333vw;
    margin: 11.111111vw auto 0;
  }
  .lem-container .lem-2 .down-arrow > div {
    display: flex;
    position: absolute;
    top: 0;
    opacity: 0;
    animation: move 3s ease-out infinite;
  }
  .lem-container .lem-2 .down-arrow > div svg {
    width: 100%;
    height: auto;
  }
  .lem-container .lem-2 .down-arrow .arrow-top {
    animation: move 3s ease-out 1s infinite;
  }
  .lem-container .lem-2 .down-arrow .arrow-middle {
    animation: move 3s ease-out 2s infinite;
  }
  @keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      transform: translateY(2.083333vw);
    }
    67% {
      opacity: 1;
      transform: translateY(3.472222vw);
    }
    100% {
      opacity: 0;
      transform: translateY(5.555556vw) scale3d(0.5, 0.5, 0.5);
    }
  }
  .lem-container .lem-2 .section-pic {
    width: 65.470833vw;
  }
  .lem-container .lem-art-aesthetics {
    margin-top: -31.319444vw;
  }
  .lem-container .lem-art-aesthetics .wrap-mid {
    width: 100%;
  }
  .lem-container .lem-art-aesthetics article.sec-txt-24 {
    font-size: 4.444444vw;
    width: 84.111111vw;
  }
  .lem-container .lem-art-aesthetics .art-bg {
    top: initial;
    bottom: -47.569444vw;
  }
  .lem-container .lem-art-aesthetics .section-videos {
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .lem-container .lem-art-aesthetics .section-videos video {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .lem-container .lem-art-aesthetics .section-videos .video-play {
    width: 11.111111vw;
    right: 6.944444vw;
    bottom: 6.944444vw;
  }
  .lem-container .section-s4 {
    overflow: hidden;
  }
  .lem-container .section-s4 .wrap-mid {
    width: 100%;
  }
  .lem-container .section-s4 .wrap-mid article.sec-txt-24{
    width: 86.111111vw;
  }
  .lem-container .section-s4 .section-radius{
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .lem-container .section-s4 .section-pic .media-cover:before {
    padding-bottom: 93.5483870968%;
  }
  .lem-container .section-s4 article.sec-txt-24 {
    width: 100%;
    font-size: 4.444444vw;
  }
  .lem-container .section-s4 .art-bg {
    top: 25.777778vw;
  }
  .lem-container .section-s5 .wrap-mid article.sec-txt-24 {
    width: 86.111111vw;
    font-size: 4.444444vw;
  }
  .lem-container .section-s5 .wrap-mid .section-pic .media-cover:before {
    padding-bottom: 112.97297297297%;
  }
  .lem-container .section-s5 .art-bg {
    top: 85.138889vw;
  }
  .lem-container .section-s6 .wrap-mid {
    width: 86.111111vw;
  }
  .lem-container .section-s6 .wrap-mid .section-txt.sec-marb-60 {
    margin-bottom: 11.111111vw;
  }
  .lem-container .section-s6 .wrap-mid .section-pic {
    flex-direction: column;
  }
  .lem-container .section-s6 .wrap-mid .section-pic-item {
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .lem-container .section-s6 .wrap-mid .section-pic-1 {
    margin-bottom: 11.111111vw;
  }
  .lem-container .section-s6 .wrap-mid .section-pic-1 p {
    width: 60.777778vw;
    text-align: center;
    margin: 0 auto;
  }
  .lem-container .section-s6 .wrap-mid .section-pic-1 .media-cover:before {
    padding-bottom: 150.6451612903%;
  }
  .lem-container .section-s6 .wrap-mid .section-pic-1.actived .section-pic-phone {
    transform: translate3d(15.555556vw, -2.361111vw, 0.520833vw);
  }
  .lem-container .section-s6 .wrap-mid .section-pic-2 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .lem-container .section-s6 .wrap-mid .section-pic-2 .section-pic{
    order: 3;
  }
  .lem-container .section-s6 .wrap-mid .section-pic-2 .sec-txt-note{
    order: 2;
    font-size: 2.5vw;
    margin-top: 3.333333vw;
  }
  .lem-container .section-s6 .wrap-mid .section-pic-2 p {
    width: 77.388889vw;
    text-align: center;
    margin: 5.555556vw auto 0;
    order: 1;
  }
  .lem-container .section-s6 .wrap-mid .section-pic-2 .media-cover:before {
    padding-bottom: 129.0322580645%;
  }
  .lem-container .section-s6 .art-bg-1 {
    top: 3.888889vw;
  }
  .lem-container .section-s6 .art-bg-2 {
    top: initial;
    bottom: 12.305556vw;
  }
  .lem-container .section-s7 .wrap-mid {
    width: 100%;
    overflow: hidden;
  }
  .lem-container .section-s7 .wrap-mid .section-pic {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8.333333vw;
  }
  .lem-container .section-s7 .wrap-mid .section-pic .media-cover:before {
    padding-bottom: 114.5833333333%;
  }
  .lem-container .section-s7 .wrap-mid .section-txt.sec-marb-60 {
    margin-bottom: 11.111111vw;
  }
  .lem-container .section-s7 .wrap-mid article.sec-txt-24 {
    width: 86.111111vw;
  }
  .lem-container .section-s7 .wrap-mid .art-mark {
    display: none;
  }
  .lem-container .section-s7 .art-bg {
    top: 99vw;
  }
  .lem-container .section-s8 .s8-swiper{
    width: 55.984722vw;
  }
  .lem-container .section-s8 .s8-swiper .swiper-effect-btn{
    width: 27.361111vw;
    margin: 5.555556vw auto 0;
  }
  .lem-container .section-s8 .s8-swiper .swiper-effect-btn .swiper-button-prev,
  .lem-container .section-s8 .s8-swiper .swiper-effect-btn .swiper-button-next{
    width: 10.833333vw;
    opacity: .35;
  }
  .lem-container .section-s8 .s8-swiper .swiper-effect-btn .swiper-button-prev.active,
  .lem-container .section-s8 .s8-swiper .swiper-effect-btn .swiper-button-next.active{
    opacity: 1;
  }
  .lem-container .section-s8 {
    overflow: hidden;
  }
  .lem-container .section-s8 .wrap {
    display: none;
  }
  .lem-container .section-s8 .wrap-mob .swiper {
    width: 192.777778vw;
    margin-left: -44.305556vw;
  }
  .lem-container .section-s8 .wrap-mob .swiper .swiper-wrapper {
    transition: transform 2s ease;
  }
  .lem-container .section-s8 .wrap-mob .swiper .swiper-slide {
    width: 55.972222vw;
    will-change: transform;
  }
  .lem-container .section-s8 .wrap-mob .swiper .swiper-slide .media-cover:before {
    padding-bottom: 142.5030978934%;
  }
  .lem-container .section-s8 .wrap-mob .swiper .swiper-effect-btn {
    display: flex;
    justify-content: center;
  }
  .lem-container .section-s8 .wrap-mob .swiper .swiper-button-next, .lem-container .section-s8 .wrap-mob .swiper .swiper-button-prev {
    width: 10.833333vw;
    position: initial;
    display: flex;
    height: auto;
    margin: 11.111111vw 1.576389vw 0;
  }
  .lem-container .section-s8 .wrap-mob .swiper .swiper-button-next:after, .lem-container .section-s8 .wrap-mob .swiper .swiper-button-prev:after {
    content: "";
  }
  .lem-container .section-s9{
    overflow: hidden;
  }
  .lem-container .section-s9 .sticky-viewport {
    height: auto;
  }
  .lem-container .section-s9 .section-txt {
    margin-bottom: 13.888889vw;
  }
  .lem-container .section-s9 .section-pic-box {
    width: 86.111111vw;
    margin: 0 auto;
    transform: translateY(19.722222vw);
    -webkit-transform: translateY(19.722222vw);
  }
  .lem-container .section-s9 .section-pic-box .section-pic .media-cover:before {
    padding-bottom: 129.0322580645%;
  }
  .lem-container .section-s9 .section-pic-box .section-pic .section-pic-phone {
    width: 48.222222vw;
    top: 41.388889vw;
    left: 18.888889vw;
  }
  .lem-container .section-s9 .section-pic-box .section-pic .section-pic-phone .media-cover:before {
    padding-bottom: 223.4532374101%;
  }
  .lem-container .section-s9 .section-pic-box .section-pic-img {
    width: 53.611111vw;
    top: 5vw;
    left: 35.833333vw;
    z-index: 1;
    transform: scale(1.4660194175) translate3d(-5.027778vw, 15.277778vw, 0);
    -webkit-transform: scale(1.4660194175) translate3d(-5.027778vw, 15.277778vw, 0);
  }
  .lem-container .section-s9 .section-pic-box .section-pic-img .media-cover:before {
    padding-bottom: 69.2556634304%;
  }
  .lem-container .section-s9 article.sec-txt-24 {
    width: 86.111111vw;
    margin: 0 auto;
    transform: translateY(19.722222vw);
    -webkit-transform: translateY(19.722222vw);
  }
  .lem-container .section-s10 .wrap-mid {
    width: 86.111111vw;
  }
  .lem-container .section-s10 .wrap-mid .section-txt-area {
    flex-direction: column;
    align-items: flex-start;
  }
  .lem-container .section-s10 .wrap-mid .section-txt-area ul {
    margin-left: 0;
    position: relative;
  }
  .lem-container .section-s10 .wrap-mid .section-txt-area ul .sec10-line{
    width: calc(30vw + 2px);
    height: calc(25vw + 2px);
    border: 1px solid #FCFDFE;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lem-container .section-s10 .wrap-mid .section-txt-area ul .icon {
    width: 30vw;
    height: 25vw;
    margin-top: -4.961111vw;
    margin-bottom: 4.166667vw;
  }
  .lem-container .section-s10 .wrap-mid .section-txt-area ul .icon .icon-bg {
    width: 100%;
    transform: translateY(24.722222vw);
    -webkit-transform: translateY(24.722222vw);
  }
  .lem-container .section-s10 .wrap-mid .section-txt-area ul li:first-child {
    margin-right: 7.361111vw;
  }
  .lem-container .section-s10 .wrap-mid .section-txt-area article {
    width: 85.111111vw;
    margin-right: 0;
  }
  .lem-container .section-s10 .wrap-mid .section-pic .media-cover:before {
    padding-bottom: 121.774194%;
  }
  .lem-container .section-s11 {
    overflow: hidden;
  }
  .lem-container .section-s11 .wrap-mid {
    width: 86.111111vw;
  }
  .lem-container .section-s11 .wrap-mid .section-pic-box {
    display: none;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper {
    width: 100%;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-slide {
    width: 100%;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-slide .section-pic-1 {
    width: 100%;
    opacity: 1;
    margin-top: 0;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-slide .section-pic-1 .media-cover:before {
    padding-bottom: 129.0322580645%;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-slide .section-pic-2 {
    width: 100%;
    opacity: 1;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-slide .section-pic-2 .media-cover:before {
    padding-bottom: 129.0322580645%;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-effect-btn {
    display: flex;
    justify-content: center;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-button-next, .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-button-prev {
    width: 10.833333vw;
    position: initial;
    display: flex;
    height: auto;
    margin: 11.111111vw 1.576389vw 0;
  }
  .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-button-next:after, .lem-container .section-s11 .wrap-mid .mob-swiper .swiper-button-prev:after {
    content: "";
  }
  .lem-container .section-s12 .wrap-mid {
    width: 86.111111vw;
  }
  .lem-container .section-s12 .wrap-mid .section-pic .media-cover:before {
    padding-bottom: 63.558064516%;
  }

  .lem-container .section-footnote {
    font-size: 3.333333vw;
    width: 88.888889vw;
    margin: 0 auto;
    padding-bottom: 22.222222vw;
    padding-top: 19.444444vw;
  }
  .lem-container .lem-kv {
    padding-bottom: 102.777778vw;
  }
  .lem-container .lem-kv .sticky-viewport {
    height: auto;
  }
  .lem-container .section-footnote ul{
    margin-bottom: 11.111111vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1365px) and (max-aspect-ratio: 11/10){
  .lem-container .lem-kv .kv-main-container .kv-right-part {
    transform: translate(-50%,0) scale(1);
  }
}

@media screen and (min-width: 670px) and (max-width: 734px) and (max-aspect-ratio: 11/10), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lem-container .space-180vh {
    display: none;
  }
  .lem-container .lem-kv {
    padding-bottom: 102.777778vw;
  }
  .lem-container .lem-kv .sticky-viewport {
    height: auto;
  }
  .lem-container .lem-2 {
    margin-top: 0;
  }
}
.lem-container .section-pic-center {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Manrope", Arial, Helvetica Neue, Helvetica, sans-serif;
}

.lem-container .section-kv-pic {
  color: #000;
  font-size: 1.46vw;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 1.390625vw;
}

.lem-container .section-kv-pic span {
  font-size: 0.677083vw;
  font-weight: 500;
}

.lem-container .section-slogan-botton {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  padding: 10px 26px;
  border: 2px solid #000;
  background-color: #000;
  transition: 0.3s ease-out;
  margin-top: 24px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.lem-container .section-slogan-botton:hover {
  opacity: 0.8;
}

@media screen and (max-aspect-ratio: 136/100) {

  .lem-container .section-kv-pic {
      font-size: 5.56vw;
      margin-top: 3.708333vw;
  }
  .lem-container .section-kv-pic span {
      font-size: 3.611111111vw;
  }
}
