@charset "UTF-8";
html.has-modal-l body {
  overflow: hidden;
  background-color: #000;
}
html.has-modal-l body, html.fancybox-margin body {
  -webkit-padding-end: var(--modal-scrollbar-buffer, 0);
          padding-inline-end: var(--modal-scrollbar-buffer, 0);
}

#smart-lock-m2 {
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.6);
  color-scheme: dark;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 {
    font-size: 2.285714vw;
  }
}
#smart-lock-m2.no-inline-video .play-pause-button {
  display: none;
}

#smart-lock-m2 *, #smart-lock-m2 *::before, #smart-lock-m2 *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#smart-lock-m2 section {
  position: relative;
}
#smart-lock-m2 img, #smart-lock-m2 picture, #smart-lock-m2 video, #smart-lock-m2 canvas, #smart-lock-m2 svg {
  display: block;
  width: 100%;
}
#smart-lock-m2 svg {
  overflow: visible;
}
#smart-lock-m2 button {
  background-color: transparent;
  border: 0;
}
#smart-lock-m2 .sticky-content {
  position: sticky;
  top: 0;
}
#smart-lock-m2 .object-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#smart-lock-m2 .object-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#smart-lock-m2 .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
}
#smart-lock-m2 .blur-up {
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
#smart-lock-m2 .blur-up.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}
#smart-lock-m2 br.md, #smart-lock-m2 br.xs {
  display: none;
}
#smart-lock-m2 br.lg {
  display: block;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 br.lg, #smart-lock-m2 br.xs {
    display: none;
  }
  #smart-lock-m2 br.md {
    display: block;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 br.lg, #smart-lock-m2 br.md {
    display: none;
  }
  #smart-lock-m2 br.xs {
    display: block;
  }
}
#smart-lock-m2 .absolute {
  position: absolute;
}
#smart-lock-m2 .relative {
  position: relative;
}
#smart-lock-m2 .sticky {
  position: sticky;
  top: 0;
}
#smart-lock-m2 .z-1 {
  z-index: 1;
}
#smart-lock-m2 .z-2 {
  z-index: 2;
}
#smart-lock-m2 .z-3 {
  z-index: 3;
}
#smart-lock-m2 .overflow-hidden {
  overflow: hidden;
}
#smart-lock-m2 .overflow-visible {
  overflow: visible;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .md\:overflow-hidden {
    overflow: hidden;
  }
  #smart-lock-m2 .md\:overflow-visible {
    overflow: visible;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .xs\:overflow-hidden {
    overflow: hidden;
  }
  #smart-lock-m2 .xs\:overflow-visible {
    overflow: visible;
  }
}
#smart-lock-m2 .block {
  display: block;
}
#smart-lock-m2 .inline-block {
  display: inline-block;
}
#smart-lock-m2 .inline {
  display: inline;
}
#smart-lock-m2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#smart-lock-m2 .inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#smart-lock-m2 .hidden {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .md\:block {
    display: block;
  }
  #smart-lock-m2 .md\:inline-block {
    display: inline-block;
  }
  #smart-lock-m2 .md\:inline {
    display: inline;
  }
  #smart-lock-m2 .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #smart-lock-m2 .md\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #smart-lock-m2 .md\:hidden {
    display: none;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .xs\:block {
    display: block;
  }
  #smart-lock-m2 .xs\:inline-block {
    display: inline-block;
  }
  #smart-lock-m2 .xs\:inline {
    display: inline;
  }
  #smart-lock-m2 .xs\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #smart-lock-m2 .xs\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #smart-lock-m2 .xs\:hidden {
    display: none;
  }
}
#smart-lock-m2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
#smart-lock-m2 .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#smart-lock-m2 .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#smart-lock-m2 .flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#smart-lock-m2 .flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#smart-lock-m2 .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#smart-lock-m2 .flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#smart-lock-m2 .justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#smart-lock-m2 .justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#smart-lock-m2 .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#smart-lock-m2 .justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#smart-lock-m2 .items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#smart-lock-m2 .items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#smart-lock-m2 .items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#smart-lock-m2 .shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#smart-lock-m2 .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#smart-lock-m2 .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#smart-lock-m2 .order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#smart-lock-m2 .order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#smart-lock-m2 .order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#smart-lock-m2 .order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #smart-lock-m2 .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #smart-lock-m2 .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #smart-lock-m2 .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #smart-lock-m2 .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #smart-lock-m2 .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #smart-lock-m2 .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #smart-lock-m2 .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #smart-lock-m2 .md\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #smart-lock-m2 .md\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #smart-lock-m2 .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #smart-lock-m2 .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #smart-lock-m2 .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #smart-lock-m2 .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #smart-lock-m2 .md\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #smart-lock-m2 .md\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #smart-lock-m2 .md\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .xs\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #smart-lock-m2 .xs\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #smart-lock-m2 .xs\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #smart-lock-m2 .xs\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #smart-lock-m2 .xs\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #smart-lock-m2 .xs\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #smart-lock-m2 .xs\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #smart-lock-m2 .xs\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #smart-lock-m2 .xs\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #smart-lock-m2 .xs\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #smart-lock-m2 .xs\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #smart-lock-m2 .xs\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #smart-lock-m2 .xs\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #smart-lock-m2 .xs\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #smart-lock-m2 .xs\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #smart-lock-m2 .xs\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #smart-lock-m2 .xs\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
#smart-lock-m2 .rounded, #smart-lock-m2 .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.833333vw;
}
#smart-lock-m2 .rounded-left {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}
#smart-lock-m2 .rounded-right {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .lg\:rounded {
    border-radius: 0;
  }
  #smart-lock-m2 .xs\:rounded, #smart-lock-m2 .md\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #smart-lock-m2 .rounded, #smart-lock-m2 .xs\:rounded {
    border-radius: 2.222222vw;
  }
  #smart-lock-m2 .rounded-left, #smart-lock-m2 .md\:rounded-left {
    border-top-left-radius: 1.142857vw;
    border-bottom-left-radius: 1.142857vw;
  }
  #smart-lock-m2 .rounded-right, #smart-lock-m2 .md\:rounded-right {
    border-top-right-radius: 1.142857vw;
    border-bottom-right-radius: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .md\:rounded {
    border-radius: 0;
  }
  #smart-lock-m2 .rounded, #smart-lock-m2 .xs\:rounded {
    border-radius: 2.222222vw;
  }
  #smart-lock-m2 .rounded-left, #smart-lock-m2 .xs\:rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }
  #smart-lock-m2 .rounded-right, #smart-lock-m2 .xs\:rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}
#smart-lock-m2 .effect-slide .swiper-wrapper, #smart-lock-m2 .effect-slide [data-swiper-parallax-x], #smart-lock-m2 .effect-slide [data-swiper-parallax-y], #smart-lock-m2 .effect-slide [data-swiper-parallax-opacity] {
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
          transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#smart-lock-m2 .swiper-fade .swiper-slide {
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
          transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#smart-lock-m2 .swiper-touch-move .swiper-wrapper, #smart-lock-m2 .swiper-touch-move [data-swiper-parallax-x], #smart-lock-m2 .swiper-touch-move [data-swiper-parallax-y], #smart-lock-m2 .swiper-touch-move [data-swiper-parallax-opacity] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#smart-lock-m2 .swiper-slide-to-clicked-slide .swiper-slide {
  cursor: pointer;
}
#smart-lock-m2 .swiper-slide-to-clicked-slide .swiper-slide-active, #smart-lock-m2 .swiper-slide-to-clicked-slide .swiper-slide-active ~ .swiper-slide-fully-visible {
  cursor: auto;
}
#smart-lock-m2 .stack-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#smart-lock-m2 .stack-item {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 360ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 360ms cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
}
#smart-lock-m2 .stack-item:nth-child(n+2) {
  margin-left: -100%;
}
#smart-lock-m2 .stack-item.current {
  z-index: 1;
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .stack-item {
    -webkit-transition-duration: 240ms;
            transition-duration: 240ms;
  }
  #smart-lock-m2 .stack-item.current {
    -webkit-transition-delay: 160ms;
            transition-delay: 160ms;
  }
}
#smart-lock-m2 .effect-slide .stack-item {
  -webkit-transition-duration: 480ms;
          transition-duration: 480ms;
}
#smart-lock-m2 .effect-slide .stack-item.current {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .effect-slide .stack-item {
    -webkit-transition-duration: 360ms;
            transition-duration: 360ms;
  }
  #smart-lock-m2 .effect-slide .stack-item.current {
    -webkit-transition-delay: 240ms;
            transition-delay: 240ms;
  }
}
#smart-lock-m2 .fadeup, #smart-lock-m2 .lg-fadeup {
  -webkit-transition: opacity 500ms ease-in, -webkit-transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transition: opacity 500ms ease-in, -webkit-transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91), -webkit-transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  -webkit-transform: translateY(4.166667vw);
          transform: translateY(4.166667vw);
  opacity: 0;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .fadeup, #smart-lock-m2 .xs-fadeup {
    -webkit-transform: translateY(11.111111vw);
            transform: translateY(11.111111vw);
  }
  #smart-lock-m2 .lg-fadeup {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  #smart-lock-m2 .xs-fadeup {
    -webkit-transition: opacity 500ms ease-in, -webkit-transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    transition: opacity 500ms ease-in, -webkit-transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91), -webkit-transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}
