@charset "UTF-8";

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus,
div,
img,
span.swiper-pagination-bullet {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

::selection {
  background: #eee;
  color: #666;
}

#HW-p {
  width: 100%;
  min-width: 1px;
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

#HW-p * {
  font-family: 'HuaweiFont', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

strong {
  font-weight: bold;
}

Section {
  position: relative;
  /* overflow: hidden; */
  height: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'HuaweiFont', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  will-change: transform;
  line-height: 0;
  font-size: 0;
  margin: 0 auto;
}

.HW-p-Container {
  width: 90%;
  max-width: 1280px;
  height: inherit;
  margin: 0 auto;
  position: relative;
  font-family: 'HuaweiFont', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.HW-p-copyContainer {
  width: 90%;
  max-width: 850px;
  height: inherit;
  margin: 0 auto;
  position: relative;
  font-family: 'HuaweiFont', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.HW-p-Container-1920 {
  width: 100%;
  max-width: 1920px;
  height: inherit;
  margin: 0 auto;
  position: relative;
  font-family: 'HuaweiFont', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.oh {
  overflow: hidden;
}

.imgFluid {
  width: 100%;
  height: auto;
}

.HW-p-Container:after {
  content: '';
  clear: both;
}

.HW-p-Container-fluid {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  font-family: 'HuaweiFont', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.HW-p-Container-1920 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
  font-family: 'HuaweiFont', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.rlt {
  width: 100%;
  height: 100%;
  position: relative;
}

.kvWrap {
  width: 22.4vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 24vw;
  top: 0;
  color: #ffffff;
}

.kv_subtitle {
  font-size: 1.2vw;
  line-height: 1.2;
  color: #ffffff;
}

h2.kvTitle {
  padding-top: 20px;
  font-size: 2.8vw;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}

h2.sectionTitle {
  line-height: 1.2;
  font-size: 2.6vw;
  font-weight: bold;
  padding-bottom: 2vw;
}

.mainContent {
  font-size: 1.1vw;
  line-height: 1.5;
}

.realTimeWrap {
  width: 67.7vw;
  margin: 0 auto;
  padding-top: 0px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.copys_left {
  width: 30.30vw;
}

.copys_right {
  width: 30.72vw;
}

.fullimg {
  padding-top: 60px;
  /* padding-bottom:100px; */
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.outdoorCopyWrap,
.indoorCopyWrap {
  width: 67.7vw;
  margin: 0 auto;
  padding-top: 80px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.outdoorCopy,
.indoorCopy {
  width: 31.25vw;
  min-height: 13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.outdoorIcon,
.indoorIcon {
  width: 23.43vw;
  height: 100%;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 13vw;
}

.copys {
  width: 100%;
  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;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.sportsIcos {
  width: 5.72vw;
}

.outdoorSwiper,
.indoorSwiper {
  width: 67.7vw;
  margin: 60px auto 0 auto;
  position: relative;
  overflow: hidden;
}

.copyLeftWrap {
  width: 26.04vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 16.15vw;
  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;
}

.copyRightWrap {
  width: 26.04vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 16.15vw;
  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;
}

.fiximg {
  padding-top: 100px;
  width: 67.18vw;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.dotGroup {
  padding-top: 2vw;
  width: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dots {
  width: 5.729vw;
  height: 5.729vw;
  display: block;
  border-radius: 50%;
  margin-right: 2vw;
}

.dot1 {
  background-color: #e1eff7;
}

.dot2 {
  background-color: #6b92a9;
}

.dot3 {
  background-color: #e1eff7;
}



.fiximg2 {
  margin-top: 100px;
  width: 67.18vw;
  position: relative;
  margin: 60px auto 0 auto;
  overflow: hidden;
}

.moodWrap {
  width: 100%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.moodSwiper {
  width: 22.86vw;
  position: relative;
  overflow: hidden;
  -ms-overflow: hidden;
}

.moodWrap .swiper-button-next,
.moodWrap .swiper-button-prev {
  position: relative;
  top: auto;
  width: 40px;
  height: 100px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  background-size: 23px 42px;
  background-position: center;
  background-repeat: no-repeat;
}

.watchCoverHold {
  opacity: 1;
}

.wlineL {
  height: 100%;
  width: 34px;
  position: absolute;
  top: 0;
  left: -34px;
  z-index: 444;
}

.wlineR {
  height: 100%;
  width: 34px;
  position: absolute;
  top: 0;
  right: -34px;
  z-index: 444;
}

.watchCover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  width: 100%;
}



.MoodsSwiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-overflow-style: none;
}

.moodWrap .swiper-button-prev,
.moodWrap .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/arrow_prev.png);
  /* left: 10px; */
  right: auto;
}

.moodWrap .swiper-button-next,
.moodWrap .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/arrow_prev.png);
  /* right: 10px; */
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-scrollbar {
  margin: 60px auto 0 auto;
  width: 20vw;
  height: 3px;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 1);
  border-radius: 0px;
  left: 0;
  top: 0;
}

.swiper-scrollbar {
  border-radius: 0px;
  position: relative;
  touch-action: none;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

#triggerPlayback.m140,
#triggerSleep.m140,
#triggerPressure.m140,
#triggerAllDay.m140,
#triggerEveryday.m140 {
  margin-top: 240px;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
}

section.Everyday .swiper-pagination {
  margin-top: 60px;
  position: relative;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: auto;
  left: auto;
  margin: 60px auto 0 auto;
}

section.Everyday .swiper-pagination-bullet {
  width: 80px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .2;
  border: none !important;
}

section.Everyday .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}


.dn {
  display: none;
}

.m140 {
  margin-top: 140px;
}

.hidden-lg {
  display: none;
}

.hidden-mobi {
  display: inline-block;
}

.m-no1 {
  margin-top: 50px;
}

.show-pad {
  display: none;
}

.show-1366 {
  display: none;
}

.hidden-1366 {
  display: block;
}

@media screen and (max-width:1680px) {
  .m140 {
    margin-top: 6.25vw;
  }

  .realTimeWrap {
    padding-top: 6.25vw;

  }

  .outdoorCopyWrap,
  .indoorCopyWrap {
    padding-top: 6.25vw;
  }

  .fullimg {
    padding-top: 3.125vw;
  }

  .getfit {
    padding-top: 6.25vw;
  }

  .realTimeWrap {
    padding-top: 7.2vw;
  }

  #triggerPlayback.m140,
  #triggerSleep.m140,
  #triggerPressure.m140,
  #triggerAllDay.m140,
  #triggerEveryday.m140 {
    margin-top: 10vw;
  }
  #triggerEveryday.m140 {
    margin-top: 0vw;
  }
  #triggerStay.m140 {
    margin-top: 0vw;
  }
}

@media screen and (max-width:1440px) {
  .show-1366 {
    display: block;
  }

  .m140 {
    margin-top: 0;
  }

  .hidden-1366 {
    display: none;
  }
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1366px) {
  .scanContent {
    width: 80%;
  }
}

@media screen and (max-width:1280px) {
  .moreinform {
    height: auto;
  }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:1024px) {
  .show-pad {
    display: block;
  }
  .hidden-pad {
    display: none;
  }
}

@media screen and (max-width:960px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {
  .hidden-mobi {
    display: none !important;
  }
  .hidden-lg {
    display: block;
  }
  .show-pad {
    display: none;
  }
  .show-1366 {
    display: none;
  }
  .hidden-1366 {
    display: none;
  }
  .show-1366 {
    display: hidden;
  }
  .kvWrap {
    width: 70vw;
    height: auto;
    padding-top: 16vw;
    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;
    position: absolute;
    left: 15vw;
    top: 0;
    color: #000000;
  }

  .kv_subtitle {
    font-size: 4vw;
    color: #000000;
  }

  h2.kvTitle {
    padding-top: 20px;
    font-size: 8vw;
    line-height: 1.2;
    text-align: center;
    color: #000000;
  }

  h5.subtitle {
    padding-top: 8vw;
    font-size: 2vw;
  }

  h2.sectionTitle {
    line-height: 1.2;
    padding-top: 60px;
    font-size: 7vw;
    font-weight: bold;
    padding-bottom: 30px;
  }

  .mainContent {
    font-size: 3.6vw;
    line-height: 1.5;
  }

  .realTimeWrap {
    width: 100vw;
    margin: 0 auto;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0;
  }

  .m140 {
    margin-top: 0;
  }

  .copys_left {
    width: 80vw;
    margin: 0 auto;
  }

  .copys_right {
    width: 80vw;
    margin: 0 auto;
  }

  .copyLeftWrap {
    width: 86vw;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    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;
    margin: 0 auto;
  }

  .copyRightWrap {
    width: 86vw;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    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;
    margin: 0 auto;
  }

  .fiximg2 {
    /* margin-top: 5vw; */
    width: 100vw;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  .swiper-button-next,
  .swiper-button-prev {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }

  .moodWrap .swiper-button-next,
  .moodWrap .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrow_prev.png);
    /* right: 10px; */
    left: auto;
    -webkit-transform: rotate(180deg) scale(0.5);
            transform: rotate(180deg) scale(0.5);
  }

  .swiper-scrollbar {
    width: 80vw;
    height: 2px;
  }

  .swiper-scrollbar-drag {
    background: #747474;
  }

  .moodSwiper {

    width: 56vw;
    position: relative;
    overflow: hidden;
    -ms-overflow-style: none;
  }

  .moodWrap {
    margin-top: 5vw;
  }

  .fullimg {
    padding-top: 40px;
  }

  .swiper-pagination-bullet-active {
    /* opacity: 1; */
    background: #de1a33;
    border-color: #de1a33;
    border: none !important;
  }

  .moodWrap .swiper-scrollbar {
    border-radius: 0px;
    position: relative;
    touch-action: none;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
  }



  #triggerPlayback.m140,
  #triggerSleep.m140,
  #triggerPressure.m140,
  #triggerAllDay.m140,
  #triggerEveryday.m140 {
    margin-top: 60px;
  }
}

@media screen and (max-width:534px) {}

@media screen and (max-width:415px) {}

@media screen and (max-width:375px) {}

@media screen and (min-width:2000px) {}

/*
   * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}





.newGenCopy {
    font-size: 1.25vw;
    line-height: 1.5;
}
.mainContent {
    font-size: 1.25vw;
}

@media screen and (max-width: 1024px) and (orientation: portrait){
	.mainContent {
    font-size: 4.27vw;
}
}
@media screen and (max-width: 1024px) and (orientation: portrait){
	.newGenCopy {
    font-size: 4.27vw;
}
}