.nova9 {
  letter-spacing: calc(-0.037em + 0.526px);
  color: #000;
}
.nova9 .blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}
.nova9 .blur-up.lazyloaded {
  filter: blur(0);
}
.nova9 .nova9-nowrap {
  white-space: nowrap;
}
.nova9 img {
  display: block;
  width: 100%;
}
.nova9 video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova9 a {
  color: inherit;
}
.nova9 p {
  line-height: 1.6;
}
.nova9 h2,
.nova9 h3,
.nova9 h4 {
  line-height: 1.25;
  font-weight: 700;
}
.nova9 sup {
  position: relative;
  font-size: 55%;
  cursor: pointer;
  z-index: 4;
  transform: translateY(15%);
  line-height: 0;
}
.nova9 *,
.nova9 *:before,
.nova9 *:after {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
.nova9 *:focus,
.nova9 *:active {
  outline: none;
}
.nova9 .nova9-section {
  position: relative;
}
.nova9 .section-title {
  font-size: 3.3333333333vw;
  font-weight: 500;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-title {
    font-size: 6.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.nova9 .section-subTitle {
  font-size: 1.6666666667vw;
  margin-bottom: 1.0416666667vw;
  opacity: 0.5;
  font-weight: normal;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-subTitle {
    font-size: 4.4444444444vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.nova9 .section-desc {
  font-size: 1.1458333333vw;
  color: #656565;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-desc {
    font-size: 4.4444444444vw;
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-subDesc {
  font-size: 1.1458333333vw;
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-subDesc {
    font-size: 3.6111111111vw;
    margin-top: 4.1666666667vw;
  }
}
.nova9 .nova9-container {
  position: relative;
  background: #fff;
}
.nova9 .replay-btn {
  position: absolute;
  bottom: 1.5625vw;
  right: 2.0833333333vw;
  display: inline-block;
  font-size: 0;
  z-index: 5;
  color: #fff;
  display: none;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .replay-btn {
    right: 3.4722222222vw;
    bottom: 2.0833333333vw;
  }
}
.nova9 .replay-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 1.3020833333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .replay-btn img {
    width: 3.0555555556vw;
  }
}
.nova9 .replay-btn p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25vw;
  margin-left: 0.5208333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .replay-btn p {
    font-size: 3.3333333333vw;
    margin-left: 0.9722222222vw;
  }
}
.nova9 .replay-btn.special {
  color: #000;
}
.nova9 .replay-btn.active {
  display: block;
}
.nova9 .nova9-sidenav {
  position: sticky;
  top: calc(76px + 3.125vw);
  left: 2.6041666667vw;
  height: calc(calc(100vh - 76px) - 6.25vw);
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 3.125vw;
  z-index: 9;
  margin-top: 10.4166666667vw;
  mix-blend-mode: difference;
}
@supports (position: sticky) {
  .nova9 .nova9-sidenav {
    display: flex;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .nova9-sidenav {
    display: none;
  }
}
.nova9 .nova9-sidenav .sidenav-item {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  width: 18px;
  height: 18px;
}
.nova9 .nova9-sidenav .sidenav-item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity 0.3s ease;
  display: block;
}
.nova9 .nova9-sidenav .sidenav-item svg circle {
  fill: none;
  stroke-linecap: butt;
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 50.3;
  stroke-dashoffset: 50.3;
}
.nova9 .nova9-sidenav .sidenav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: all 0.3s ease;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
}
.nova9 .nova9-sidenav .sidenav-item span {
  display: block;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}
.nova9 .nova9-sidenav .sidenav-item span::after {
  content: attr(data-text);
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%) scale(0.75);
  display: block;
  color: #fff;
  font-size: 0.9375vw;
  font-size: calc(.19231vw + 10.30769px);
  font-weight: 700;
  transition: all 0.3s ease;
  transform-origin: center;
  line-height: 1.25;
}
.nova9 .nova9-sidenav .sidenav-item:hover {
  height: 55px;
}
.nova9 .nova9-sidenav .sidenav-item:hover span {
  opacity: 1;
}
.nova9 .nova9-sidenav .sidenav-item:hover span::after {
  transform: translateX(-50%) scale(1);
}
.nova9 .nova9-sidenav .sidenav-item.active {
  height: 55px;
}
.nova9 .nova9-sidenav .sidenav-item.active::before {
  width: 18px;
  height: 18px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 245, 0.25);
  background: transparent;
}
.nova9 .nova9-sidenav .sidenav-item.active svg {
  opacity: 1;
}
.nova9 .nova9-sidenav .sidenav-item.active span {
  opacity: 1;
}
.nova9 .nova9-sidenav .sidenav-item.active span::after {
  transform: translateX(-50%) scale(1);
}
.nova9 .section-kv .kv-textWrap {
  position: absolute;
  width: 22.65625vw;
  top: 8.3333333333vw;
  left: 66.5625vw;
}
@media (width: 1366px) {
  .nova9 .section-kv .kv-textWrap {
    width: 27.0833333333vw;
    left: 64.7395833333vw;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-kv .kv-textWrap {
    position: relative;
    top: auto;
    left: auto;
    width: 65.2777777778vw;
    margin: 13.8888888889vw auto;
  }
}
.nova9 .section-kv .kv-textWrap > img {
  width: 15.9895833333vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-kv .kv-textWrap > img {
    width: 42.6388888889vw;
  }
}
.nova9 .section-kv .kv-textWrap > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-kv .kv-textWrap > div {
    margin-top: 1.1111111111vw;
  }
}
.nova9 .section-kv .kv-textWrap h3 {
  font-size: 3.3333333333vw;
  margin-top: 1.0416666667vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.2604166667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-kv .kv-textWrap h3 {
    font-size: 8.8888888889vw;
    letter-spacing: 0.9722222222vw;
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-kv .kv-textWrap p {
  font-size: 0.8333333333vw;
}
@media (width: 1366px) {
  .nova9 .section-kv .kv-textWrap p {
    font-size: 0.6770833333vw;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 1/1) {
  .nova9 .section-kv .kv-textWrap p {
    font-size: 0.78125vw;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-kv .kv-textWrap p {
    font-size: 2.7777777778vw;
  }
}
.nova9 .section-kv .kv-phoneWrap {
  position: absolute;
  width: 23.4375vw;
  bottom: 0;
  left: 66.5625vw;
}
@media (width: 1366px) {
  .nova9 .section-kv .kv-phoneWrap {
    width: 27.0833333333vw;
    left: 64.7395833333vw;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-kv .kv-phoneWrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: 91.6666666667vw;
    margin: 0 auto;
  }
}
.nova9 .section-kv .kv-harmony {
  display: inline-block;
  position: absolute;
  width: 9.375vw;
  left: 2.8645833333vw;
  bottom: 2.8645833333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-kv .kv-harmony {
    bottom: auto;
    top: 147.9166666667vw;
    left: 5.5555555556vw;
    width: 15.5555555556vw;
  }
}
.nova9 .section-kv .kv-note {
  position: absolute;
  right: 9.8958333333vw;
  bottom: -2.0833333333vw;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-kv .kv-note {
    position: relative;
    text-align: center;
    margin-top: 4.1666666667vw;
    font-size: 3.0555555556vw;
    right: auto;
    bottom: auto;
  }
}
.nova9 .section-ksp {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-ksp .ksp-wrap {
  width: 82.1875vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-wrap {
    text-align: center;
    width: 91.6666666667vw;
  }
}
.nova9 .section-ksp .ksp-title {
  font-size: 5.2083333333vw;
  display: inline-block;
  position: relative;
  color: #BEC7F8;
  background: -webkit-linear-gradient(-10deg, #bfc7f8 20%, #9dc0eb 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-title {
    font-size: 13.3333333333vw;
  }
}
.nova9 .section-ksp .ksp-subTitle {
  position: absolute;
  top: 2.0833333333vw;
  left: 2.0833333333vw;
  font-size: 1.6666666667vw;
  font-weight: 500;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-subTitle {
    top: 2.7777777778vw;
    left: 3.4722222222vw;
    font-size: 3.3333333333vw;
    text-align: left;
  }
}
.nova9 .section-ksp .ksp-arrow {
  position: absolute;
  right: 1.0416666667vw;
  bottom: 1.0416666667vw;
  width: 2.3958333333vw;
  height: 2.3958333333vw;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(0);
  background: #d9d9d9;
}
@media screen and (max-width: 677px), screen and (max-aspect-ratio: 1/1) {
  .nova9 .section-ksp .ksp-arrow {
    right: 2.0833333333vw;
    bottom: 2.0833333333vw;
    width: 3.75vw;
    height: 3.75vw;
  }
}
.nova9 .section-ksp .ksp-arrow.special {
  right: auto;
  left: 1.0416666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-arrow.special {
    left: 2.0833333333vw;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-arrow.special2 {
    bottom: 29.1666666667vw;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-arrow.special3 {
    bottom: 16.6666666667vw;
  }
}
.nova9 .section-ksp .ksp-arrow img {
  transform: translateY(-50%);
  transition: transform 0.8s ease;
}
@media (max-width: 1200px) {
  .nova9 .section-ksp .ksp-arrow img {
    transition: none;
  }
}
.nova9 .section-ksp .ksp-hover {
  position: relative;
  cursor: pointer;
}
.nova9 .section-ksp .ksp-hover:hover .ksp-arrow img {
  transform: translateY(0%);
}
.nova9 .section-ksp .ksp-item-top {
  margin-top: 3.125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-item-top {
    margin-top: 13.8888888889vw;
  }
}
.nova9 .section-ksp .ksp-item-mid {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-item-mid {
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-ksp .ksp-item-mid > div {
  position: relative;
}
.nova9 .section-ksp .ksp-item-mid > div:first-of-type {
  width: 50.625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-item-mid > div:first-of-type {
    width: 47.9166666667vw;
  }
}
.nova9 .section-ksp .ksp-item-mid > div:last-of-type {
  width: 30vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-item-mid > div:last-of-type {
    width: 39.5833333333vw;
  }
}
.nova9 .section-ksp .ksp-item-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-item-bot {
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-ksp .ksp-item-bot > div {
  position: relative;
}
.nova9 .section-ksp .ksp-item-bot > div:first-of-type {
  width: 29.21875vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-item-bot > div:first-of-type {
    width: 43.75vw;
  }
}
.nova9 .section-ksp .ksp-item-bot > div:last-of-type {
  width: 51.1458333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-ksp .ksp-item-bot > div:last-of-type {
    width: 43.75vw;
  }
}
.nova9 .section-tvc {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-tvc {
    margin-top: 16.6666666667vw;
  }
}
.nova9 .section-tvc .tvc-videoWrap {
  position: relative;
  width: 82.1875vw;
  height: 41.3541666667vw;
  margin: 0 auto;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-tvc .tvc-videoWrap {
    width: 100%;
    border-radius: 0;
    height: calc(100vh - 96px);
  }
}
.nova9 .section-tvc .tvc-btn {
  position: absolute;
  bottom: 3.125vw;
  right: 3.125vw;
  color: #fff;
  z-index: 2;
  padding: 0.5208333333vw 1.3020833333vw;
  border-radius: 5.2083333333vw;
  border: 2px solid #fff;
  line-height: 1;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-tvc .tvc-btn {
    bottom: 13.8888888889vw;
    right: 50%;
    transform: translateX(50%);
    padding: 2.7777777778vw 4.1666666667vw;
    border-radius: 13.8888888889vw;
  }
}
.nova9 .section-tvc .tvc-btn p {
  font-size: 1.25vw;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-tvc .tvc-btn p {
    font-size: 3.3333333333vw;
  }
}
.nova9 .section-tvc .tvc-btn img {
  width: 0.8333333333vw;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.0416666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-tvc .tvc-btn img {
    width: 2.7777777778vw;
    margin-left: 2.7777777778vw;
  }
}
.nova9 .section-bigTitle {
  height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-bigTitle {
    height: auto;
    padding: 27.7777777778vw 0;
  }
}
.nova9 .section-bigTitle .bigTitle-numWrap {
  position: relative;
  width: 4.1666666667vw;
  transform: translateY(-90%) scale(1.5);
  opacity: 0;
  transition: all 0.8s ease;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-bigTitle .bigTitle-numWrap {
    width: 8.3333333333vw;
  }
}
.nova9 .section-bigTitle .bigTitle-numWrap span {
  position: absolute;
  top: 4.6875vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6666666667vw;
  color: #B5C8EF;
  letter-spacing: 1.0416666667vw;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-bigTitle .bigTitle-numWrap span {
    font-size: 3.3333333333vw;
    top: 9.0277777778vw;
    letter-spacing: 2.0833333333vw;
  }
}
.nova9 .section-bigTitle .bigTitle-numWrap.active {
  transform: none;
  opacity: 1;
}
.nova9 .section-bigTitle h2 {
  font-size: 9.375vw;
  display: inline-block;
  position: relative;
  color: #BEC7F8;
  background: -webkit-linear-gradient(right, #bbe1fe 0%, #bec7f8 40%, #9dc0eb 95%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  transform: scale(1.5);
  opacity: 0;
  transition: all 0.8s ease;
  text-align: center;
}
.nova9 .section-bigTitle h2.special {
  font-size: 8.4375vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-bigTitle h2.special {
    font-size: 13.3333333333vw;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-bigTitle h2 {
    font-size: 13.3333333333vw;
    text-align: center;
  }
}
.nova9 .section-bigTitle h2 span {
  font-size: 5.2083333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-bigTitle h2 span {
    font-size: 8.8888888889vw;
  }
}
.nova9 .section-bigTitle h2.active {
  transform: none;
  opacity: 1;
}
@supports (position: sticky) {
  .nova9 .section-bigTitle1 {
    margin-top: -100vh;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-bigTitle1 {
    margin-top: 0;
  }
}
.nova9 .section-id .id-videoWrap {
  position: relative;
  width: 82.1875vw;
  height: 44.2708333333vw;
  margin: 0 auto;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-id .id-videoWrap {
    width: 91.6666666667vw;
    border-radius: 2.7777777778vw;
    height: auto;
  }
}
.nova9 .section-id .id-textWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 82.1875vw;
  margin: 3.125vw auto 0;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-id .id-textWrap {
    width: 91.6666666667vw;
    flex-direction: column;
    margin-top: 8.3333333333vw;
  }
}
.nova9 .section-id .section-desc {
  width: 33.3333333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-id .section-desc {
    width: 100%;
  }
}
.nova9 .section-id .id-btn {
  position: absolute;
  right: 2.0833333333vw;
  bottom: 1.5625vw;
  width: 4.1666666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-id .id-btn {
    width: 11.1111111111vw;
    bottom: 2.7777777778vw;
    right: 2.7777777778vw;
  }
}
.nova9 .section-color {
  margin-top: 3.125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color {
    margin-top: 8.3333333333vw;
  }
}
.nova9 .section-color .color-title {
  position: absolute;
  top: 32.2916666667vw;
  left: 79.1666666667vw;
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color .color-title {
    top: 50%;
    left: 72.2222222222vw;
    transform: translateY(-50%);
  }
}
.nova9 .section-color h3 {
  font-size: 9.0104166667vw;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  transform: translateX(1px);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color h3 {
    font-size: 13.8888888889vw;
    text-align: center;
    transform: translateX(0.6944444444vw) scale(1.03);
    width: 14.5833333333vw;
  }
}
.nova9 .section-color h3.special1 {
  color: #BEC7F8;
  background: -webkit-linear-gradient(left, #bbe1fe 10%, #bec7f8 40%, #b1d5ff 85%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color h3.special1 {
    white-space: pre-wrap;
    background: -webkit-linear-gradient(top, #bbe1fe 10%, #bec7f8 40%, #b1d5ff 85%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
}
.nova9 .section-color h3.special2 {
  color: #506E68;
  background: -webkit-linear-gradient(left, #92aea7 0%, #506e68 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color h3.special2 {
    white-space: pre-wrap;
    background: -webkit-linear-gradient(top, #92aea7 0%, #506e68 90%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
}
.nova9 .section-color h3.special3 {
  color: #9785DB;
  background: -webkit-linear-gradient(left, #b8baeb 0%, #9785db 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color h3.special3 {
    white-space: pre-wrap;
    background: -webkit-linear-gradient(top, #b8baeb 0%, #9785db 90%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
}
.nova9 .section-color h3.special4 {
  color: #191B1F;
  background: -webkit-linear-gradient(left, #565a60 0%, #191b1f 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color h3.special4 {
    white-space: pre-wrap;
    background: -webkit-linear-gradient(top, #565a60 0%, #191b1f 90%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
}
.nova9 .section-color #pagination-color {
  position: absolute;
  width: 23.9583333333vw;
  top: 43.4895833333vw;
  left: 67.1875vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color #pagination-color {
    position: relative;
    width: 63.8888888889vw;
    margin: 0 auto;
    top: auto;
    left: auto;
  }
}
.nova9 .section-color .swiper-pagination-bullet {
  width: 2.5520833333vw;
  height: 2.5520833333vw;
  border-radius: 0;
  background: transparent;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-color .swiper-pagination-bullet {
    width: 6.8055555556vw;
    height: 6.8055555556vw;
  }
}
.nova9 .section-color .swiper-pagination-bullet.special1 {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/color/huawei-nova-9-colours-icon-1@2x.png);
  background-size: 99% 99%;
}
.nova9 .section-color .swiper-pagination-bullet.special1::after {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/color/huawei-nova-9-colours-icon-1-2@2x.png);
  background-size: 99% 99%;
}
.nova9 .section-color .swiper-pagination-bullet.special2 {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/color/huawei-nova-9-colours-icon-2@2x.png);
  background-size: 99% 99%;
}
.nova9 .section-color .swiper-pagination-bullet.special2::after {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/color/huawei-nova-9-colours-icon-2-2@2x.png);
  background-size: 99% 99%;
}
.nova9 .section-color .swiper-pagination-bullet.special3 {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/color/huawei-nova-9-colours-icon-3@2x.png);
  background-size: 99% 99%;
}
.nova9 .section-color .swiper-pagination-bullet.special3::after {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/color/huawei-nova-9-colours-icon-3-2@2x.png);
  background-size: 99% 99%;
}
.nova9 .section-color .swiper-pagination-bullet.special4 {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/color/huawei-nova-9-colours-icon-4@2x.png);
  background-size: 99% 99%;
}
.nova9 .section-color .swiper-pagination-bullet.special4::after {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/color/huawei-nova-9-colours-icon-4-2@2x.png);
  background-size: 99% 99%;
}
.nova9 .section-color .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
.nova9 .section-color .swiper-pagination-bullet.active::after {
  opacity: 1;
}
.nova9 .section-color .color-wrap {
  width: 100vw;
  overflow: hidden;
}
@media (width: 1440px), (width: 2160px) {
  .nova9 .section-color #swiper-color {
    transform: scale(1.01);
  }
}
.nova9 .section-surround .surround-textWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 82.1875vw;
  margin: 0 auto 3.125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-surround .surround-textWrap {
    width: 91.6666666667vw;
    margin-bottom: 8.3333333333vw;
    flex-direction: column;
  }
}
.nova9 .section-surround .section-desc {
  width: 33.3333333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-surround .section-desc {
    width: 91.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.nova9 .section-surround .surround-videoWrap {
  position: relative;
  width: 82.1875vw;
  height: 44.2708333333vw;
  margin: 0 auto;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
.nova9 .section-surround .surround-videoWrap video {
  transform: scale(1.01);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-surround .surround-videoWrap {
    width: 91.6666666667vw;
    border-radius: 2.7777777778vw;
    height: auto;
  }
}
.nova9 .section-screen {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-screen {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-screen .screen-textWrap {
  width: 82.1875vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-screen .screen-textWrap {
    width: 91.6666666667vw;
  }
}
.nova9 .section-screen .section-desc {
  width: 44.7916666667vw;
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-screen .section-desc {
    width: 91.6666666667vw;
    margin: 4.1666666667vw auto 0;
  }
}
.nova9 .section-screen .screen-bgWrap {
  width: 82.1875vw;
  margin: -8.3333333333vw auto 0;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-screen .screen-bgWrap {
    margin-top: 0;
    width: 91.6666666667vw;
    border-radius: 2.7777777778vw;
  }
}
.nova9 .section-screen .screen-note {
  padding-right: 10.6770833333vw;
  margin-top: 2.03125vw;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-screen .screen-note {
    text-align: left;
    margin: 8.3333333333vw auto 0;
    font-size: 3.0555555556vw;
    width: 91.6666666667vw;
  }
}
.nova9 .section-frontcamera {
  height: 400vh;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera {
    height: 300vh;
  }
}
.nova9 .section-frontcamera .frontcamera-wrap {
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .frontcamera-wrap {
    top: 96px;
    height: calc(100vh - 96px);
  }
  .nova9 .section-frontcamera .frontcamera-wrap > div {
    transition: opacity 0.3s ease !important;
  }
  .nova9 .section-frontcamera .frontcamera-wrap > div.notActive {
    opacity: 0 !important;
  }
}
.nova9 .section-frontcamera .frontcamera-camera {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) scale(0.5);
  width: 20.9375vw;
  height: 20.9375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-radius: 10.4166666667vw;
  z-index: 2;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .frontcamera-camera {
    width: 21.6666666667vw;
    height: 21.6666666667vw;
    border-radius: 27.7777777778vw;
  }
}
.nova9 .section-frontcamera .frontcamera-camera::before {
  content: "32 MP";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 9.375vw;
  font-weight: 700;
  color: #B6C8F2;
  line-height: 1.25;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nova9 .section-frontcamera .frontcamera-camera.active::before {
  opacity: 1;
}
.nova9 .section-frontcamera .frontcamera-phone {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 73.0729166667vw;
  height: 26.5625vw;
  overflow: hidden;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .frontcamera-phone {
    width: 100vw;
    height: 46.1111111111vw;
  }
}
.nova9 .section-frontcamera .frontcamera-32mp {
  position: absolute;
  left: 61.71875vw;
  bottom: 29.1666666667vw;
  display: inline-block;
  z-index: 4;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .frontcamera-32mp {
    bottom: 52.0833333333vw;
    left: 40.4166666667vw;
  }
}
.nova9 .section-frontcamera .frontcamera-32mp h3 {
  font-size: 5.2083333333vw;
  display: inline-block;
  white-space: nowrap;
  color: #BEC7F8;
  background: -webkit-linear-gradient(left, #bec7f8 30%, #9dc0eb 95%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  transform: translateY(2.6041666667vw);
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .frontcamera-32mp h3 {
    font-size: 6.6666666667vw;
    transform: translateY(6.9444444444vw);
  }
}
.nova9 .section-frontcamera .frontcamera-32mp::after {
  content: "";
  position: absolute;
  bottom: -11.1979166667vw;
  left: 50%;
  transform: rotate(180deg);
  width: 1px;
  height: 0;
  background: #92C6EB;
  transition: height 0.3s ease;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .frontcamera-32mp::after {
    bottom: -13.1944444444vw;
  }
}
.nova9 .section-frontcamera .frontcamera-32mp.active h3 {
  transform: none;
  opacity: 1;
}
.nova9 .section-frontcamera .frontcamera-32mp.active::after {
  height: 11.71875vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .frontcamera-32mp.active::after {
    height: 13.4722222222vw;
  }
}
.nova9 .section-frontcamera .frontcamera-textWrap {
  position: absolute;
  top: 0.5208333333vw;
  left: 8.3333333333vw;
  opacity: 0;
  transform: translateY(2.6041666667vw);
  transition: all 0.3s ease;
}
@media (max-width: 1200px) and (min-width: 601px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .frontcamera-textWrap {
    top: 50%;
    left: 4.1666666667vw;
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 1/1) {
  .nova9 .section-frontcamera .frontcamera-textWrap {
    top: auto;
    bottom: 76.3888888889vw;
    left: 4.1666666667vw;
    transform: 6.9444444444vw !important;
  }
}
.nova9 .section-frontcamera .frontcamera-textWrap.active {
  opacity: 1;
  transform: none;
}
.nova9 .section-frontcamera .section-desc {
  width: 42.7083333333vw;
  margin-top: 1.5625vw;
}
@media (width: 1600px), (width: 1366px) {
  .nova9 .section-frontcamera .section-desc {
    width: 31.25vw;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-frontcamera .section-desc {
    width: 91.6666666667vw;
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-backcamera {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-backcamera .backcamera-textWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 82.1875vw;
  margin: 0 auto 3.125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-textWrap {
    width: 91.6666666667vw;
    margin-bottom: 8.3333333333vw;
    flex-direction: column;
  }
}
.nova9 .section-backcamera .section-desc {
  width: 33.3333333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .section-desc {
    width: 91.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.nova9 .section-backcamera .backcamera-videoWrap {
  position: relative;
  width: 82.1875vw;
  height: 44.2708333333vw;
  margin: 0 auto;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-videoWrap {
    width: 91.6666666667vw;
    border-radius: 2.7777777778vw;
    height: auto;
  }
}
.nova9 .section-backcamera .backcamera-bgWrap {
  position: relative;
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-bgWrap {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-backcamera .backcamera-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.nova9 .section-backcamera .backcamera-item img {
  width: 3.4895833333vw;
  margin-right: 2.8645833333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-item img {
    width: 6.6666666667vw;
    margin-right: 5.5555555556vw;
  }
}
.nova9 .section-backcamera .backcamera-item h3 {
  font-size: 3.3333333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-item h3 {
    font-size: 5.8333333333vw;
    width: 26.3888888889vw;
  }
}
.nova9 .section-backcamera .backcamera-item p {
  font-size: 1.1458333333vw;
  margin-top: 0.78125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-item p {
    font-size: 1.9444444444vw;
    margin-top: 1.3888888889vw;
    width: 26.3888888889vw;
  }
}
.nova9 .section-backcamera .backcamera-item.special1 {
  top: 9.1145833333vw;
  left: 15.625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-item.special1 {
    top: 7.6388888889vw;
    left: 57.0833333333vw;
  }
}
.nova9 .section-backcamera .backcamera-item.special2 {
  top: 9.1145833333vw;
  left: 65.8854166667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-item.special2 {
    top: 29.4444444444vw;
    left: 57.0833333333vw;
  }
}
.nova9 .section-backcamera .backcamera-item.special3 {
  top: 27.6041666667vw;
  left: 15.625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-item.special3 {
    top: 50.5555555556vw;
    left: 57.0833333333vw;
  }
}
.nova9 .section-backcamera .backcamera-item.special4 {
  top: 27.6041666667vw;
  left: 65.8854166667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-backcamera .backcamera-item.special4 {
    top: 72.6388888889vw;
    left: 57.0833333333vw;
  }
}
.nova9 .section-s4k {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-s4k {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-s4k .s4k-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-s4k .s4k-wrap {
    flex-direction: column-reverse;
  }
}
.nova9 .section-s4k .s4k-videoWrap {
  width: 25vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-s4k .s4k-videoWrap {
    width: 66.6666666667vw;
    border-radius: 2.7777777778vw;
    margin-top: 8.3333333333vw;
  }
}
.nova9 .section-s4k .s4k-textWrap {
  width: 31.0416666667vw;
  margin-left: 9.21875vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-s4k .s4k-textWrap {
    width: 91.6666666667vw;
    margin: 0;
  }
}
.nova9 .section-s4k .section-title {
  white-space: nowrap;
}
.nova9 .section-s4k .section-desc {
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-s4k .section-desc {
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-more .more-textWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 82.1875vw;
  margin: 3.125vw auto 0;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-more .more-textWrap {
    width: 91.6666666667vw;
    margin-top: 0;
    flex-direction: column;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-more .section-subTitle,
.nova9 .section-more .section-title {
    width: 91.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.nova9 .section-more .section-desc {
  width: 26.3541666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-more .section-desc {
    width: 100%;
  }
}
.nova9 .section-more .more-videoWrap {
  position: relative;
  width: 82.1875vw;
  margin: 0 auto;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-more .more-videoWrap {
    width: 91.6666666667vw;
    border-radius: 2.7777777778vw;
    height: auto;
    margin-top: 8.3333333333vw;
  }
}
.nova9 .section-more .more-btn {
  position: absolute;
  display: block;
  width: 4.1666666667vw;
  right: 2.0833333333vw;
  bottom: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-more .more-btn {
    width: 11.1111111111vw;
    right: 2.7777777778vw;
    bottom: 2.7777777778vw;
  }
}
.nova9 .section-live {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-live {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-live .live-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-live .live-wrap {
    flex-direction: column-reverse;
  }
}
.nova9 .section-live .live-videoWrap {
  position: relative;
  width: 30.3125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-live .live-videoWrap {
    width: 91.6666666667vw;
    margin-top: 8.3333333333vw;
    height: auto;
  }
}
.nova9 .section-live .live-textWrap {
  width: 30.3125vw;
  margin-left: 4.6875vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-live .live-textWrap {
    width: 91.6666666667vw;
    margin-left: 0;
  }
}
.nova9 .section-live .section-desc {
  margin-top: 1.5625vw;
}
.nova9 .section-two {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-two {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-two .two-textWrap {
  width: 68.2291666667vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-two .two-textWrap {
    width: 91.6666666667vw;
  }
}
.nova9 .section-two .two-textWrap.special {
  display: flex;
  justify-content: flex-end;
}
.nova9 .section-two .two-videoWrap {
  position: relative;
  width: 68.2291666667vw;
  height: 34.375vw;
  margin: 3.125vw auto;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-two .two-videoWrap {
    width: 91.6666666667vw;
    margin-top: 8.3333333333vw;
    border-radius: 2.7777777778vw;
    height: auto;
  }
}
.nova9 .section-two .two-btn {
  position: absolute;
  display: block;
  width: 4.1666666667vw;
  right: 2.34375vw;
  bottom: 2.34375vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-two .two-btn {
    width: 11.1111111111vw;
    right: 2.7777777778vw;
    bottom: 2.7777777778vw;
  }
}
.nova9 .section-two .section-desc {
  width: 41.7708333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-two .section-desc {
    width: 91.6666666667vw;
  }
}
.nova9 .section-shake {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-shake .shake-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82.1875vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake .shake-wrap {
    width: 91.6666666667vw;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.nova9 .section-shake .shake-wrap.special {
  justify-content: flex-end;
  margin-top: 3.125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake .shake-wrap.special {
    margin-top: 0;
    justify-content: flex-start;
  }
}
.nova9 .section-shake .shake-title {
  position: relative;
  height: 200vh;
}
.nova9 .section-shake .shake-title h3 {
  position: sticky;
  top: calc(calc(100vh - 76px) / 2 - 7.2916666667vw);
  font-size: 15.625vw;
  color: #EFEFEF;
  text-align: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake .shake-title h3 {
    top: calc(calc(100vh - 96px) / 2 - 13.8888888889vw);
    font-size: 27.7777777778vw;
  }
}
.nova9 .section-shake .shake-title span {
  display: inline-block;
  vertical-align: middle;
  transform: translateX(-17.7083333333vw) rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake .shake-title span {
    transform: translateX(-30.5555555556vw) rotate(0);
  }
}
.nova9 .section-shake .shake-title span.special {
  transition: color 0.5s ease;
}
.nova9 .section-shake .shake-title span.special.active {
  -webkit-animation: swing 0.25s linear infinite;
          animation: swing 0.25s linear infinite;
  color: #000;
}
.nova9 .section-shake .shake-videoWrap {
  position: relative;
  width: 61.25vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake .shake-videoWrap {
    width: 91.6666666667vw;
    border-radius: 2.7777777778vw;
  }
}
.nova9 .section-shake .shake-btn {
  position: absolute;
  width: 4.1666666667vw;
  bottom: 2.34375vw;
  right: 2.34375vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake .shake-btn {
    width: 11.1111111111vw;
    bottom: 2.7777777778vw;
    right: 2.7777777778vw;
  }
}
.nova9 .section-shake .shake-textWrap {
  width: 17.7083333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake .shake-textWrap {
    width: 100%;
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-shake .section-desc {
  width: 37.5vw;
  text-align: right;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-shake .section-desc {
    width: 91.6666666667vw;
    text-align: left;
  }
}
.nova9 .section-watch {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-watch {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-watch .watch-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82.1875vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-watch .watch-wrap {
    width: 91.6666666667vw;
    align-items: flex-start;
    flex-direction: column;
  }
}
.nova9 .section-watch .watch-videoWrap {
  position: relative;
  width: 47.2916666667vw;
  height: 26.5625vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-watch .watch-videoWrap {
    width: 100%;
    border-radius: 2.7777777778vw;
    height: auto;
    margin-top: 8.3333333333vw;
  }
}
.nova9 .section-watch .watch-textWrap {
  width: 29.6875vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-watch .watch-textWrap {
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-watch .section-subTitle,
.nova9 .section-watch .section-title {
    width: 91.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.nova9 .section-watch .section-desc {
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-watch .section-desc {
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-watch .watch-a {
  color: #366AF4;
  font-size: 1.1458333333vw;
  line-height: 1.6;
  display: inline-block;
  margin-top: 3.125vw;
  margin-left: 8.90625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-watch .watch-a {
    font-size: 3.0555555556vw;
    margin-top: 8.3333333333vw;
    margin-left: 4.1666666667vw;
  }
}
.nova9 .section-watch .watch-btn {
  position: absolute;
  display: block;
  width: 4.1666666667vw;
  right: 2.0833333333vw;
  bottom: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-watch .watch-btn {
    width: 11.1111111111vw;
    right: 2.7777777778vw;
    bottom: 2.7777777778vw;
  }
}
.nova9 .section-noise {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-noise .noise-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82.1875vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .noise-wrap {
    width: 91.6666666667vw;
    align-items: flex-start;
    flex-direction: column;
  }
}
.nova9 .section-noise .noise-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82.1875vw;
  margin: 0 auto;
}
.nova9 .section-noise .noise-bottom-wrap > p:first-of-type {
  width: 40.3125vw;
}
.nova9 .section-noise .noise-bottom-wrap > p:last-of-type {
  width: 33.3333333333vw;
}
.nova9 .section-noise .noise-leftWrap {
  width: 40.3125vw;
  height: 39.2708333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .noise-leftWrap {
    width: 100%;
    height: auto;
  }
}
.nova9 .section-noise .noise-videoWrap {
  position: relative;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
  width: 100%;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .noise-videoWrap {
    margin-top: 8.3333333333vw;
    border-radius: 0;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .noise-videoWrap > video,
.nova9 .section-noise .noise-videoWrap > img {
    border-radius: 2.7777777778vw;
  }
}
.nova9 .section-noise .noise-note {
  position: absolute;
  bottom: 1.3020833333vw;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.9375vw;
  z-index: 2;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .noise-note {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 2.0833333333vw;
    font-size: 2.5vw;
    color: #808080;
  }
}
.nova9 .section-noise .noise-rightWrap {
  position: relative;
  width: 33.3333333333vw;
  height: 39.2708333333vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .noise-rightWrap {
    width: 100%;
    margin-top: 8.3333333333vw;
    border-radius: 0;
    height: auto;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .noise-rightWrap > video,
.nova9 .section-noise .noise-rightWrap > img {
    border-radius: 2.7777777778vw;
  }
}
.nova9 .section-noise .section-desc {
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .section-desc {
    margin-top: 4.1666666667vw;
  }
  .nova9 .section-noise .section-desc b {
    display: block;
    color: #000;
    margin-bottom: 1.1111111111vw;
  }
}
.nova9 .section-noise .noise-btn {
  position: absolute;
  width: 4.1666666667vw;
  bottom: 2.34375vw;
  right: 2.34375vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-noise .noise-btn {
    width: 11.1111111111vw;
    bottom: 2.7777777778vw;
    right: 2.7777777778vw;
  }
}
.nova9 .section-noise b {
  font-weight: 700;
}
.nova9 .section-search {
  margin-top: 10.4166666667vw;
  height: 300vh;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-search .search-wrap {
  width: 82.1875vw;
  margin: 0 auto;
  position: sticky;
  top: 76px;
}
@media (width: 3000px), (width: 2160px), (width: 1500px), (width: 1440px) {
  .nova9 .section-search .search-wrap {
    top: 9.375vw;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search .search-wrap {
    width: 91.6666666667vw;
    top: calc(96px + 8.3333333333vw);
  }
}
.nova9 .section-search .search-textWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search .search-textWrap {
    flex-direction: column;
  }
}
.nova9 .section-search .search-textWrap.special {
  justify-content: flex-end;
}
.nova9 .section-search .section-desc {
  width: 26.3541666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search .section-desc {
    width: 100%;
  }
}
.nova9 .section-search .search-videoWrap {
  margin: 3.125vw 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search .search-videoWrap {
    margin: 8.3333333333vw 0 0;
    overflow: hidden;
  }
}
.nova9 .section-search .search-phoneWrap {
  position: relative;
  width: 13.75vw;
  z-index: 3;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search .search-phoneWrap {
    width: 24.0277777778vw;
  }
}
.nova9 .section-search .search-padWrap {
  position: relative;
  width: 49.8958333333vw;
  margin-left: -2.6041666667vw;
  z-index: 1;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search .search-padWrap {
    width: 88.8888888889vw;
    margin-left: -2.0833333333vw;
  }
}
.nova9 .section-search .phone-border {
  position: relative;
  z-index: 5;
}
.nova9 .section-search .pad-border {
  position: relative;
  z-index: 4;
}
.nova9 .section-search .phone-desktop,
.nova9 .section-search .pad-desktop,
.nova9 .section-search .phone-video,
.nova9 .section-search .pad-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.nova9 .section-search .phone-video {
  transform-origin: 13.8% 64.9%;
}
.nova9 .section-search .search-hand {
  position: absolute;
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  top: 18.3333333333vw;
  left: 0.8854166667vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search .search-hand {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    top: 25.9722222222vw;
    left: 0.9722222222vw;
  }
}
.nova9 .section-search .search-a {
  color: #366AF4;
  font-size: 1.1458333333vw;
  line-height: 1.6;
  display: inline-block;
  margin-right: 11.4583333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-search .search-a {
    font-size: 3.0555555556vw;
    margin-top: 8.3333333333vw;
    margin-right: 0;
  }
}
.nova9 .section-search .search-videoWrap-ie {
  display: none;
}
.nova9 .section-montage {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-montage {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-montage .montage-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 57.6041666667vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-montage .montage-wrap {
    width: 91.6666666667vw;
    align-items: flex-start;
    flex-direction: column;
  }
}
.nova9 .section-montage .montage-textWrap {
  width: 23.59375vw;
  transform: translateY(-3.6458333333vw);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-montage .montage-textWrap {
    width: 100%;
    transform: none;
  }
}
.nova9 .section-montage .montage-videoWrap {
  width: 27.7604166667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-montage .montage-videoWrap {
    width: 100%;
    margin-top: 8.3333333333vw;
    overflow: hidden;
  }
  .nova9 .section-montage .montage-videoWrap video {
    transform: translateX(6.9444444444vw);
  }
}
.nova9 .section-montage .section-desc {
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-montage .section-desc {
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-picture1 {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture1 {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-picture1 .picture-textWrap {
  width: 82.1875vw;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture1 .picture-textWrap {
    width: 91.6666666667vw;
    text-align: left;
  }
}
.nova9 .section-picture1 .picture-descWrap {
  position: absolute;
  left: 1.5625vw;
  bottom: 1.0416666667vw;
  color: #fff;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture1 .picture-descWrap {
    left: 2.7777777778vw;
    bottom: 1.3888888889vw;
  }
}
.nova9 .section-picture1 .picture-descWrap span {
  display: block;
  font-size: 0.8333333333vw;
}
.nova9 .section-picture1 .picture-descWrap p {
  font-size: 1.6666666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture1 .picture-descWrap p {
    font-size: 4.4444444444vw;
  }
}
.nova9 .section-picture1 .picture-wrap-pc {
  height: 200vh;
  position: relative;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture1 .picture-wrap-pc {
    display: none;
  }
}
.nova9 .section-picture1 .picture-wrap-pc > div {
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.nova9 .section-picture1 .picture-wrap-pc > div > div {
  position: relative;
  width: 28.125vw;
  height: 33.8541666667vw;
  margin: 0 auto;
}
.nova9 .section-picture1 #swiper-picture-pc-bg {
  height: 33.8541666667vw;
  width: 100%;
}
.nova9 .section-picture1 #swiper-picture-pc-bg .swiper-wrapper {
  justify-content: space-between;
}
.nova9 .section-picture1 #swiper-picture-pc-bg .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
.nova9 .section-picture1 #swiper-picture-pc-bg .swiper-slide .picture-bgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52.0833333333vw;
  height: 33.8541666667vw;
}
.nova9 .section-picture1 #swiper-picture-pc-bg .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova9 .section-picture1 .picture-botWrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.5625vw;
}
.nova9 .section-picture1 #swiper-picture-pc-text {
  position: relative;
  width: 36.4583333333vw;
  opacity: 0;
  transition: opacity 0.3 ease;
  margin: 0;
}
.nova9 .section-picture1 #swiper-picture-pc-text.active {
  opacity: 1;
}
.nova9 .section-picture1 #swiper-picture-prev {
  position: absolute;
  top: calc(50% - 2.34375vw);
  left: -10.4166666667vw;
  width: 1.0416666667vw;
  height: 1.71875vw;
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/kv/huawei-nova-9-icon-arrow-left2.svg);
  background-size: 100% 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.nova9 .section-picture1 #swiper-picture-prev.active {
  opacity: 1;
}
.nova9 .section-picture1 #swiper-picture-next {
  position: absolute;
  top: calc(50% - 2.34375vw);
  right: -10.4166666667vw;
  width: 1.0416666667vw;
  height: 1.71875vw;
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/kv/huawei-nova-9-icon-arrow-left2.svg);
  background-size: 100% 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  transform: rotate(180deg);
}
.nova9 .section-picture1 #swiper-picture-next.active {
  opacity: 1;
}
.nova9 .section-picture1 #pagination-picture-pc {
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3 ease;
  font-size: 0;
}
.nova9 .section-picture1 #pagination-picture-pc.active {
  opacity: 1;
}
.nova9 .section-picture1 #pagination-picture-pc .swiper-pagination-bullet {
  width: 0.9375vw;
  height: 0.9375vw;
  background: transparent;
  margin-right: 1.0416666667vw;
  background: #333333;
}
.nova9 .section-picture1 #pagination-picture-pc .swiper-pagination-bullet-active {
  background: #000;
}
.nova9 .section-picture1 .picture-before {
  position: absolute;
  top: 50%;
  left: -23.9583333333vw;
  width: 22.3958333333vw;
  height: 28.125vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0) translateY(-55%);
}
.nova9 .section-picture1 .picture-before img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova9 .section-picture1 .picture-after {
  position: absolute;
  top: 50%;
  right: -23.9583333333vw;
  width: 22.3958333333vw;
  height: 28.125vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0) translateY(-45%);
}
.nova9 .section-picture1 .picture-after img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova9 .section-picture1 .picture-wrap-mob {
  display: none;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture1 .picture-wrap-mob {
    display: block;
    width: 91.6666666667vw;
    margin: 8.3333333333vw auto 0;
  }
}
.nova9 .section-picture1 #swiper-picture-mob-bg .picture-bgWrap {
  position: relative;
  border-radius: 2.7777777778vw;
  overflow: hidden;
  transform: rotate(0);
}
.nova9 .section-picture1 #swiper-picture-mob-text {
  text-align: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture1 #swiper-picture-mob-text {
    text-align: left;
  }
}
.nova9 .section-picture1 #swiper-picture-mob-text .section-desc {
  margin-top: 0;
}
.nova9 .section-picture1 #pagination-picture-mob {
  font-size: 0;
  margin-top: 4.1666666667vw;
  text-align: center;
}
.nova9 .section-picture1 #pagination-picture-mob .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  background: transparent;
  background: #333333;
  margin: 0 0.9722222222vw;
}
.nova9 .section-picture1 #pagination-picture-mob .swiper-pagination-bullet-active {
  background: #000;
}
.nova9 .section-picture2 {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture2 {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-picture2 .picture-textWrap {
  width: 82.1875vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture2 .picture-textWrap {
    width: 91.6666666667vw;
  }
}
.nova9 .section-picture2 .picture-descWrap {
  position: absolute;
  left: 1.5625vw;
  bottom: 1.0416666667vw;
  color: #fff;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture2 .picture-descWrap {
    left: 2.7777777778vw;
    bottom: 1.3888888889vw;
  }
}
.nova9 .section-picture2 .picture-descWrap span {
  display: block;
  font-size: 0.8333333333vw;
}
.nova9 .section-picture2 .picture-descWrap p {
  font-size: 1.6666666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture2 .picture-descWrap p {
    font-size: 4.4444444444vw;
  }
}
.nova9 .section-picture2 .picture-wrap-pc {
  height: 200vh;
  position: relative;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture2 .picture-wrap-pc {
    display: none;
  }
}
.nova9 .section-picture2 .picture-wrap-pc > div {
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.nova9 .section-picture2 .picture-wrap-pc > div > div {
  position: relative;
  width: 28.125vw;
  height: 33.8541666667vw;
  margin-left: 23.9583333333vw;
}
.nova9 .section-picture2 #swiper-picture-pc-bg2 {
  height: 33.8541666667vw;
  width: 100%;
}
.nova9 .section-picture2 #swiper-picture-pc-bg2 .swiper-wrapper {
  justify-content: space-between;
}
.nova9 .section-picture2 #swiper-picture-pc-bg2 .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0);
}
.nova9 .section-picture2 #swiper-picture-pc-bg2 .swiper-slide .picture-bgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52.0833333333vw;
  height: 33.8541666667vw;
}
.nova9 .section-picture2 #swiper-picture-pc-bg2 .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova9 .section-picture2 .picture-botWrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.5625vw;
}
.nova9 .section-picture2 #swiper-picture-pc-text2 {
  position: relative;
  width: 36.4583333333vw;
  opacity: 0;
  transition: opacity 0.3 ease;
  margin: 0;
}
.nova9 .section-picture2 #swiper-picture-pc-text2.active {
  opacity: 1;
}
.nova9 .section-picture2 #swiper-picture-prev2 {
  position: absolute;
  top: calc(50% - 2.34375vw);
  left: -10.4166666667vw;
  width: 1.0416666667vw;
  height: 1.71875vw;
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/kv/huawei-nova-9-icon-arrow-left2.svg);
  background-size: 100% 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.nova9 .section-picture2 #swiper-picture-prev2.active {
  opacity: 1;
}
.nova9 .section-picture2 #swiper-picture-next2 {
  position: absolute;
  top: calc(50% - 2.34375vw);
  right: -10.4166666667vw;
  width: 1.0416666667vw;
  height: 1.71875vw;
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova9/imgs/kv/huawei-nova-9-icon-arrow-left2.svg);
  background-size: 100% 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  transform: rotate(180deg);
}
.nova9 .section-picture2 #swiper-picture-next2.active {
  opacity: 1;
}
.nova9 .section-picture2 #pagination-picture-pc2 {
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3 ease;
  font-size: 0;
}
.nova9 .section-picture2 #pagination-picture-pc2.active {
  opacity: 1;
}
.nova9 .section-picture2 #pagination-picture-pc2 .swiper-pagination-bullet {
  width: 0.9375vw;
  height: 0.9375vw;
  background: transparent;
  margin-right: 1.0416666667vw;
  background: #333333;
}
.nova9 .section-picture2 #pagination-picture-pc2 .swiper-pagination-bullet-active {
  background: #000;
}
.nova9 .section-picture2 .picture-before {
  position: absolute;
  top: 50%;
  left: -23.9583333333vw;
  width: 22.3958333333vw;
  height: 28.125vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0) translateY(-55%);
}
.nova9 .section-picture2 .picture-before img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova9 .section-picture2 .picture-middle {
  position: absolute;
  top: 50%;
  right: -23.9583333333vw;
  width: 22.3958333333vw;
  height: 28.125vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0) translateY(-43%);
}
.nova9 .section-picture2 .picture-middle img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova9 .section-picture2 .picture-after {
  position: absolute;
  top: 50%;
  right: -47.9166666667vw;
  width: 22.3958333333vw;
  height: 28.125vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transform: rotate(0) translateY(-43%);
}
.nova9 .section-picture2 .picture-after img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nova9 .section-picture2 .picture-wrap-mob {
  display: none;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture2 .picture-wrap-mob {
    display: block;
    width: 91.6666666667vw;
    margin: 8.3333333333vw auto 0;
  }
}
.nova9 .section-picture2 #swiper-picture-mob-bg2 .picture-bgWrap {
  position: relative;
  border-radius: 2.7777777778vw;
  overflow: hidden;
  transform: rotate(0);
}
.nova9 .section-picture2 #swiper-picture-mob-text2 {
  text-align: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-picture2 #swiper-picture-mob-text2 {
    text-align: left;
  }
}
.nova9 .section-picture2 #swiper-picture-mob-text2 .section-desc {
  margin-top: 0;
}
.nova9 .section-picture2 #pagination-picture-mob2 {
  font-size: 0;
  margin-top: 4.1666666667vw;
  text-align: center;
}
.nova9 .section-picture2 #pagination-picture-mob2 .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  background: transparent;
  background: #333333;
  margin: 0 0.9722222222vw;
}
.nova9 .section-picture2 #pagination-picture-mob2 .swiper-pagination-bullet-active {
  background: #000;
}
.nova9 .section-card .card-wrap-pc {
  width: 82.1875vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-card .card-wrap-pc {
    display: none;
  }
}
.nova9 .section-card .card-wrap-pc .card-item.special1 {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.nova9 .section-card .card-wrap-pc .card-item.special2 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 10.4166666667vw;
}
.nova9 .section-card .card-wrap-pc .card-item.special3 {
  position: relative;
  margin-top: 10.4166666667vw;
  padding: 4.6875vw 0;
  background: #F7F7F7;
  border-radius: 1.25vw;
  transform: rotate(0);
}
.nova9 .section-card .card-wrap-pc .card-item.special3 > div {
  width: 77.0833333333vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nova9 .section-card .card-wrap-pc .card-item.special4 {
  display: flex;
  justify-content: space-between;
  margin-top: 10.4166666667vw;
}
.nova9 .section-card .card-wrap-pc .card-item.special4 > div {
  position: relative;
  background: #F7F7F7;
  border-radius: 1.25vw;
  transform: rotate(0);
  padding-top: 27.6041666667vw;
  padding-bottom: 2.34375vw;
  width: 39.5833333333vw;
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special1 {
  padding: 7.8125vw 14.0625vw 7.8125vw 6.7708333333vw;
  background: #F7F7F7;
  border-radius: 1.25vw;
  transform: rotate(0);
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special1 .section-desc {
  width: 19.375vw;
  margin-top: 1.5625vw;
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special2 {
  padding: 9.375vw 6.7708333333vw 9.375vw 14.0625vw;
  background: #F7F7F7;
  border-radius: 1.25vw;
  transform: rotate(0);
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special2 .section-desc {
  width: 19.375vw;
  margin-top: 1.5625vw;
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special3 {
  width: 32.4479166667vw;
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special3 .section-desc {
  margin-top: 1.5625vw;
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special4, .nova9 .section-card .card-wrap-pc .card-textWrap.special5, .nova9 .section-card .card-wrap-pc .card-textWrap.special6 {
  width: 33.59375vw;
  margin: 0 auto;
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special4 .section-desc, .nova9 .section-card .card-wrap-pc .card-textWrap.special5 .section-desc, .nova9 .section-card .card-wrap-pc .card-textWrap.special6 .section-desc {
  margin-top: 1.5625vw;
}
.nova9 .section-card .card-wrap-pc .card-textWrap.special5 .section-title, .nova9 .section-card .card-wrap-pc .card-textWrap.special6 .section-title {
  font-size: 2.5vw;
}
.nova9 .section-card .card-wrap-pc .card-videoWrap {
  position: absolute;
}
.nova9 .section-card .card-wrap-pc .card-videoWrap.special1 {
  top: 50%;
  right: 0;
  border-radius: 0.625vw;
  overflow: hidden;
  transform: translateY(-50%) rotate(0);
  width: 48.8541666667vw;
}
.nova9 .section-card .card-wrap-pc .card-videoWrap.special2 {
  top: 50%;
  left: 0;
  border-radius: 0.625vw;
  overflow: hidden;
  transform: translateY(-50%) rotate(0);
  width: 48.8541666667vw;
}
.nova9 .section-card .card-wrap-pc .card-videoWrap.special3 {
  position: relative;
  width: 38.0729166667vw;
}
.nova9 .section-card .card-wrap-pc .card-videoWrap.special4 {
  width: 100%;
  top: 14.5833333333vw;
  left: 0;
  transform: translateY(-50%);
}
.nova9 .section-card .card-wrap-pc .card-videoWrap.special5 {
  width: 34.375vw;
  top: 14.5833333333vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nova9 .section-card .card-wrap-pc .card-videoWrap.special6 {
  width: 31.3541666667vw;
  top: 14.5833333333vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nova9 .section-card .card-wrap-pc .section-subTitle.nova9-pcShow {
  position: absolute;
  top: 2.0833333333vw;
  left: 2.6041666667vw;
}
.nova9 .section-card .card-btn {
  position: absolute;
  display: block;
  width: 4.1666666667vw;
  right: 1.5625vw;
  bottom: 1.40625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-card .card-btn {
    width: 11.1111111111vw;
    right: 2.7777777778vw;
    bottom: 2.7777777778vw;
  }
}
.nova9 .section-card .card-a {
  color: #366AF4;
  font-size: 1.1458333333vw;
  line-height: 1.6;
  display: inline-block;
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-card .card-a {
    font-size: 3.0555555556vw;
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-card .card-wrap-mob {
  display: none;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-card .card-wrap-mob {
    display: block;
    width: 91.6666666667vw;
    margin: 0 auto;
    position: relative;
  }
}
.nova9 .section-card .card-wrap-mob .card-item {
  padding: 11.1111111111vw 4.1666666667vw;
  background: #F8F8F8;
  border-radius: 2.7777777778vw;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}
.nova9 .section-card .card-wrap-mob .card-item:not(:first-of-type) {
  margin-top: 13.8888888889vw;
}
.nova9 .section-card .card-wrap-mob .card-videoWrap {
  position: relative;
}
.nova9 .section-card .card-wrap-mob .card-videoWrap.special1, .nova9 .section-card .card-wrap-mob .card-videoWrap.special2, .nova9 .section-card .card-wrap-mob .card-videoWrap.special3, .nova9 .section-card .card-wrap-mob .card-videoWrap.special5, .nova9 .section-card .card-wrap-mob .card-videoWrap.special6 {
  margin-bottom: 8.3333333333vw;
}
.nova9 .section-card .card-wrap-mob .card-videoWrap.special1, .nova9 .section-card .card-wrap-mob .card-videoWrap.special2 {
  border-radius: 2.7777777778vw;
  overflow: hidden;
  transform: rotate(0);
}
.nova9 .section-card .card-wrap-mob .card-videoWrap.special5 {
  width: 87.5vw;
}
.nova9 .section-card .card-wrap-mob .section-desc {
  font-size: 4.4444444444vw;
}
.nova9 .section-smart {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart {
    margin-top: 16.6666666667vw;
  }
}
.nova9 .section-smart .smart-wrap {
  width: 82.1875vw;
  margin: 0 auto;
  border-radius: 1.0416666667vw;
  background: #F7F7F7;
  padding: 4.1666666667vw 0 5.2083333333vw;
  text-align: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-wrap {
    width: 91.6666666667vw;
    border-radius: 2.7777777778vw;
    background: #fff;
    padding: 0;
  }
}
.nova9 .section-smart .smart-iconWrap {
  font-size: 0;
  margin-top: 3.125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-iconWrap {
    margin-top: 8.3333333333vw;
  }
}
.nova9 .section-smart .smart-icon {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333vw;
  background: #fff;
  border-radius: 1.0416666667vw;
  padding: 2.0833333333vw 0;
  font-size: 0;
  text-align: left;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-icon {
    text-align: center;
    background: #F7F7F7;
    padding: 4.1666666667vw 0 7.6388888889vw;
    border-radius: 2.7777777778vw;
    text-align: center;
    width: 44.4444444444vw;
  }
}
.nova9 .section-smart .smart-icon:nth-of-type(even) {
  margin-left: 5.2083333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-icon:nth-of-type(even) {
    margin-left: 2.7777777778vw;
  }
}
.nova9 .section-smart .smart-icon:nth-of-type(1), .nova9 .section-smart .smart-icon:nth-of-type(2) {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-icon:nth-of-type(1), .nova9 .section-smart .smart-icon:nth-of-type(2) {
    margin-bottom: 4.1666666667vw;
  }
}
.nova9 .section-smart .smart-icon img {
  display: inline-block;
  vertical-align: middle;
  width: 7.5vw;
  margin: 0 4.6875vw 0 3.6458333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-icon img {
    width: 17.3611111111vw;
    margin: 0 auto;
    display: block;
  }
}
.nova9 .section-smart .smart-icon > div {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-icon > div {
    display: block;
    margin-top: 2.0833333333vw;
  }
}
.nova9 .section-smart .smart-icon h4 {
  font-size: 1.6666666667vw;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-icon h4 {
    font-size: 4.4444444444vw;
  }
}
.nova9 .section-smart .smart-icon p {
  font-size: 1.1458333333vw;
  margin-top: 0.78125vw;
  white-space: nowrap;
  color: #525153;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-smart .smart-icon p {
    font-size: 3.0555555556vw;
    margin-top: 2.0833333333vw;
  }
}
.nova9 .section-whole {
  margin-top: 10.4166666667vw;
  text-align: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-whole {
    margin-top: 16.6666666667vw;
  }
}
.nova9 .section-whole .whole-wrap {
  width: 82.1875vw;
  margin: 0 auto;
  border-radius: 1.25vw;
  background: #F7F7F7;
  padding: 4.1666666667vw 0 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-whole .whole-wrap {
    padding: 11.1111111111vw 0 4.1666666667vw;
    width: 91.6666666667vw;
    border-radius: 2.7777777778vw;
  }
}
.nova9 .section-whole .section-desc {
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-whole .section-desc {
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-whole .whole-bgWrap {
  width: 47.03125vw;
  margin: 3.125vw auto 0;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-whole .whole-bgWrap {
    width: 83.0555555556vw;
    margin-top: 8.3333333333vw;
  }
}
.nova9 .section-whole .whole-iconWrap {
  margin-top: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-whole .whole-iconWrap {
    margin-top: 0;
    display: block;
    font-size: 0;
  }
}
.nova9 .section-whole .whole-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.0833333333vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-whole .whole-icon {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 4.1666666667vw 0 0;
    text-align: center;
  }
}
.nova9 .section-whole .whole-icon img {
  width: auto;
  height: 2.2916666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-whole .whole-icon img {
    height: 6.1111111111vw;
    margin: 0 auto;
  }
}
.nova9 .section-whole .whole-icon a {
  display: block;
  font-size: 13px;
  color: #366AF4;
  line-height: 1.6;
  margin-left: 0.625vw;
  white-space: nowrap;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-whole .whole-icon a {
    font-size: 2.2222222222vw;
    margin: 1.3888888889vw 0 0;
  }
}
.nova9 .section-whole .whole-icon.special1 {
  margin-left: 0;
}
.nova9 .section-charge .charge-wrap {
  width: 66.6666666667vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-charge .charge-wrap {
    width: 91.6666666667vw;
    align-items: flex-start;
    flex-direction: column;
  }
}
.nova9 .section-charge .charge-videoWrap {
  width: 34.8958333333vw;
  border-radius: 1.5625vw;
  overflow: hidden;
  transform: rotate(0);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-charge .charge-videoWrap {
    border-radius: 2.7777777778vw;
    margin-top: 4.1666666667vw;
    width: 100%;
  }
}
.nova9 .section-charge .charge-textWrap {
  width: 26.3541666667vw;
  transform: translateY(-8.3333333333vw);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-charge .charge-textWrap {
    margin-top: 4.1666666667vw;
    width: 100%;
    transform: none;
  }
}
.nova9 .section-charge .section-title {
  white-space: nowrap;
}
.nova9 .section-charge .section-desc {
  margin-top: 1.5625vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-charge .section-desc {
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-heat {
  margin-top: 10.4166666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-heat {
    margin-top: 27.7777777778vw;
  }
}
.nova9 .section-heat .heat-wrap {
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-heat .heat-wrap {
    width: 91.6666666667vw;
  }
}
.nova9 .section-heat .heat-videoWrap {
  border-radius: 1.5625vw;
  overflow: hidden;
  transform: rotate(0);
  margin-top: 3.125vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-heat .heat-videoWrap {
    border-radius: 2.7777777778vw;
    margin-top: 4.1666666667vw;
  }
}
.nova9 .section-heat .heat-textWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nova9 .section-heat .section-desc {
  width: 26.3541666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-heat .section-desc {
    width: 100%;
  }
}
.nova9 .section-note {
  padding: 10.4166666667vw 0;
  text-align: left;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-note {
    padding: 27.7777777778vw 0;
  }
}
.nova9 .section-note .note-wrap {
  width: 82.1875vw;
  margin: 0 auto;
  list-style: decimal;
  padding-left: 1.0416666667vw;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-note .note-wrap {
    width: 83.3333333333vw;
    padding-left: 1.3888888889vw;
  }
}
.nova9 .section-note li,
.nova9 .section-note p {
  line-height: 1.6;
  font-size: 13px;
  color: #808080;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-note li,
.nova9 .section-note p {
    font-size: 3.0555555556vw;
  }
}
.nova9 .section-note li.cur,
.nova9 .section-note p.cur {
  color: #000;
}
.nova9 .section-note div {
  width: 82.1875vw;
  margin: 2.0833333333vw auto 0;
  transform: translateX(-0.78125vw);
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .section-note div {
    margin-top: 5.5555555556vw;
    transform: translateX(-1.3888888889vw);
  }
}
.nova9 .nova9-mobShow {
  display: none !important;
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  .nova9 .nova9-mobShow {
    display: block !important;
  }
  .nova9 .nova9-pcShow {
    display: none !important;
  }
}
@-webkit-keyframes ssActive1 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-33%);
    opacity: 0.3;
  }
}
@keyframes ssActive1 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-33%);
    opacity: 0.3;
  }
}
@-webkit-keyframes ssActive2 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(33%);
    opacity: 0.3;
  }
}
@keyframes ssActive2 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(33%);
    opacity: 0.3;
  }
}
@-webkit-keyframes ssActive3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ssActive3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes ssActive4 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ssActive4 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes swing {
  0% {
    transform: translateX(-17.7083333333vw) rotate(0deg);
  }
  25% {
    transform: translateX(-17.7083333333vw) rotate(10deg);
  }
  50% {
    transform: translateX(-17.7083333333vw) rotate(0deg);
  }
  75% {
    transform: translateX(-17.7083333333vw) rotate(-10deg);
  }
  100% {
    transform: translateX(-17.7083333333vw) rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: translateX(-17.7083333333vw) rotate(0deg);
  }
  25% {
    transform: translateX(-17.7083333333vw) rotate(10deg);
  }
  50% {
    transform: translateX(-17.7083333333vw) rotate(0deg);
  }
  75% {
    transform: translateX(-17.7083333333vw) rotate(-10deg);
  }
  100% {
    transform: translateX(-17.7083333333vw) rotate(0deg);
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 1/1), (width: 677px) {
  @-webkit-keyframes swing {
    0% {
      transform: translateX(-30.5555555556vw) rotate(0deg);
    }
    25% {
      transform: translateX(-30.5555555556vw) rotate(10deg);
    }
    50% {
      transform: translateX(-30.5555555556vw) rotate(0deg);
    }
    75% {
      transform: translateX(-30.5555555556vw) rotate(-10deg);
    }
    100% {
      transform: translateX(-30.5555555556vw) rotate(0deg);
    }
  }
  @keyframes swing {
    0% {
      transform: translateX(-30.5555555556vw) rotate(0deg);
    }
    25% {
      transform: translateX(-30.5555555556vw) rotate(10deg);
    }
    50% {
      transform: translateX(-30.5555555556vw) rotate(0deg);
    }
    75% {
      transform: translateX(-30.5555555556vw) rotate(-10deg);
    }
    100% {
      transform: translateX(-30.5555555556vw) rotate(0deg);
    }
  }
}
.nova9 .only-ie {
  display: none !important;
}
.nova9.nova9-isIE .only-ie {
  display: block !important;
}
.nova9.nova9-isIE .hide-ie {
  display: none !important;
}
.nova9.nova9-isIE video {
  width: 100% !important;
  height: auto !important;
  transform: scale(1.02) !important;
}
.nova9.nova9-isIE .section-bigTitle {
  padding: 10.4166666667vw 0 !important;
  display: block !important;
  text-align: center !important;
  height: auto !important;
}
.nova9.nova9-isIE .section-bigTitle .bigTitle-numWrap,
.nova9.nova9-isIE .section-bigTitle h2 {
  margin: 0 auto !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}
.nova9.nova9-isIE .section-tvc .tvc-videoWrap {
  height: auto !important;
}
.nova9.nova9-isIE .section-id .id-videoWrap {
  height: auto !important;
}
.nova9.nova9-isIE .section-surround .surround-videoWrap {
  height: auto !important;
}
.nova9.nova9-isIE .section-frontcamera {
  height: auto !important;
}
.nova9.nova9-isIE .section-frontcamera .frontcamera-wrap {
  position: relative !important;
  top: auto !important;
  height: 100vh !important;
}
@media (width: 2160px), (width: 1500px), (width: 1440px) {
  .nova9.nova9-isIE .section-frontcamera .frontcamera-wrap {
    height: 90vh !important;
  }
}
.nova9.nova9-isIE .section-frontcamera .frontcamera-camera {
  transform: translate(-50%, 50%) scale(0.29);
  bottom: 17.1875vw !important;
  left: 69.2708333333vw !important;
}
.nova9.nova9-isIE .section-frontcamera .frontcamera-32mp {
  left: 62.0833333333vw !important;
}
.nova9.nova9-isIE .section-frontcamera .frontcamera-32mp h3 {
  transform: none !important;
  opacity: 1 !important;
}
.nova9.nova9-isIE .section-frontcamera .frontcamera-32mp::after {
  height: 11.71875vw !important;
}
.nova9.nova9-isIE .section-frontcamera .frontcamera-textWrap {
  transform: none !important;
  opacity: 1 !important;
}
.nova9.nova9-isIE .section-frontcamera .frontcamera-textWrap .section-desc {
  width: 42.7083333333vw !important;
}
.nova9.nova9-isIE .section-beauty .beauty-videoWrap video {
  display: none !important;
}
.nova9.nova9-isIE .section-beauty .swiper-slide {
  opacity: 0 !important;
}
.nova9.nova9-isIE .section-beauty .swiper-slide-prev,
.nova9.nova9-isIE .section-beauty .swiper-slide-next {
  opacity: 0.3 !important;
}
.nova9.nova9-isIE .section-beauty .swiper-slide-active {
  opacity: 1 !important;
}
.nova9.nova9-isIE .section-shake .shake-videoWrap {
  height: auto !important;
}
.nova9.nova9-isIE .section-shake .shake-title {
  height: auto !important;
}
.nova9.nova9-isIE .section-shake .shake-title h3 {
  position: relative !important;
  top: auto !important;
}
.nova9.nova9-isIE .section-shake .shake-title span {
  transform: translateX(15.9375vw) !important;
}
.nova9.nova9-isIE .section-shake .shake-title span.special.active {
  -webkit-animation: none !important;
          animation: none !important;
  color: inherit !important;
}
.nova9.nova9-isIE .section-backcamera .backcamera-videoWrap {
  height: auto !important;
}
.nova9.nova9-isIE .section-two .two-videoWrap {
  height: auto !important;
}
.nova9.nova9-isIE .section-picture .picture-wrap-pc {
  height: auto;
  margin-top: 3.125vw !important;
}
.nova9.nova9-isIE .section-picture .picture-wrap-pc > div {
  width: 100% !important;
  display: block !important;
  height: auto !important;
  position: relative !important;
  top: auto !important;
}
.nova9.nova9-isIE .section-picture .picture-wrap-pc > div > div {
  width: 52.0833333333vw !important;
  height: auto !important;
  margin: 0 auto !important;
}
.nova9.nova9-isIE .section-picture #swiper-picture-pc-bg .swiper-slide,
.nova9.nova9-isIE .section-picture #swiper-picture-pc-bg2 .swiper-slide {
  transform: scale(0.99) rotate(0) !important;
  transition: none !important;
}
.nova9.nova9-isIE .section-picture #swiper-picture-pc-text,
.nova9.nova9-isIE .section-picture #pagination-picture-pc,
.nova9.nova9-isIE .section-picture #swiper-picture-pc-text2,
.nova9.nova9-isIE .section-picture #pagination-picture-pc2,
.nova9.nova9-isIE .section-picture #swiper-picture-prev,
.nova9.nova9-isIE .section-picture #swiper-picture-prev2,
.nova9.nova9-isIE .section-picture #swiper-picture-next,
.nova9.nova9-isIE .section-picture #swiper-picture-next2 {
  opacity: 1 !important;
}
.nova9.nova9-isIE .section-picture .picture-bgWrap img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: 100% !important;
  transform: translate(-50%, -50%) !important;
}
.nova9.nova9-isIE .section-picture .picture-before,
.nova9.nova9-isIE .section-picture .picture-middle,
.nova9.nova9-isIE .section-picture .picture-after {
  display: none !important;
}
.nova9.nova9-isIE .section-search {
  height: auto !important;
}
.nova9.nova9-isIE .section-search .search-videoWrap {
  display: none !important;
}
.nova9.nova9-isIE .section-search .search-videoWrap-ie {
  display: block !important;
  margin: 3.125vw auto !important;
  width: 61.3020833333vw !important;
}
.nova9.nova9-isIE .section-charge .charge-videoWrap {
  height: auto !important;
}
.nova9.nova9-isIE .section-heat .heat-videoWrap {
  height: auto !important;
}
.nova9 .only-uc {
  display: none !important;
}
.nova9.nova9-isWX video, .nova9.nova9-isUC video {
  display: none !important;
}
.nova9.nova9-isWX .only-uc, .nova9.nova9-isUC .only-uc {
  display: block !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.nova9-isSafari .nova9-sidenav .sidenav-item.active span::after {
  transform: translateX(-50%) scale(1.02) !important;
}/*# sourceMappingURL=index.css.map */