#smart-lock-m2 .fadeup.animated, #smart-lock-m2 .lg-fadeup.animated, #smart-lock-m2 .xs-fadeup.animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#smart-lock-m2 .w-1560 {
  width: 81.25vw;
}
#smart-lock-m2 .w-1296 {
  width: 67.5vw;
}
#smart-lock-m2 .w-1280 {
  width: 66.666667vw;
}
#smart-lock-m2 .w-1080 {
  width: 56.25vw;
}
#smart-lock-m2 .w-1068 {
  width: 55.625vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .md\:w-full {
    width: 100%;
  }
  #smart-lock-m2 .md\:w-1272 {
    width: 90.857143vw;
  }
  #smart-lock-m2 .md\:w-1056 {
    width: 75.428571vw;
  }
  #smart-lock-m2 .md\:w-1080 {
    width: 77.142857vw;
  }
  #smart-lock-m2 .md\:w-624 {
    width: 44.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .xs\:w-full {
    width: 100%;
  }
  #smart-lock-m2 .xs\:w-688 {
    width: 95.555556vw;
  }
  #smart-lock-m2 .xs\:w-656 {
    width: 91.111111vw;
  }
  #smart-lock-m2 .xs\:w-640 {
    width: 88.888889vw;
  }
  #smart-lock-m2 .xs\:w-600 {
    width: 83.333333vw;
  }
  #smart-lock-m2 .xs\:w-592 {
    width: 82.222222vw;
  }
  #smart-lock-m2 .xs\:w-560 {
    width: 77.777778vw;
  }
}
#smart-lock-m2 .mt-1\.25 {
  margin-top: 1.25em;
}
#smart-lock-m2 .mt-1\.6 {
  margin-top: 1.6em;
}
#smart-lock-m2 .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#smart-lock-m2 .mt-8, #smart-lock-m2 .lg\:mt-8 {
  margin-top: 0.416667vw;
}
#smart-lock-m2 .mt-16, #smart-lock-m2 .lg\:mt-16 {
  margin-top: 0.833333vw;
}
#smart-lock-m2 .mt-24, #smart-lock-m2 .lg\:mt-24 {
  margin-top: 1.25vw;
}
#smart-lock-m2 .mt-32, #smart-lock-m2 .lg\:mt-32 {
  margin-top: 1.666667vw;
}
#smart-lock-m2 .mt-40, #smart-lock-m2 .lg\:mt-40 {
  margin-top: 2.083333vw;
}
#smart-lock-m2 .mt-48, #smart-lock-m2 .lg\:mt-48 {
  margin-top: 2.5vw;
}
#smart-lock-m2 .mt-56, #smart-lock-m2 .lg\:mt-56 {
  margin-top: 2.916667vw;
}
#smart-lock-m2 .mt-64, #smart-lock-m2 .lg\:mt-64 {
  margin-top: 3.333333vw;
}
#smart-lock-m2 .mt-72, #smart-lock-m2 .lg\:mt-72 {
  margin-top: 3.75vw;
}
#smart-lock-m2 .mt-80, #smart-lock-m2 .lg\:mt-80 {
  margin-top: 4.166667vw;
}
#smart-lock-m2 .mt-96, #smart-lock-m2 .lg\:mt-96 {
  margin-top: 5vw;
}
#smart-lock-m2 .mt-104, #smart-lock-m2 .lg\:mt-104 {
  margin-top: 5.416667vw;
}
#smart-lock-m2 .mt-112, #smart-lock-m2 .lg\:mt-112 {
  margin-top: 5.833333vw;
}
#smart-lock-m2 .mt-120, #smart-lock-m2 .lg\:mt-120 {
  margin-top: 6.25vw;
}
#smart-lock-m2 .mt-144, #smart-lock-m2 .lg\:mt-144 {
  margin-top: 7.5vw;
}
#smart-lock-m2 .mt-160, #smart-lock-m2 .lg\:mt-160 {
  margin-top: 8.333333vw;
}
#smart-lock-m2 .mt-200, #smart-lock-m2 .lg\:mt-200 {
  margin-top: 10.416667vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .md\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #smart-lock-m2 .mt-8, #smart-lock-m2 .md\:mt-8 {
    margin-top: 1.111111vw;
  }
  #smart-lock-m2 .mt-16, #smart-lock-m2 .md\:mt-16 {
    margin-top: 2.222222vw;
  }
  #smart-lock-m2 .mt-24, #smart-lock-m2 .md\:mt-24 {
    margin-top: 3.333333vw;
  }
  #smart-lock-m2 .mt-32, #smart-lock-m2 .md\:mt-32 {
    margin-top: 4.444444vw;
  }
  #smart-lock-m2 .mt-40, #smart-lock-m2 .md\:mt-40 {
    margin-top: 5.555556vw;
  }
  #smart-lock-m2 .mt-48, #smart-lock-m2 .md\:mt-48 {
    margin-top: 6.666667vw;
  }
  #smart-lock-m2 .mt-56, #smart-lock-m2 .md\:mt-56 {
    margin-top: 7.777778vw;
  }
  #smart-lock-m2 .mt-64, #smart-lock-m2 .md\:mt-64 {
    margin-top: 8.888889vw;
  }
  #smart-lock-m2 .mt-72, #smart-lock-m2 .md\:mt-72 {
    margin-top: 10vw;
  }
  #smart-lock-m2 .mt-80, #smart-lock-m2 .md\:mt-80 {
    margin-top: 11.111111vw;
  }
  #smart-lock-m2 .mt-96, #smart-lock-m2 .md\:mt-96 {
    margin-top: 13.333333vw;
  }
  #smart-lock-m2 .mt-104, #smart-lock-m2 .md\:mt-104 {
    margin-top: 14.444444vw;
  }
  #smart-lock-m2 .mt-112, #smart-lock-m2 .md\:mt-112 {
    margin-top: 15.555556vw;
  }
  #smart-lock-m2 .mt-120, #smart-lock-m2 .md\:mt-120 {
    margin-top: 16.666667vw;
  }
  #smart-lock-m2 .mt-144, #smart-lock-m2 .md\:mt-144 {
    margin-top: 20vw;
  }
  #smart-lock-m2 .mt-160, #smart-lock-m2 .md\:mt-160 {
    margin-top: 22.222222vw;
  }
  #smart-lock-m2 .mt-200, #smart-lock-m2 .md\:mt-200 {
    margin-top: 27.777778vw;
  }
  #smart-lock-m2 .md\:mt-0 {
    margin-top: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #smart-lock-m2 .mt-8, #smart-lock-m2 .md\:mt-8, #smart-lock-m2 .xs\:mt-8 {
    margin-top: 1.111111vw;
  }
  #smart-lock-m2 .mt-16, #smart-lock-m2 .md\:mt-16, #smart-lock-m2 .xs\:mt-16 {
    margin-top: 2.222222vw;
  }
  #smart-lock-m2 .mt-24, #smart-lock-m2 .md\:mt-24, #smart-lock-m2 .xs\:mt-24 {
    margin-top: 3.333333vw;
  }
  #smart-lock-m2 .mt-32, #smart-lock-m2 .md\:mt-32, #smart-lock-m2 .xs\:mt-32 {
    margin-top: 4.444444vw;
  }
  #smart-lock-m2 .mt-40, #smart-lock-m2 .md\:mt-40, #smart-lock-m2 .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #smart-lock-m2 .mt-48, #smart-lock-m2 .md\:mt-48, #smart-lock-m2 .xs\:mt-48 {
    margin-top: 6.666667vw;
  }
  #smart-lock-m2 .mt-56, #smart-lock-m2 .md\:mt-56, #smart-lock-m2 .xs\:mt-56 {
    margin-top: 7.777778vw;
  }
  #smart-lock-m2 .mt-64, #smart-lock-m2 .md\:mt-64, #smart-lock-m2 .xs\:mt-64 {
    margin-top: 8.888889vw;
  }
  #smart-lock-m2 .mt-72, #smart-lock-m2 .md\:mt-72, #smart-lock-m2 .xs\:mt-72 {
    margin-top: 10vw;
  }
  #smart-lock-m2 .mt-80, #smart-lock-m2 .md\:mt-80, #smart-lock-m2 .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #smart-lock-m2 .mt-96, #smart-lock-m2 .md\:mt-96, #smart-lock-m2 .xs\:mt-96 {
    margin-top: 13.333333vw;
  }
  #smart-lock-m2 .mt-104, #smart-lock-m2 .md\:mt-104, #smart-lock-m2 .xs\:mt-104 {
    margin-top: 14.444444vw;
  }
  #smart-lock-m2 .mt-112, #smart-lock-m2 .md\:mt-112, #smart-lock-m2 .xs\:mt-112 {
    margin-top: 15.555556vw;
  }
  #smart-lock-m2 .mt-120, #smart-lock-m2 .md\:mt-120, #smart-lock-m2 .xs\:mt-120 {
    margin-top: 16.666667vw;
  }
  #smart-lock-m2 .mt-144, #smart-lock-m2 .md\:mt-144, #smart-lock-m2 .xs\:mt-144 {
    margin-top: 20vw;
  }
  #smart-lock-m2 .mt-160, #smart-lock-m2 .md\:mt-160, #smart-lock-m2 .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
  #smart-lock-m2 .mt-200, #smart-lock-m2 .md\:mt-200, #smart-lock-m2 .xs\:mt-200 {
    margin-top: 27.777778vw;
  }
  #smart-lock-m2 .xs\:mt-0 {
    margin-top: 0;
  }
}
#smart-lock-m2 .pt-200, #smart-lock-m2 .lg\:pt-200 {
  padding-top: 10.416667vw;
}
#smart-lock-m2 .pb-200, #smart-lock-m2 .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}
#smart-lock-m2 .py-200, #smart-lock-m2 .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}
#smart-lock-m2 .pt-160, #smart-lock-m2 .lg\:pt-160 {
  padding-top: 8.333333vw;
}
#smart-lock-m2 .pb-160, #smart-lock-m2 .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}
#smart-lock-m2 .py-160, #smart-lock-m2 .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}
#smart-lock-m2 .pt-120, #smart-lock-m2 .lg\:pt-120 {
  padding-top: 6.25vw;
}
#smart-lock-m2 .px-16 {
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .pt-200, #smart-lock-m2 .xs\:pt-200 {
    padding-top: 14.285714vw;
  }
  #smart-lock-m2 .pb-200, #smart-lock-m2 .xs\:pb-200 {
    padding-bottom: 14.285714vw;
  }
  #smart-lock-m2 .py-200, #smart-lock-m2 .xs\:py-200 {
    padding-top: 14.285714vw;
    padding-bottom: 14.285714vw;
  }
  #smart-lock-m2 .pt-160, #smart-lock-m2 .xs\:pt-160 {
    padding-top: 11.428571vw;
  }
  #smart-lock-m2 .pb-160, #smart-lock-m2 .xs\:pb-160 {
    padding-bottom: 11.428571vw;
  }
  #smart-lock-m2 .py-160, #smart-lock-m2 .xs\:py-160 {
    padding-top: 11.428571vw;
    padding-bottom: 11.428571vw;
  }
  #smart-lock-m2 .pt-120, #smart-lock-m2 .xs\:pt-120 {
    padding-top: 8.571429vw;
  }
  #smart-lock-m2 .xs\:pt-0 {
    padding-top: 0;
  }
  #smart-lock-m2 .px-16, #smart-lock-m2 .xs\:px-16 {
    padding-left: 1.142857vw;
    padding-right: 1.142857vw;
  }
  #smart-lock-m2 .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .pt-200, #smart-lock-m2 .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #smart-lock-m2 .pb-200, #smart-lock-m2 .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #smart-lock-m2 .py-200, #smart-lock-m2 .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #smart-lock-m2 .pt-160, #smart-lock-m2 .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #smart-lock-m2 .pb-160, #smart-lock-m2 .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #smart-lock-m2 .py-160, #smart-lock-m2 .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #smart-lock-m2 .pt-120, #smart-lock-m2 .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
  #smart-lock-m2 .px-16, #smart-lock-m2 .xs\:px-16 {
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
}
#smart-lock-m2 h2, #smart-lock-m2 h3, #smart-lock-m2 h4, #smart-lock-m2 .h4 {
  line-height: 1.25;
  color: #fff;
}
#smart-lock-m2 h2 {
  font-size: 3.333333vw;
}
#smart-lock-m2 h3 {
  font-size: 1.666667vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 h2 {
    font-size: 4.571429vw;
  }
  #smart-lock-m2 h3 {
    font-size: 2.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 h2 {
    font-size: 8.888889vw;
  }
  #smart-lock-m2 h3 {
    font-size: 4.444444vw;
  }
}
#smart-lock-m2 strong {
  font-weight: 700;
  color: #fff;
}
#smart-lock-m2 .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(8px, 0.625vw);
  color: rgba(109, 109, 115, 0.6);
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .note {
    font-size: max(12px, 0.625vw);
  }
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .note {
    font-size: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .note {
    font-size: 3.333333vw;
  }
}
#smart-lock-m2 [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#smart-lock-m2 .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#smart-lock-m2 .text-gradient {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#smart-lock-m2 .text-left {
  text-align: left;
}
#smart-lock-m2 .text-center {
  text-align: center;
}
#smart-lock-m2 .text-right {
  text-align: right;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .md\:text-left {
    text-align: left;
  }
  #smart-lock-m2 .md\:text-center {
    text-align: center;
  }
  #smart-lock-m2 .md\:text-right {
    text-align: right;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .xs\:text-left {
    text-align: left;
  }
  #smart-lock-m2 .xs\:text-center {
    text-align: center;
  }
  #smart-lock-m2 .xs\:text-right {
    text-align: right;
  }
}
#smart-lock-m2 .text-align {
  text-align: center;
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .text-align {
    text-align: left;
  }
  html[dir=rtl] #smart-lock-m2 .text-align {
    text-align: right;
  }
}
#smart-lock-m2 .font-extralight {
  font-weight: 200;
}
#smart-lock-m2 .font-light {
  font-weight: 300;
}
#smart-lock-m2 .font-normal {
  font-weight: 400;
}
#smart-lock-m2 .font-medium {
  font-weight: 500;
}
#smart-lock-m2 .font-semibold {
  font-weight: 600;
}
#smart-lock-m2 .font-bold {
  font-weight: 700;
}
#smart-lock-m2 .font-extrabold {
  font-weight: 800;
}
#smart-lock-m2 .leading-100 {
  line-height: 1;
}
#smart-lock-m2 .leading-125 {
  line-height: 1.25;
}
#smart-lock-m2 .leading-160 {
  line-height: 1.6;
}
#smart-lock-m2 a, #smart-lock-m2 a * {
  text-decoration: none;
}
#smart-lock-m2 .permalink {
  line-height: inherit;
  color: inherit;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
#smart-lock-m2 .permalink span {
  margin-top: -0.05em;
  font-size: 1.4em;
  line-height: 0;
}
#smart-lock-m2 .permalink.global-style-hide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .permalink.global-style-hide span {
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  }
  #smart-lock-m2 .permalink.global-style-hide:hover {
    opacity: 0.6;
  }
  #smart-lock-m2 .permalink.global-style-hide:hover span {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  [dir=rtl] #smart-lock-m2 .permalink.global-style-hide:hover span {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
