@charset "UTF-8";

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus,
div,
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;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-color: -webkit-focus-ring-color;
  outline-style: none;
  outline-width: 0;
}

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: #000000;
}

.kv_subtitle {
  font-size: 1.2vw;
  line-height: 1.2;
  color: #000000;
}

h2.kvTitle {
  padding-top: 20px;
  font-size: 2.8vw;
  line-height: 1.2;
  font-weight: bold;
}

.gpsmask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.Gradient {
  width: 300vw;
  position: absolute;
  top: 15%;
  height: 70%;
  left: 0;
  z-index: 1;
  -webkit-animation: gpsani 8s linear infinite;
  -ms-animation: gpsani 8s linear infinite;
  animation: gpsani 8s linear infinite;
}

.Gradient.ieset {
  -webkit-animation:none;
          animation:none
}

@-webkit-keyframes gpsani {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200vw);
    transform: translateX(-200vw);
  }
}
@-ms-keyframes gpsani {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(-200vw);
    transform: translateX(-200vw);
  }
}

@keyframes gpsani {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200vw);
    transform: translateX(-200vw);
  }
}

.GPSCopyWrap {
  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;
  z-index: 11;
}

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: 100px;
  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;
}

.real_left {
  width: 30.3vw;
}

.real_right {
  width: 29.68vw;
}

.fullimg {
  padding-top: 60px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.outdoorCopyWrap,
.indoorCopyWrap {
  width: 67.7vw;
  margin: 0 auto;
  padding-top: 100px;
  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: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.indoorCopy {
  min-height: 13vw;
}

.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: 15vw;
}
.indoorIcon {
  min-height: 13vw;
}

.outdoorIcon img,
.indoorIcon img {
  opacity: 0.3;
}

.outdoorIcon img.current,
.indoorIcon img.current {
  opacity: 1;
}

.outdoorSwiper .swiper-button-next,
.outdoorSwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/whtarrow.png);
  right: 50px;
  left: auto;
  background-size: cover;
  width: 23px;
  height: 42px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.indoorSwiper .swiper-button-next,
.indoorSwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/whtarrow.png);
  right: 50px;
  left: auto;
  background-size: cover;
  width: 23px;
  height: 42px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  outline-style: none;
  outline-width: 0;
}

.outdoorSwiper .swiper-button-prev,
.outdoorSwiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/whtarrow.png);
  left: 50px;
  right: auto;
  background-size: cover;
  width: 23px;
  height: 42px;
  outline-style: none;
  outline-width: 0;
}
.indoorSwiper .swiper-button-prev,
.indoorSwiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/whtarrow.png);
  left: 50px;
  right: auto;
  background-size: cover;
  width: 23px;
  height: 42px;
  outline-style: none;
  outline-width: 0;
}

.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;
  cursor: pointer;
}

.outdoorSwiper,
.indoorSwiper {
  width: 67.7vw;
  margin: 60px auto 0 auto;
  position: relative;
  overflow: hidden;
}

.getfitWrap {
  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;
}

.fit_left {
  width: 30.3vw;
}

.fit_right {
  width: 29.68vw;
  height: 13vw;
}
.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: 23px;
  height: 42px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
  background-size: 23px 42px;
  background-position: center;
  background-repeat: no-repeat;
  outline-style: none;
  outline-width: 0;
}

.watchCoverHold {
  opacity: 1;
}

.watchCover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}

.MoodsSwiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.moodWrap .swiper-button-prev,
.moodWrap .swiper-container-rtl .swiper-button-next {
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/arrow_prev.png);
  /* left: 10px; */
  right: auto;
}

.moodWrap .swiper-button-next,
.moodWrap .swiper-container-rtl .swiper-button-prev {
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-gt2/img/arrow_prev.png);
  /* right: 10px; */
  left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-scrollbar {
  margin: 60px auto 0 auto;
  width: 40vw;
  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, 0.1);
}

.p-tips {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  bottom: 1vw;
  right: 2vw;
  width: auto;
  line-height: 1.5;
  z-index: 10;
}
.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;
}
.getfit .swiper-pagination {
  margin: 60px auto 0 auto !important;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 0;
  bottom: auto;
  left: auto;
}

