/* -------------- common start -------------- */
.geothe {
  position: relative;
  box-sizing: border-box;
  line-height: 1.6;
}

@-webkit-keyframes cwave {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0.1;
    transform: scale(1);
  }
}

@keyframes cwave {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0.1;
    transform: scale(1);
  }
}

.geothe *,
.geothe *:before,
.geothe *:after {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

.geothe *:focus,
.geothe *:active {
  outline: none;
}

.geothe a {
  color: inherit;
}

.geothe video,
.geothe picture,
.geothe img {
  width: 100%;
  display: block;
}

.geothe h2,
.geothe h3,
.geothe h4 {
  line-height: 1.25;
  font-weight: 700;
}

.geothe .blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.geothe .blur-up.lazyloaded {
  filter: blur(0);
}

.geothe .lazyload:not([src]) {
  display: none;
}

.geothe .is-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.geothe .opacity-non {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .opacity-non {
    display: inline;
  }
}

.geothe .nowrap {
  white-space: nowrap;
}

.geothe sub,
.geothe sup {
  line-height: 0;
  font-size: 0.6em;
}

.geothe sub.yes-click,
.geothe sup.yes-click {
  cursor: pointer;
}

.geothe .cbg-backtotop {
  position: fixed;
  z-index: 200;
  bottom: 120px;
  right: 50px;
}

.geothe .cbg-backtotop a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px 0;
  text-indent: -9999px;
  background: url(https://consumer.huawei.com/content/dam/huawei-cbg-site/common/mkt/pdp/store/img/sprites_cbg_icon.png) no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all linear 0.2s;
}

.geothe .cbg-backtotop a.cbg-icon-backtotop {
  background-position: -549px -188px;
}

.geothe .cbg-backtotop a.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}

.geothe .cbg-backtotop a.cbg-icon-backtohome {
  background-position: -549px -148px;
}

.geothe .hidden {
  display: none !important;
}

.geothe .is-scroll {
  transition: transform 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  -ms-transition: none;
  will-change: transform;
}