#smart-lock-m2 .effect-slide:not(.swiper-carousel) .play-pause-button {
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  opacity: 0;
}
#smart-lock-m2 .effect-slide:not(.swiper-carousel) .swiper-slide-active .play-pause-button {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .effect-slide:not(.swiper-carousel) .swiper-slide-active .play-pause-button {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
}
#smart-lock-m2 .effect-fade .play-pause-button {
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  opacity: 0;
}
#smart-lock-m2 .effect-fade .swiper-slide-active .play-pause-button {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .effect-fade .swiper-slide-active .play-pause-button {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}
#smart-lock-m2 .video-container {
  position: relative;
}
#smart-lock-m2 .video-container video {
  pointer-events: none;
}
#smart-lock-m2 .video-container .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#smart-lock-m2 .video-container .play-pause-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-image: radial-gradient(closest-side, rgba(0, 0, 0, 0.94), rgba(14, 14, 16, 0.75) 42%, rgba(70, 64, 88, 0.75) 89%, rgba(87, 75, 108, 0.75));
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .video-container .play-pause-button:hover::before {
    opacity: 0.6;
  }
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .video-container .play-pause-button {
    right: 2.857143vw;
    bottom: 2.857143vw;
    width: 4.571429vw;
    height: 4.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .video-container .play-pause-button {
    right: 4.444444vw;
    bottom: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
}
#smart-lock-m2 .video-container .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#smart-lock-m2 .video-container.playing .icon-pause, #smart-lock-m2 .video-container.paused .icon-play, #smart-lock-m2 .video-container.ended .icon-replay {
  display: block;
}
#smart-lock-m2 .video-container .replay-button {
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  pointer-events: none;
  cursor: default;
}
#smart-lock-m2 .video-container.ended .replay-button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
#smart-lock-m2 .modal-button-container .modal-button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
  cursor: pointer;
}
#smart-lock-m2 .modal-button-container .button-copy {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #e6d3ff;
}
#smart-lock-m2 .modal-button-container .button-icon {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .modal-button-container .modal-button {
    padding-right: 1.714286vw;
    padding-left: 3.428571vw;
  }
  #smart-lock-m2 .modal-button-container .button-copy {
    font-size: 2vw;
  }
  #smart-lock-m2 .modal-button-container .button-icon {
    width: 3.428571vw;
    margin-left: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .modal-button-container .modal-button {
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }
  #smart-lock-m2 .modal-button-container .button-copy {
    font-size: 3.888889vw;
  }
  #smart-lock-m2 .modal-button-container .button-icon {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#smart-lock-m2 .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
          transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-property: backdrop-filter, background-color;
  transition-property: backdrop-filter, background-color;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  outline: 0;
  background-color: rgba(25, 25, 26, 0);
  backdrop-filter: blur(0px) brightness(100%);
}
#smart-lock-m2 .section-modal.modal-scrollable {
  -webkit-padding-end: var(--modal-scrollbar-buffer);
          padding-inline-end: var(--modal-scrollbar-buffer);
}
#smart-lock-m2 .section-modal.modal-open {
  background-color: rgba(25, 25, 26, 0.8);
  backdrop-filter: blur(50px) brightness(120%);
}
#smart-lock-m2 .section-modal.modal-open .modal-container {
  -webkit-transition: opacity 200ms ease-in, -webkit-transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: opacity 200ms ease-in, -webkit-transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1), opacity 200ms ease-in;
  transition: transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1), opacity 200ms ease-in, -webkit-transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 1;
}
.has-modal-l #smart-lock-m2 .section-modal.modal-open, .has-modal-l #smart-lock-m2 .section-modal.modal-focus {
  z-index: 200;
}
.has-modal-l #smart-lock-m2 .section-modal .modal-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#smart-lock-m2 .section-modal.modal-focus {
  overflow: auto !important;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
