.fluidwrap {
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
  will-change: transform;
  margin: 0 auto;
}
.imgHeightFluid {
  height: 100%;
  width: auto;
}
.flexrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  flex-direction: row;
  align-items: center;
}
.flexcol {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
.pab {
  position: absolute;
}
.transGen {
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
}
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;
}
::-moz-selection {
  background: #eee;
  color: #666;
}
::selection {
  background: #eee;
  color: #666;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
}
#HW-p {
  width: 100%;
  min-width: 1px;
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  background-color: #ffffff;
}
#HW-p * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
span.nowrap {
  white-space: nowrap;
  display: inline-block;
}
Section {
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
  will-change: transform;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 0;
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
}
.imgFluid {
  width: 101%;
  height: auto;
  vertical-align: bottom;
}
.imgFluid.fullscreen {
  width: 100vw;
}
.HW-p-Container-fluid {
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
  will-change: transform;
  margin: 0 auto;
  overflow: hidden;
}
.kv-logoWrap {
  position: absolute;
  width: 29.6875vw;
  top: 50%;
  right: 16.171875vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.kv-logoWrap .kv-logo {
  width: 100%;
  padding-bottom: 2.265625vw;
}
.kv-logoWrap .kv-sologan {
  padding-bottom: 0.78125vw;
  font-size: 1.875vw;
  text-align: center;
}
.kv-logoWrap .kv-spec {
  width: 100%;
  font-size: 1.2vw;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  display: block;
}
.kv-logoWrap .kv-spec:after {
  content: '';
  width: 100%;
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
h2.mainTitle {
  line-height: 1.2;
  font-size: 2.5vw;
  font-weight: bold;
  padding-top: 2.9296875vw;
  padding-bottom: 1.7578125vw;
  text-align: center;
}
h2.mainTitle.subt {
  padding-top: 1.171875vw;
}
h2.mainTitle.wht {
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  h2.mainTitle.subt {
    padding-top: 0.78125vw;
  }
}
.content_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65.625vw;
}
.content_wrap_p1 {
  width: 80vw;
}
.content_wrap_p1 .mainContent {
  width: 65.625vw;
  margin: 0 auto;
}
.content_wrap_p2 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content_wrap_p3 {
  width: 32.8125vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.content_wrap_p3 h2.mainTitle,
.content_wrap_p3 .mainContent {
  text-align: left;
}
.mainContent {
  font-size: 1.25vw;
  line-height: 1.5;
  text-align: center;
}
.mainContent.subt {
  padding-top: 0;
}
.mainContent.wht {
  color: #ffffff;
}
.mainContent.wht a.superscript {
  color: #ffffff;
}
.fiveadv {
  width: 100%;
  padding-top: 6.25vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
}
.five-col {
  cursor: pointer;
  width: 12.5vw;
  height: 27.34375vw;
  position: relative;
  display: block;
  margin-left: 1.7578125vw;
  margin-right: 1.7578125vw;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.five-col.zoom {
  -webkit-transform: scale(1.2) translateY(-5%);
  transform: scale(1.2) translateY(-5%);
  margin-left: 3.515625vw;
  margin-right: 3.515625vw;
}
.five-col.zoom .five-block {
  box-shadow: 0px 0px 25px rgba(77, 128, 211, 0.3);
}
.five-col.zoom .blueshadow {
  opacity: 1;
}
.five-block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.78125vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.blueshadow {
  position: absolute;
  z-index: 1;
  width: 150%;
  left: -10%;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.pbarCopy {
  width: 80%;
  font-size: 0.703125vw;
  line-height: 1.5;
  padding-top: 1.953125vw;
}
.barTitle {
  font-size: 0.703125vw;
  line-height: 1.5;
  text-align: center;
  color: #9b9b9b;
  width: 100%;
  margin-bottom: 0.78125vw;
}
.pbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.pbar_v {
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 1.171875vw;
  height: 14.84375vw;
}
.pbar_h {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 4.6875vw;
  width: 100%;
}
.pbar_cpu {
  opacity: 1;
  width: 37.109375vw;
  margin: 0 auto 0 auto;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}
.pbar_cpu .pbarwrap_h {
  color: #ffffff;
}
.pbar_cpu .barCopy,
.pbar_cpu .pbarHead_h {
  color: #9b9b9b;
}
.pbar_cpu .barCopy.blue,
.pbar_cpu .pbarHead_h.blue {
  color: #4d80d3;
}
.pbar_cpu .pbarDot_h {
  background-color: #9b9b9b;
}
.pbar_cpu .pbarbody_h {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(150, 150, 150, 0.2)), color-stop(80%, rgba(150, 150, 150, 0.8)), to(#969696));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(150, 150, 150, 0.2) 50%, rgba(150, 150, 150, 0.8) 80%, #969696 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#969696", GradientType=1);
}
.pbar_cpu .pbarbody_blue {
  background: #4d80d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d80d3), color-stop(20%, rgba(77, 128, 211, 0.6)), color-stop(50%, rgba(77, 128, 211, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #4d80d3 0%, rgba(77, 128, 211, 0.6) 20%, rgba(77, 128, 211, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d80d3", endColorstr="#ffffff", GradientType=1);
}
.pbar_p7 {
  width: 37.109375vw;
  margin: 0 auto 0 auto;
  padding-top: 3.515625vw;
}
.barCopy {
  font-size: 0.546875vw;
  line-height: 1;
}
.pbarDot {
  width: 1.015625vw;
  height: 1.015625vw;
  display: block;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}
.pbarDot_v {
  margin-top: 0.390625vw;
  margin-bottom: 0.390625vw;
  background-color: #969696;
}
.pbarDot_v.blue {
  background-color: #4d80d3;
}
.pbarDot_h {
  margin-left: 0.390625vw;
  margin-right: 0.390625vw;
  background-color: #969696;
}
.pbarDot_h.blue {
  background-color: #4d80d3;
}
.pbarFoot {
  font-size: 0.625vw;
  line-height: 1.2;
  color: #969696;
  text-align: center;
}
.pbarHead {
  font-size: 0.703125vw;
  line-height: 1.5;
  color: #969696;
  text-align: left;
}
.pbarHead span {
  font-size: 0.46875vw;
}
.pbarwrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.pbarwrap_v {
  margin-left: 0.1953125vw;
  margin-right: 0.1953125vw;
}
.pbarwrap_h {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 0.78125vw;
}
.pbarbody {
  height: 8.59375vw;
  width: 1.015625vw;
  border-top-left-radius: 0.5078125vw;
  border-top-right-radius: 0.5078125vw;
  background: #969696;
  background: -webkit-gradient(linear, left top, left bottom, from(#969696), color-stop(20%, rgba(150, 150, 150, 0.6)), color-stop(50%, rgba(150, 150, 150, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #969696 0%, rgba(150, 150, 150, 0.6) 20%, rgba(150, 150, 150, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#969696", endColorstr="#ffffff", GradientType=1);
}
.pbarbody.half {
  height: 4.296875vw;
}
.pbarbody_blue {
  background: #4d80d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d80d3), color-stop(20%, rgba(77, 128, 211, 0.6)), color-stop(50%, rgba(77, 128, 211, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #4d80d3 0%, rgba(77, 128, 211, 0.6) 20%, rgba(77, 128, 211, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d80d3", endColorstr="#ffffff", GradientType=1);
}
.pbarbody_h {
  width: 75%;
  height: 1.015625vw;
  border-radius: 0.5078125vw;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(150, 150, 150, 0.2)), color-stop(80%, rgba(150, 150, 150, 0.8)), to(#969696));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(150, 150, 150, 0.2) 50%, rgba(150, 150, 150, 0.8) 80%, #969696 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#969696", GradientType=1);
}
.pbarbody_h.half {
  width: 50%;
  height: 1.015625vw;
}
.pbarbody_h.cpubar_c {
  width: 30%;
}
.pbarbody_h.pbarbody_blue {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(77, 128, 211, 0.2)), color-stop(80%, rgba(77, 128, 211, 0.8)), to(#4d80d3));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(77, 128, 211, 0.2) 50%, rgba(77, 128, 211, 0.8) 80%, #4d80d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#4d80d3", GradientType=1);
}
.blue {
  color: #4d80d3;
}
.pbarFoot_v {
  padding-top: 0.78125vw;
}
.content_wrap_p10 {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
}
.content_wrap_p10 h2.mainTitle {
  padding-top: 7.03125vw;
}
.content_wrap_p10 .mainContent {
  padding-bottom: 6.25vw;
}
.content_wrap_p4 {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
}
.content_wrap_p4 h2.mainTitle {
  padding-top: 5.46875vw;
}
.content_wrap_p4 .mainContent {
  padding-bottom: 6.25vw;
}
.content_fluid {
  width: 100%;
  position: relative;
}
.content_wrap_p5 h2.mainTitle {
  padding-top: 6.25vw;
}
.content_wrap_p7 h2.mainTitle {
  padding-top: 6.25vw;
}
.content_wrap_p6 h2.mainTitle,
.content_wrap_p8 h2.mainTitle,
.content_wrap_p9 h2.mainTitle,
.content_wrap_p11 h2.mainTitle,
.content_wrap_p12 h2.mainTitle {
  padding-top: 4.6875vw;
}
.wifi6mod {
  position: absolute;
  top: 0;
  left: 0;
}
.w6wave {
  position: absolute;
  bottom: 12.5vw;
  left: 21.484375vw;
  width: 35.859375vw;
  opacity: 0;
}
.speedrevcircle,
.speedrevbg,
.speedrevmod,
.speedrevphone,
.systemcircle {
  position: absolute;
  top: 0;
  left: 0;
}
.speedrevcircle,
.speedrevphone {
  opacity: 0;
}
.rostCopy {
  position: absolute;
  font-size: 2.109375vw;
  color: #ffffff;
  text-align: center;
  width: 40vw;
  left: 28vw;
  top: 41.0625vw;
  line-height: 1.5;
}
.popCopy {
  width: 13.671875vw;
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.popCopy img {
  width: 5.46875vw;
}
.popCopy span {
  font-size: 1.09375vw;
  color: #ffffff;
  line-height: 1.2;
  display: block;
}
.v-title {
  width: 58.59375vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.v-title h2.mTitle {
  line-height: 1.2;
  font-size: 1.953125vw;
  font-weight: bold;
  text-align: center;
}
.v-title h2.mTitle.wht {
  color: #ffffff;
}
.v-title .v-line {
  display: block;
  width: 1px;
  height: 4.6875vw;
  background-color: #000000;
}
.v-title .v-line.wht {
  background-color: #ffffff;
}
.v-title4 {
  position: relative;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
}
.v-title5 {
  position: relative;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
}
.v-title7 {
  position: relative;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
}
.v-title8,
.v-title11,
.v-title12 {
  position: relative;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
}
.popCopy_v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: center;
  text-align: center;
}
.pop_wifi {
  top: 32vw;
  right: 21vw;
  -webkit-box-align: center;
  align-items: center;
}
.pop_wifi span {
  display: inline-block;
  text-align: left;
}
.pop_app {
  top: 37.265625vw;
  left: 19.140625vw;
}
.pop_kernel {
  top: 50vw;
  right: 25vw;
}
.wave {
  position: absolute;
  width: 17.578125vw;
  top: 21.484375vw;
  left: 44.53125vw;
  opacity: 0;
}
.wave2 {
  position: absolute;
  width: 9.765625vw;
  top: 25.390625vw;
  left: 45.3125vw;
  opacity: 0;
}
.HW-p-p {
  background-color: #e9edf0;
}
.wave-1 {
  -webkit-animation: wave0 1.2s linear infinite 0s;
  animation: wave0 1.2s linear infinite 0s;
}
.wave-2 {
  -webkit-animation: wave0 1.2s linear infinite 0.4s;
  animation: wave0 1.2s linearinfinite 0.4s;
}
.wave-3 {
  -webkit-animation: wave0 1.2s linear infinite 0.8s;
  animation: wave0 1.2s linear infinite 0.8s;
}
.wave2-1 {
  -webkit-animation: wave1 1.2s linear infinite 0s;
  animation: wave1 1.2s linear infinite 0s;
}
.wave2-2 {
  -webkit-animation: wave1 1.2s linear infinite 0.4s;
  animation: wave1 1.2s linear infinite 0.4s;
}
.wave2-3 {
  -webkit-animation: wave1 1.2s linear infinite 0.8s;
  animation: wave1 1.2s linear infinite 0.8s;
}
.w6wave1 {
  -webkit-animation: wave6 1.2s linear infinite;
  animation: wave6 1.2s linear infinite;
}
.w6wave2 {
  -webkit-animation: wave6 1.2s linear infinite 0.4s;
  animation: wave6 1.2s linear infinite 0.4s;
}
.w6wave3 {
  -webkit-animation: wave6 1.2s linear infinite 0.8s;
  animation: wave6 1.2s linear infinite 0.8s;
}
.d-wave,
.c-wave {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.d-wave {
  display: none;
}
@-webkit-keyframes dwave {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dwave {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cwave {
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cwave {
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes wave1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateX(-90%) scale(1.4);
    transform: translateX(-90%) scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-180%) scale(2.5);
    transform: translateX(-180%) scale(2.5);
  }
}
@keyframes wave1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateX(-90%) scale(1.4);
    transform: translateX(-90%) scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-180%) scale(2.5);
    transform: translateX(-180%) scale(2.5);
  }
}
@-webkit-keyframes wave0 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3.6);
    transform: scale(3.6);
  }
}
@keyframes wave0 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3.6);
    transform: scale(3.6);
  }
}
@-webkit-keyframes wave6 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
  }
}
@keyframes wave6 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
  }
}
#triggerp11_a {
  position: relative;
  top: 40vh;
}
.fullIMG {
  width: 100%;
  position: relative;
}
.wcover,
.wcover2 {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.table {
  width: 37.109375vw;
  padding-top: 3.125vw;
  margin: 0 auto;
  opacity: 0;
}
.pbar_speed_fastspeed {
  position: relative;
  padding-top: 0;
}
.pbar_speed_fastspeed span {
  font-size: 1.09375vw;
  font-weight: bold;
}
.pbar_speed_fastspeed .fastbar_a {
  width: 86%;
}
.pbar_speed_fastspeed .mbottom {
  margin-bottom: 1.5625vw;
  position: relative;
}
.pbar_speed_fastspeed .mbottom .tableCopy {
  color: #4d80d3;
  font-size: 1.09375vw;
  width: auto;
  position: absolute;
  right: 0vw;
  top: -1vw;
}
.unit {
  text-align: right;
  font-size: 1.09375vw;
  line-height: 1.2;
  color: #969696;
  width: 100%;
}
.scopy {
  position: absolute;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  font-size: 1.25vw;
}
.scopy1 {
  width: 5.859375vw;
  top: 30.7vw;
  left: 34vw;
}
.scopy2 {
  width: 5.859375vw;
  top: 30.7vw;
  left: 44.2vw;
}
.scopy3 {
  width: 5.859375vw;
  top: 30.7vw;
  left: 60vw;
}
.scopy4 {
  width: 9.375vw;
  top: 37.2vw;
  left: 37vw;
}
.scopy5 {
  width: 11.71875vw;
  top: 37.2vw;
  left: 57vw;
}
.scopy6 {
  width: 14.0625vw;
  top: 45.2vw;
  left: 35vw;
}
.scopy7 {
  width: 14.0625vw;
  top: 44.2vw;
  left: 55.5vw;
}
.five-block3 .pbar_v {
  height: 14vw;
}
.pbar_p0 {
  padding-top: 0;
}
.HW-p-footer {
  max-width: none;
  margin: 0 auto;
  width: 67vw;
  margin-top: 6.25vw;
}
.HW-p-addon {
  display: block;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  /* max-width: 1290px; */
  padding-bottom: 60px;
  padding-top: 0px;
  position: relative;
  width: 100%;
}
.component-footnotes {
  list-style: decimal;
  padding: 0px 16px 10px 16px;
  color: #c2c0c0;
  font-size: 14px;
  line-height: 1.5;
}
.component-footnotes li.current {
  color: #1e1e1e;
}
span.nowrap {
  white-space: nowrap;
  display: inline-block;
}
.HW-p-addon p {
  color: #c2c0c0;
  font-size: 14px;
}
sup {
  top: -0.5em;
}
sub {
  top: 0.5em;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.hidden-lg {
  display: none;
}
.hidden-mobi {
  display: block;
}
.hidden-mobi.flex {
  display: -webkit-box;
  display: flex;
}
.hidden-mobi.inline {
  display: inline-block;
}
@media screen and (max-width: 1366px) {
  .content_wrap_p1 {
    width: 92%;
  }
  .five-col {
    width: 18vw;
    height: 28vw;
  }
  .blueshadow {
    width: 126%;
    left: 0%;
    top: -15%;
  }
  .pbar_cpu {
    width: 40vw;
  }
  .pbar_p7 {
    width: 40vw;
  }
}
@media (max-width: 1024px) and (orientation:portrait) {
  .HW-p-kvWrap {
    width: 57.33333333vw;
    height: auto;
    top: auto;
    right: auto;
    position: relative;
    margin: 12vw auto 0 auto;
  }
  .HW-p-kvWrap .kv-spec {
    font-size: 4.6vw;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    line-height: 1.5;
    flex-wrap: wrap;
    display: block;
    padding-bottom: 8vw;
  }
  .HW-p-kvWrap:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .HW-p-kvWrap > div:first-child {
    width: 45.33333333vw;
    margin: 0 auto;
  }
  .HW-p-kvWrap .kv-slogan {
    width: 45.33333333vw;
    margin: 0 auto;
    font-size: 4.26666667vw;
    font-weight: bold;
    padding-top: 4vw;
    padding-bottom: 0;
    display: block;
    height: auto;
  }
  .HW-p-kvWrap .kv-slogan:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .kv-logoWrap {
    width: 75vw;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    margin: 18.66666667vw auto 13.33333333vw auto;
  }
  .kv-logoWrap .kv-sologan {
    font-size: 3.875vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .kv-logoWrap .kv-spec {
    font-size: 2.8vw;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .HW-p-KV {
    padding-bottom: 13.33333333vw;
  }
  h2.mainTitle {
    font-size: 8.525vw;
    padding-top: 16vw;
    padding-bottom: 4vw;
  }
  h2.mainTitle.subt {
    font-size: 8vw;
    padding-top: 6.66666667vw;
    padding-bottom: 0vw;
  }
  h2.mainTitle.subt span {
    font-size: 3.73333333vw;
  }
  h2.mainTitle.wht {
    color: #ffffff;
  }
  .mainContent {
    font-size: 4.26666667vw;
    line-height: 1.5;
  }
  .mainContent.subt {
    padding-top: 0;
    font-size: 3.46666667vw;
  }
  .mainContent.wht {
    color: #ffffff;
  }
  .mainContent.p8 {
    font-size: 3.46666667vw;
    text-align: left;
    padding-left: 5.6vw;
  }
  .content_wrap_p1 {
    height: auto;
    position: relative;
    width: 90vw;
    margin: 0 auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
  .content_wrap_p1 .mainContent {
    width: 100%;
    margin: 0 auto;
  }
  .HW-p-p1 {
    background: url(../img/huawei-ax3-bg.png);
    background-size: 100% 100%;
  }
  .fiveadv {
    padding-top: 8vw;
    width: 55vw;
    height: 84vw;
    display: block;
    margin: 0 auto;
    padding-bottom: 16vw;
  }
  .fiveMobi {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .five-col {
    width: 100%;
    height: 100%;
  }
  .five-block {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 2.78125vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-box-align: center;
    align-items: center;
  }
  .pbar_v {
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 4vw;
    height: 50.66666667vw;
  }
  .pbarbody {
    height: 30vw;
    width: 4vw;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
  }
  .pbarbody.half {
    height: 15vw;
  }
  .pbarDot {
    width: 4vw;
    height: 4vw;
    display: block;
    border-radius: 50%;
    margin-left: 1.33333333vw;
    margin-right: 1.33333333vw;
    font-size: 0;
    line-height: 0;
  }
  .pbarDot_v {
    margin-top: 1.33333333vw;
    margin-bottom: 1.33333333vw;
    background-color: #969696;
  }
  .pbarDot_v.blue {
    background-color: #4d80d3;
  }
  .barCopy {
    font-size: 2.25vw;
    line-height: 1;
  }
  .pbarwrap_v {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .pbarwrap_h {
    margin-bottom: 2vw;
  }
  .pbarFoot {
    font-size: 2.25vw;
  }
  .pbarCopy {
    font-size: 2.5vw;
    line-height: 1.5;
    padding-top: 8vw;
    padding-bottom: 2vw;
  }
  .pbarHead {
    font-size: 2.5vw;
    line-height: 1.5;
    text-align: center;
  }
  .pbar_cpu .pbarHead {
    text-align: left;
  }
  .pbar_h {
    padding-top: 9.33333333vw;
    width: 80%;
    margin: 0 auto;
  }
  .barTitle {
    font-size: 2vw;
  }
  .pbar_cpu {
    opacity: 1;
    width: 80%;
    margin: 0 auto 0 auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
  .pbarbody_h {
    width: 80%;
    height: 4vw;
    border-top-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(150, 150, 150, 0.2)), color-stop(80%, rgba(150, 150, 150, 0.8)), to(#969696));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(150, 150, 150, 0.2) 50%, rgba(150, 150, 150, 0.8) 80%, #969696 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#969696", GradientType=1);
  }
  .pbarbody_h.half {
    width: 50%;
    height: 4vw;
  }
  .pbarbody_h.pbarbody_blue {
    width: 85%;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(77, 128, 211, 0.2)), color-stop(80%, rgba(77, 128, 211, 0.8)), to(#4d80d3));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(77, 128, 211, 0.2) 50%, rgba(77, 128, 211, 0.8) 80%, #4d80d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#4d80d3", GradientType=1);
  }
  .pbar_cpu .barCopy,
  .pbar_cpu .pbarHead_h {
    color: #ffffff;
  }
  .fiveMobi .swiper-slide {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .fiveMobi .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .fiveMobi .swiper-slide-active .five-block {
    box-shadow: 0px 0px 25px rgba(77, 128, 211, 0.3);
  }
  .content_wrap_p2 h2.mainTitle {
    padding-top: 0;
  }
  .content_wrap_p3 {
    position: relative;
    width: 90vw;
    margin: 0 auto;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
  .content_wrap_p3 h2.mainTitle {
    text-align: center;
  }
  .content_wrap_p3 .mainContent {
    text-align: center;
  }
  .HW-p-p3 {
    background-color: #ebf0f4;
  }
  .content_wrap_p4 h2.mainTitle {
    padding-top: 16vw;
  }
  .content_wrap_p4,
  .content_wrap_p5,
  .content_wrap_p7,
  .content_wrap_p10 {
    width: 90vw;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
  .w6wave {
    position: absolute;
    bottom: 18.5vw;
    left: 3.484375vw;
    width: 70vw;
    opacity: 0;
  }
  .content_wrap_p5 h2.mainTitle {
    padding-top: 16vw;
  }
  .content_wrap_p6 {
    width: 90vw;
    margin: 0 auto;
  }
  .content_wrap_p6 h2.mainTitle {
    padding-top: 16vw;
  }
  .content_wrap_p11 {
    width: 90vw;
    margin: 0 auto;
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
  .content_wrap_p11 h2.mainTitle {
    padding-top: 16vw;
  }
  .content_wrap_p12 {
    width: 90vw;
    margin: 0 auto;
    position: absolute;
  }
  .content_wrap_p12 h2.mainTitle {
    padding-top: 16vw;
  }
  .content_wrap_p10 {
    width: 90vw;
    margin: 0 auto;
  }
  .content_wrap_p10 h2.mainTitle {
    padding-top: 16vw;
  }
  .content_wrap_p7 h2.mainTitle {
    padding-top: 16vw;
  }
  .content_wrap_p8 h2.mainTitle {
    padding-top: 16vw;
  }
  .HW-p-p7 {
    background-color: #f6f6f7;
  }
  .content_wrap_p8,
  .content_wrap_p9 {
    width: 90vw;
    margin: 0 auto;
  }
  .content_wrap_p8 h2.mainTitle,
  .content_wrap_p9 h2.mainTitle {
    padding-top: 16vw;
  }
  .pbar_p7 {
    padding-top: 8vw;
  }
  .HW-p-p11 .HW-p-Container-fluid {
    background: url(../img/huawei-ax3-harmony-os-bg-mobi.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .content_wrap_p11 {
    padding-bottom: 4vw;
  }
  .rostCopy {
    width: 40vw;
    left: 29vw;
    top: 31.0625vw;
    font-size: 5.5vw;
  }
  .table {
    width: 100%;
    padding-top: 6.25vw;
    margin: unset;
    left: 15%;
    top: 12%;
    position: absolute;
  }
  .popCopy {
    width: 30vw;
  }
  .popCopy span {
    font-size: 2.5vw;
  }
  .popCopy img {
    width: 10vw;
  }
  .pop_app {
    top: 28.265625vw;
    left: 3.140625vw;
  }
  .pop_wifi {
    top: 18.46875vw;
    right: 4.15625vw;
  }
  .pop_kernel {
    top: 45vw;
    right: 9.390625vw;
  }
  .pbarFoot_v {
    padding-top: 2.5vw;
  }
  .table {
    width: 100%;
    margin: 0 auto;
    left: auto;
    top: auto;
    position: relative;
    opacity: 1;
  }
  .scopy {
    font-size: 2.4vw;
  }
  .scopy1 {
    width: 13.33333333vw;
    top: 132.7vw;
    left: 16vw;
  }
  .scopy2 {
    width: 13.33333333vw;
    top: 132.7vw;
    left: 37.2vw;
  }
  .scopy2 {
    width: 13.33333333vw;
    top: 132.7vw;
    left: 37.2vw;
  }
  .scopy3 {
    width: 13.33333333vw;
    top: 132.7vw;
    left: 71.2vw;
  }
  .scopy4 {
    width: 13.33333333vw;
    top: 145.7vw;
    left: 27.2vw;
  }
  .scopy5 {
    width: 33.33333333vw;
    top: 145.7vw;
    left: 62.2vw;
  }
  .scopy6 {
    width: 26.66666667vw;
    top: 163.7vw;
    left: 20.2vw;
  }
  .scopy7 {
    width: 26.66666667vw;
    top: 160.7vw;
    left: 63.2vw;
  }
  .HW-p-footer {
    width: 90vw;
  }
  .content_wrap_p2 {
    width: 90vw;
  }
  .pbar_speed_fastspeed {
    position: relative;
    padding-top: 0;
  }
  .pbar_speed_fastspeed span {
    font-size: 2vw;
    font-weight: bold;
  }
  .pbar_speed_fastspeed .fastbar_a {
    width: 86%;
  }
  .pbar_speed_fastspeed .mbottom {
    margin-bottom: 1.5625vw;
    position: relative;
  }
  .pbar_speed_fastspeed .mbottom .tableCopy {
    color: #4d80d3;
    font-size: 2.4vw;
    width: auto;
    position: absolute;
    right: 0vw;
    top: -1vw;
  }
  .hidden-lg {
    display: block;
  }
  .hidden-lg.flex {
    display: -webkit-box;
    display: flex;
  }
  .hidden-mobi {
    display: none;
  }
  .hidden-mobi.flex {
    display: none;
  }
  .hidden-mobi.inline {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .fiveadv {
    height: 108vw;
  }
  .kv-logoWrap {
    width: 80vw;
  }
  .scopy6 {
    width: 35vw;
    top: 162.7vw;
    left: 15.2vw;
  }
  .pop_wifi {
    top: 18.46875vw;
    right: 1.15625vw;
  }
  .scopy7 {
    width: 26.66666667vw;
    top: 159.7vw;
    left: 63.2vw;
  }
  .kv-logoWrap .kv-spec {
    font-size: 2.6vw;
    letter-spacing: 0px;
    line-height: 1.5;
  }
  .pbarCopy {
    font-size: 3.6vw;
  }
  .pbar_speed_fastspeed .fastbar_a {
    width: 77%;
  }
}

.HW-p-p8{
display: none;
}