@media screen and (max-width: 1365px), screen and (max-aspect-ratio: 1 / 1), screen and (max-width: 1366px) and (min-height: 800px) {
  .geothe .is-scroll {
    transition: none;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .is-scroll {
    transition: none;
  }
}

.geothe .is-opacity {
  transition: opacity 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  -ms-transition: none;
}

.geothe .is-toggle {
  opacity: 0;
  z-index: -999 !important;
}

.geothe .is-sticky {
  position: sticky !important;
  top: 0;
}

.geothe .common-spacing {
  height: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .common-spacing {
    height: 27.77778vw;
  }
}

.geothe .common-spacing.top {
  height: calc(10.41667vw - 76px);
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .common-spacing.top {
    height: 27.77778vw;
  }
}

.geothe .common-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.geothe .common-container {
  z-index: 3;
  position: relative;
  margin: 0 auto;
  width: 91.66667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .common-container {
    width: 91.66667vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .common-summary {
    width: 91.66667vw;
    margin: 0 auto;
  }
}

.geothe .common-pb10 {
  margin-bottom: 0.52083vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .common-pb10 {
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .show-pc {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .geothe .hide-pad {
    display: none !important;
  }
}

.geothe .show-pad {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .geothe .show-pad {
    display: block !important;
  }
}

.geothe .show-mob {
  display: none !important;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .show-mob {
    display: block !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .hidden-ie {
    display: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .hidden-ie {
    display: none !important;
  }
}

.geothe .show-ie {
  display: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .show-ie {
    display: block !important;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .show-ie {
    display: block !important;
  }
}

/* -------------- common end -------------- */
.geothe {
  position: relative;
  font-size: 0;
}

.geothe .geothe-common-link {
  display: flex;
  justify-content: center;
}

.geothe .geothe-common-link a {
  font-weight: 500;
  line-height: 1.6;
  color: #2788D9;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25vw;
  padding-right: 1.77083vw;
  background-size: 0.625vw;
  background-image: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/icon/icon-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-common-link a {
    font-size: 3.33333vw;
    padding-right: 4.72222vw;
    background-size: 1.66667vw;
  }
}

.geothe .common-bg-black {
  background: #000;
}

.geothe .common-bg-grey {
  background: #121212;
}

.geothe .section-title-animation {
  position: relative;
  overflow: hidden;
}

.geothe .section-title-animation .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .section-title-animation .mask {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .section-title-animation .mask {
    display: none;
  }
}

.geothe .section-title {
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  overflow: hidden;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .section-title {
    font-size: 11.11111vw;
  }
}

.geothe .font-colorful {
  color: transparent;
  background-size: contain;
  -webkit-background-clip: text;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .font-colorful {
    color: #DDAF6D;
    background-image: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .font-colorful {
    color: #DDAF6D;
    background-image: none !important;
  }
}

.geothe .geothe-short-video {
  position: relative;
}

.geothe .geothe-short-video .geothe-full-video-button {
  position: absolute;
  bottom: 2.60417vw;
  right: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-short-video .geothe-full-video-button {
    bottom: 2.77778vw;
    right: 50%;
    transform: translate(50%, 0%);
  }
}

.geothe .geothe-short-video .geothe-full-video-button .btn {
  display: inline-block;
  padding-left: 3.90625vw;
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  line-height: 2.13542vw;
  height: 2.13542vw;
  white-space: nowrap;
  background: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/icon/icon-play.svg) no-repeat left center;
  background-size: 2.13542vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-short-video .geothe-full-video-button .btn {
    background: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/icon/icon-play.svg) no-repeat left center;
    font-size: 3.33333vw;
    font-weight: bold;
    line-height: 5.69444vw;
    height: 5.69444vw;
    padding-left: 9.02778vw;
    background-size: 5.69444vw;
  }
}

.geothe .geothe-replay-video {
  position: relative;
}

.geothe .geothe-replay-video .geothe-replay-button {
  font-size: 0.83333vw;
  line-height: 1.6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: calc(100% + 0.78125vw);
  right: 0vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-replay-video .geothe-replay-button {
    font-size: 2.22222vw;
    top: calc(100% + 2.08333vw);
    right: 0vw;
  }
}

.geothe .geothe-replay-video .geothe-replay-button img {
  width: 1.04167vw;
  height: 1.04167vw;
  margin-right: 0.52083vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-replay-video .geothe-replay-button img {
    width: 2.77778vw;
    height: 2.77778vw;
    margin-right: vm(10);
  }
}

.geothe .geothe-sec1 {
  padding-top: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec1 {
    z-index: 0;
    width: 100%;
    padding-top: 31.94444vw;
    padding-bottom: 41.66667vw;
  }
}

.geothe .geothe-sec1 .geothe-sec1-title {
  margin: 0 auto;
  width: 36.71875vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec1 .geothe-sec1-title {
    width: 78.33333vw;
  }
}

.geothe .geothe-sec1 .geothe-sec1-des {
  margin: 0 auto;
  margin-top: 2.08333vw;
  font-size: 2.29167vw;
  color: #231815;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec1 .geothe-sec1-des {
    font-size: 5vw;
    margin-top: 4.16667vw;
  }
}

.geothe .geothe-sec1 .geothe-sec1-img {
  width: 100%;
  margin-top: 3.125vw;
  position: relative;
}

.geothe .geothe-sec1 .geothe-sec1-img .geothe-sec1-link {
  width: 12.29167vw;
  position: absolute;
  bottom: 6.25vw;
  right: 3.38542vw;
  z-index: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec1 .geothe-sec1-img .geothe-sec1-link {
    width: 18.75vw;
    bottom: -28.47222vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec1 .geothe-sec1-img {
    margin-top: 25vw;
  }
}

.geothe .geothe-container-1 {
  z-index: 2;
  position: relative;
}

.geothe .geothe-sec2 {
  width: 82.29167vw;
  margin: 0 auto;
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 {
    width: 100%;
    margin-top: 0vw;
    padding: 31.94444vw 4.16667vw 13.88889vw;
  }
}

.geothe .geothe-sec2 .section-title {
  margin-bottom: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .section-title {
    margin-bottom: 20.83333vw;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link {
  background: linear-gradient(180deg, #282E3C 0%, #161719 100%);
  border-radius: 1.5625vw;
  margin-bottom: 2.08333vw;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link {
    border-radius: 2.22222vw;
    margin-bottom: 4.16667vw;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link .card-title {
  font-size: 1.66667vw;
  font-weight: bold;
  line-height: 1.6;
  color: #FFFFFF;
  position: absolute;
  top: 1.82292vw;
  left: 3.125vw;
  z-index: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link .card-title {
    font-size: 4.44444vw;
    top: 6.25vw;
    left: 3.88889vw;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link::after {
  content: "";
  position: absolute;
  bottom: 1.35417vw;
  right: 1.35417vw;
  width: 2.39583vw;
  height: 2.39583vw;
  background: #4d4d4d url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/icon/arrow-white.svg) center;
  background-size: 2.39583vw 2.39583vw;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  overflow: hidden;
  border-radius: 100%;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link::after {
    width: 5.27778vw;
    height: 5.27778vw;
    bottom: 2.22222vw;
    right: 2.22222vw;
    background-size: 5.27778vw 5.27778vw;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link:hover::after {
  background-position: top 2.39583vw center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link:hover::after {
    background-position: top 5.27778vw center;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(1) {
  width: 48.59375vw;
  border-radius: 0.83333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(1) {
    width: 100%;
    border-radius: 2.22222vw;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(2) {
  width: 31.61458vw;
  border-radius: 0.83333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(2) {
    width: 100%;
    border-radius: 2.22222vw;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(3) {
  width: 42.96875vw;
  height: 22.8125vw;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(3) {
    width: 100%;
    height: 56.94444vw;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(3) picture {
  width: 27.23958vw;
  position: absolute;
  top: 6.30208vw;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: 60% 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(3) picture {
    width: 72.5vw;
    top: 18.33333vw;
    transform-origin: 95% 0;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(4) {
  width: 37.13542vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(4) {
    width: 100%;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(5) {
  width: 27.34375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(5) {
    width: 100%;
  }
}

.geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(6) {
  width: 52.76042vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec2 .geothe-sec2-container .geothe-link:nth-child(6) {
    width: 100%;
  }
}

.geothe .geothe-sec4 {
  padding-top: 10.41667vw;
  padding-bottom: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 {
    padding-top: 27.77778vw;
    padding-bottom: 16.66667vw;
  }
}

.geothe .geothe-sec4 .section-title-animation .mask {
  --gradient-progress: 0;
  --gradient-progress-2: 20%;
  background-image: linear-gradient(135deg, transparent var(--gradient-progress), #000 var(--gradient-progress-2));
}

.geothe .geothe-sec4 .section-title {
  margin: 0 auto;
  margin-left: 14.84375vw;
  text-align: left;
}

.geothe .geothe-sec4 .section-title .font-colorful {
  background-image: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/common/sec4-title-bg-2x.png);
  background-size: 100% 100%;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .section-title {
    width: 100%;
    text-align: left;
    overflow: hidden;
    margin-left: 0;
    padding-left: 5.13889vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-video-container {
  margin: 0 auto;
  margin-top: 10.41667vw;
  width: 82.29167vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-video-container {
    width: 100%;
    margin-top: 22.22222vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-video-container .geothe-sec4-video-bottom {
  width: 100%;
  position: absolute;
  bottom: -5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-video-container .geothe-sec4-video-bottom {
    position: static;
  }
}

.geothe .geothe-sec4 .geothe-sec4-video-container .geothe-sec4-video-bottom .geothe-replay-button {
  right: 14.0625vw;
  top: -1.5625vw;
  bottom: initial;
  position: absolute;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-video-container .geothe-sec4-video-bottom .geothe-replay-button {
    top: 65.27778vw;
    right: 9.30556vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-video-container .geothe-sec4-video-bottom .geothe-sec4-video-text {
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #CCCCCC;
  width: 43.33333vw;
  margin: 0 auto;
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec4 .geothe-sec4-video-container .geothe-sec4-video-bottom .geothe-sec4-video-text {
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec4 .geothe-sec4-video-container .geothe-sec4-video-bottom .geothe-sec4-video-text {
    display: block;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-video-container .geothe-sec4-video-bottom .geothe-sec4-video-text {
    width: 86.11111vw;
    font-size: 4.44444vw;
    color: #838383;
    display: block;
    text-align: left;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container {
  width: 60.41667vw;
  margin: 0 auto;
  margin-top: 10.41667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background-color: #000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container {
    width: 100%;
    padding: 0 5.55556vw;
    margin-top: 8.33333vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #202020;
  border: 1px solid #333;
  border-radius: 1.04167vw;
  text-align: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-item {
    border-radius: 1.38889vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-item .geothe-sec4-card-main-title {
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(137deg, #DDAF6D 0%, #FCF1CD 22%, #D99143 65%, #F2DAAA 100%);
  -webkit-background-clip: text;
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-item .geothe-sec4-card-main-title .unit {
  font-size: 1.66667vw;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-item .geothe-sec4-card-main-title {
    color: #DDAF6D;
    background-image: none;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-item .geothe-sec4-card-main-title {
    color: #DDAF6D;
    background-image: none;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-item .geothe-sec4-card-des-title {
  font-size: 2.08333vw;
  font-weight: 400;
  color: #BEBEBE;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-item .geothe-sec4-card-des-title {
    font-size: 2.63889vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special {
  display: flex;
  flex-wrap: wrap;
  width: 34.53125vw;
  justify-content: space-between;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special {
    width: 50.83333vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(1) {
  width: 34.53125vw;
  height: 14.47917vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(1) {
    width: 50.83333vw;
    height: 21.38889vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-main-title {
  font-size: 4.0625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-main-title {
    font-size: 5.83333vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(2) {
  width: 17.96875vw;
  height: 12.1875vw;
  margin-top: 0.72917vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(2) {
    width: 26.52778vw;
    height: 18.05556vw;
    margin-top: 0.97222vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(2) .geothe-sec4-card-main-title {
  font-size: 4.16667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(2) .geothe-sec4-card-main-title {
    font-size: 5.83333vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(3) {
  width: 15.88542vw;
  height: 12.1875vw;
  margin-top: 0.72917vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(3) {
    width: 23.33333vw;
    height: 18.05556vw;
    margin-top: 0.97222vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(3) .geothe-sec4-card-main-title {
  font-size: 4.16667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(3) .geothe-sec4-card-main-title {
    font-size: 5.83333vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(3) .geothe-sec4-card-des-title {
  font-size: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container .geothe-sec4-card-special > .geothe-sec4-card-item:nth-child(3) .geothe-sec4-card-des-title {
    font-size: 2.77778vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) {
  width: 25.15625vw;
  height: 27.29167vw;
  align-items: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) {
    width: 37.08333vw;
    height: 40.41667vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-item-bg {
  position: absolute;
  background: #202020;
  top: 9.375vw;
  box-shadow: 0px 0px 1.04167vw 1.04167vw #202020;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-item-bg {
    left: 2.60417vw;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-item-bg {
    left: 2.60417vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-item-bg {
    top: 13.88889vw;
    box-shadow: 0px 0px 2.77778vw 2.77778vw #202020;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-item-bg .geothe-sec4-card-main-title {
  line-height: 1;
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-main-title {
  font-size: 6.25vw;
  line-height: 1.25;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(1) .geothe-sec4-card-main-title {
    font-size: 8.75vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(3) {
  width: 19.01042vw;
  height: 12.5vw;
  margin-top: 0.72917vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(3) {
    width: 28.05556vw;
    height: 18.61111vw;
    margin-top: 0.97222vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(3) .geothe-sec4-card-main-title {
  font-size: 3.64583vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(3) .geothe-sec4-card-main-title {
    font-size: 5.83333vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(4) {
  width: 40.625vw;
  height: 12.5vw;
  margin-top: 0.72917vw;
  padding-left: 2.60417vw;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(4) picture {
  width: 3.48958vw;
  margin-right: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(4) picture {
    width: 5.13889vw;
    margin-right: 3.61111vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(4) {
    width: 60vw;
    height: 18.61111vw;
    margin-top: 0.97222vw;
    padding-left: 3.61111vw;
  }
}

.geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(4) .geothe-sec4-card-main-title {
  font-size: 2.5vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec4 .geothe-sec4-card-container > .geothe-sec4-card-item:nth-child(4) .geothe-sec4-card-main-title {
    font-size: 3.47222vw;
  }
}

.geothe .geothe-sec6 {
  padding-top: 7.8125vw;
  background-color: #161719;
  position: relative;
}

.geothe .geothe-sec6 .geothe-sec6-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(ellipse, #304D49 0%, #161719 60%, #161719 100%);
  background-position: 0 10.41667vw;
  background-repeat: no-repeat;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-bg {
    background-position: 0 27.77778vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 {
    padding-top: 16.66667vw;
    background-position: 0 27.77778vw;
    width: 100vw;
    overflow: hidden;
  }
}

.geothe .geothe-sec6 .geothe-sec6-title {
  margin-left: 22.1875vw;
  padding-bottom: 7.8125vw;
  font-size: 2.5vw;
  line-height: 1.25;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-title {
    margin-left: 8.33333vw;
    padding-bottom: 4.16667vw;
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec6 .geothe-sec6-title span {
  color: #888;
}

.geothe .geothe-sec6 .geothe-sec6-container {
  width: 60.41667vw;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7.8125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-container {
    width: 100%;
  }
}

.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-des {
  position: absolute;
  width: 30.20833vw;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #CCCCCC;
  top: -11.97917vw;
  right: -5.20833vw;
  z-index: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-des {
    position: static;
    width: 100%;
    padding: 0 8.33333vw;
    font-size: 4.44444vw;
  }
}

.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-center {
  width: 34.63542vw;
  margin: 0 auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-center {
    width: 90.27778vw;
    margin-top: 8.33333vw;
  }
}

.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-left,
.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-right {
  position: absolute;
  top: 10.41667vw;
}

.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-left img,
.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-right img {
  height: 7.55208vw;
  width: auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-left img,
  .geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-right img {
    height: 10.27778vw;
  }
}

.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-left span,
.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-right span {
  font-size: 4.0625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-left span,
  .geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-right span {
    font-size: 5.55556vw;
  }
}

.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-left {
  left: -2.08333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-left {
    left: 4.16667vw;
    bottom: 27.77778vw;
    top: initial;
  }
}

.geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-right {
  right: 0vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec6 .geothe-sec6-container .geothe-sec6-item-right {
    right: 4.86111vw;
    bottom: 56.94444vw;
    top: initial;
  }
}

.geothe .geothe-sec7 {
  display: flex;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec7 {
    flex-direction: column;
  }
}

.geothe .geothe-sec7 .geothe-sec7-item {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec7 .geothe-sec7-item {
    width: 100%;
  }
}

.geothe .geothe-sec7 .geothe-sec7-item .geothe-sec7-item-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.geothe .geothe-sec7 .geothe-sec7-item .geothe-sec7-item-text .geothe-sec7-item-title {
  margin-top: 7.96875vw;
  margin-left: 5.98958vw;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #FBF4DB 0%, #262831 100%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec7 .geothe-sec7-item .geothe-sec7-item-text .geothe-sec7-item-title {
    color: #FBF4DB;
    background-image: none;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec7 .geothe-sec7-item .geothe-sec7-item-text .geothe-sec7-item-title {
    color: #FBF4DB;
    background-image: none;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec7 .geothe-sec7-item .geothe-sec7-item-text .geothe-sec7-item-title {
    margin-top: 5.55556vw;
    font-size: 6.66667vw;
    text-align: left;
    padding-left: 5.55556vw;
  }
}

.geothe .geothe-sec8 {
  padding-top: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec8 {
    padding-top: 27.77778vw;
  }
}

.geothe .geothe-sec8 .geothe-common-link {
  margin-top: 5.20833vw;
  margin-bottom: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec8 .geothe-common-link {
    margin-top: 11.11111vw;
  }
}

.geothe .geothe-sec8 .section-title-animation .mask {
  --gradient-progress: 0;
  --gradient-progress-2: 20%;
  background-image: linear-gradient(135deg, transparent var(--gradient-progress), #fff var(--gradient-progress-2));
}

.geothe .geothe-sec8 .section-title {
  text-align: left;
  color: #000;
  padding-left: 12.23958vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec8 .section-title {
    font-size: 11.11111vw;
    text-align: left;
    padding-left: 7.63889vw;
  }
}

.geothe .geothe-sec8 .section-title img {
  width: 32.8125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec8 .section-title img {
    width: 87.5vw;
  }
}

.geothe .geothe-sec8 .section-title .font-colorful {
  background-image: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/common/sec8-title-bg-2x.png);
  background-size: 100% 100%;
}

.geothe .geothe-sec8 .geothe-sec8-text {
  margin-top: 10.41667vw;
  padding-left: 12.5vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec8 .geothe-sec8-text {
    margin-top: 22.22222vw;
    padding-left: 8.33333vw;
  }
}

.geothe .geothe-sec8 .geothe-sec8-text .geothe-sec8-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec8 .geothe-sec8-text .geothe-sec8-title {
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec8 .geothe-sec8-text .geothe-sec8-title .grey {
  color: #888888;
}

.geothe .geothe-sec8 .geothe-sec8-text .geothe-sec8-des {
  margin-top: 2.08333vw;
  width: 60.41667vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec8 .geothe-sec8-text .geothe-sec8-des {
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
    width: 83.33333vw;
  }
}

.geothe .geothe-sec8 .geothe-sec8-content {
  margin-top: 5.20833vw;
  padding-left: 12.5vw;
  display: flex;
  overflow: hidden;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item {
  display: flex;
  width: 44.01042vw;
  flex-shrink: 0;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item + .geothe-sec8-item {
  margin-left: 10.41667vw;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item:last-child {
  margin-right: 12.5vw;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item:nth-child(odd) {
  flex-direction: column;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item:nth-child(even) {
  flex-direction: column-reverse;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item .geothe-sec8-item-text {
  margin: 1.5625vw 0;
  color: #000;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item .geothe-sec8-item-text .geothe-sec8-item-title {
  font-size: 1.66667vw;
  font-weight: bold;
  line-height: 1.25;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item .geothe-sec8-item-text .geothe-sec8-item-des {
  width: 32.29167vw;
  margin-top: 1.04167vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item .geothe-sec8-item-img {
  border-radius: 0.52083vw;
  background-color: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44.01042vw;
  height: 28.85417vw;
}

.geothe .geothe-sec8 .geothe-sec8-content .geothe-sec8-item .geothe-sec8-item-img .geothe-sec8-item-img-content {
  width: 31.35417vw;
  position: relative;
  border-radius: 1.35417vw;
}

.geothe .geothe-sec8 .geothe-sec8-swiper {
  width: 86.11111vw;
  margin: 0 auto;
  margin-top: 8.33333vw;
  position: relative;
  overflow: hidden;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .swiper-slide {
  background-color: #fff;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .swiper-slide .geothe-sec8-swiper-img {
  background: #EAEAEA;
  border-radius: 1.38889vw;
  padding: 6.25vw 9.02778vw;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .swiper-slide .geothe-sec8-swiper-img .geothe-sec8-item-img-content {
  width: 68.05556vw;
  position: relative;
  border-radius: 3.05556vw;
  overflow: hidden;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .swiper-slide .geothe-sec8-swiper-des {
  font-size: 3.33333vw;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  margin-top: 12.5vw;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .geothe-sec8-swiper-pagination {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 59.16667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border-bottom: 0.13889vw solid #989898;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .geothe-sec8-swiper-pagination .geothe-sec8-swiper-pagination-item {
  text-align: center;
  min-width: 20.83333vw;
  font-size: 3.05556vw;
  font-weight: 400;
  line-height: 1.6;
  color: #989898;
  margin-bottom: 1.38889vw;
  position: relative;
  white-space: nowrap;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .geothe-sec8-swiper-pagination .geothe-sec8-swiper-pagination-item + .geothe-sec8-swiper-pagination-item {
  margin-left: 4.16667vw;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .geothe-sec8-swiper-pagination .geothe-sec8-swiper-pagination-item.active {
  color: #000;
  font-weight: bold;
}

.geothe .geothe-sec8 .geothe-sec8-swiper .geothe-sec8-swiper-pagination .geothe-sec8-swiper-pagination-item.active::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.41667vw;
  background: #000;
  bottom: -1.66667vw;
  left: 0;
}

.geothe .geothe-sec9 {
  padding-top: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 {
    padding-top: 27.77778vw;
  }
}

.geothe .geothe-sec9 .section-title-animation .mask {
  --gradient-progress: 0;
  --gradient-progress-2: 20%;
  background-image: linear-gradient(135deg, transparent var(--gradient-progress), #fff var(--gradient-progress-2));
}

.geothe .geothe-sec9 .section-title {
  color: #000;
  text-align: left;
  padding-left: 12.5vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .section-title {
    padding-left: 7.63889vw;
  }
}

.geothe .geothe-sec9 .section-title .font-colorful {
  background-image: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/common/sec9-title-bg-2x.png);
  background-size: 100% 100%;
}

.geothe .geothe-sec9 .geothe-sec9-div1 {
  position: relative;
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.geothe .geothe-sec9 .geothe-sec9-div1 img {
  width: 15vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div1 img {
    width: 27.5vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div1 span {
  font-size: 2.08333vw;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div1 span {
    font-size: 3.75vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div2 {
  width: 75vw;
  margin: 0 auto;
  margin-top: 7.8125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div2 {
    width: 100%;
    margin-top: 18.75vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div2 video {
  border-radius: 0.9375vw;
  overflow: hidden;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div2 video {
    border-radius: 0;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div2 .geothe-sec9-div2-text {
  margin-top: 1.5625vw;
  display: flex;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div2 .geothe-sec9-div2-text {
    margin-top: 8.33333vw;
    flex-direction: column;
    padding-left: 9.02778vw;
    padding-right: 5.13889vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div2 .geothe-sec9-div2-text .geothe-sec9-div2-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #000000;
  flex: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div2 .geothe-sec9-div2-text .geothe-sec9-div2-title {
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div2 .geothe-sec9-div2-text .geothe-sec9-div2-title .grey {
  color: #bcbcbc;
}

.geothe .geothe-sec9 .geothe-sec9-div2 .geothe-sec9-div2-text .geothe-sec9-div2-des {
  width: 39.32292vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div2 .geothe-sec9-div2-text .geothe-sec9-div2-des {
    margin-top: 4.16667vw;
    width: 100%;
    font-size: 4.44444vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 {
  margin: 0 auto;
  padding-top: 7.8125vw;
  width: 81.25vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 {
    padding-top: 22.22222vw;
    width: 100%;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item + .geothe-sec9-div3-item {
  margin-top: 7.8125vw;
  flex-direction: row-reverse;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item + .geothe-sec9-div3-item {
    flex-direction: column-reverse;
    margin-top: 22.22222vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item.geothe-sec9-div3-item-col {
  flex-direction: column;
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item.geothe-sec9-div3-item-col .geothe-sec9-div3-item-text,
.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item.geothe-sec9-div3-item-col .geothe-sec9-div3-item-img {
  width: 54.89583vw;
  text-align: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item.geothe-sec9-div3-item-col .geothe-sec9-div3-item-text,
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item.geothe-sec9-div3-item-col .geothe-sec9-div3-item-img {
    width: 85.41667vw;
    text-align: initial;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item.geothe-sec9-div3-item-col .geothe-sec9-div3-item-img {
  margin-top: 3.125vw !important;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item.geothe-sec9-div3-item-col .geothe-sec9-div3-item-img {
    margin-top: 8.33333vw !important;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item:nth-child(2) .geothe-sec9-div3-item-text {
  width: 29.6875vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item:nth-child(2) .geothe-sec9-div3-item-text {
    width: 81.66667vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-img {
  width: 46.71875vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-img {
    width: 85.41667vw;
    margin: 0 auto;
    margin-top: 7.63889vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-text {
  width: 30.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-text {
    width: 81.66667vw;
    margin-left: 9.02778vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-text .geothe-sec9-div3-item-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #000000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-text .geothe-sec9-div3-item-title {
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-text .geothe-sec9-div3-item-title .grey {
  color: #bcbcbc;
}

.geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-text .geothe-sec9-div3-item-des {
  margin-top: 3.125vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  color: #211D1E;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-sec9-div3 .geothe-sec9-div3-item .geothe-sec9-div3-item-text .geothe-sec9-div3-item-des {
    margin-top: 4.16667vw;
    font-size: 4.44444vw;
  }
}

.geothe .geothe-sec9 .geothe-common-link {
  margin-top: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec9 .geothe-common-link {
    margin-top: 11.11111vw;
  }
}

.geothe .geothe-sec10 {
  background: #fff;
  padding-top: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec10 {
    padding-top: 11.11111vw;
  }
}

.geothe .geothe-sec10 .geothe-sec10-container {
  width: 74.11458vw;
  margin: 0 auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec10 .geothe-sec10-container {
    width: 100%;
  }
}

.geothe .geothe-sec10 .geothe-sec10-container .geothe-sec10-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #000000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec10 .geothe-sec10-container .geothe-sec10-title {
    width: 100%;
    margin: 0 auto;
    font-size: 6.66667vw;
    padding-left: 6.66667vw;
  }
}

.geothe .geothe-sec10 .geothe-sec10-container .geothe-sec10-title .grey {
  color: #bcbcbc;
}

.geothe .geothe-sec10 .geothe-sec10-container .geothe-sec10-des {
  font-size: 1.25vw;
  line-height: 1.6;
  color: #211D1E;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec10 .geothe-sec10-container .geothe-sec10-des {
    margin-left: 0vw;
    font-size: 4.44444vw;
    padding-left: 6.66667vw;
  }
}

.geothe .geothe-sec10 .geothe-sec10-container + .geothe-sec10-container {
  margin-top: 7.8125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec10 .geothe-sec10-container + .geothe-sec10-container {
    margin-top: 22.22222vw;
  }
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 {
  width: 100%;
  background-color: #1c1c1c;
  padding: 5.20833vw 8.85417vw;
  margin-top: 0vw;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-common-link {
  margin-top: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-common-link {
    margin-top: 11.11111vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 {
    padding: 0;
    padding-top: 21.38889vw;
    padding-bottom: 11.11111vw;
    margin-top: 0vw;
  }
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-title {
  color: #fff;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-des {
  color: #ccc;
  width: 52.91667vw;
  margin-top: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-des {
    width: 85.41667vw;
    margin-top: 4.16667vw;
  }
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container {
  margin-top: 3.125vw;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item + .geothe-sec10-div3-item {
  margin-top: 7.8125vw;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item:nth-child(even) {
  flex-direction: row-reverse;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item:nth-child(even) .geothe-sec10-div3-text {
  margin-right: 4.16667vw;
  margin-left: 0vw;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item .geothe-sec10-div3-img {
  width: 54.16667vw;
  flex-shrink: 0;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item:nth-child(1) .geothe-sec10-div3-text {
  width: 21.35417vw;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item .geothe-sec10-div3-text {
  margin-left: 4.16667vw;
  font-size: 1.66667vw;
  font-weight: 500;
  line-height: 1.6;
  color: #FFFFFF;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item .geothe-sec10-div3-text .geothe-sec10-div3-text-block {
  margin-top: 4.16667vw;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item .geothe-sec10-div3-text .geothe-sec10-div3-colorfont {
  color: #FBB94E;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item:nth-child(4) {
  position: relative;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item:nth-child(4) .geothe-sec10-div3-img {
  width: 100%;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-container .geothe-sec10-div3-item:nth-child(4) .geothe-sec10-div3-text {
  margin: 0;
  position: absolute;
  bottom: 3.125vw;
  left: 15.10417vw;
  right: 15.10417vw;
  text-align: center;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper {
  width: 91.66667vw;
  margin: 0 auto;
  margin-top: 8.33333vw;
  overflow: hidden;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper .swiper-slide {
  position: relative;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper .geothe-sec10-div3-img {
  width: 100%;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper .geothe-sec10-div3-text {
  font-size: 4.44444vw;
  font-weight: 500;
  line-height: 1.6;
  color: #FFFFFF;
  position: absolute;
  bottom: 6.94444vw;
  width: 100%;
  text-align: center;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper .geothe-sec10-div3-text .geothe-sec10-div3-text-block {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper .geothe-sec10-div3-text .geothe-sec10-div3-text-block span + span {
  margin-left: 7.5vw;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper .geothe-sec10-div3-text .geothe-sec10-div3-colorfont {
  color: #FDD580;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper-pagination {
  margin-top: 4.16667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper-pagination .swiper-pagination-bullet {
  height: 2.77778vw;
  width: 2.77778vw;
  background-color: #7C7C7C;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 3.33333vw;
}

.geothe .geothe-sec10 .geothe-sec10-container.geothe-sec10-div3 .geothe-sec10-div3-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8.33333vw;
  background-color: #FCFCFC;
  border-radius: 1.38889vw;
}

.geothe .geothe-sec11 {
  padding-top: 10.41667vw;
  overflow: hidden;
}

.geothe .geothe-sec11 .geothe-common-link {
  margin-top: 5.20833vw;
  text-align: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-common-link {
    margin-top: 11.11111vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 {
    padding-top: 27.77778vw;
  }
}

.geothe .geothe-sec11 .section-title-animation .mask {
  --gradient-progress: 0;
  --gradient-progress-2: 20%;
  background-image: linear-gradient(135deg, transparent var(--gradient-progress), #000 var(--gradient-progress-2));
}

.geothe .geothe-sec11 .section-title {
  padding-left: 15.625vw;
  text-align: left;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .section-title {
    padding-left: 7.63889vw;
    font-size: 9.72222vw;
  }
}

.geothe .geothe-sec11 .section-title .font-colorful {
  background-image: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/common/sec11-title-bg-2x.png);
  background-size: 100% 100%;
}

.geothe .geothe-sec11 .geothe-sec11-sec {
  margin-top: 2.08333vw;
  padding-left: 15.625vw;
  width: 58.85417vw;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #B1AEAE;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-sec {
    font-size: 4.44444vw;
    padding-left: 0vw;
    width: 86.11111vw;
    margin: 0 auto;
    margin-top: 22.22222vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div1 {
  width: 71.875vw;
  margin: 0 auto;
  position: relative;
  margin-top: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div1 {
    width: 86.38889vw;
    margin: 0vw auto;
    margin-top: 13.88889vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div1 .geothe-sec11-div1-pencil {
  position: absolute;
  left: -2.76042vw;
  top: -2.60417vw;
  width: 76.71875vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div1 .geothe-sec11-div1-pencil {
    left: 0vw;
    width: 86.38889vw;
    top: -6.94444vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec11 .geothe-sec11-div1 .geothe-sec11-div1-pencil {
    top: 12.5vw;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec11 .geothe-sec11-div1 .geothe-sec11-div1-pencil {
    top: 12.5vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding-left: 11.45833vw;
  padding-right: 5.72917vw;
  justify-content: space-between;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 {
    margin-top: 27.77778vw;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text {
  width: 28.64583vw;
  margin-top: 15.625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text {
    width: 86.11111vw;
    margin: 0 auto;
    position: static;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text > img {
  height: 2.29167vw;
  width: auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text > img {
    height: 6.11111vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text .geothe-sec11-div2-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #83DCE8;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text .geothe-sec11-div2-title {
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text .geothe-sec11-div2-des {
  font-size: 1.25vw;
  line-height: 1.6;
  color: #B1AEAE;
  margin-top: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text .geothe-sec11-div2-des {
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
    text-align: left;
    width: 80.55556vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-text .geothe-sec11-div2-des .highlight {
  color: #83DCE8;
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer {
  position: relative;
  width: 48.4375vw;
  height: 95.83333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer {
    width: 100%;
    height: 166.66667vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer {
    height: 56.25vw;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer {
    height: 56.25vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture {
  position: absolute;
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture:nth-child(1) {
  width: 18.95833vw;
  top: 11.97917vw;
  left: 0vw;
  z-index: 4;
  transform: rotateZ(28deg);
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture:nth-child(1) {
    width: 36.38889vw;
    top: 13.88889vw;
    left: 17.91667vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture:nth-child(2) {
  width: 18.95833vw;
  transform: rotateZ(41deg);
  top: 14.84375vw;
  left: 5.20833vw;
  z-index: 3;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture:nth-child(2) {
    width: 36.80556vw;
    top: 19.44444vw;
    left: 27.77778vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture:nth-child(3) {
  width: 18.95833vw;
  transform: rotateZ(56deg);
  top: 18.48958vw;
  left: 9.89583vw;
  z-index: 2;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture:nth-child(3) {
    width: 35.13889vw;
    top: 27.77778vw;
    left: 36.11111vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture:nth-child(4) {
  width: 36.35417vw;
  transform: rotateZ(341deg);
  top: 36.35417vw;
  left: 5.20833vw;
  z-index: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div2 .geothe-sec11-div2-imgcontainer picture:nth-child(4) {
    width: 65.55556vw;
    top: 61.11111vw;
    left: 27.77778vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 {
  width: 79.16667vw;
  margin: 0 auto;
  margin-top: 2.60417vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 {
    width: 100%;
    padding: 0 6.94444vw;
    margin-top: 22.22222vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item + .geothe-sec11-div3-item {
  flex-direction: row-reverse;
  margin-top: 7.8125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item + .geothe-sec11-div3-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 22.22222vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item + .geothe-sec11-div3-item .geothe-sec11-div3-text > img {
  height: 2.86458vw;
  width: auto;
  margin-bottom: 0vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item + .geothe-sec11-div3-item .geothe-sec11-div3-text > img {
    height: 7.63889vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item + .geothe-sec11-div3-item .geothe-sec11-div3-contain {
  width: 41.66667vw;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item + .geothe-sec11-div3-item .geothe-sec11-div3-contain {
    width: 83.33333vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item + .geothe-sec11-div3-item .geothe-sec11-div3-contain .friggaSec2PlayVideo.btn {
  position: absolute;
  right: -3.07292vw;
  bottom: 0.52083vw;
  display: inline-block;
  padding-left: 2.34375vw;
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  line-height: 2.13542vw;
  height: 2.13542vw;
  background: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/icon/icon-play.svg) no-repeat left center;
  background-size: 2.13542vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item + .geothe-sec11-div3-item .geothe-sec11-div3-contain .friggaSec2PlayVideo.btn {
    right: -10.27778vw;
    bottom: 0vw;
    background: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/icon/icon-play.svg) no-repeat left center;
    font-size: 3.33333vw;
    font-weight: bold;
    line-height: 5.69444vw;
    height: 5.69444vw;
    padding-left: 9.02778vw;
    background-size: 5.69444vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-text > img {
  height: 2.70833vw;
  width: auto;
  margin-bottom: 1.45833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-text > img {
    height: 7.22222vw;
    margin-bottom: 3.88889vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-text .geothe-sec11-div3-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #83DCE8;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-text .geothe-sec11-div3-title {
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-text .geothe-sec11-div3-des {
  font-size: 1.25vw;
  line-height: 1.6;
  color: #B1AEAE;
  margin-top: 3.125vw;
  width: 29.01042vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-text .geothe-sec11-div3-des {
    width: 100%;
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-text .geothe-sec11-div3-des .highlight {
  color: #83DCE8;
}

.geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-contain {
  width: 52.08333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item .geothe-sec11-div3-contain {
    width: 100%;
    margin-top: 8.33333vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div3 .geothe-sec11-div3-item:nth-child(1) .geothe-sec11-div3-contain {
    width: 100vw;
    margin-left: -6.94444vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div4 {
  margin-top: 7.8125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div4 {
    margin-top: 27.77778vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div4 .geothe-sec11-div4-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div4 .geothe-sec11-div4-text {
    align-items: flex-start;
    padding-left: 5.55556vw;
    text-align: left;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div4 .geothe-sec11-div4-text > img.geothe-sec11-div4-title {
  height: 2.8125vw;
  width: auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div4 .geothe-sec11-div4-text > img.geothe-sec11-div4-title {
    height: 7.5vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div4 .geothe-sec11-div4-text .geothe-sec11-div4-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #E1F863;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div4 .geothe-sec11-div4-text .geothe-sec11-div4-title {
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div4 .geothe-sec11-div4-text .geothe-sec11-div4-des {
  width: 58.59375vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  color: #B1AEAE;
  margin-top: 2.60417vw;
  text-align: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div4 .geothe-sec11-div4-text .geothe-sec11-div4-des {
    width: 78.88889vw;
    margin-top: 4.16667vw;
    font-size: 4.44444vw;
    text-align: left;
  }
}

.geothe .geothe-sec11 .geothe-sec11-div4 .geothe-short-video {
  margin-top: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec11 .geothe-sec11-div4 .geothe-short-video {
    margin-top: 8.33333vw;
  }
}

.geothe .geothe-sec12 {
  width: 77.08333vw;
  margin: 0 auto;
  padding-top: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 {
    width: 100%;
    padding-top: 20.83333vw;
  }
}

.geothe .geothe-sec12 .geothe-sec12-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item {
    flex-direction: column;
  }
}

.geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-img,
.geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text {
  width: 36.45833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-img,
  .geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text {
    width: 100%;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-img {
    margin: 0 auto;
    width: 91.66667vw;
    margin-top: 8.33333vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-left: 5.55556vw;
  }
}

.geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text > img {
  height: 2.76042vw;
  margin-bottom: 0.52083vw;
  width: auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text > img {
    height: 7.36111vw;
    margin-bottom: 1.38889vw;
  }
}

.geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text .geothe-sec12-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #83DCE8;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text .geothe-sec12-title {
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text .geothe-sec12-des {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  color: #B1B1B1;
  margin-top: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item .geothe-sec12-text .geothe-sec12-des {
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
    width: 76.38889vw;
  }
}

.geothe .geothe-sec12 .geothe-sec12-item:nth-child(2) {
  margin-top: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item:nth-child(2) {
    margin-top: 27.77778vw;
  }
}

.geothe .geothe-sec12 .geothe-sec12-item:nth-child(2) .geothe-sec12-text {
  order: 2;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item:nth-child(2) .geothe-sec12-text {
    order: 0;
  }
}

.geothe .geothe-sec12 .geothe-sec12-item:nth-child(2) .geothe-sec12-text > img {
  height: 1.77083vw;
  width: auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec12 .geothe-sec12-item:nth-child(2) .geothe-sec12-text > img {
    height: 4.72222vw;
  }
}

.geothe .geothe-sec13 {
  margin-top: 10.41667vw;
  opacity: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec13 {
    margin-top: 27.77778vw;
  }
}

.geothe .geothe-sec13 .geothe-sec13-text {
  width: 77.08333vw;
  margin: 0 auto;
  margin-bottom: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec13 .geothe-sec13-text {
    width: 100%;
    padding-left: 5.55556vw;
    margin-bottom: 13.88889vw;
  }
}

.geothe .geothe-sec13 .geothe-sec13-text .section-title-animation .mask {
  --gradient-progress: 0;
  --gradient-progress-2: 20%;
  background-image: linear-gradient(135deg, transparent var(--gradient-progress), #000 var(--gradient-progress-2));
}

.geothe .geothe-sec13 .geothe-sec13-text .section-title {
  text-align: left;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec13 .geothe-sec13-text .section-title {
    font-size: 9.72222vw;
    margin-left: 3.61111vw;
  }
}

.geothe .geothe-sec13 .geothe-sec13-text .section-title .font-colorful {
  background-image: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/common/sec8-title-bg-2x.png);
  background-size: 100% 100%;
}

.geothe .geothe-sec13 .geothe-sec13-text .geothe-sec13-sec-title {
  margin-top: 11.97917vw;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #FFFFFF;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec13 .geothe-sec13-text .geothe-sec13-sec-title {
    margin-top: 25.69444vw;
    font-size: 6.66667vw;
  }
}

.geothe .geothe-sec13 .geothe-sec13-text .geothe-sec13-sec-title img {
  height: 2.96875vw;
  width: auto;
  margin-left: 0.26042vw;
  margin-bottom: 1.45833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec13 .geothe-sec13-text .geothe-sec13-sec-title img {
    height: 7.91667vw;
    margin-left: 0.69444vw;
    margin-bottom: 3.88889vw;
  }
}

.geothe .geothe-sec13 .geothe-sec13-text .geothe-sec13-sec-title .grey {
  color: #888;
}

.geothe .geothe-sec13 .geothe-sec13-text .geothe-sec-des {
  margin-top: 1.5625vw;
  width: 55.46875vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  color: #B1AEAE;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec13 .geothe-sec13-text .geothe-sec-des {
    margin-top: 4.16667vw;
    font-size: 4.44444vw;
    width: 87.5vw;
  }
}

.geothe .geothe-sec13 .geothe-sec13-video .geothe-replay-button {
  right: 3.125vw;
  bottom: 1.5625vw;
  top: initial;
}

.geothe .geothe-sec14 {
  width: 100%;
  margin: 0 auto;
  padding-top: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec14 {
    width: 100%;
    padding-top: 25vw;
    display: flex;
    flex-direction: column;
  }
}

.geothe .geothe-sec14 .geothe-sec14-title {
  width: 72.91667vw;
  margin: 0 auto;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #FFFFFF;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec14 .geothe-sec14-title {
    font-size: 6.66667vw;
    margin-left: 8.05556vw;
  }
}

.geothe .geothe-sec14 .geothe-sec14-title .grey {
  color: #888;
}

.geothe .geothe-sec14 .geothe-sec14-img {
  margin: 0 auto;
  margin-top: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec14 .geothe-sec14-img {
    width: 86.11111vw;
    margin: 0 auto;
    margin-top: 8.33333vw;
    order: 2;
  }
}

.geothe .geothe-sec14 .geothe-sec14-des {
  width: 59.375vw;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #B1AEAE;
  margin-top: 1.5625vw;
  margin-left: 13.54167vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec14 .geothe-sec14-des {
    width: 83.33333vw;
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
    margin-left: 8.05556vw;
  }
}

.geothe .geothe-sec15 {
  width: 100%;
  margin: 0 auto;
  margin-top: 10.41667vw;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec15 {
    width: 100%;
    margin-top: 22.22222vw;
    padding-top: 0;
  }
}

.geothe .geothe-sec15 .geothe-sec15-text {
  position: absolute;
  left: 13.54167vw;
  top: 0;
  z-index: 3;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec15 .geothe-sec15-text {
    position: static;
  }
}

.geothe .geothe-sec15 .geothe-sec15-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #FFFFFF;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec15 .geothe-sec15-title {
    font-size: 6.66667vw;
    margin-left: 8.05556vw;
  }
}

.geothe .geothe-sec15 .geothe-sec15-title .grey {
  color: #888;
}

.geothe .geothe-sec15 .geothe-sec15-img {
  margin: 0 auto;
  width: 72.91667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec15 .geothe-sec15-img {
    width: 86.11111vw;
    margin: 0 auto;
    margin-top: 8.33333vw;
  }
}

.geothe .geothe-sec15 .geothe-sec15-des {
  width: 37.39583vw;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #B1AEAE;
  margin-top: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec15 .geothe-sec15-des {
    width: 86.11111vw;
    margin: 0 auto;
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
    margin-left: 8.05556vw;
  }
}

.geothe .geothe-sec15 .show-pc .geothe-sec15-card-container {
  display: flex;
  margin-top: 3.125vw;
}

.geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(1) .geothe-sec15-card-main-title {
  background-image: linear-gradient(153deg, #3FA1F4 0%, #71D2FF 100%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(1) .geothe-sec15-card-main-title {
    color: #348893;
    background-image: none;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(1) .geothe-sec15-card-main-title {
    color: #348893;
    background-image: none;
  }
}

.geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(2) {
  margin-left: 3.125vw;
}

.geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(2) .geothe-sec15-card-main-title {
  background-image: linear-gradient(129deg, #348893 0%, #83DCE8 100%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(2) .geothe-sec15-card-main-title {
    color: #348893;
    background-image: none;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(2) .geothe-sec15-card-main-title {
    color: #348893;
    background-image: none;
  }
}

.geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item .geothe-sec15-card-main-title {
  font-size: 2.70833vw;
  font-weight: bold;
  line-height: 1.25;
  color: transparent;
  -webkit-background-clip: text;
}

.geothe .geothe-sec15 .show-pc .geothe-sec15-card-container .geothe-sec15-card-item .geothe-sec15-card-des-title {
  margin-top: 0.52083vw;
  font-size: 1.14583vw;
  font-weight: 500;
  line-height: 1.6;
  color: #7D7D7D;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container {
  width: 87.08333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 auto;
  margin-top: 8.33333vw;
  margin-left: 8.05556vw;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid 255, 255, 255, 0.15;
  border-radius: 1.38889vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.77778vw;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item .geothe-sec15-card-des-title {
  font-size: 3.05556vw;
  line-height: 1.6;
  color: #7D7D7D;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(1), .geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(2) {
  justify-content: flex-start;
  padding-top: 5.55556vw;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(1) .geothe-sec15-card-main-title, .geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(2) .geothe-sec15-card-main-title {
  font-size: 6.66667vw;
  font-weight: bold;
  line-height: 1.25;
  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 1.66667vw;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(1) {
  width: 45.97222vw;
  height: 29.30556vw;
  align-items: flex-start;
  padding-left: 7.22222vw;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(1) .geothe-sec15-card-main-title {
  background-image: linear-gradient(153deg, #3FA1F4 0%, #71D2FF 100%);
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(2) {
  width: 37.08333vw;
  height: 29.30556vw;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(2) .geothe-sec15-card-main-title {
  background-image: linear-gradient(129deg, #348893 0%, #83DCE8 100%);
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(3) {
  width: 87.08333vw;
  height: 19.02778vw;
  flex-direction: row-reverse;
}

.geothe .geothe-sec15 .show-mob .geothe-sec15-card-container .geothe-sec15-card-item:nth-child(3) .geothe-sec15-card-main-title {
  margin-left: 14.86111vw;
  font-size: 6.66667vw;
  font-weight: bold;
  line-height: 1.25;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(106deg, #3FA1F4 0%, #71D2FF 100%);
}

.geothe .geothe-sec15 .geothe-sec15-main {
  width: 72.91667vw;
  position: absolute;
  top: 46.35417vw;
  left: 13.54167vw;
  z-index: 0;
  overflow: hidden;
  height: 8.85417vw;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec15 .geothe-sec15-main {
    height: 8.90625vw;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec15 .geothe-sec15-main {
    height: 8.90625vw;
  }
}

.geothe .geothe-sec15 .geothe-sec15-main img {
  width: 72.91667vw;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.geothe .geothe-sec15 .geothe-sec15-main .geothe-sec15-main-bg {
  z-index: 1;
  position: absolute;
  top: -9.01042vw;
  left: 0.26042vw;
  width: 72.39583vw;
  height: 18.02083vw;
  background-size: cover;
  background-image: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/tablets/matepad-pro-11/img/icon/font-color.svg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .geothe .geothe-sec15 .geothe-sec15-main .geothe-sec15-main-bg {
    bottom: 0.05208vw;
    top: initial;
  }
}

@supports (-ms-ime-align: auto) {
  .geothe .geothe-sec15 .geothe-sec15-main .geothe-sec15-main-bg {
    bottom: 0.05208vw;
    top: initial;
  }
}

.geothe .geothe-sec15 .geothe-sec15-img {
  position: relative;
  z-index: 1;
}

.geothe .geothe-sec16 {
  margin: 0 auto;
  margin-top: 10.41667vw;
  width: 72.91667vw;
  padding-bottom: 6.25vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec16 {
    padding-bottom: 16.66667vw;
    margin-top: 25vw;
    width: 87.5vw;
  }
}

.geothe .geothe-sec16 .geothe-sec16-title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  padding-left: 2.34375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec16 .geothe-sec16-title {
    font-size: 6.66667vw;
    padding-left: 0vw;
  }
}

.geothe .geothe-sec16 .geothe-sec16-title .grey {
  color: #bcbcbc;
}

.geothe .geothe-sec16 .geothe-sec16-des {
  margin-top: 2.60417vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  color: #b1b1b1;
  padding-left: 2.34375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec16 .geothe-sec16-des {
    margin-top: 4.16667vw;
    padding-left: 0vw;
    font-size: 4.44444vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec16 .geothe-sec16-div1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.geothe .geothe-sec16 .geothe-sec16-div1 .geothe-replay-video {
  margin-top: 1.5625vw;
}

.geothe .geothe-sec16 .geothe-sec16-div1 .geothe-replay-video picture,
.geothe .geothe-sec16 .geothe-sec16-div1 .geothe-replay-video video {
  border-radius: 1.875vw;
  overflow: hidden;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec16 .geothe-sec16-div1 .geothe-replay-video picture,
  .geothe .geothe-sec16 .geothe-sec16-div1 .geothe-replay-video video {
    border-radius: 5vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec16 .geothe-sec16-div1 .geothe-replay-video {
    order: 2;
    margin-top: 8.33333vw;
    border-radius: 5vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec16 .geothe-sec16-div1 .geothe-sec16-title {
    width: 100%;
  }
}

.geothe .geothe-sec16 .geothe-sec16-div1 .geothe-sec16-des {
  margin-top: 2.34375vw;
  width: 52.08333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .geothe-sec16 .geothe-sec16-div1 .geothe-sec16-des {
    width: 100%;
    margin-top: 4.16667vw;
  }
}

.geothe .last-notes {
  position: relative;
  padding-bottom: 6.25vw;
  padding-top: 7.8125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .last-notes {
    padding-bottom: 33.33333vw;
    padding-top: 16.66667vw;
  }
}

.geothe .last-notes .last-notes-container {
  position: relative;
  width: 82.29167vw;
  margin: 0 auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .last-notes .last-notes-container {
    width: 86.11111vw;
  }
}

.geothe .last-notes .last-notes-container .notes-list {
  list-style: decimal;
  margin: 0;
  padding-left: 1.25vw;
  font-size: 0.625vw;
  line-height: 1.6;
  font-weight: 500;
  color: #7f7f7f;
}

@media screen and (max-width: 1773px) {
  .geothe .last-notes .last-notes-container .notes-list {
    font-size: 12px;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .last-notes .last-notes-container .notes-list {
    padding-left: 5.27778vw;
    font-size: 3.05556vw;
  }
}

.geothe .last-notes .last-notes-container .notes-list > li.current {
  color: #000;
}

.geothe .last-notes .last-notes-container .notes-list > li i {
  font-weight: normal;
  white-space: pre-wrap;
  word-break: break-all;
}

.geothe .last-notes .last-notes-container .notes-list > li a {
  color: #61aefc;
  word-wrap: break-word;
  word-break: break-all;
}

.geothe .last-notes .last-notes-container .notes-list .last,
.geothe .last-notes .last-notes-container .notes-list .last2 {
  position: relative;
  list-style: none;
}

.geothe .last-notes .last-notes-container .notes-list .last::before,
.geothe .last-notes .last-notes-container .notes-list .last2::before {
  content: "*";
  position: absolute;
  top: 0.15625vw;
  left: -0.78125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .geothe .last-notes .last-notes-container .notes-list .last::before,
  .geothe .last-notes .last-notes-container .notes-list .last2::before {
    top: 0.55556vw;
    left: -4.16667vw;
  }
}

.geothe .last-notes .last-notes-container .notes-list .last2::before {
  content: "**";
}

.geothe .geothe-en-hide-title {
  display: none;
}