#smart-lock-m2 .section-modal.modal-focus .modal-container {
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
#smart-lock-m2 .section-modal .modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding-top: 3.333333vw;
  padding-bottom: 3.333333vw;
  -webkit-transform: translate3d(0, 100vh, 0);
          transform: translate3d(0, 100vh, 0);
  opacity: 0;
  will-change: transform, opacity;
}
#smart-lock-m2 .section-modal .modal-wrapper {
  position: relative;
  width: 81.25vw;
}
#smart-lock-m2 .section-modal .modal-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 4.166667vw;
  border-radius: 0.833333vw;
  background-color: #000;
}
#smart-lock-m2 .section-modal .modal-close-container {
  position: absolute;
  top: 1.666667vw;
  right: 1.666667vw;
  bottom: 0;
  width: 2.083333vw;
}
#smart-lock-m2 .section-modal .modal-close-button {
  position: sticky;
  z-index: 10;
  top: 2.083333vw;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  border-radius: 100%;
  background-color: rgba(128, 128, 128, 0.6);
  backdrop-filter: blur(8px);
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .section-modal .modal-close-button:hover {
    background-color: rgba(128, 128, 128, 0.5);
  }
}
#smart-lock-m2 .section-modal .modal-close-icon {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .section-modal .modal-container {
    padding-top: 5.714286vw;
    padding-bottom: 5.714286vw;
  }
  #smart-lock-m2 .section-modal .modal-wrapper {
    width: 90.857143vw;
  }
  #smart-lock-m2 .section-modal .modal-content {
    padding-bottom: 8.571429vw;
    border-radius: 1.714286vw;
  }
  #smart-lock-m2 .section-modal .modal-close-container {
    top: 2.857143vw;
    right: 2.857143vw;
    width: 5.714286vw;
  }
  #smart-lock-m2 .section-modal .modal-close-button {
    top: 2.857143vw;
    opacity: 1;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .section-modal .modal-container {
    padding-top: 8.888889vw;
    padding-bottom: 8.888889vw;
  }
  #smart-lock-m2 .section-modal .modal-wrapper {
    width: 95.555556vw;
  }
  #smart-lock-m2 .section-modal .modal-content {
    padding-bottom: 19.444444vw;
    border-radius: 2.222222vw;
  }
  #smart-lock-m2 .section-modal .modal-close-container {
    top: 3.333333vw;
    right: 3.333333vw;
    width: 11.111111vw;
  }
  #smart-lock-m2 .section-modal .modal-close-button {
    top: 3.333333vw;
  }
}
#smart-lock-m2 .hero-sku {
  margin-top: 3.333333vw;
  font-size: 0;
  text-align: center;
}
#smart-lock-m2 .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #ffffff;
}
#smart-lock-m2 .hero-sku .from {
  font-size: 0.677083vw;
}
#smart-lock-m2 .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}
#smart-lock-m2 .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  color: #000000;
  border-radius: 6px;
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .hero-sku .buy-cta:hover {
    opacity: 0.8;
  }
}
#smart-lock-m2 .hero-sku.sku-light .pricing {
  color: #fff;
}
#smart-lock-m2 .hero-sku.sku-light .buy-cta {
  color: #000;
  background-color: #fff;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .hero-sku {
    margin-top: 11.111111vw;
  }
  #smart-lock-m2 .hero-sku .pricing {
    font-size: 5.555556vw;
    color: #000;
  }
  #smart-lock-m2 .hero-sku .from {
    font-size: 3.611111vw;
    color: #000;
  }
  #smart-lock-m2 .hero-sku .buy-cta {
    color: #ffffff;
    background-color: #000000;
  }
}
#smart-lock-m2 .section-highlights .highlight-title {
  font-size: 3.333333vw;
  width: 100%;
  text-align: center;
  font-size: #000000;
  padding-top: 9.895833vw;
  margin-bottom: 5.208333vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .section-highlights .highlight-title {
    font-size: 8.888889vw;
    padding-top: 11.111111vw;
    margin-bottom: 11.111111vw;
  }
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .section-highlights .swiper {
    width: 82.222222vw;
  }
}
#smart-lock-m2 .section-highlights .swiper-slide {
  overflow: hidden;
}
#smart-lock-m2 .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) {
  position: relative;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special {
  position: absolute;
  top: 10.677083vw;
  left: 7.604167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 29.53125vw;
  z-index: 6;
  text-align: center;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.46875vw;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item img {
  width: 4.6875vw;
  height: 4.6875vw;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item .item-txt {
  font-size: 1.145833vw;
  color: #FFFFFF;
  margin-top: 1.041667vw;
  font-weight: 400;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-1-1 {
  width: 9.739583vw;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-2-1 {
  width: 9.739583vw;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-1-2 {
  width: 7.8125vw;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-1-2 .item-txt {
  white-space: nowrap;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-2-2 {
  width: 7.8125vw;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-1-3 {
  width: 7.291667vw;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-2-3 {
  width: 7.291667vw;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-2-3 .item-txt {
  white-space: nowrap;
}
#smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line:nth-child(1) {
  margin-top: 0;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special {
    position: absolute;
    top: 24.416667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 64.305556vw;
    z-index: 6;
    text-align: center;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.444444vw;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item img {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item .item-txt {
    font-size: 2.777778vw;
    color: #FFFFFF;
    margin-top: 1.041667vw;
    font-weight: 400;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-1-1 {
    width: 24.583333vw;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-1-2 {
    width: 18.333333vw;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-1-3 {
    width: 18.055556vw;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-2-1 {
    width: 24.583333vw;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-2-2 {
    width: 18.333333vw;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line .special-item-2-3 {
    width: 18.055556vw;
  }
  #smart-lock-m2 .section-highlights .swiper-slide:nth-child(2) .highlight-special .special-line:nth-child(1) {
    margin-top: 0;
  }
}
#smart-lock-m2 .section-highlights .video-container::after {
  content: "";
  display: block;
  background-size: 100%;
  position: absolute;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  background: var(--mask-poster) center/100% no-repeat;
}
#smart-lock-m2 .section-highlights .video-container.show::after {
  opacity: 1;
  -webkit-transition: opacity 600ms 200ms linear;
  transition: opacity 600ms 200ms linear;
  will-change: opacity;
}
#smart-lock-m2 .section-highlights .caption-container {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  margin-top: 1.875vw;
  margin-left: 2.083333vw;
  font-size: 1.666667vw;
}
#smart-lock-m2 .section-highlights .caption {
  font-size: 1.666667vw;
}
#smart-lock-m2 .section-highlights .height-des {
  font-size: 1.145833vw;
  margin-top: 0.625vw;
  color: #ffffff;
  line-height: 1.5;
}
#smart-lock-m2 .section-highlights .caption-1 {
  color: #fff;
}
#smart-lock-m2 .section-highlights .navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .section-highlights .navigation-container {
    margin-top: 8.888889vw;
  }
}
#smart-lock-m2 .section-highlights .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
  background-color: #DCF1F6;
}
#smart-lock-m2 .section-highlights .arrownav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .section-highlights .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.6;
  }
}
#smart-lock-m2 .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}
#smart-lock-m2 .section-highlights .dotnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
}
#smart-lock-m2 .section-highlights .dotnav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.520833vw;
  height: 0.520833vw;
  margin-right: 0.260417vw;
  margin-left: 0.260417vw;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  opacity: 0.3;
  border-radius: 100%;
  outline: 0;
  background-color: #8ECFE2;
}
#smart-lock-m2 .section-highlights .dotnav-item::before {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0.260417vw;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .section-highlights .dotnav-item:hover {
    opacity: 0.6;
  }
}
#smart-lock-m2 .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .section-highlights .caption-container {
    margin-top: 5.555556vw;
    margin-left: 6.805556vw;
  }
  #smart-lock-m2 .section-highlights .caption {
    font-size: 5.555556vw;
    font-weight: 500;
  }
  #smart-lock-m2 .section-highlights .height-des {
    font-size: 4.444444vw;
    font-weight: 500;
    margin-top: 0px;
    color: #EAEAEA;
  }
  #smart-lock-m2 .section-highlights .navigation-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
    background-color: #E9F6F9;
  }
  #smart-lock-m2 .section-highlights .arrownav-item {
    width: 13.333333vw;
    height: 13.333333vw;
  }
  #smart-lock-m2 .section-highlights .dotnav-list {
    margin-right: -0.285714vw;
    margin-left: -0.285714vw;
  }
  #smart-lock-m2 .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #smart-lock-m2 .section-highlights .dotnav-item::before {
    padding: 0.857143vw;
  }
  #smart-lock-m2 .section-highlights .dotnav-item:nth-child(1) {
    margin-left: 1.111111vw;
  }
  #smart-lock-m2 .section-highlights .dotnav-item:last-child {
    margin-right: 1.111111vw;
  }
}
#smart-lock-m2 .shine-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.166667vw;
}
#smart-lock-m2 .shine-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 0.416667vw;
  border-radius: 999px;
  background-color: #181726;
}
#smart-lock-m2 .shine-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 999px;
}
#smart-lock-m2 .shine-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25vw;
  height: 6.25vw;
  pointer-events: none;
  will-change: transform, opacity;
}
#smart-lock-m2 .shine-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#smart-lock-m2 .shine-foreground {
  z-index: 10;
}
#smart-lock-m2 .shine-foreground::after {
  background-image: radial-gradient(closest-side, #fff, rgba(224, 211, 253, 0.67) 14%, rgba(214, 193, 253, 0.38) 39%, rgba(199, 169, 240, 0));
  -webkit-filter: blur(17px);
          filter: blur(17px);
}
#smart-lock-m2 .shine-border {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2px;
  pointer-events: none;
  border-radius: 999px;
  background-color: #000;
}
#smart-lock-m2 .shine-border::before, #smart-lock-m2 .shine-border::after {
  display: block;
  overflow: hidden;
  content: "";
  border-radius: 999px;
}
#smart-lock-m2 .shine-border::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: inset 0 0 2.604167vw #625477;
  box-shadow: inset 0 0 2.604167vw #625477;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#smart-lock-m2 .shine-border::after {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#smart-lock-m2 .shine-background {
  position: absolute;
  z-index: 3;
  top: 0.260417vw;
  right: 0.260417vw;
  bottom: 0.260417vw;
  left: 0.260417vw;
  opacity: 0.85;
  border-radius: 999px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f1136), color-stop(#31204d), to(#1f1136));
  background-image: linear-gradient(90deg, #1f1136, #31204d, #1f1136);
  -webkit-filter: blur(9px);
          filter: blur(9px);
}
#smart-lock-m2 .shine-inset::after {
  background-image: radial-gradient(closest-side, #fff, rgba(235, 211, 255, 0.85) 20%, rgba(230, 211, 255, 0.25) 60%, transparent);
}
#smart-lock-m2 .shine-cursor .shine-item {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-transform: translate3d(calc(var(--shine-x, 0) - 50%), calc(var(--shine-y, 0) - 50%), 0);
          transform: translate3d(calc(var(--shine-x, 0) - 50%), calc(var(--shine-y, 0) - 50%), 0);
  opacity: 0;
}
#smart-lock-m2 .shine-cursor .shine-item::after {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#smart-lock-m2 .shining .shine-item {
  opacity: 1;
}
#smart-lock-m2 .shining .shine-item::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#smart-lock-m2 .shine-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .shine-container {
    height: 8vw;
  }
  #smart-lock-m2 .shine-wrapper {
    padding: 0.571429vw;
  }
  #smart-lock-m2 .shine-cursor .shine-item {
    left: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  #smart-lock-m2 .shine-cursor .shine-item::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #smart-lock-m2 .shine-cursor .shine-foreground {
    top: -1.571429vw;
    right: -5vw;
  }
  #smart-lock-m2 .shine-cursor .shine-inset {
    top: -1.571429vw;
    right: -5vw;
  }
  #smart-lock-m2 .shine-item {
    width: 10vw;
    height: 10vw;
  }
  #smart-lock-m2 .shine-border::before {
    -webkit-box-shadow: inset 0 0 3.571429vw #8671a5;
    box-shadow: inset 0 0 3.571429vw #8671a5;
  }
  #smart-lock-m2 .shine-background {
    top: 0.285714vw;
    right: 0.285714vw;
    bottom: 0.285714vw;
    left: 0.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .shine-container {
    height: 15.555556vw;
  }
  #smart-lock-m2 .shine-wrapper {
    padding: 1.111111vw;
  }
  #smart-lock-m2 .shine-cursor .shine-foreground {
    top: -3.055556vw;
    right: -9.722222vw;
  }
  #smart-lock-m2 .shine-cursor .shine-inset {
    top: -3.055556vw;
    right: -9.722222vw;
  }
  #smart-lock-m2 .shine-item {
    width: 19.444444vw;
    height: 19.444444vw;
  }
  #smart-lock-m2 .shine-background {
    top: 0.555556vw;
    right: 0.555556vw;
    bottom: 0.555556vw;
    left: 0.555556vw;
  }
  #smart-lock-m2 .shine-border::before {
    -webkit-box-shadow: inset 0 0 6.944444vw #8671a5;
    box-shadow: inset 0 0 6.944444vw #8671a5;
  }
}
#smart-lock-m2 .shine-circle {
  border-radius: 100%;
  background-color: #282138;
}
#smart-lock-m2 .shine-circle .shine-item {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .shine-circle:hover .shine-item {
    opacity: 1;
  }
}
#smart-lock-m2 .shine-circle .shine-foreground {
  width: 125%;
  height: 125%;
}
#smart-lock-m2 .shine-circle .shine-foreground::after {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
#smart-lock-m2 .shine-circle .shine-border {
  padding: 1px;
  background-color: transparent;
}
#smart-lock-m2 .shine-circle .shine-border::before {
  border: 1px solid #282138;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#smart-lock-m2 .shine-circle .shine-border::after {
  z-index: 4;
  background-color: #211a2e;
}
#smart-lock-m2 .shine-circle .shine-inset {
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .shine-circle .shine-item {
    opacity: 1;
  }
}
#smart-lock-m2 .arrownav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#smart-lock-m2 .arrownav-list .shine-border {
  padding: 1px;
}
#smart-lock-m2 .arrownav-list .arrownav-item {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
}
#smart-lock-m2 .arrownav-list .arrownav-disabled {
  cursor: default;
}
#smart-lock-m2 .arrownav-list .arrownav-disabled .shine-item {
  opacity: 0 !important;
}
#smart-lock-m2 .arrownav-list .arrownav-disabled .icon-arrow {
  opacity: 0.3;
}
#smart-lock-m2 .arrownav-list .arrownav-prev .shine-foreground {
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}
#smart-lock-m2 .arrownav-list .arrownav-prev .shine-inset::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(237, 231, 244)), color-stop(23%, rgba(190, 167, 214, 0.16)), to(rgba(91, 71, 137, 0)));
  background-image: linear-gradient(90deg, rgb(237, 231, 244), rgba(190, 167, 214, 0.16) 23%, rgba(91, 71, 137, 0));
}
#smart-lock-m2 .arrownav-list .arrownav-next {
  margin-left: 1.25vw;
}
#smart-lock-m2 .arrownav-list .arrownav-next .shine-foreground {
  -webkit-transform: translate(30%, -10%);
          transform: translate(30%, -10%);
}
#smart-lock-m2 .arrownav-list .arrownav-next .shine-inset::after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(237, 231, 244)), color-stop(23%, rgba(190, 167, 214, 0.16)), to(rgba(91, 71, 137, 0)));
  background-image: linear-gradient(-90deg, rgb(237, 231, 244), rgba(190, 167, 214, 0.16) 23%, rgba(91, 71, 137, 0));
}
#smart-lock-m2 .arrownav-list .icon-arrow {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .arrownav-list .arrownav-item {
    width: 5.714286vw;
    height: 5.714286vw;
  }
  #smart-lock-m2 .arrownav-list .arrownav-next {
    margin-left: 2.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .arrownav-list .arrownav-item {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #smart-lock-m2 .arrownav-list .arrownav-next {
    margin-left: 4.444444vw;
  }
}
#smart-lock-m2 .player-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#smart-lock-m2 .player-cta .icon-copy {
  font-size: 1.041667vw;
  line-height: 1.25;
  color: #9583ac;
}
#smart-lock-m2 .player-cta .shine-circle {
  width: 1.666667vw;
  margin-left: 0.416667vw;
}
#smart-lock-m2 .player-cta .shine-foreground {
  -webkit-transform: translate(-10%, 40%);
          transform: translate(-10%, 40%);
}
#smart-lock-m2 .player-cta .shine-inset::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(237, 231, 244)), color-stop(23%, rgba(190, 167, 214, 0.16)), to(rgba(91, 71, 137, 0)));
  background-image: linear-gradient(0deg, rgb(237, 231, 244), rgba(190, 167, 214, 0.16) 23%, rgba(91, 71, 137, 0));
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .player-cta:hover .shine-item {
    opacity: 1;
  }
  #smart-lock-m2 .player-cta:hover .button-radial-gradient::before {
    opacity: 0.6;
  }
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .player-cta .shine-item {
    opacity: 1;
  }
  #smart-lock-m2 .player-cta .shine-border::before, #smart-lock-m2 .player-cta .shine-border::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #smart-lock-m2 .player-cta .icon-copy {
    font-size: 2vw;
  }
  #smart-lock-m2 .player-cta .shine-circle {
    width: 3.428571vw;
    margin-left: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .player-cta .icon-copy {
    font-size: 3.888889vw;
  }
  #smart-lock-m2 .player-cta .shine-circle {
    width: 6.666667vw;
    margin-left: 2.222222vw;
  }
}
#smart-lock-m2 .section-header {
  position: relative;
  z-index: 10;
}
#smart-lock-m2 .glow-headline {
  position: relative;
  z-index: 1;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
}
#smart-lock-m2 .glow-headline span {
  background-color: transparent;
}
#smart-lock-m2 .glow-headline .glow-container {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#smart-lock-m2 .glow-headline .glow-gradient::before {
  z-index: 5;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#564172), to(#ad97c9));
  background-image: linear-gradient(180deg, #564172, #ad97c9);
  -webkit-background-clip: text;
  background-clip: text;
}
#smart-lock-m2 .glow-headline .glow-blur {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#smart-lock-m2 .glow-headline .glow-blur::before, #smart-lock-m2 .glow-headline .glow-blur::after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: attr(data-text);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
}
#smart-lock-m2 .glow-headline .glow-blur-1::before {
  z-index: 1;
  color: #b06cff;
  filter: blur(18px);
  -webkit-filter: blur(18px);
}
#smart-lock-m2 .glow-headline .glow-blur-1::after {
  z-index: 2;
  color: #c16cff;
  filter: blur(9px);
  -webkit-filter: blur(9px);
}
#smart-lock-m2 .glow-headline .glow-blur-2::before {
  z-index: 3;
  color: #d0a2ff;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
