/* -------------- common start -------------- */
.novaY70 {
  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);
  }
}

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

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

.novaY70 a {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

.novaY70 .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;
}

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

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

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

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

.novaY70 .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) {
  .novaY70 .is-scroll {
    transition: none;
  }
}

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

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

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

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

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

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

.novaY70 .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) {
  .novaY70 .common-spacing.top {
    height: 27.77778vw;
  }
}

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

.novaY70 .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) {
  .novaY70 .common-container {
    width: 91.66667vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------- common end -------------- */
.novaY70 {
  position: relative;
  background-color: #fff;
  color: #1e2022;
  font-weight: 500;
  font-size: 0;
}

.novaY70 .novaY70-sec1 {
  position: relative;
  display: flex;
  padding-top: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec1 {
    flex-direction: column;
    padding: 0;
    margin-bottom: 8.33333vw;
    padding-top: 16.66667vw;
  }
}

.novaY70 .novaY70-sec1 .novaY70-sec1-img {
  width: 50.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec1 .novaY70-sec1-img {
    width: 100%;
    order: 2;
    margin-top: 8.33333vw;
  }
}

.novaY70 .novaY70-sec1 .novaY70-sec1-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 43.17708vw;
  flex-wrap: wrap;
  position: relative;
}

.novaY70 .novaY70-sec1 .novaY70-sec1-title .novaY70-sec1-title-primary {
  width: 26.92708vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec1 .novaY70-sec1-title .novaY70-sec1-title-primary {
    width: 72.22222vw;
    margin: 0 auto;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec1 .novaY70-sec1-title .novaY70-sec1-title-primary {
    width: 26.92708vw;
    height: 4.47917vw;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec1 .novaY70-sec1-title .novaY70-sec1-title-primary {
    width: 26.92708vw;
    height: 4.47917vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec1 .novaY70-sec1-title {
    width: 100%;
    margin-left: 0;
  }
}

.novaY70 .novaY70-sec1 .novaY70-sec1-title .novaY70-sec1-title-sub2 {
  font-size: 1.14583vw;
  width: 100%;
  margin-top: 2.60417vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec1 .novaY70-sec1-title .novaY70-sec1-title-sub2 {
    font-size: 3.05556vw;
    margin-top: 6.94444vw;
  }
}

.novaY70 .novaY70-sec1 .novaY70-sec1-title-link {
  position: absolute;
  bottom: 3.125vw;
  left: 76.04167vw;
  width: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec1 .novaY70-sec1-title-link {
    bottom: -8.33333vw;
    right: 4.16667vw;
    left: unset;
    width: 27.77778vw;
  }
}

.novaY70 .section-title {
  font-weight: bold;
  font-size: 2.08333vw;
  line-height: 1.25;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .section-title {
    font-size: 6.66667vw;
    line-height: 1.25;
  }
}

.novaY70 .novaY70-sec2 {
  width: 57.8125vw;
  margin: 0 auto;
  padding-top: 7.8125vw;
  min-height: 56.25vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec2 {
    padding: 18.05556vw 6.94444vw 0 6.94444vw;
    width: 100%;
    height: unset;
  }
}

.novaY70 .novaY70-sec2 .novaY70-sec2-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.60417vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec2 .novaY70-sec2-container {
    margin-top: 6.94444vw;
  }
}

.novaY70 .novaY70-sec2 .novaY70-sec2-container .card {
  cursor: pointer;
  border-radius: 1.04167vw;
  background: linear-gradient(-135deg, rgba(97, 199, 243, 0.1) 0%, rgba(197, 171, 249, 0.1) 100%);
  margin-bottom: 1.5625vw;
  height: 16.66667vw;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec2 .novaY70-sec2-container .card {
    height: 44.44444vw;
    border-radius: 2.77778vw;
    margin-bottom: 4.16667vw;
  }
}

.novaY70 .novaY70-sec2 .novaY70-sec2-container .card:nth-child(1), .novaY70 .novaY70-sec2 .novaY70-sec2-container .card:nth-child(3) {
  width: 23.4375vw;
}

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

.novaY70 .novaY70-sec2 .novaY70-sec2-container .card:nth-child(2) {
  width: 32.8125vw;
}

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

.novaY70 .novaY70-sec2 .novaY70-sec2-container .card:nth-child(4), .novaY70 .novaY70-sec2 .novaY70-sec2-container .card:nth-child(5) {
  background: linear-gradient(45deg, rgba(97, 199, 243, 0.1) 0%, rgba(197, 171, 249, 0.1) 100%);
  width: 15.625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec2 .novaY70-sec2-container .card:nth-child(4), .novaY70 .novaY70-sec2 .novaY70-sec2-container .card:nth-child(5) {
    width: calc(50% - 2.08333vw);
  }
}

.novaY70 .novaY70-sec2 .novaY70-sec2-container .card .card-title {
  position: absolute;
  margin: 1.875vw 0 0 2.08333vw;
  font-weight: bold;
  color: #1e2022;
  font-size: 1.14583vw;
  line-height: 1.6;
  z-index: 2;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec2 .novaY70-sec2-container .card .card-title {
    margin: 5.27778vw 0 0 5.55556vw;
    font-size: 4.44444vw;
  }
}

.novaY70 .novaY70-sec2 .novaY70-sec2-container .card: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) {
  .novaY70 .novaY70-sec2 .novaY70-sec2-container .card:hover::after {
    background-position: top 5.27778vw center;
  }
}

.novaY70 .novaY70-sec2 .novaY70-sec2-container .card::after {
  content: "";
  position: absolute;
  bottom: 1.04167vw;
  right: 1.04167vw;
  width: 2.39583vw;
  height: 2.39583vw;
  background: rgba(255, 255, 255, 0.8) url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/changxiang-50/imgs/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) {
  .novaY70 .novaY70-sec2 .novaY70-sec2-container .card::after {
    width: 5.27778vw;
    height: 5.27778vw;
    bottom: 2.22222vw;
    right: 2.22222vw;
    background-size: 5.27778vw 5.27778vw;
  }
}

.novaY70 .novaY70-sec2 .novaY70-sec2-container .card .card-text {
  text-align: center;
  margin: 7.70833vw auto 0 auto;
  height: 1.66667vw;
  font-size: 1.66667vw;
  font-weight: bold;
  line-height: 1.25;
  color: #F45656;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec2 .novaY70-sec2-container .card .card-text {
    margin: 19.30556vw auto 0 auto;
    height: 4.44444vw;
    font-size: 4.44444vw;
    line-height: 1.25;
  }
}

.novaY70 .novaY70-sec3 {
  overflow: hidden;
}

.novaY70 .novaY70-sec3 video {
  width: auto;
  min-height: 100vh;
  min-width: 100%;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec3 video {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec3 {
    width: 100%;
    margin-top: 16.66667vw;
  }
}

.novaY70 .novaY70-sec4 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 1.04167vw 11.97917vw 0 16.66667vw;
  position: relative;
  min-height: 56.25vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 {
    flex-direction: column;
    padding: 0;
    padding-top: 16.66667vw;
    min-height: 186.11111vw;
    padding-bottom: 41.66667vw;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-left {
  width: 25.52083vw;
  padding-right: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-left {
    width: 100%;
    padding: 0 6.94444vw;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-left .novaY70-sec4-left-title {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 1.25;
  color: #1e2022;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-left .novaY70-sec4-left-title {
    font-size: 8.88889vw;
    line-height: 1.25;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-left .novaY70-sec4-left-des {
  font-size: 1.14583vw;
  margin-top: 1.5625vw;
}

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

.novaY70 .novaY70-sec4 .swiper-slide {
  cursor: pointer;
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination {
  margin-top: 5.20833vw;
  padding-bottom: 2.70833vw;
  display: flex;
  z-index: 2;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination {
    margin-top: 0;
    position: absolute;
    bottom: 22.22222vw;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item {
  margin-left: 1.45833vw;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 5.55556vw;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item:nth-child(1) .label {
  right: 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item:nth-child(1) .label {
    right: auto;
    left: 0;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item:nth-child(2) .label {
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item:nth-child(2) .label {
    transform: none;
    left: 0;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item:nth-child(3) .label {
  left: 0;
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item .label {
  position: absolute;
  width: max-content;
  top: calc(100% + 1.30208vw);
  font-size: 0.83333vw;
  line-height: 1.6;
  color: #b2b2b2;
  white-space: nowrap;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item .label {
    position: static;
    display: inline-block;
    transform: translate(0, 0);
    font-size: 4.44444vw;
    line-height: 1.6;
    color: #b2b2b2;
    margin-left: 4.86111vw;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item .dot {
  display: inline-block;
  width: 1.14583vw;
  height: 1.14583vw;
  opacity: 1;
  position: relative;
  border: 0.05208vw solid #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item .dot {
    width: 6.94444vw;
    height: 6.94444vw;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item .dot.blue {
  background: linear-gradient(#84c1ff 0%, #383ee6 100%);
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item .dot.black {
  background: linear-gradient(#8a8a8a 0%, #121212 100%);
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item .dot.white {
  background: linear-gradient(#f9f9f9 0%, #ededed 100%);
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item.active .label {
  color: #1E2022;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item.active .label {
    color: #000;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item.active .dot:after {
  content: '';
  position: absolute;
  width: 1.35417vw;
  height: 1.35417vw;
  border: 0.05208vw solid;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item.active .dot:after {
    width: 8.33333vw;
    height: 8.33333vw;
  }
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item.active .dot.blue:after {
  border-color: #658bf4;
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item.active .dot.black:after {
  border-color: #d5d5d5;
}

.novaY70 .novaY70-sec4 .novaY70-sec4-swiper-pagination .swiper-pagination-item.active .dot.white:after {
  border-color: #d5d5d5;
}

.novaY70 .novaY70-sec4 .novaY70-sec4-right {
  overflow: hidden;
  flex: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec4 .novaY70-sec4-right {
    padding-top: 8.33333vw;
    width: 100%;
  }
}

.novaY70 .novaY70-sec5 {
  position: relative;
  width: 66.66667vw;
  margin: 0 auto;
  margin-top: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec5 {
    width: 100%;
    padding-left: 6.94444vw;
    margin-top: 0vw;
  }
  .novaY70 .novaY70-sec5 .novaY70-common-link {
    padding-right: 6.94444vw;
  }
}

.novaY70 .novaY70-sec5 .novaY70-sec5-text {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec5 .novaY70-sec5-text {
    flex-direction: column;
    padding-right: 4.16667vw;
  }
}

.novaY70 .novaY70-sec5 .novaY70-sec5-text .novaY70-sec5-title {
  color: #000000;
  width: 25.3125vw;
}

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

.novaY70 .novaY70-sec5 .novaY70-sec5-text .novaY70-sec5-des {
  width: 27.39583vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec5 .novaY70-sec5-text .novaY70-sec5-des {
    margin-top: 4.44444vw;
    width: 100%;
  }
}

.novaY70 .novaY70-sec5 .novaY70-sec5-video {
  margin-top: 3.95833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec5 .novaY70-sec5-video {
    margin-top: 11.11111vw;
    padding-right: 6.94444vw;
  }
}

.novaY70 .novaY70-sec7 {
  position: relative;
  min-height: 56.25vw;
  padding-top: 8.33333vw;
  padding-bottom: 11.97917vw;
  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) {
  .novaY70 .novaY70-sec7 {
    padding-top: 27.77778vw;
    padding-bottom: 13.88889vw;
    height: auto;
  }
}

.novaY70 .novaY70-sec7 .novaY70-sec7-video {
  margin-top: 4.47917vw;
  width: 78.125vw;
  height: 28.54167vw;
  z-index: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec7 .novaY70-sec7-video {
    margin-top: 22.22222vw;
    width: 91.66667vw;
    height: unset;
  }
}

.novaY70 .novaY70-sec7 .novaY70-sec7-video video {
  height: 100%;
  width: 100%;
}

.novaY70 .novaY70-sec7 .novaY70-sec7-text {
  width: 42.8125vw;
  text-align: center;
}

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

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec7 .novaY70-sec7-title {
    width: 100%;
    text-align: center;
  }
}

.novaY70 .novaY70-sec7 .novaY70-sec7-des {
  margin: 0 auto;
  margin-top: 1.5625vw;
  text-align: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec7 .novaY70-sec7-des {
    margin-top: 4.16667vw;
    width: 72.22222vw;
    text-align: center;
  }
}

.novaY70 .novaY70-sec8 {
  position: relative;
  background-image: linear-gradient(90deg, rgba(97, 199, 243, 0.1) 0%, rgba(197, 171, 249, 0.1) 100%);
  padding-top: 6.25vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

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

.novaY70 .novaY70-sec8 .novaY70-sec8-text {
  display: flex;
  margin-left: 20.83333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-text {
    margin-left: 0;
    padding: 0 6.94444vw;
    flex-direction: column;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-text .novaY70-sec8-left {
  width: 23.95833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-text .novaY70-sec8-left {
    width: 100%;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-text .novaY70-sec8-right {
  margin-left: 12.1875vw;
  width: 27.34375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-text .novaY70-sec8-right {
    margin-left: 0;
    margin-top: 4.16667vw;
    width: 100%;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container {
  margin-top: 4.16667vw;
  margin-left: 21.14583vw;
  margin-right: 13.4375vw;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container {
    margin-top: 0vw;
    margin-left: 0;
    margin-right: 0;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text {
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 52.08333vw;
  text-align: right;
  z-index: 2;
  width: 31.25vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text {
    height: 43.61111vw;
    position: relative;
    text-align: left;
    width: auto;
    right: 0;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item {
  position: relative;
  padding-right: 1.5625vw;
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item {
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item {
    display: block;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item {
    position: absolute;
    padding-right: 0;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item::after {
  content: '';
  display: block;
  height: 1px;
  width: 12.86458vw;
  background-color: #000;
  position: absolute;
  right: -12.86458vw;
  top: calc(50% - 0.5px);
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(1) {
  margin-top: 2.23958vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(1) {
    margin-top: 0;
    display: block;
    left: 42.08333vw;
    top: 12.36111vw;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(1)::after {
  width: 30vw;
  right: -30vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(1)::after {
    height: 25vw;
    width: 1px;
    top: calc(100%);
    left: 15.27778vw;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(2) {
  margin-top: 6.66667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(2) {
    margin-top: 0;
    display: block;
    left: 5.55556vw;
    top: 20.27778vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(2)::before {
    top: calc(100% + 38.19444vw);
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(2)::after {
    height: 38.19444vw;
    width: 1px;
    top: calc(100%);
    left: 0vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(3) {
    margin-top: 0;
    display: block;
    left: 5.55556vw;
    top: 20.27778vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(3)::before {
    top: calc(100% + 59.72222vw);
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(3)::after {
    height: 59.72222vw;
    width: 1px;
    top: calc(100%);
    left: 0vw;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(3) {
  margin-top: 6.77083vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(2)::before, .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-item:nth-child(3)::before {
    content: '';
    display: block;
    height: 1px;
    width: 16.80556vw;
    background-color: #000;
    position: absolute;
    left: 0;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-title {
  font-size: 1.04167vw;
  line-height: 1.6;
  color: #9E9FA0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-title {
    font-size: 3.33333vw;
    line-height: 1.6;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-des {
  font-size: 1.66667vw;
  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) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-left-text .novaY70-sec8-text-des {
    font-size: 6.66667vw;
    line-height: 1.25;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs {
  position: relative;
  width: 50.15625vw;
  height: 44.58333vw;
  margin-left: auto;
  overflow: hidden;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs {
    width: 100%;
    height: unset;
  }
}

.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs .novaY70-sec8-img1,
.novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs .novaY70-sec8-img2 {
  width: 31.51042vw;
  position: absolute;
  top: 5.15625vw;
  left: 8.69792vw;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs .novaY70-sec8-img1 {
    top: 8.33333vw;
    left: 4.11458vw;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs .novaY70-sec8-img1 {
    top: 8.33333vw;
    left: 4.11458vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs .novaY70-sec8-img1 {
    position: relative;
    width: 100%;
    height: 89.16667vw;
    top: 0;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs .novaY70-sec8-img2 {
    top: 1.875vw;
    left: 13.22917vw;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs .novaY70-sec8-img2 {
    top: 1.875vw;
    left: 13.22917vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec8 .novaY70-sec8-container .novaY70-sec8-imgs .novaY70-sec8-img2 {
    width: 100%;
    top: 0;
    left: 0;
    height: 89.16667vw;
  }
}

.novaY70 .novaY70-sec9 {
  width: 58.33333vw;
  margin: 0 auto;
  padding-top: 6.25vw;
}

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

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div1 {
    padding: 0 6.94444vw;
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div1 .novaY70-sec9-div1-img {
  margin-top: 4.27083vw;
}

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

.novaY70 .novaY70-sec9 #novaY70-sec9-div2 {
  height: 0;
  position: relative;
  top: -23.02083vw;
}

.novaY70 .novaY70-sec9 #novaY70-sec9-div4 {
  height: 0;
  position: relative;
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div2 {
  margin-top: 5.20833vw;
  padding: 0 5.20833vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div2 {
    padding: 0 6.94444vw;
    padding-bottom: 11.11111vw;
    flex-direction: column;
    margin-top: 11.11111vw;
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div2 .novaY70-sec9-div2-left {
  width: 23.95833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div2 .novaY70-sec9-div2-left {
    width: 69.44444vw;
    margin: 0 auto;
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div2 .novaY70-sec9-div2-right {
  width: 21.35417vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div2 .novaY70-sec9-div2-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div2 .novaY70-sec9-div2-right .novaY70-sec9-div2-img {
    width: 69.44444vw;
    align-self: flex-end;
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div2 .novaY70-sec9-div2-right .novaY70-sec9-div2-text {
  min-height: 22.39583vw;
  margin-left: 1.04167vw;
  color: #9E9FA0;
  width: 16.14583vw;
  padding-top: 8.85417vw;
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div2 .novaY70-sec9-div2-right .novaY70-sec9-div2-text:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div2 .novaY70-sec9-div2-right .novaY70-sec9-div2-text {
    min-height: unset;
    width: calc(100% - 8.33333vw);
    padding-left: 8.33333vw;
    margin-top: 6.94444vw;
    margin-bottom: 11.11111vw;
    margin-left: 0;
    padding-top: 0vw;
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div4 {
  padding: 0 5.20833vw;
  padding-top: 4.6875vw;
}

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

.novaY70 .novaY70-sec9 .novaY70-sec9-div4 .novaY70-sec9-div4-text {
  margin-top: 1.5625vw;
  width: 32.8125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div4 .novaY70-sec9-div4-text {
    margin: 6.94444vw 6.94444vw 0 6.94444vw;
    width: calc(100% - 13.88889vw);
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div4 .novaY70-sec9-div4-img {
  margin-top: 2.60417vw;
  width: 47.91667vw;
  overflow: hidden;
  position: relative;
}

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

.novaY70 .novaY70-sec9 .novaY70-sec9-div5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10.41667vw 5.20833vw 10.41667vw 3.64583vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div5 {
    padding: 24.86111vw 6.94444vw 27.77778vw 6.94444vw;
    flex-direction: column;
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div5 .novaY70-sec9-div5-text {
  width: 19.11458vw;
  color: #9E9FA0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div5 .novaY70-sec9-div5-text {
    width: 100%;
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div5 .novaY70-sec9-div5-text .novaY70-sec9-div5-des {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div5 .novaY70-sec9-div5-text .novaY70-sec9-div5-des {
    margin-top: 4.16667vw;
  }
}

.novaY70 .novaY70-sec9 .novaY70-sec9-div5 .novaY70-sec9-div5-img {
  width: 19.375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec9 .novaY70-sec9-div5 .novaY70-sec9-div5-img {
    width: 51.66667vw;
    margin-top: 11.11111vw;
  }
}

.novaY70 .novaY70-sec10 {
  padding: 3.85417vw 0 0 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 {
    padding: 13.88889vw 6.94444vw 45.83333vw 6.94444vw;
  }
}

.novaY70 .novaY70-sec10 .novaY70-common-link {
  position: absolute;
  bottom: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec10 .novaY70-common-link {
    bottom: -5.72917vw;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec10 .novaY70-common-link {
    bottom: -5.72917vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-common-link {
    bottom: -23.61111vw;
  }
}

.novaY70 .novaY70-sec10 .novaY70-sec10-text {
  display: flex;
  width: 78.125vw;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-text {
    flex-direction: column;
    width: 100%;
  }
}

.novaY70 .novaY70-sec10 .novaY70-sec10-text .novaY70-sec10-title {
  margin-left: 13.54167vw;
  width: 15.625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-text .novaY70-sec10-title {
    margin-left: 0;
    width: 100%;
  }
}

.novaY70 .novaY70-sec10 .novaY70-sec10-text .novaY70-sec10-des {
  margin-left: 13.54167vw;
  width: 23.4375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-text .novaY70-sec10-des {
    margin-left: 0;
    margin-top: 4.44444vw;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec10 {
    padding-bottom: 6.25vw;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec10 {
    padding-bottom: 6.25vw;
  }
}

.novaY70 .novaY70-sec10 #novaY70-sec10-img {
  position: relative;
  height: 0;
  top: -6.25vw;
  height: 4.27083vw;
}

.novaY70 .novaY70-sec10 .novaY70-sec10-img {
  position: relative;
  margin-bottom: 8.85417vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img {
    margin-top: 27.77778vw;
    margin-bottom: 0;
  }
}

.novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img1 {
  width: 78.125vw;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img1 {
    width: 40.10417vw;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img1 {
    width: 40.10417vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img1 {
    width: 96%;
  }
}

.novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 164%;
  height: auto;
  transform-origin: center;
  opacity: 0;
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img2 {
    display: block;
    opacity: 1;
    width: 41.97917vw;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img2 {
    display: block;
    opacity: 1;
    width: 41.97917vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img2 {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
  }
}

.novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img3 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40.625vw;
  height: 17.91667vw;
  opacity: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img3 {
    opacity: 1;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img3 {
    opacity: 1;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-img3 {
    width: 98%;
    height: unset;
  }
}

.novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-black {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 162%;
  transform-origin: center;
  z-index: 0;
  display: none;
  border-radius: 10%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-black {
    display: block;
    opacity: 1;
    width: 41.40625vw;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-black {
    display: block;
    opacity: 1;
    width: 41.40625vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec10 .novaY70-sec10-img .novaY70-sec10-black {
    transform: unset;
    display: block;
    width: 96%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.novaY70 .novaY70-sec11 {
  position: relative;
  background-image: linear-gradient(32deg, rgba(97, 199, 243, 0.1) 0%, rgba(197, 171, 249, 0.1) 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 56.25vw;
}

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

.novaY70 .novaY70-sec11 .novaY70-sec11-left {
  width: 20.83333vw;
  margin-left: 16.66667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec11 .novaY70-sec11-left {
    margin-left: 0;
    order: 2;
    width: 100%;
    padding: 0 6.94444vw 16.66667vw 6.94444vw;
    margin-top: -3.33333vw;
  }
}

.novaY70 .novaY70-sec11 .novaY70-sec11-left .novaY70-sec11-des {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec11 .novaY70-sec11-left .novaY70-sec11-des {
    margin-top: 4.16667vw;
  }
}

.novaY70 .novaY70-sec11 .novaY70-sec11-right {
  width: 50.83333vw;
  z-index: 2;
  position: relative;
  margin-left: 4.16667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec11 .novaY70-sec11-right {
    width: 100%;
    margin-left: 0vw;
  }
}

.novaY70 .novaY70-sec11 .novaY70-sec11-right .novaY70-sec11-waveWrap {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec11 .novaY70-sec11-right .novaY70-sec11-waveWrap {
    margin-top: 4.44444vw;
    width: 111.94444vw;
    height: 111.94444vw;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.novaY70 .novaY70-sec11 .novaY70-sec11-right .novaY70-sec11-waveWrap .connect-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/changxiang-50/imgs/icon/icon-wave.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
}

.novaY70 .novaY70-sec11 .novaY70-sec11-right .novaY70-sec11-waveWrap .connect-wave.special1 {
  animation: cwave 3.6s linear infinite 0s;
}

.novaY70 .novaY70-sec11 .novaY70-sec11-right .novaY70-sec11-waveWrap .connect-wave.special2 {
  animation: cwave 3.6s linear infinite 0.9s;
}

.novaY70 .novaY70-sec11 .novaY70-sec11-right .novaY70-sec11-waveWrap .connect-wave.special3 {
  animation: cwave 3.6s linear infinite 1.8s;
}

.novaY70 .novaY70-sec11 .novaY70-sec11-right .novaY70-sec11-waveWrap .connect-wave.special4 {
  animation: cwave 3.6s linear infinite 2.7s;
}

.novaY70 .novaY70-sec12 {
  padding-top: 10.41667vw;
  width: 71.04167vw;
  margin: 0 auto;
  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) {
  .novaY70 .novaY70-sec12 {
    padding-top: 27.77778vw;
    width: 86.11111vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div1 {
  width: 28.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div1 {
    width: 75vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F5F5F7;
  border-radius: 1.5625vw;
  margin-top: 4.16667vw;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 {
    height: 31.25vw;
    overflow: hidden;
  }
}

@supports (-ms-ime-align: auto) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 {
    height: 31.25vw;
    overflow: hidden;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2:nth-child(2) .novaY70-sec12-div2-img {
  width: 39.79167vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2:nth-child(2) .novaY70-sec12-div2-img {
    width: 100%;
    margin-top: 10.27778vw;
    margin-bottom: 0vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2:nth-child(3) .novaY70-sec12-div2-img {
  width: 40.10417vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2:nth-child(3) .novaY70-sec12-div2-img {
    width: 100%;
    margin-top: 0.69444vw;
    margin-bottom: 4.58333vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2:nth-child(4) .novaY70-sec12-div2-img {
  width: 42.60417vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2:nth-child(4) .novaY70-sec12-div2-img {
    width: 100%;
    margin-top: 8.33333vw;
    margin-bottom: 10.69444vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2:nth-child(5) .novaY70-sec12-div2-img {
  width: 38.02083vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2:nth-child(5) .novaY70-sec12-div2-img {
    width: 100%;
    margin-top: 7.22222vw;
    margin-bottom: 7.63889vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 {
    border-radius: 4.16667vw;
    margin-top: 11.11111vw;
    flex-direction: column;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2 + .novaY70-sec12-div2 {
  margin-top: 2.60417vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 + .novaY70-sec12-div2 {
    margin-top: 5.55556vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text {
  flex: 1;
  padding-left: 6.25vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text {
    width: 100%;
    padding: 11.11111vw 6.94444vw 0 6.94444vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-des {
  font-size: 1.04167vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-des {
    font-size: 3.88889vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-title + .novaY70-sec12-div2-des {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-title + .novaY70-sec12-div2-des {
    margin-top: 4.16667vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-title + .novaY70-sec12-div2-link {
  margin-top: 1.875vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-title + .novaY70-sec12-div2-link {
    margin-top: 4.16667vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-des + .novaY70-sec12-div2-link {
  margin-top: 1.875vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-des + .novaY70-sec12-div2-link {
    margin-top: 5vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div2 .novaY70-sec12-div2-text .novaY70-sec12-div2-link {
  color: #5294FF;
  display: inline-block;
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div3 {
  margin-top: 6.25vw;
  width: 100%;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div3 {
    margin-top: 16.66667vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-title {
  text-align: center;
  line-height: 1.6;
  font-size: 1.66667vw;
  font-weight: bold;
  color: #1E2022;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-title {
    font-size: 4.72222vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-content {
  padding: 3.125vw 0;
  margin-top: 1.875vw;
  background: #F5F5F7;
  justify-content: space-between;
  border-radius: 1.5625vw;
  display: flex;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-content {
    padding: 9.72222vw 0;
    padding-bottom: 0vw;
    margin-top: 5vw;
    flex-wrap: wrap;
    border-radius: 4.16667vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-content .novaY70-sec12-div3-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-content .novaY70-sec12-div3-item {
    width: 50%;
    margin-bottom: 9.72222vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-content .novaY70-sec12-div3-item img {
  width: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-content .novaY70-sec12-div3-item img {
    width: 13.88889vw;
  }
}

.novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-content .novaY70-sec12-div3-item a {
  cursor: pointer;
  font-size: 0.72917vw;
  font-weight: bold;
  line-height: 1.6;
  color: #1B69FD;
  margin-top: 0.52083vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-sec12 .novaY70-sec12-div3 .novaY70-sec12-div3-content .novaY70-sec12-div3-item a {
    font-size: 2.77778vw;
  }
}

.novaY70 .novaY70-common-title {
  font-size: 2.5vw;
  line-height: 1.25;
  font-weight: bold;
  color: #1E2022;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-common-title {
    font-size: 6.66667vw;
    line-height: 1.25;
  }
}

.novaY70 .novaY70-common-title2 {
  font-size: 2.5vw;
  line-height: 1.25;
  font-weight: bold;
  color: #1e2022;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-common-title2 {
    font-size: 8.88889vw;
    line-height: 1.25;
  }
}

.novaY70 .novaY70-common-title3 {
  font-size: 3.33333vw;
  line-height: 1.25;
  font-weight: bold;
  color: #1E2022;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-common-title3 {
    font-size: 8.88889vw;
    line-height: 1.25;
  }
}

.novaY70 .novaY70-common-des {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #9E9FA0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-common-des {
    font-size: 3.88889vw;
  }
}

.novaY70 .novaY70-common-des2 {
  font-size: 1.04167vw;
  line-height: 1.6;
  color: #9E9FA0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-common-des2 {
    font-size: 3.88889vw;
  }
}

.novaY70 .last-notes {
  position: relative;
  padding-bottom: 6.25vw;
  padding-top: 8.33333vw;
}

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

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

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

.novaY70 .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) {
  .novaY70 .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) {
  .novaY70 .last-notes .last-notes-container .notes-list {
    padding-left: 5.27778vw;
    font-size: 3.05556vw;
  }
}

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

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

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

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

.novaY70 .last-notes .last-notes-container .notes-list .last::before,
.novaY70 .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) {
  .novaY70 .last-notes .last-notes-container .notes-list .last::before,
  .novaY70 .last-notes .last-notes-container .notes-list .last2::before {
    top: 0.55556vw;
    left: -4.16667vw;
  }
}

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

.novaY70 .novaY70-common-link {
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
}

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

.novaY70 .novaY70-common-link a {
  height: 2.60417vw;
  display: flex;
  align-items: center;
  font-size: 0.83333vw;
  font-weight: bold;
  color: #1E2022;
  border-radius: 1.30208vw;
  padding: 0 1.45833vw 0 1.25vw;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.novaY70 .novaY70-common-link a:hover {
  border: 1px solid black;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-common-link a {
    height: 6.94444vw;
    border-radius: 3.47222vw;
    font-size: 3.33333vw;
    font-weight: 500;
    padding: 0 3.88889vw 0 3.33333vw;
  }
}

.novaY70 .novaY70-common-link a img {
  height: 1.04167vw;
  width: 1.04167vw;
  margin-right: 0.46875vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .novaY70 .novaY70-common-link a img {
    height: 2.77778vw;
    width: 2.77778vw;
    margin-right: 1.25vw;
  }
}

.novaY70 .novaY70-highlight {
  color: #1E2022;
}