.getfit .swiper-pagination-bullet {
  width: 80px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: 0.2;
  border: none !important;
}

.getfit .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

.dn {
  display: none;
}

.m140 {
  margin-top: 120px;
}

.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) {
}
@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;
  }
}

@media screen and (max-width: 1440px) {
  .show-1366 {
    display: block;
  }

  .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) {
}

@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;
  }

  h2.kvTitle {
    padding-top: 20px;
    font-size: 8vw;
    line-height: 1.2;
    text-align: center;
  }

  .GPSCopyWrap {
    width: 86vw;
    height: 100%;
    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;
    z-index: 11;
    margin: 0 auto;
  }
  .m140 {
    margin-top: 0;
  }
  h2.sectionTitle {
    line-height: 1.2;
    padding-top: 32vw;
    font-size: 7vw;
    font-weight: bold;
    padding-bottom: 4vw;
  }
  .real_left h2.sectionTitle {
    padding-top: 12vw;
  }
  .outdoorCopy1 h2.sectionTitle,
  .indoorCopy1 h2.sectionTitle,
  .outdoorCopy2 h2.sectionTitle,
  .indoorCopy2 h2.sectionTitle,
  .outdoorCopy3 h2.sectionTitle,
  .indoorCopy3 h2.sectionTitle {
    padding-top: 12vw;
  }
  .mainContent {
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .gpsmobi {
    width: 100%;
    position: relative;
  }

  .realTimeWrap {
    width: 86vw;
    margin: 0 auto;
    padding-top: 0px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .real_left {
    width: 100%;
  }

  .real_right {
    width: 100%;
  }
  .fullimg {
    padding-top: 30px;
    position: relative;
  }
  .outdoorCopyWrap,
  .indoorCopyWrap {
    width: 86vw;
    margin: 0 auto;
    padding-top: 0px;
    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;
  }

  .outdoorCopy,
  .indoorCopy {
    width: 100%;
    min-height: 70vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .outdoorIcon,
  .indoorIcon {
    padding-top: 50px;
    width: 70%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -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;
    min-height: auto;
  }
  .sportsIcos {
    width: 15.72vw;
  }
  .outdoorSwiper,
  .indoorSwiper {
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .outdoorSwiper .swiper-button-next,
  .outdoorSwiper .swiper-button-prev {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  .indoorSwiper .swiper-button-next,
  .indoorSwiper .swiper-button-prev {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .moodWrap .swiper-button-next,
  .moodWrap .swiper-button-prev {
    position: absolute;
    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;
    z-index: 88;
    display: block;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .getfitWrap {
    width: 86vw;
    margin: 0 auto;
    padding-top: 0;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fit_right {
    width: 100%;
    min-height: 45vw;
  }
  .fiximg2 {
    margin-top: 40px;
    width: 100vw;
    position: relative;
    margin: 8vw auto 0 auto;
    overflow: hidden;
  }
  .moodSwiper {
    width: 62vw;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .moodWrap .swiper-button-next,
  .moodWrap .swiper-container-rtl .swiper-button-prev {
    -webkit-transform: rotate(180deg) scale(0.5);
    transform: rotate(180deg) scale(0.5);
  }
  .swiper-scrollbar {
    margin: 60px auto 0 auto !important;
    width: 60vw !important;
    height: 2px !important;
  }
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .getfit {
    padding-top: 0px;
  }

.indoorCopy {

    min-height: 55vw;

}
  .getfit .swiper-pagination {
    margin: 8vw auto 0 auto !important;
  }
  .getfit .swiper-pagination-bullet {
    width: 10vw;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 0.2;
    border: none !important;
  }
  .getfit .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

@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 !important;
    line-height: 1.5;
}
.mainContent {
    font-size: 1.25vw !important;
}

@media screen and (max-width: 1024px) and (orientation: portrait){
	.mainContent {
    font-size: 4.27vw !important;
}
}
@media screen and (max-width: 1024px) and (orientation: portrait){
	.newGenCopy {
    font-size: 4.27vw !important;
}
}



@media screen and (max-width: 768px) and (orientation: portrait){
	.fit_right {
    height: 65vw !important;
}
}