#smart-lock-m2 .glow-headline .glow-blur-2::after {
  display: none;
}
#smart-lock-m2 .glow-headline .glow-white {
  position: relative;
  z-index: 4;
  opacity: 0.8;
  color: #fff;
}
#smart-lock-m2 .glow-headline .glow-purple {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#564172), color-stop(25%, #ad97c9), color-stop(50%, #9583ac));
  background-image: linear-gradient(180deg, #564172, #ad97c9 25%, #9583ac 50%);
  background-position-y: 100%;
  background-size: 100% 300%;
}
#smart-lock-m2 .glow-headline.animated .glow-blur::before,
#smart-lock-m2 .glow-headline.animated .glow-blur::after,
#smart-lock-m2 .glow-headline.animated .glow-white {
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  opacity: 1;
}
#smart-lock-m2 .glow-headline.animated .glow-purple {
  -webkit-transition: opacity 1.2s, background-position-y 0.6s;
  transition: opacity 1.2s, background-position-y 0.6s;
  opacity: 1;
  background-position-y: 0;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .glow-headline {
    font-size: 6.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .glow-headline {
    font-size: 13.333333vw;
  }
}
#smart-lock-m2 .button-radial-gradient {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
#smart-lock-m2 .button-radial-gradient::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.94), rgba(14, 14, 16, 0.75) 42%, rgba(70, 64, 88, 0.75) 89%, rgba(87, 75, 108, 0.75));
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .button-radial-gradient:hover::before {
    opacity: 0.6;
  }
}
#smart-lock-m2 .button-radial-gradient .button-icon,
#smart-lock-m2 .button-radial-gradient .icon-play {
  position: relative;
  z-index: 1;
}
#smart-lock-m2 .modal-button-more {
  position: absolute;
  z-index: 1;
  right: 2.083333vw;
  bottom: 2.083333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#smart-lock-m2 .modal-button-more .button-copy {
  font-size: 0.9375vw;
  color: #fff;
}
#smart-lock-m2 .modal-button-more .button-radial-gradient {
  width: 2.083333vw;
  margin-left: 0.833333vw;
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .modal-button-more:hover .button-radial-gradient::before {
    opacity: 0.6;
  }
}
#smart-lock-m2 .tabnav-section .tabnav-container {
  position: relative;
}
#smart-lock-m2 .tabnav-section .tabnav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.25vw;
  white-space: nowrap;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-content, #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-content {
  position: relative;
  width: 100%;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-container, #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item, #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 240ms;
          transition-duration: 240ms;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item.current, #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item.current {
  cursor: default;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-list, #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item {
  padding-bottom: 0.833333vw;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0.4;
  color: #fff;
  will-change: opacity;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item:nth-child(n+2) {
  margin-left: 2.916667vw;
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item:hover {
    opacity: 0.6;
  }
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item.current {
  opacity: 1;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-indicator {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0.208333vw;
  border-radius: 999px;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1d1d1d;
}
#smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-indicator::after {
  position: relative;
  display: block;
  overflow: hidden;
  width: var(--tabnav-width, 0);
  height: 100%;
  content: "";
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-duration: 360ms;
          transition-duration: 360ms;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
  -webkit-transform: translateX(var(--tabnav-left, 0));
          transform: translateX(var(--tabnav-left, 0));
  border-radius: 999px;
  background-color: #774a95;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2.083333vw;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-item {
  white-space: inherit;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-item:nth-child(n+2) {
  margin-top: 2.083333vw;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-title {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 240ms;
          transition-duration: 240ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-title:hover {
    opacity: 0.6;
  }
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-caption {
  padding-top: 0.833333vw;
  font-size: 1.041667vw;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  opacity: 0;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .current .tabnav-title,
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .current .tabnav-caption {
  opacity: 1;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .current .tabnav-title {
  cursor: default;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .collapsed .tabnav-collapse {
  overflow: hidden;
  height: 0;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .animating .tabnav-collapse {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 600ms;
  transition: height 600ms;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-indicator {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0.208333vw;
  height: 100%;
  border-radius: 999px;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1d1d1d;
}
#smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-indicator::after {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: var(--tabnav-height, 0);
  content: "";
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: height, transform;
  transition-property: height, transform, -webkit-transform;
  -webkit-transform: translateY(var(--tabnav-top, 0));
          transform: translateY(var(--tabnav-top, 0));
  border-radius: 999px;
  background-color: #774a95;
}
#smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-list {
  padding-right: 0.208333vw;
  padding-left: 0.208333vw;
}
#smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item {
  padding: 0 1.666667vw;
  font-size: 0.9375vw;
  -webkit-transition-property: 600ms;
  transition-property: 600ms;
  color: rgba(255, 255, 255, 0.6);
}
@media (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
#smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item.current {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  color: #000;
}
#smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-indicator {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: calc(var(--tabnav-width, 0));
  height: 2.5vw;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
  -webkit-transform: translateX(calc(var(--tabnav-left, 0)));
          transform: translateX(calc(var(--tabnav-left, 0)));
  border-radius: 999px;
  background-image: linear-gradient(160deg, #ece0fc, #c0a9e0);
}
#smart-lock-m2 .tabnav-section.tabnav-pill .stack-list {
  text-align: center;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .tabnav-section .tabnav-content {
    overflow: hidden;
  }
  #smart-lock-m2 .tabnav-section .tabnav-content:not(.force-center) .tabnav-wrapper {
    padding-right: 4.571429vw;
    padding-left: 4.571429vw;
  }
  #smart-lock-m2 .tabnav-section .tabnav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
  }
  #smart-lock-m2 .tabnav-section .tabnav-container.tabnav-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #smart-lock-m2 .tabnav-section .tabnav-container.tabnav-scrollable::-webkit-scrollbar {
    display: none;
  }
  #smart-lock-m2 .tabnav-section .tabnav-container.tabnav-scrollable .tabnav-wrapper {
    padding-right: 4.571429vw;
    padding-left: 4.571429vw;
  }
  #smart-lock-m2 .tabnav-section .tabnav-item {
    font-size: 2.857143vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item, #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-item {
    padding-bottom: 1.714286vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item:nth-child(n+2), #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-item:nth-child(n+2) {
    margin-left: 5.714286vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-indicator, #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-indicator {
    height: 0.142857vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-indicator::after, #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-indicator::after {
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-container {
    margin-left: 0;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-item:nth-child(n+2) {
    margin-top: 0;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-title {
    font-size: inherit;
    cursor: pointer;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 240ms;
            transition-duration: 240ms;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    white-space: nowrap;
    opacity: 0.4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }
}
@media (max-aspect-ratio: 11/10) and (hover: hover) and (pointer: fine) {
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-title:hover {
    opacity: 0.6;
  }
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-collapse {
    display: none;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-caption-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-caption {
    position: relative;
    width: 100%;
    padding-top: 0;
    font-size: inherit;
    -webkit-transition: opacity 240ms;
    transition: opacity 240ms;
    opacity: 0;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-caption:nth-child(n+2) {
    margin-left: -100%;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-caption.current {
    z-index: 1;
    -webkit-transition-delay: 160ms;
            transition-delay: 160ms;
    opacity: 1;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-indicator {
    position: relative;
    width: 100%;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-indicator::after {
    width: var(--tabnav-width, 0);
    height: 100%;
    content: "";
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
    -webkit-transform: translateX(var(--tabnav-left, 0));
            transform: translateX(var(--tabnav-left, 0));
  }
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-list {
    padding-right: 0.571429vw;
    padding-left: 0.571429vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item {
    padding: 0 2.857143vw;
    font-size: 2vw;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
  }
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item:nth-child(n+2) {
    margin-left: 0;
  }
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item.current {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-indicator {
    width: calc(var(--tabnav-width, 0));
    height: 5.714286vw;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transform: translateX(calc(var(--tabnav-left, 0)));
            transform: translateX(calc(var(--tabnav-left, 0)));
  }
}
@media (max-aspect-ratio: 7/10) {
  #smart-lock-m2 .tabnav-section .tabnav-wrapper:not(.force-center) {
    padding-right: 8.888889vw;
    padding-left: 8.888889vw;
  }
  #smart-lock-m2 .tabnav-section .tabnav-item {
    font-size: 5.555556vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item, #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-item {
    padding-bottom: 3.333333vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-item:nth-child(n+2), #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-item:nth-child(n+2) {
    margin-left: 8.888889vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-line-horizontal .tabnav-indicator, #smart-lock-m2 .tabnav-section.tabnav-line-vertical .tabnav-indicator {
    height: 0.277778vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-list {
    padding-right: 1.111111vw;
    padding-left: 1.111111vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-item {
    padding: 0 5.555556vw;
    font-size: 3.888889vw;
  }
  #smart-lock-m2 .tabnav-section.tabnav-pill .tabnav-indicator {
    height: 11.111111vw;
  }
}
#smart-lock-m2 .card-border {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px 1px 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3b3343), color-stop(rgba(29, 25, 33, 0.5)), to(#000));
  background-image: linear-gradient(180deg, #3b3343, rgba(29, 25, 33, 0.5), #000);
}
#smart-lock-m2 .card-border-mask {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#211e2b), to(#0e0c15));
  background-image: linear-gradient(180deg, #211e2b, #0e0c15);
}
#smart-lock-m2 .section-fold .sticky::after {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #000;
}
#smart-lock-m2 .section-fold .fold-container {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#smart-lock-m2 .section-fold .fold-wrapper {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0) rotateX(45deg);
          transform: translate3d(0, 0, 0) rotateX(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 260.416667vw;
          perspective: 260.416667vw;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#smart-lock-m2 .section-fold .fold-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#smart-lock-m2 .section-fold .fold-item::after {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
}
#smart-lock-m2 .section-fold .fold-left {
  -webkit-transform: translate3d(0, 0, 0) rotateY(15deg);
          transform: translate3d(0, 0, 0) rotateY(15deg);
  clip-path: inset(0 calc(50% - 1px) 0 0);
}
#smart-lock-m2 .section-fold .fold-left::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 30, 30, 0.3)), to(rgba(255, 255, 255, 0.15)));
  background-image: linear-gradient(90deg, rgba(30, 30, 30, 0.3), rgba(255, 255, 255, 0.15));
}
#smart-lock-m2 .section-fold .fold-right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0) rotateY(-15deg);
          transform: translate3d(0, 0, 0) rotateY(-15deg);
  clip-path: inset(0 0 0 calc(50% - 1px));
}
#smart-lock-m2 .section-fold .fold-right::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
}
#smart-lock-m2 .section-fold.animated .fold-container {
  -webkit-transition: background-color 0.8s 0.2s;
  transition: background-color 0.8s 0.2s;
  background-color: #000;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
#smart-lock-m2 .section-fold.animated .fold-wrapper {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
          transform: translate3d(0, 0, 0) rotateY(0deg);
}
#smart-lock-m2 .section-fold.animated .fold-item::after {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
#smart-lock-m2 .section-fold.animated .fold-left {
  -webkit-transition: clip-path 0s 1s, -webkit-transform 1s;
  transition: clip-path 0s 1s, -webkit-transform 1s;
  transition: transform 1s, clip-path 0s 1s;
  transition: transform 1s, clip-path 0s 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
          transform: translate3d(0, 0, 0) rotateY(0deg);
  clip-path: inset(0 0 0 0);
}
#smart-lock-m2 .section-fold.animated .fold-right {
  -webkit-transition: visibility 0s 1s, -webkit-transform 1s;
  transition: visibility 0s 1s, -webkit-transform 1s;
  transition: visibility 0s 1s, transform 1s;
  transition: visibility 0s 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
          transform: translate3d(0, 0, 0) rotateY(0deg);
  visibility: hidden;
}
#smart-lock-m2 div {
  line-height: 1.6;
}
#smart-lock-m2 .lh-125 {
  line-height: 1.25;
}
#smart-lock-m2 .lh-15 {
  line-height: 1.5;
}
#smart-lock-m2 .nr {
  white-space: nowrap;
  font-style: normal;
  display: inline-block;
  text-decoration: underline;
}
#smart-lock-m2 .section-hero {
  z-index: 1;
  background-color: #fff;
}
#smart-lock-m2 .section-hero .hero-content {
  position: absolute;
  z-index: 10;
  top: 20.833333vw;
  right: 3.125vw;
  width: 33.333333vw;
  height: 100%;
  font-weight: 400;
  color: #fff;
}
#smart-lock-m2 .section-hero .video-container::after {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  content: "";
  background-color: #fff;
}
#smart-lock-m2 .section-hero .inline-video,
#smart-lock-m2 .section-hero .canvas-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#smart-lock-m2 .section-hero .canvas-video {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .section-hero .hero-content {
    top: auto;
    left: 50%;
    bottom: 22.222222vw;
    width: 69.583333vw;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-bottom: 0;
    margin: 0 auto;
    position: static;
  }
  #smart-lock-m2 .section-hero .hero-logo {
    width: 100%;
    margin: 0 auto;
  }
  #smart-lock-m2 .section-hero .video-container {
    aspect-ratio: 1400/1450;
    padding-bottom: 13.888889vw;
  }
}
#smart-lock-m2 .main-bg-color {
  background-image: linear-gradient(181deg, rgba(88, 187, 213, 0.09) 0%, rgba(255, 255, 255, 0.6) 135%);
}
#smart-lock-m2 .main-bg-color .method-title {
  width: 38.697917vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#smart-lock-m2 .main-bg-color .method-title .normal-title {
  font-size: 5vw;
  margin-right: 2.083333vw;
}
#smart-lock-m2 .main-bg-color .method-title .special-part {
  position: relative;
}
#smart-lock-m2 .main-bg-color .method-title .special-part .method-topsvg {
  display: block;
  width: 3.125vw;
  position: absolute;
  left: -1.9375vw;
  top: -2.708333vw;
}
#smart-lock-m2 .main-bg-color .method-title .special-part .artical-txt {
  position: relative;
  z-index: 4;
  margin-bottom: 0.3125vw;
  width: 15.052083vw;
}
#smart-lock-m2 .main-bg-color .method-title .special-part .artical-txt img {
  width: 100%;
}
#smart-lock-m2 .main-bg-color .method-title .special-part .method-bottomsvg {
  display: block;
  width: 3.125vw;
  position: absolute;
  bottom: -2.708333vw;
  right: -2.270833vw;
}
#smart-lock-m2 .main-bg-color .method-title .special-part .method-safesvg {
  display: block;
  width: 19.947917vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -18%;
}
#smart-lock-m2 .main-bg-color .method-title .special-part .method-fingerprint {
  position: absolute;
  top: -1.458333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.291667vw;
  z-index: 1;
}
#smart-lock-m2 .main-bg-color .safe-protect-section .method-title .special-part .artical-txt {
  width: 19.739583vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .main-bg-color .method-title {
    width: 87.083333vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27.777778vw;
  }
  #smart-lock-m2 .main-bg-color .method-title .normal-title {
    font-size: 11.111111vw;
    font-weight: 500;
    margin-right: 4.583333vw;
  }
  #smart-lock-m2 .main-bg-color .method-title .special-part {
    position: relative;
  }
  #smart-lock-m2 .main-bg-color .method-title .special-part .method-topsvg {
    display: block;
    width: 5.416667vw;
    position: absolute;
    left: -4.569444vw;
    top: -3.194444vw;
  }
  #smart-lock-m2 .main-bg-color .method-title .special-part .artical-txt {
    position: relative;
    z-index: 4;
    margin-top: 1.388889vw;
    width: 33.472222vw;
  }
  #smart-lock-m2 .main-bg-color .method-title .special-part .artical-txt img {
    width: 100%;
  }
  #smart-lock-m2 .main-bg-color .method-title .special-part .method-bottomsvg {
    display: block;
    width: 5.416667vw;
    position: absolute;
    bottom: -4.486111vw;
    right: -4.166667vw;
  }
  #smart-lock-m2 .main-bg-color .method-title .special-part .method-safesvg {
    display: block;
    width: 53.194444vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -23%;
  }
  #smart-lock-m2 .main-bg-color .method-title .special-part .method-fingerprint {
    position: absolute;
    top: -2.5vw;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.25vw;
    z-index: 1;
  }
  #smart-lock-m2 .main-bg-color .safe-protect-section .method-title .special-part .artical-txt {
    width: 52.638889vw;
  }
}
#smart-lock-m2 .main-bg-color .safe-protect-title {
  width: 30.3125vw;
  margin-top: 18.28125vw;
}
#smart-lock-m2 .main-bg-color .safe-protect-title .normal-title {
  margin-right: 0.520833vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .main-bg-color .safe-protect-title {
    width: 80.694444vw;
    margin: 0 auto;
  }
  #smart-lock-m2 .main-bg-color .safe-protect-title .normal-title {
    font-size: 13.333333vw;
    margin-right: 1.111111vw;
  }
  #smart-lock-m2 .main-bg-color .safe-protect-title .special-part .artical-txt {
    width: 52.638889vw;
    margin-top: 0.972222vw;
  }
}
#smart-lock-m2 .main-bg-color .second-title {
  font-size: 3.333333vw;
  margin-top: 10.416667vw;
  font-weight: 400;
  text-align: center;
}
#smart-lock-m2 .main-bg-color .title-des {
  font-size: 1.145833vw;
  margin-top: 1.666667vw;
  font-weight: 400;
  color: #8E8E8E;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .main-bg-color .second-title {
    font-size: 8.888889vw;
    margin: 0 auto;
    margin-top: 0;
    width: 51.666667vw;
  }
  #smart-lock-m2 .main-bg-color .title-des {
    width: 82.916667vw;
    margin: 0 auto;
    font-size: 4.444444vw;
    margin-top: 4.444444vw;
  }
}
#smart-lock-m2 .main-bg-color .title-des-pic {
  width: 67.5vw;
  margin: 0 auto;
}
#smart-lock-m2 .main-bg-color .unlock-method {
  margin-top: 10.416667vw;
  text-align: center;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .second-title {
  font-size: 3.333333vw;
  margin-top: 10.416667vw;
  font-weight: 400;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des {
  font-size: 1.145833vw;
  margin-top: 1.666667vw;
  font-weight: 400;
  color: #8E8E8E;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic {
  width: 67.5vw;
  margin: 0 auto;
  position: relative;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des {
  z-index: 3;
  position: absolute;
  top: 12.291667vw;
  left: 9.114583vw;
  width: 12.760417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des .txt-des-item {
  text-align: start;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des .txt-des-item .special-text {
  font-size: 2.5vw;
  margin-bottom: 0.416667vw;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 1.25;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#56BAD5));
  background-image: linear-gradient(0deg, #FFFFFF 0%, #56BAD5 100%);
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des .txt-des-item .normal-text {
  font-size: 1.145833vw;
  font-weight: 400;
  margin-bottom: 0.697917vw;
  font-size: 1.145833vw;
  color: #FFFFFF;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des .txt-des-item:nth-child(1) {
  margin-bottom: 5.364583vw;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special {
  position: absolute;
  top: 8.385417vw;
  left: 5.104167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 29.53125vw;
  z-index: 6;
  text-align: center;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.46875vw;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item img {
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 0 auto;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item .item-txt {
  font-size: 1.145833vw;
  color: #6F6F6F;
  margin-top: 1.041667vw;
  font-weight: 400;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item-1-1 {
  width: 9.739583vw;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item-2-1 {
  width: 9.739583vw;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item-1-2 {
  width: 8.072917vw;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item-2-2 {
  width: 8.072917vw;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item-1-3 {
  width: 8.072917vw;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item-2-3 {
  width: 8.072917vw;
}
#smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line:nth-child(1) {
  margin-top: 0;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .main-bg-color .unlock-method {
    margin-top: 10.416667vw;
    text-align: center;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .second-title {
    font-size: 8.888889vw;
    margin: 0 auto;
    margin-top: 27.777778vw;
    font-weight: 400;
    width: 64.444444vw;
    text-align: center;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des {
    font-size: 4.444444vw;
    width: 82.916667vw;
    margin: 0 auto;
    margin-top: 4.444444vw;
    font-weight: 400;
    color: #8E8E8E;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic {
    width: 91.111111vw;
    margin: 0 auto;
    position: relative;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic img {
    border-radius: 4.166667vw;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des {
    z-index: 3;
    position: absolute;
    top: auto;
    bottom: 7.083333vw;
    left: 50%;
    width: 58.708333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des .txt-des-item {
    text-align: center;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des .txt-des-item .special-text {
    font-size: 6.666667vw;
    margin-bottom: 0.260417vw;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    line-height: 1.25;
    margin-bottom: 2.875vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#56BAD5));
    background-image: linear-gradient(0deg, #FFFFFF 0%, #56BAD5 100%);
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des .txt-des-item .normal-text {
    font-size: 4.444444vw;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 1.25;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .title-des-pic .txt-des .txt-des-item:nth-child(1) {
    margin-bottom: 0;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 78.194444vw;
    margin: 0 auto;
    margin-top: 9.861111vw;
    text-align: center;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 11.111111vw;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 21.388889vw;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item img {
    width: 12.5vw;
    height: 12.5vw;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line .special-item .item-txt {
    font-size: 3.333333vw;
    color: #6F6F6F;
    margin-top: 2.916667vw;
    font-weight: 400;
  }
  #smart-lock-m2 .main-bg-color .unlock-method .methods-way .highlight-special .special-line:nth-child(1) {
    margin-top: 0;
  }
}
#smart-lock-m2 .main-bg-color .safe-protect {
  margin-top: 17.96875vw;
  margin-bottom: 10.416667vw;
  text-align: center;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .main-bg-color .safe-protect-section {
    margin-bottom: 27.777778vw;
  }
  #smart-lock-m2 .main-bg-color .safe-protect-section .safe-protect-title {
    margin-bottom: 48.194444vw;
    margin-top: 48.333333vw;
  }
  #smart-lock-m2 .main-bg-color .safe-protect {
    margin-top: 48.333333vw;
    text-align: center;
  }
  #smart-lock-m2 .main-bg-color .title-des-pic {
    width: 91.111111vw;
    margin: 0 auto;
  }
  #smart-lock-m2 .main-bg-color .title-des-pic .picture {
    border-radius: 4.166667vw;
  }
}
#smart-lock-m2 .main-bg-color .lock-core {
  width: 67.5vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-pic {
  width: 35.208333vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-pic .notemark {
  font-size: max(8px, 0.625vw);
  font-weight: 500;
  margin-top: 1.25vw;
  color: #7B7B7B;
  text-align: end;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt {
  margin-left: 1.09375vw;
  font-weight: 400;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .title {
  font-size: 3.333333vw;
  margin-bottom: 1.666667vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .lock-core-des {
  font-size: 1.145833vw;
  color: #8E8E8E;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des {
  margin-top: 3.958333vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart {
  color: #6F6F6F;
  margin-bottom: 2.291667vw;
  width: 15vw;
  padding-right: 0.364583vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt .small-txt {
  font-size: 1.145833vw;
  font-weight: 400;
  margin-bottom: 0.3125vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt .large-txt {
  font-size: 1.666667vw;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.364583vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt .large-txt .difficult-text {
  width: 5vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt .large-txt .picture {
  width: 0.876042vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt .large-txt .picture .position-up-arrow {
  width: 100%;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-img {
  width: 100%;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .hard-level {
  width: 16.770833vw;
  padding-right: 0.364583vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .hard-level .level-img {
  width: 100%;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level {
  color: #000;
  width: 25.3125vw;
  padding-right: 0.625vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level .level-img {
  width: 100%;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level .large-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.876042vw;
}
#smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level .large-txt .position-up-arrow {
  margin-top: 0.520833vw;
  margin-left: 0.104167vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .main-bg-color .lock-core {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 91.111111vw;
    position: absolute;
    top: 47.083333vw;
    left: 4.444444vw;
    margin-top: 8.888889vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-pic .picture {
    border-radius: 4.166667vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-pic .notemark {
    font-size: 3.333333vw;
    font-weight: 500;
    margin-top: 3.333333vw;
    color: #7B7B7B;
    text-align: center;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt {
    width: 83.888889vw;
    margin: 0 auto;
    font-weight: 400;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .title {
    font-size: 8.888889vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .lock-core-des {
    font-size: 4.444444vw;
    color: #8E8E8E;
    font-weight: 400;
    margin-top: 4.444444vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des {
    margin-top: 127.083333vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart {
    color: #6F6F6F;
    margin-bottom: 6.666667vw;
    width: 64.305556vw;
    padding-right: 0.364583vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt .small-txt {
    font-size: 4.722222vw;
    font-weight: 400;
    margin-bottom: 0.833333vw;
    line-height: 1.25;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt .large-txt {
    font-size: 4.722222vw;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0.833333vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-txt .large-txt .difficult-text {
    width: auto;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .level-chart .level-img {
    width: 100%;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .hard-level {
    width: 74.027778vw;
    padding-right: 0.364583vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .hard-level .level-img {
    width: 100%;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level {
    color: #000;
    width: 83.888889vw;
    padding-right: 0.625vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level .level-img {
    width: 100%;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level .level-txt .large-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17.222222vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level .level-txt .large-txt .difficult-text {
    width: 17.222222vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level .level-txt .large-txt .picture {
    width: 2.5vw;
  }
  #smart-lock-m2 .main-bg-color .lock-core .lock-core-txt .charts-des .difficult-level .level-txt .large-txt .position-up-arrow {
    width: 2.5vw;
    margin-bottom: 0;
    margin-top: 2.361111vw;
    margin-left: 0px;
  }
}
#smart-lock-m2 .main-bg-color .alarm-alarm .second-title {
  margin-top: 10.416667vw;
  margin-bottom: 2.8125vw;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type {
  width: 67.5vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.666667vw;
  padding-bottom: 8.333333vw;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item {
  width: 9.895833vw;
  position: relative;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-bg {
  width: 100%;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-bg img {
  border-radius: 0.833333vw;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team {
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team .plus-show-mask {
  will-change: opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.979167vw;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team .plus-show-mask img {
  width: 4.6875vw;
  border-radius: 0.833333vw;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team .plus-show-mask .alarm-txt {
  text-align: center;
  padding: 0 1.302083vw;
  font-size: 1.041667vw;
  font-weight: 400;
  margin-top: 0.625vw;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team .multiplication-show-mask {
  will-change: opacity;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  width: 8.020833vw;
  top: 1.25vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
  font-size: 1.041667vw;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .open-des .plus-show-mask {
  opacity: 0;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .open-des .multiplication-show-mask {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-plus-btn {
  cursor: pointer;
  will-change: transform;
  position: absolute;
  bottom: 0.364583vw;
  right: 0.3125vw;
  width: 1.041667vw;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 9;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-plus-btn img {
  width: 100%;
}
#smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .turn-rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .main-bg-color .alarm-alarm .second-title {
    margin-top: 22.222222vw;
    margin-bottom: 0;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type {
    width: 90.833333vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
    padding-bottom: 0;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item {
    width: 28.75vw;
    position: relative;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-bg {
    width: 100%;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-bg .picture {
    width: 28.75vw;
    height: 31.944444vw;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-bg .picture img {
    width: 100%;
    border-radius: 0.833333vw;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team {
    z-index: 9;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team .plus-show-mask {
    will-change: opacity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4.722222vw;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team .plus-show-mask img {
    width: 12.5vw;
    border-radius: 0.833333vw;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team .plus-show-mask .alarm-txt {
    text-align: center;
    padding: 0 1.302083vw;
    font-size: 3.333333vw;
    font-weight: 400;
    margin-top: 1.805556vw;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-pic-team .multiplication-show-mask {
    will-change: opacity;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    top: 3.333333vw;
    left: 50%;
    font-weight: 400;
    font-size: 3.333333vw;
    width: 24.027778vw;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .open-des .plus-show-mask {
    opacity: 0;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .open-des .multiplication-show-mask {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-plus-btn {
    will-change: transform;
    position: absolute;
    bottom: 0.972222vw;
    right: 0.833333vw;
    width: 2.777778vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .icon-plus-btn img {
    width: 100%;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item .turn-rotate {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item:nth-child(1) {
    margin-top: 6.666667vw;
    margin-bottom: 4.166667vw;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item:nth-child(2) {
    margin-top: 6.666667vw;
    margin-bottom: 4.166667vw;
  }
  #smart-lock-m2 .main-bg-color .alarm-alarm .alarm-type .alarm-item:nth-child(3) {
    margin-top: 6.666667vw;
    margin-bottom: 4.166667vw;
  }
}
#smart-lock-m2 .endurance-content .endurance {
  text-align: center;
  width: 67.5vw;
  margin: 0 auto;
  margin-top: 8.333333vw;
}
#smart-lock-m2 .endurance-content .endurance .title {
  font-size: 3.333333vw;
  font-weight: 400;
  margin-bottom: 1.666667vw;
}
#smart-lock-m2 .endurance-content .endurance .txt-des {
  font-size: 1.145833vw;
  font-weight: 400;
  color: #8E8E8E;
}
#smart-lock-m2 .endurance-content .endurance .pic-part {
  width: 67.5vw;
}
#smart-lock-m2 .endurance-content .endurance .num-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15.833333vw;
  margin-top: 3.333333vw;
}
#smart-lock-m2 .endurance-content .endurance .num-des .num-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#smart-lock-m2 .endurance-content .endurance .num-des .num-item .art-word {
  font-size: 2.5vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.25;
  /* Chrome 10+, Safari 5.1+ */
  /* Firefox 3.6+ */
  /* Opera 11.10+ */
  background-image: linear-gradient(183deg, #FFFFFF -30%, #70C5DB 58%, #224E59 110%);
  /* 标准的语法 */
}
#smart-lock-m2 .endurance-content .endurance .num-des .num-item .art-word-txt {
  margin-top: 0.416667vw;
  font-size: 1.145833vw;
  font-weight: 400;
  color: #8E8E8E;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .endurance-content .endurance {
    text-align: center;
    width: 100%;
    margin-top: 27.777778vw;
  }
  #smart-lock-m2 .endurance-content .endurance .title {
    width: 35.555556vw;
    margin: 0 auto;
    font-size: 8.888889vw;
    font-weight: 400;
    margin-bottom: 4.444444vw;
  }
  #smart-lock-m2 .endurance-content .endurance .txt-des {
    font-size: 4.444444vw;
    font-weight: 400;
    color: #8E8E8E;
    width: 82.916667vw;
    margin: 0 auto;
  }
  #smart-lock-m2 .endurance-content .endurance .pic-part {
    width: 91.111111vw;
    margin: 0 auto;
  }
  #smart-lock-m2 .endurance-content .endurance .num-des {
    width: 70.277778vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-top: 6.666667vw;
  }
  #smart-lock-m2 .endurance-content .endurance .num-des .num-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #smart-lock-m2 .endurance-content .endurance .num-des .num-item .art-word {
    font-size: 6.666667vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.25;
    /* Chrome 10+, Safari 5.1+ */
    /* Firefox 3.6+ */
    /* Opera 11.10+ */
    background-image: linear-gradient(183deg, #FFFFFF -30%, #70C5DB 58%, #224E59 110%);
    /* 标准的语法 */
  }
  #smart-lock-m2 .endurance-content .endurance .num-des .num-item .art-word-txt {
    margin-top: 1.805556vw;
    font-size: 3.055556vw;
    font-weight: 400;
    color: #8E8E8E;
    line-height: 1.25;
  }
}
#smart-lock-m2 .durable .durable-title {
  display: block;
  width: 40.364583vw;
  margin: 0 auto;
  margin-top: 21.354167vw;
  height: auto;
}
#smart-lock-m2 .durable .durable-title .special-part .m2-svg {
  position: absolute;
  top: -10.416667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30.208333vw;
  z-index: 1;
}
#smart-lock-m2 .durable .durable-title .special-part .special-text {
  width: 40.625vw;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}
#smart-lock-m2 .durable .durable-title .normal-title {
  display: block;
  width: 39.583333vw;
  font-size: 5vw;
  text-align: center;
}
#smart-lock-m2 .durable .durable-title .title-des-more {
  margin-top: 1.666667vw;
  font-size: 1.145833vw;
  font-weight: 400;
  text-align: center;
  color: #8E8E8E;
}
#smart-lock-m2 .durable .lock-material {
  margin-top: 6.770833vw;
}
#smart-lock-m2 .durable .lock-material .material-pic-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.40625vw;
  margin: 0 auto;
}
#smart-lock-m2 .durable .lock-material .material-pic-txt .material-pic {
  width: 32.552083vw;
}
#smart-lock-m2 .durable .lock-material .material-pic-txt .material-pic img {
  width: 100%;
}
#smart-lock-m2 .durable .lock-material .material-pic-txt .material-txt {
  margin-left: 9.635417vw;
  margin-top: 11.822917vw;
  width: 24.21875vw;
}
#smart-lock-m2 .durable .lock-material .material-pic-txt .material-txt .txt-title {
  font-size: 3.333333vw;
  font-weight: 400;
}
#smart-lock-m2 .durable .lock-material .material-pic-txt .material-txt .txt-des {
  font-size: 1.145833vw;
  margin-top: 1.666667vw;
  color: #8E8E8E;
  font-weight: 400;
}
#smart-lock-m2 .durable .waterproof {
  margin-top: 10.416667vw;
}
#smart-lock-m2 .durable .waterproof .waterproof-part {
  width: 66.71875vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt {
  margin-top: 7.34375vw;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .txt-title {
  font-size: 3.333333vw;
  font-weight: 400;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .txt-des {
  font-size: 1.145833vw;
  margin-top: 1.666667vw;
  color: #8E8E8E;
  font-weight: 400;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .waterproof-icon {
  width: 20.572917vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.166667vw;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .waterproof-icon .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .waterproof-icon .icon-item img {
  width: 3.541667vw;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .waterproof-icon .icon-item .icon-txt {
  color: #8E8E8E;
  font-size: 1.145833vw;
  font-weight: 400;
  margin-top: 0.677083vw;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-pic {
  width: 39.479167vw;
}
#smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-pic img {
  width: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .durable .durable-title {
    display: block;
    width: 87.083333vw;
    margin: 0 auto;
    margin-top: 46.805556vw;
    height: auto;
  }
  #smart-lock-m2 .durable .durable-title .special-part .m2-svg {
    position: absolute;
    top: -19.166667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60.597222vw;
    z-index: 1;
  }
  #smart-lock-m2 .durable .durable-title .special-part .special-text {
    width: 87.083333vw;
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  #smart-lock-m2 .durable .durable-title .normal-title {
    display: block;
    width: 66.666667vw;
    font-size: 11.111111vw;
    margin: 0 auto;
    margin-top: 0.833333vw;
    text-align: center;
  }
  #smart-lock-m2 .durable .durable-title .title-des-more {
    width: 84.444444vw;
    margin: 0 auto;
    margin-top: 4.444444vw;
    text-align: center;
    font-size: 4.444444vw;
  }
  #smart-lock-m2 .durable .lock-material {
    margin-top: 27.777778vw;
  }
  #smart-lock-m2 .durable .lock-material .material-pic-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #smart-lock-m2 .durable .lock-material .material-pic-txt .material-pic {
    width: 91.111111vw;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 8.888889vw;
  }
  #smart-lock-m2 .durable .lock-material .material-pic-txt .material-pic img {
    width: 100%;
  }
  #smart-lock-m2 .durable .lock-material .material-pic-txt .material-txt {
    margin-left: 9.635417vw;
    margin-top: 11.822917vw;
    width: 84.444444vw;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #smart-lock-m2 .durable .lock-material .material-pic-txt .material-txt .txt-title {
    font-size: 8.888889vw;
    font-weight: 400;
    text-align: center;
  }
  #smart-lock-m2 .durable .lock-material .material-pic-txt .material-txt .txt-des {
    font-size: 4.444444vw;
    margin-top: 4.444444vw;
    color: #8E8E8E;
    font-weight: 400;
    text-align: center;
  }
  #smart-lock-m2 .durable .waterproof {
    margin-top: 10.416667vw;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part {
    width: 100%;
    display: block;
    position: relative;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt {
    margin-top: 27.777778vw;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .txt-title {
    font-size: 8.888889vw;
    width: 63.055556vw;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .txt-des {
    font-size: 4.444444vw;
    color: #8E8E8E;
    width: 84.444444vw;
    text-align: center;
    margin: 0 auto;
    margin-top: 4.444444vw;
    font-weight: 400;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .waterproof-icon {
    width: 73.472222vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 121.805556vw;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .waterproof-icon .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .waterproof-icon .icon-item img {
    width: 12.5vw;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-txt .waterproof-icon .icon-item .icon-txt {
    color: #8E8E8E;
    font-size: 4.444444vw;
    margin-top: 2.222222vw;
    font-weight: 400;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-pic {
    width: 91.111111vw;
    position: absolute;
    left: 50%;
    top: 48.333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 8.888889vw;
  }
  #smart-lock-m2 .durable .waterproof .waterproof-part .waterproof-pic img {
    width: 100%;
  }
}
#smart-lock-m2 .quality-data {
  margin-top: 10.416667vw;
  margin-bottom: 8.333333vw;
}
#smart-lock-m2 .quality-data .data-title {
  text-align: center;
}
#smart-lock-m2 .quality-data .data-title .main-title {
  font-size: 3.333333vw;
  font-weight: 400;
}
#smart-lock-m2 .quality-data .data-title .title-des {
  font-size: 1.145833vw;
  font-weight: 400;
  color: #8E8E8E;
  margin-top: 1.666667vw;
}
#smart-lock-m2 .quality-data .quality-data-pic {
  width: 100%;
}
#smart-lock-m2 .quality-data .quality-data-pic img {
  width: 100%;
}
#smart-lock-m2 .quality-data .quality-data-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 67.5vw;
  margin: 0 auto;
  background-color: rgba(207, 236, 240, 0.24);
  border-radius: 0.833333vw;
  margin-top: 1.354167vw;
  padding-left: 3.4375vw;
  padding-top: 3.4375vw;
  padding-right: 3.59375vw;
  padding-bottom: 1.875vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.083333vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .data-num {
  color: #55BAD5;
  font-size: 2.5vw;
  line-height: 1.25;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .data-des {
  margin-top: 0.416667vw;
  text-align: center;
  font-weight: 400;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .data-icon-pic {
  margin-bottom: 0;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .thermometer, #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .water-drop {
  width: 2.1875vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-1 {
  width: 13.489583vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-2 {
  width: 13.020833vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-3 {
  width: 11.197917vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-3 .data-num {
  white-space: nowrap;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-4 {
  width: 12.1875vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-1 {
  width: 13.489583vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-2 {
  width: 13.020833vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-3 {
  width: 11.197917vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-3 .data-num {
  white-space: nowrap;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-4 {
  width: 12.1875vw;
}
#smart-lock-m2 .quality-data .quality-data-des .data-flex:nth-child(2) .data-des-item {
  margin-bottom: 0;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .quality-data {
    margin-top: 27.777778vw;
    margin-bottom: 22.638889vw;
  }
  #smart-lock-m2 .quality-data .data-title {
    text-align: center;
  }
  #smart-lock-m2 .quality-data .data-title .main-title {
    font-size: 8.888889vw;
    font-weight: 400;
    width: 51.666667vw;
    margin: 0 auto;
  }
  #smart-lock-m2 .quality-data .data-title .title-des {
    font-size: 4.444444vw;
    font-weight: 400;
    color: #8E8E8E;
    width: 84.444444vw;
    margin: 0 auto;
    margin-top: 4.444444vw;
  }
  #smart-lock-m2 .quality-data .quality-data-pic {
    width: 100%;
  }
  #smart-lock-m2 .quality-data .quality-data-pic img {
    width: 100%;
  }
  #smart-lock-m2 .quality-data .quality-data-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 91.111111vw;
    margin: 0 auto;
    background-color: rgba(207, 236, 240, 0.24);
    border-radius: 2.222222vw;
    margin-top: 6.388889vw;
    padding-left: 7.222222vw;
    padding-top: 8.166667vw;
    padding-right: 6.527778vw;
    padding-bottom: 8.888889vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.083333vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .data-num {
    color: #55BAD5;
    font-size: 6.666667vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .data-des {
    font-size: 3.333333vw;
    text-align: center;
    font-weight: 400;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .data-icon-pic {
    margin-bottom: 0.677083vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .thermometer {
    width: 5.081944vw;
    margin-bottom: 3.402778vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item .water-drop {
    width: 5.956944vw;
    margin-bottom: 2.083333vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-1 {
    width: 36.944444vw;
    margin-bottom: 10.138889vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-2 {
    width: 36.944444vw;
    margin-bottom: 10.138889vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-3 {
    width: 36.944444vw;
    margin-bottom: 10.138889vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-1-4 {
    width: 36.944444vw;
    margin-bottom: 10.138889vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-1 {
    width: 36.944444vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-2 {
    width: 36.944444vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-3 {
    width: 36.944444vw;
    margin-top: 10.972222vw;
  }
  #smart-lock-m2 .quality-data .quality-data-des .data-flex .data-des-item-2-4 {
    width: 36.944444vw;
    margin-top: 10.972222vw;
  }
}
#smart-lock-m2 .light-blue-part {
  background-color: #F4FBFC;
}
#smart-lock-m2 .light-blue-part .door-handle {
  text-align: center;
  width: 67.5vw;
  margin: 0 auto;
  margin-top: 8.333333vw;
  padding-top: 7.8125vw;
}
#smart-lock-m2 .light-blue-part .door-handle .title {
  font-size: 3.333333vw;
  font-weight: 400;
  margin-bottom: 1.666667vw;
}
#smart-lock-m2 .light-blue-part .door-handle .txt-des {
  font-size: 1.145833vw;
  font-weight: 400;
  color: #8E8E8E;
}
#smart-lock-m2 .light-blue-part .door-handle .pic-part {
  width: 67.5vw;
  margin-top: 3.333333vw;
}
#smart-lock-m2 .light-blue-part .door-handle .pic-part img {
  width: 100%;
}
#smart-lock-m2 .light-blue-part .door-handle2 {
  margin-top: 10.416667vw;
  padding-top: 0;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .light-blue-part .door-handle {
    text-align: center;
    width: 100%;
    margin-top: 8.333333vw;
    padding-top: 20.972222vw;
  }
  #smart-lock-m2 .light-blue-part .door-handle .title {
    font-size: 8.888889vw;
    font-weight: 400;
    width: 54.166667vw;
    margin: 0 auto;
    margin-bottom: 1.666667vw;
  }
  #smart-lock-m2 .light-blue-part .door-handle .txt-des {
    font-size: 4.444444vw;
    width: 84.444444vw;
    margin: 0 auto;
    margin-top: 4.444444vw;
    font-weight: 400;
    color: #8E8E8E;
  }
  #smart-lock-m2 .light-blue-part .door-handle .pic-part {
    width: 91.111111vw;
    margin: 0 auto;
  }
  #smart-lock-m2 .light-blue-part .door-handle .pic-part img {
    width: 100%;
  }
  #smart-lock-m2 .light-blue-part .door-handle2 {
    margin-top: 26.527778vw;
    padding-top: 0;
  }
}
#smart-lock-m2 .light-blue-part .linkage {
  margin-top: 10.416667vw;
}
#smart-lock-m2 .light-blue-part .linkage .title {
  font-size: 3.333333vw;
  font-weight: 400;
  margin-bottom: 1.666667vw;
  width: 40.885417vw;
  margin: 0 auto;
  text-align: center;
}
#smart-lock-m2 .light-blue-part .linkage .txt-des {
  font-size: 1.145833vw;
  font-weight: 400;
  color: #8E8E8E;
  width: 40.885417vw;
  margin: 0 auto;
  text-align: center;
  margin-top: 2.083333vw;
}
#smart-lock-m2 .light-blue-part .linkage .linkage-swiper {
  width: 67.5vw;
}
#smart-lock-m2 .light-blue-part .linkage .linkage-swiper .txt-des {
  color: #55BAD5;
  margin-top: 1.822917vw;
  font-size: 1.145833vw;
  font-weight: 500;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container {
  margin-top: 1.5625vw;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13.020833vw;
  margin: 0 auto;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper .arrownav-item {
  width: 3.125vw;
  height: 3.125vw;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper .arrownav-item img {
  width: 100%;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper .arrownav-item:hover {
  opacity: 0.6;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper .arrownav-disabled {
  opacity: 0.3;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper .arrownav-disabled:hover {
  opacity: 0.3;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper .swiper-pagination {
  width: 3.385417vw;
  margin: 0 1.5625vw;
  line-height: 3.125vw;
  position: static;
  color: #9BD0E5;
  font-size: 1.666667vw;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper .swiper-pagination .swiper-pagination-total {
  color: #9BD0E5;
}
#smart-lock-m2 .light-blue-part .linkage .navigation-container .navigation-wrapper .swiper-pagination .swiper-pagination-current {
  color: #55BAD5;
}
#smart-lock-m2 .light-blue-part .app-introduction {
  width: 67.5vw;
  margin: 0 auto;
  margin-top: 10.416667vw;
  text-align: center;
}
#smart-lock-m2 .light-blue-part .app-introduction .title {
  font-size: 3.333333vw;
  font-weight: 400;
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-des {
  font-size: 1.145833vw;
  font-weight: 400;
  color: #8E8E8E;
  margin-top: 1.666667vw;
  margin-bottom: 3.333333vw;
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item {
  background-color: rgba(156, 211, 234, 0.2);
  position: relative;
  width: 33.177083vw;
  height: 40.989583vw;
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .pic-part {
  width: 23.177083vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part {
  padding-top: 2.083333vw;
  padding-left: 2.083333vw;
  text-align: start;
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part .mini-title {
  font-size: 1.666667vw;
  font-weight: 400;
  line-height: 1.25;
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part .txt-des {
  font-size: 1.145833vw;
  font-weight: 400;
  color: #8E8E8E;
  margin: 0;
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part .different-space-1 {
  margin-bottom: 0.833333vw;
}
#smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part .different-space-2 {
  margin-bottom: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .light-blue-part .app-introduction {
    width: 100%;
    margin-top: 26.527778vw;
    text-align: center;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .title {
    font-size: 8.888889vw;
    width: 72.5vw;
    margin: 0 auto;
    font-weight: 400;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-des {
    font-size: 4.444444vw;
    font-weight: 400;
    color: #8E8E8E;
    width: 84.444444vw;
    margin: 0 auto;
    margin-top: 4.444444vw;
    margin-bottom: 11.944444vw;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item {
    background-color: rgba(156, 211, 234, 0.2);
    position: relative;
    width: 88.472222vw;
    margin: 0 auto;
    height: 125.477778vw;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .pic-part {
    width: 61.805556vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part {
    padding-top: 5.555556vw;
    padding-left: 5.555556vw;
    text-align: start;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part .mini-title {
    font-size: 4.444444vw;
    font-weight: 400;
    line-height: 1.25;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part .txt-des {
    font-size: 4.444444vw;
    font-weight: 400;
    color: #8E8E8E;
    width: 72.5vw;
    margin-top: 2.569444vw;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part .different-space-1 {
    margin-bottom: 0;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item .txt-part .different-space-2 {
    margin-bottom: 0;
  }
  #smart-lock-m2 .light-blue-part .app-introduction .txt-pic .txt-pic-item:nth-child(1) {
    margin-bottom: 4.444444vw;
  }
}
#smart-lock-m2 .symbol-xs {
  display: inline-block;
}
#smart-lock-m2 .symbol-lg {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .rounded-30 {
    border-radius: 4.166667vw;
  }
  #smart-lock-m2 .main-bg-color {
    background-image: linear-gradient(181deg, rgba(88, 187, 213, 0.09) 0%, rgba(255, 255, 255, 0.6) 97%);
  }
  #smart-lock-m2 .symbol-xs {
    display: none;
  }
}
#smart-lock-m2 .section-footnote {
  font-size: 12px;
  padding-bottom: 80px;
  background-color: #F4FBFC;
}
#smart-lock-m2 .section-footnote i {
  position: absolute;
  bottom: 0;
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transform: translateY(-4.2px);
          transform: translateY(-4.2px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23e7e7e8'/%3E%3Cpath d='M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194' transform='translate(3.411 12.076) rotate(-90)' fill='%23000'/%3E%3C/svg%3E") center/100% no-repeat;
}
@media (min-width: 1920px) {
  #smart-lock-m2 .section-footnote {
    font-size: 0.625vw;
  }
  #smart-lock-m2 .section-footnote i {
    width: 0.833333vw;
    height: 0.833333vw;
    -webkit-transform: translateY(calc(-0.0833335vw - 1px));
            transform: translateY(calc(-0.0833335vw - 1px));
  }
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .section-footnote {
    font-size: 3.3333333333vw;
  }
  #smart-lock-m2 .section-footnote i {
    width: 4.722222vw;
    height: 4.722222vw;
    -webkit-transform: translateY(calc(-0.1571433vw - 1px));
            transform: translateY(calc(-0.1571433vw - 1px));
  }
}
#smart-lock-m2 .section-footnote ul,
#smart-lock-m2 .section-footnote ol {
  font-size: inherit;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}
#smart-lock-m2 .section-footnote li {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: inherit;
  color: #85858a;
}
#smart-lock-m2 .section-footnote li.current {
  color: #d5d5db;
}
#smart-lock-m2 .section-footnote li.current i {
  display: inline-block;
}
#smart-lock-m2 .section-footnote li.asterisk {
  list-style-type: "*";
}
#smart-lock-m2 .section-footnote li.disclaimer {
  list-style-type: none;
}
#smart-lock-m2 .section-footnote ol li {
  list-style-type: decimal;
}
#smart-lock-m2 .section-footnote a {
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
}
html[lang=zh-CN] #smart-lock-m2 .section-footnote {
  font-size: 14px;
}
@media (max-aspect-ratio: 11/10) {
  html[lang=zh-CN] #smart-lock-m2 .section-footnote {
    font-size: 3.3333333333vw;
  }
}
html[lang=zh-CN] #smart-lock-m2 .section-footnote li {
  color: #000000;
}
html[lang=zh-CN] #smart-lock-m2 .section-footnote li.current {
  font-weight: 800;
  color: #000000;
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 br.xs {
    display: block;
  }
  #smart-lock-m2 .section-footnote {
    padding-top: 27.777778vw;
  }
}
@media (max-aspect-ratio: 11/10) {
  #smart-lock-m2 .main-bg-color .section-highlights {
    margin-top: 22.222222vw;
  }
  #smart-lock-m2 .main-bg-color .section-highlights .swiper {
    width: 82.222222vw;
  }
}/*# sourceMappingURL=main.css.map */