* {
  box-sizing: border-box;
}

.hw-long-all {
  background: #0c090f;
}

.hw-long-all video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.hw-long-all picture,
.hw-long-all img {
  width: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.hw-long-all div svg {
  width: 100%;
  height: 100%;
}

.hw-long-all a {
  text-decoration: none;
  color: initial;
}

.hw-long-all em {
  font-style: normal;
}

.hw-long-all .video-load {
  width: 100%;
  height: 100%;
}

.hw-long-all .blur-up {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
  will-change: filter;
}

.hw-long-all .blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.hw-long-all .lazyload:not([src]) {
  visibility: hidden;
}

.hw-long-all sup.hw-sup {
  font-size: 0.6em;
  cursor: pointer;
}

.hw-long-all .pc-show {
  display: block;
  font-style: normal;
}

.hw-long-all .iPc-show {
  display: inline-block;
  font-style: normal;
}

.hw-long-all .mob-show {
  display: none;
  font-style: normal;
}

.hw-long-all .iMob-show {
  display: none;
  font-style: normal;
}

@media screen and (max-aspect-ratio:11/10) {
  .hw-long-all .pc-show {
    display: none;
  }

  .hw-long-all .iPc-show {
    display: none;
  }

  .hw-long-all .mob-show {
    display: block;
  }

  .hw-long-all .iMob-show {
    display: inline-block;
  }

  .hw-long-all sup.hw-sup {
    cursor: initial;
  }
}

.hw-long-all hr {
  margin: 0;
}

.hw-long-all .sec {
  padding-top: 10.41666667vw;
  overflow: hidden;
}

.hw-long-all .sec h2 {
  font-weight: 700;
  font-size: 3.33333333vw;
  line-height: 1.25;
  color: #fff;
}

.hw-long-all .nr {
  white-space: nowrap;
}

.hw-long-all .sec h2 span {
  color: #ddc5a0;
}

.hw-long-all .sec .rounded {
  border-radius: 0.83333333vw;
  -webkit-border-radius: 0.83333333vw;
  -moz-border-radius: 0.83333333vw;
  -ms-border-radius: 0.83333333vw;
  -o-border-radius: 0.83333333vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0) rotate(0deg);
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .sec {
    padding-top: 27.777778vw;
  }

  .hw-long-all .sec h2 {
    font-size: 8.888889vw;
  }

  .hw-long-all .sec .rounded {
    border-radius: 2.222222vw;
    -webkit-border-radius: 2.222222vw;
    -moz-border-radius: 2.222222vw;
    -ms-border-radius: 2.222222vw;
    -o-border-radius: 2.222222vw;
  }
}

.hw-long-all .sec .long-gradient {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transform: translate3d(0, 0, 0);
}

/* section-kv start */
.hw-long-all .section-kv {
  overflow: hidden;
}

.hw-long-all .section-kv .kv-container {
  position: relative;
}

.hw-long-all .section-kv .kv-content {
  position: relative;
  content: '';
  display: block;
  width: 100%;
  padding-bottom: calc(100% / (1920 / 960));
}

.hw-long-all .section-kv .kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hw-long-all .section-kv .kv-text {
  position: absolute;
  top: 16.71875vw;
  top: 50%;
  right: 8.95833333vw;
  transform: translate(0, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 41.875vw;
}

.hw-long-all .section-kv .kv-btn {
  width: fit-content;
  width: -webkit-fit-content;
  margin-top: 2.08333333vw;
  font-size: 0;
  text-align: center;
}

.hw-long-all .section-kv .kv-price {
  font-size: 1.458333vw;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}

.hw-long-all .section-kv .kv-price .hw-sup {
  font-size: 1em;
  vertical-align: inherit;
}

.hw-long-all .section-kv .kv-price span {
  font-size: 0.677083vw;
}

.hw-long-all .section-kv .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 20px 9px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  transition: opacity .3s cubic-bezier(0, 0, .5, 1);
  color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #000;
  transform: translateZ(0);
}

.hw-long-all .section-kv .kv-harmonyos {
  position: absolute;
  bottom: 3.125vw;
  right: 3.125vw;
  width: 7.96875vw;
  z-index: 3;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section-kv .kv-price .hw-sup:hover {
    cursor: pointer;
  }

  .hw-long-all .section-kv .buy-cta:hover {
    opacity: 0.8;
  }
}

@media screen and (max-aspect-ratio:11/10) {
  .hw-long-all .section-kv .kv-content {
    padding-bottom: calc(100% / (720 / 1160));
  }

  .hw-long-all .section-kv .kv-text {
    top: 97.222222vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 79.861111vw;
  }

  .hw-long-all .section-kv .kv-btn {
    margin-top: 5.555556vw;
  }

  .hw-long-all .section-kv .kv-price {
    font-size: 5.555556vw;
    color: #fff;
  }

  .hw-long-all .section-kv .kv-price span {
    font-size: 3.6111111vw;
  }

  .hw-long-all .section-kv .buy-cta {
    color: #000;
    border: 2px solid #fff;
    background-color: #fff;
  }

  .hw-long-all .section-kv .kv-harmonyos {
    bottom: 5.555556vw;
    right: 5.555556vw;
    width: 18.055556vw;
  }
}

/* section-kv end */

/* section-product start */
html.fancybox-margin {
  overflow: hidden;
}

html.fancybox-margin body,
html.fancybox-margin .main-navigation.nav-v2,
html.fancybox-margin #second-navigation-v4 .product-tabs__heading {
  padding-inline-end: var(--modal-scrollbar-buffer, 0);
}

.fancybox-margin .fancybox-overlay {
  background: #0b0a0d;
}

.hw-long-all .section-product {
  overflow: hidden;
}

.hw-long-all .section-product .product-container {
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hw-long-all .section-product .product-icon {
  width: 20.3125vw;
}

.hw-long-all .section-product .product-text {
  margin-top: 7.29166667vw;
  text-align: center;
  font-size: 3.33333333vw;
  line-height: 1.6;
  font-weight: 700;
  background-image: linear-gradient(123.6deg, #6c5e4e -1.39%, #decaaa 39.6%, #463a29 62.53%, #81725f 97.66%);
  background-size: 350% 100%;
  background-position-x: 100%;
}

.hw-long-all .section-product .product-text.active {
  transition-duration: 2s;
  background-position-x: 0%;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-product .product-container {
    width: 100%;
  }

  .hw-long-all .section-product .product-icon {
    width: 54.166667vw;
  }

  .hw-long-all .section-product .product-text {
    margin-top: 22.222222vw;
    line-height: 1.6;
    font-size: 6.666667vw;
  }
}

/* section-product end */

/* section-reason start */
.hw-long-all .reason-swiper .swiper-wrapper,
.hw-long-all .reason-swiper [data-swiper-parallax-x],
.hw-long-all .reason-swiper [data-swiper-parallax-y],
.hw-long-all .reason-swiper [data-swiper-parallax-opacity] {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.hw-long-all .swiper-touch-move .swiper-wrapper,
.hw-long-all .swiper-touch-move [data-swiper-parallax-x],
.hw-long-all .swiper-touch-move [data-swiper-parallax-y],
.hw-long-all .swiper-touch-move [data-swiper-parallax-opacity] {
  transition-timing-function: ease;
}

.hw-long-all .section-reason {
  overflow: hidden;
}

.hw-long-all .reason-container {
  margin: 0 auto;
  width: 67.5vw;
}

.hw-long-all .reason-container .reason-swiper {
  width: 67.5vw;
  height: 38.02083333vw;
  overflow: visible;
}

.hw-long-all .reason-container .swiper-slide:nth-of-type(5) {
  width: 100%;
  height: 100%
}

.hw-long-all .reason-container .swiper-slide:nth-of-type(5) .reason-only {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hw-long-all .reason-container .swiper-slide:nth-of-type(5) .reason-only::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24.27083333vw;
  height: 100%;
  background-image: linear-gradient(to right, #0C090F, rgb(12, 9, 15, 0));
  z-index: 1;
  transform: translateZ(1px);
}

.hw-long-all .reason-container .swiper-slide:nth-of-type(5) .reason-only::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24.27083333vw;
  height: 100%;
  background-image: linear-gradient(to left, #0C090F, rgb(12, 9, 15, 0));
  z-index: 1;
  transform: translateZ(1px);
}

.hw-long-all .section-reason .swiper-content {
  position: relative;
}

.hw-long-all .section-reason .swiper-text {
  position: absolute;
  top: 2.5vw;
  left: 2.5vw;
  width: fit-content;
  color: #fff;
  font-size: 1.66666667vw;
  font-weight: 700;
  line-height: 1.25;
  z-index: 1;
}

.hw-long-all .section-reason .reason-nav {
  margin: 2.08333333vw auto 0;
  width: fit-content;
  width: -webkit-fit-content;
  position: relative;
}

.hw-long-all .section-reason .reason-bg {
  width: 13.85416667vw;
  height: 3.33333333vw;
}

.hw-long-all .section-reason .reason-cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625vw 1.04166667vw;
}

.hw-long-all .section-reason .reason-cta img {
  width: 2.08333333vw;
}

.hw-long-all .section-reason .reason-ul {
  margin: 0 0.9375vw;
  display: flex;
  justify-content: space-between;
}

.hw-long-all .section-reason .reason-ul li {
  width: 0.52083333vw;
  height: 0.52083333vw;
  border-radius: 50%;
  background-color: rgba(79, 74, 83);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.hw-long-all .section-reason .reason-ul li:not(:last-child) {
  margin-right: 0.41666667vw;
}

.hw-long-all .section-reason .reason-ul li.current {
  background: rgba(255, 255, 255, 0.8);
}

.hw-long-all .section-reason .reason-prev,
.hw-long-all .section-reason .reason-next {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  will-change: opacity;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section-reason .reason-ul li:hover {
    cursor: pointer;
  }

  .hw-long-all .section-reason .reason-ul li:not(.current):hover {
    background: rgba(255, 255, 255, 0.6);
  }

  .hw-long-all .section-reason .reason-prev:hover,
  .hw-long-all .section-reason .reason-next:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  .hw-long-all .reason-container .swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
  }
}

.hw-long-all .section-reason .reason-prev.nav-disabled,
.hw-long-all .section-reason .reason-next.nav-disabled {
  opacity: 0.3;
  cursor: default;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .reason-container {
    width: 100%;
    padding: 0 8.888889vw;
    overflow: hidden;
  }

  .hw-long-all .reason-container .reason-swiper {
    width: 100%;
    height: auto;
  }

  .hw-long-all .reason-container .swiper-slide:nth-of-type(5) .reason-only::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 30.972222vw;
    background-image: linear-gradient(to bottom, #0C090F, rgb(12, 9, 15, 0));
  }

  .hw-long-all .reason-container .swiper-slide:nth-of-type(5) .reason-only::after {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30.972222vw;
    background-image: linear-gradient(to top, #0C090F, rgb(12, 9, 15, 0));
  }

  .hw-long-all .section-reason .swiper-content .video-load {
    height: 109.722222vw;
  }

  .hw-long-all .section-reason .swiper-text {
    position: static;
    width: 100%;
    margin: 6.666667vw auto 0;
    text-align: center;
    font-size: 5.555556vw;
    line-height: 1.6;
  }

  .hw-long-all .section-reason .swiper-slide:nth-of-type(2) .swiper-text {
    margin: 6.666667vw 0 0 -0.555556vw;
    width: 83.333333vw;
    white-space: nowrap;
  }

  .hw-long-all .section-reason .reason-nav {
    margin: 8.888889vw auto 0;
  }

  .hw-long-all .section-reason .reason-bg {
    width: 62.222222vw;
    height: 13.333333vw;
  }

  .hw-long-all .section-reason .reason-cta {
    padding: 0 1.666667vw;
  }

  .hw-long-all .section-reason .reason-cta img {
    width: 13.333333vw;
  }

  .hw-long-all .section-reason .reason-ul {
    margin: 0 1.111111vw;
  }

  .hw-long-all .section-reason .reason-ul li {
    width: 2.222222vw;
    height: 2.222222vw;
  }

  .hw-long-all .section-reason .reason-ul li:not(:last-child) {
    margin-right: 3.333333vw;
  }
}

/* section-reason end */

/* section-design start */
.hw-long-all .section-design {
  overflow: hidden;
}

.hw-long-all .section-design .design-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hw-long-all .section-design .design-h2 {
  margin-left: 3.64583333vw;
  font-size: 6.25vw;
  font-weight: 700;
  line-height: 1.25;
  background-image: linear-gradient(126.17deg, #634d88 1.46%, #8d76b3 10.58%, #e7d9ff 37.92%, #55417c 56.58%, #a992d9 89.57%);
  background-size: 1000% 100%;
  background-position-x: 100%;
}

.hw-long-all .section-design .design-h2.active {
  transition-duration: 2s;
  transition-timing-function: ease-out;
  background-position-x: 0%;
}

.hw-long-all .section-design .design-text {
  margin-top: 3.125vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.66666667vw;
  text-align: center;
  line-height: 1.6;
}

.hw-long-all .section-design .design-container {
  margin-top: 5.20833333vw;
  position: relative;
  /* width: 100vw; */
  height: 46.875vw;
  overflow: hidden;
}

.hw-long-all .section-design .design-img {
  width: 100%;
  height: 100%;
}

.hw-long-all .section-design .design-btn {
  /* width: 10.625vw; */
  position: absolute;
  bottom: 3.33333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 0.2);
  mask: url('/content/dam/huawei-cbg-site/cn/mkt/pdp/wearables/watch-ultimate-design-royal-gold-edition/imgs/huawei-ultimate-design-royal-gold-edition-id-design-icon.svg');
  -webkit-mask: url('/content/dam/huawei-cbg-site/cn/mkt/pdp/wearables/watch-ultimate-design-royal-gold-edition/imgs/huawei-ultimate-design-royal-gold-edition-id-design-icon.svg');
  -moz-mask: url('/content/dam/huawei-cbg-site/cn/mkt/pdp/wearables/watch-ultimate-design-royal-gold-edition/imgs/huawei-ultimate-design-royal-gold-edition-id-design-icon.svg');
  -ms-mask: url('/content/dam/huawei-cbg-site/cn/mkt/pdp/wearables/watch-ultimate-design-royal-gold-edition/imgs/huawei-ultimate-design-royal-gold-edition-id-design-icon.svg');
  -o-mask: url('/content/dam/huawei-cbg-site/cn/mkt/pdp/wearables/watch-ultimate-design-royal-gold-edition/imgs/huawei-ultimate-design-royal-gold-edition-id-design-icon.svg');
  mask-size: cover;
  -webkit-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  -o-mask-size: cover;
  background-size: 100%;
  backdrop-filter: blur(0.52083333vw);
  -webkit-backdrop-filter: blur(0.52083333vw);
  -moz-backdrop-filter: blur(0.52083333vw);
  -ms-backdrop-filter: blur(0.52083333vw);
  -o-backdrop-filter: blur(0.52083333vw);
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
  -moz-transform: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transform: all 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section-design .design-btn:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.12);
  }
}

.hw-long-all .section-design .design-btnCta {
  padding: 0.83333333vw 0.83333333vw 0.83333333vw 1.66666666vw;
  display: flex;
  align-items: center;
}

.hw-long-all .section-design .design-btn span {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.25;
  flex-shrink: 0;
  white-space: nowrap;
}

.hw-long-all .section-design .design-btn .watchbtn {
  width: 1.66666666vw;
  height: 1.66666666vw;
  margin: 0 0 0 0.83333333vw;
  flex-shrink: 0;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-design .design-h2 {
    font-size: 11.111111vw;
    margin-left: 8.333333vw;
  }

  .hw-long-all .section-design .design-text {
    margin-top: 5.555556vw;
    width: 77.777778vw;
    font-size: 4.444444vw;
  }

  .hw-long-all .section-design .design-container {
    margin-top: 13.888889vw;
    height: 133.333333vw;
  }

  .hw-long-all .section-design .design-btn {
    /* width: 43.333333vw; */
    bottom: 6.666667vw;
    backdrop-filter: blur(2.083333vw);
    -webkit-backdrop-filter: blur(2.083333vw);
    -moz-backdrop-filter: blur(2.083333vw);
    -ms-backdrop-filter: blur(2.083333vw);
    -o-backdrop-filter: blur(2.083333vw);
  }

  .hw-long-all .section-design .design-btnCta {
    padding: 3.33333333vw 3.33333333vw 3.33333333vw 6.66666666vw;
  }

  .hw-long-all .section-design .design-btn span {
    font-size: 3.88888888vw;
  }

  .hw-long-all .section-design .design-btn .watchbtn {
    width: 6.66666666vw;
    height: 6.66666666vw;
    margin: 0 0 0 3.33333333vw;
  }
}

/* section-design end */

/* section-bezel start */
.hw-long-all .section-bezel {
  position: relative;
  overflow: hidden;
}

.hw-long-all .section-bezel .bezel-container {
  position: relative;
  width: 100vw;
  padding-bottom: 6.71875vw;
}

.hw-long-all .section-bezel .bezel-img {
  width: 100%;
}

.hw-long-all .section-bezel .bezel-watch {
  position: absolute;
  top: 0;
  left: 18.38541667vw;
  width: 30.26041667vw;
}

.hw-long-all .section-bezel .bezel-text {
  position: absolute;
  top: 24.6875vw;
  left: 61.82291667vw;
  width: 21.92708333vw;
  z-index: 1;
}

.hw-long-all .section-bezel .bezel-txt {
  margin-top: 1.66666667vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
  line-height: 1.6;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-bezel .bezel-container {
    padding-bottom: 14.305556vw;
  }

  .hw-long-all .section-bezel .bezel-img {
    margin-top: 8.888889vw;
  }

  .hw-long-all .section-bezel .bezel-watch {
    left: 50%;
    transform: translate(-50%, 0);
    width: 64.583333vw;
  }

  .hw-long-all .section-bezel .bezel-text {
    position: static;
    margin: 0 auto;
    width: 77.777778vw;
    text-align: center;
  }

  .hw-long-all .section-bezel .bezel-txt {
    margin-top: 4.444444vw;
    font-size: 4.444444vw;
  }
}

/* section-bezel end */

/* section-table start */
.hw-long-all .section-table {
  overflow: hidden;
}

.hw-long-all .section-table .table-content {
  margin: 0 auto;
  width: 29.6875vw;
  text-align: center;
}

.hw-long-all .section-table .table-txt {
  margin-top: 1.66666667vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
  text-align: center;
  line-height: 1.6;
}

.hw-long-all .section-table .table-image {
  margin-top: 5.20833333vw;
  /* width: 100vw;
  height: 41.66666667vw; */
  position: relative;
}

.hw-long-all .section-table .table-svg {
  position: absolute;
  top: -0.5px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-table .table-content {
    width: 77.777778vw;
  }

  .hw-long-all .section-table .table-txt {
    margin-top: 4.444444vw;
    font-size: 4.444444vw;
  }

  .hw-long-all .section-table .table-image {
    margin-top: 8.888889vw;
    /* height: 52.777778vw; */
  }
}

/* section-table end */

/* section-watch start */
.hw-long-all .section-watch {
  overflow: hidden;
}

.hw-long-all .section-watch .watch-container {
  position: relative;
  margin: 0 auto;
  width: 81.25vw;
}

.hw-long-all .section-watch .watch-content {
  position: absolute;
  top: 50%;
  left: 6.875vw;
  transform: translate(0px, -50%);
  width: 22.08333333vw;
  z-index: 1;
}

.hw-long-all .section-watch .watch-txt {
  margin-top: 1.66666667vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
  line-height: 1.6;
}

.hw-long-all .section-watch .watch-image {
  position: relative;
}

.hw-long-all .section-watch .watch-img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.hw-long-all .section-watch .watch-svg {
  position: absolute;
  inset: 0;
  z-index: 0;
}


@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-watch .watch-container {
    width: 100%;
  }

  .hw-long-all .section-watch .watch-image {
    margin-top: 8.888889vw;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .hw-long-all .section-watch .watch-content {
    margin: 0 auto;
    width: 77.777778vw;
    position: static;
    transform: translate(0vw, 0vw);
    text-align: center;
  }

  .hw-long-all .section-watch .watch-txt {
    margin-top: 4.444444vw;
    font-size: 4.444444vw;
  }

  .hw-long-all .section-watch .watch-svg {
    top: -1px;
  }
}

/* section-watch end */

/* section-crown start */
.hw-long-all .section-crown .crown-container {
  position: relative;
  margin: 0 auto;
  width: 81.25vw;
}

.hw-long-all .section-crown .crown-content {
  position: absolute;
  top: 50%;
  left: 55.98958333vw;
  transform: translate(0px, -50%);
  width: 18.38541667vw;
  z-index: 2;
}

.hw-long-all .section-crown .crown-txt {
  margin-top: 1.66666667vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
  line-height: 1.6;
}

.hw-long-all .section-crown .crown-image {
  width: 100%;
  position: relative;
}

.hw-long-all .section-crown .crown-img {
  position: relative;
  z-index: 1;
}

.hw-long-all .section-crown .crown-svg {
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0.9375vw;
  -webkit-border-radius: 0.9375vw;
  -moz-border-radius: 0.9375vw;
  -ms-border-radius: 0.9375vw;
  -o-border-radius: 0.9375vw;
  overflow: hidden;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-crown .crown-container {
    width: 100%;
  }

  .hw-long-all .section-crown .crown-content {
    margin: 0 auto;
    position: static;
    transform: translate(0vw, 0vw);
    width: 77.777778vw;
    text-align: center;
  }

  .hw-long-all .section-crown .crown-txt {
    margin-top: 4.444444vw;
    font-size: 4.444444vw;
  }

  .hw-long-all .section-crown .crown-image {
    margin-top: 8.888889vw;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

/* section-crown end */

/* section-crystal start */
.hw-long-all .section-crystal .crystal-content {
  margin: 0 auto;
  width: 27.08333333vw;
  text-align: center;
}

.hw-long-all .section-crystal .crystal-txt {
  margin-top: 1.66666667vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
  line-height: 1.6;
}

.hw-long-all .section-crystal .crystal-image {
  margin-top: 5.20833333vw;
  /* width: 100vw;
  height: 36.61458333vw; */
  position: relative;
}

.hw-long-all .section-crystal .crystal-img {
  position: relative;
  z-index: 1;
}

.hw-long-all .section-crystal .crystal-svg {
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-crystal .crystal-image {
    height: 58.333333vw;
  }

  .hw-long-all .section-crystal .crystal-img {
    margin-top: 8.888889vw;
  }

  .hw-long-all .section-crystal .crystal-content {
    margin: 0 auto;
    width: 77.777778vw;
  }

  .hw-long-all .section-crystal .crystal-txt {
    margin-top: 4.444444vw;
    font-size: 4.444444vw;
  }
}

/* section-crystal end */

/* section-btn start */
.hw-long-all .section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hw-long-all .section-btn .btn-container {
  margin: 4.16666667vw auto 0;
  position: relative;
}

.hw-long-all .section-btn .product-bg {
  width: 11.45833333vw;
  height: 3.33333333vw;
  transition: opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -ms-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  will-change: opacity;
}

.hw-long-all .section-btn .product-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.83333333vw 0.83333333vw 0.83333333vw 1.66666667vw;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section-btn .product-btn:hover {
    cursor: pointer;
  }

  .hw-long-all .section-btn .btn-container:hover .product-bg {
    opacity: 0.6;
  }
}

.hw-long-all .section-btn .icon-copy {
  margin-right: 0.83333333vw;
  font-weight: 500;
  font-size: 1.04166667vw;
  line-height: 1.6;
  color: #ffdcb4;
  white-space: nowrap;
}

.hw-long-all .section-btn .icon-play {
  width: 1.66666667vw;
  flex-shrink: 0;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-btn .btn-container {
    margin: 11.111111vw auto 0;
  }

  .hw-long-all .section-btn .product-bg {
    width: 43.333333vw;
    height: 13.333333vw;
  }

  .hw-long-all .section-btn .product-btn {
    padding: 3.333333vw 3.472222vw 3.333333vw 6.666667vw;
  }

  .hw-long-all .section-btn .icon-copy {
    margin-right: 3.333333vw;
    font-size: 3.888889vw;
  }

  .hw-long-all .section-btn .icon-play {
    width: 6.666667vw;
  }
}

/* section-btn end */

/* section-dial start */
.hw-long-all .section-dial .dial-title {
  margin: 0 auto;
  width: 23.95833333vw;
  text-align: center;
}

.hw-long-all .section-dial .dial-txt {
  margin-top: 1.66666667vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
  line-height: 1.6;
}

.hw-long-all .section-dial .dial-content {
  margin: 4.16666667vw auto 0;
  width: fit-content;
  width: -webkit-fit-content;
  display: flex;
  align-items: center;
}

.hw-long-all .section-dial .dial-left {
  margin-right: 6.25vw;
}

.hw-long-all .section-dial .dial-right {
  margin-left: 6.25vw;
}

.hw-long-all .section-dial .dial-shadow {
  width: 13.54166667vw;
  height: 13.54166667vw;
  position: relative;
  opacity: 0.4;
}

.hw-long-all .section-dial .dial-shadow .swiper-wrapper {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.hw-long-all .section-dial .dial-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {

  .hw-long-all .section-dial .dial-right .swiper-slide:hover,
  .hw-long-all .section-dial .dial-left .swiper-slide:hover {
    cursor: pointer;
  }
}

.hw-long-all .section-dial .swiper-container {
  position: relative;
}

.hw-long-all .section-dial .swiper-bg {
  width: 21.45833333vw;
  height: 31.25vw;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.hw-long-all .section-dial .dial-swiper {
  position: absolute;
  left: 2.39583333vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 16.35416667vw;
  height: 16.35416667vw;
}

.hw-long-all .section-dial .swiper-slide .swiper-content {
  transform-style: preserve-3d;
  perspective: 41.66666667vw;
}

.hw-long-all .section-dial .swiper-slide {
  pointer-events: none;
}

.hw-long-all .section-dial .swiper-slide-active {
  pointer-events: all;
}

.hw-long-all .section-dial .swiper-text {
  width: 24.0625vw;
  margin: 3.33333333vw auto 0;
  display: flex;
  overflow: hidden;
}

.hw-long-all .section-dial .text-container {
  width: 100%;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  will-change: opacity;
}

.hw-long-all .section-dial .text-container:nth-of-type(2) {
  transform: translateX(-100%);
}

.hw-long-all .section-dial .text-container:nth-of-type(3) {
  transform: translateX(-200%);
}

.hw-long-all .section-dial .dial-container[data-index="0"] .text-container:nth-of-type(1) {
  opacity: 1;
}

.hw-long-all .section-dial .dial-container[data-index="1"] .text-container:nth-of-type(2) {
  opacity: 1;
}

.hw-long-all .section-dial .dial-container[data-index="2"] .text-container:nth-of-type(3) {
  opacity: 1;
}

.hw-long-all .section-dial .text-h2 {
  font-weight: 700;
  color: #fff;
  font-size: 1.66666667vw;
  text-align: center;
  line-height: 1.25;
}

.hw-long-all .section-dial .text-p {
  margin-top: 0.83333333vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-dial .dial-container {
    overflow: hidden;
  }

  .hw-long-all .section-dial .dial-title {
    margin: 0 auto;
    width: 77.777778vw;
  }

  .hw-long-all .section-dial .dial-txt {
    margin-top: 4.444444vw;
    font-size: 4.444444vw;
  }

  .hw-long-all .section-dial .dial-content {
    margin: 11.111111vw auto 0;
    position: relative;
  }

  .hw-long-all .section-dial .swiper-bg {
    width: 57.222222vw;
    height: 83.333333vw;
  }

  .hw-long-all .section-dial .dial-swiper {
    width: 43.333333vw;
    height: 43.333333vw;
    left: 6.472222vw;
  }

  .hw-long-all .section-dial .dial-shadow {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 36.111111vw;
    height: 36.111111vw;
  }

  .hw-long-all .section-dial .dial-left {
    left: 0;
    transform: translate(calc(-100% - 8.333333vw), -50%);
  }

  .hw-long-all .section-dial .dial-right {
    right: 0;
    transform: translate(calc(100% + 8.333333vw), -50%);
  }

  .hw-long-all .section-dial .swiper-text {
    width: 80.555556vw;
    margin: 8.888889vw auto 0;
  }

  .hw-long-all .section-dial .text-h2 {
    font-size: 6.666667vw;
  }

  .hw-long-all .section-dial .text-p {
    margin-top: 3.333333vw;
    font-size: 4.444444vw;
  }
}

/* section-dial end */

.hw-long-all .text-back-img {
  white-space: nowrap;
  background-image: linear-gradient(158.59deg, #a594c1 3.57%, #675783 82.37%);
}

/* section-antenna start */
.hw-long-all .section-antenna .antenna-content {
  padding-bottom: 5.20833333vw;
  position: relative;
  overflow: hidden;
}

.hw-long-all .section-antenna .antenna-imgCta {
  overflow: hidden;
}

.hw-long-all .section-antenna .antenna-img {
  transform: scale(1.5);
  will-change: transform;
}

.hw-long-all .section-antenna .antenna-text {
  position: absolute;
  bottom: 4.6875vw;
  left: 40.20833333vw;
  z-index: 2;
}

.hw-long-all .section-antenna .text-content {
  transform: translate3d(0, 13.02083333vw, 0) rotate(0deg);
  opacity: 0;
  will-change: transform, opacity;
}

.hw-long-all .section-antenna .text-h2 {
  font-size: 6.25vw;
  line-height: 1.25;
  font-weight: 700;
  background-image: linear-gradient(126.17deg, #634d88 1.46%, #8d76b3 10.58%, #e7d9ff 37.92%, #55417c 56.58%, #a992d9 89.57%);
  background-size: 350% 100%;
  background-position-x: 100%;
}

.hw-long-all .section-antenna .text-h2.active1 {
  transition-duration: 2s;
  background-position-x: 0%;
}

.hw-long-all .section-antenna .text-p {
  margin-top: 2.08333333vw;
  width: 50vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.66666667vw;
  line-height: 1.6;
}

.hw-long-all .section-antenna .antenna-bg {
  position: absolute;
  left: 0;
  bottom: 3.07291667vw;
  width: 100%;
  height: 33.125vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0c090f 100%);
  z-index: 1;
}

.hw-long-all .section-antenna .antenna-sticky-content {
  overflow: hidden;
}

.hw-long-all .section-antenna .antenna-swiper {
  margin: 0 auto;
  width: 72.5vw;
  overflow: visible;
}

.hw-long-all .section-antenna .swiper-img {
  height: 29.16666667vw;
  position: relative;
}

.hw-long-all .section-antenna .antenna-swiper .swiper-slide .swiper-text {
  padding-left: 0.83333333vw;
}

.hw-long-all .section-antenna .video-control-btn {
  width: 2.0833334vw;
  height: 2.0833334vw;
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-transition: 50%;
  -o-transition: 50%;
  background-color: rgba(128, 128, 128, .4);
  backdrop-filter: blur(2.5vw);
  -webkit-backdrop-filter: blur(2.5vw);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media (pointer: fine) and (hover: hover) {
  .hw-long-all .section-antenna .video-control-btn:hover {
    background-color: rgba(128, 128, 128, .12);
    cursor: pointer;
  }
}

.hw-long-all .section-antenna .video-control-btn .video-btn {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.hw-long-all .section-antenna .video-control[data-state="play"] .video-play {
  opacity: 1;
}

.hw-long-all .section-antenna .video-control[data-state="pause"] .video-pause {
  opacity: 1;
}

.hw-long-all .section-antenna .video-control[data-state="replay"] .video-replay {
  opacity: 1;
}

.hw-long-all .section-antenna .swiper-slide:nth-of-type(1) {
  width: 41.66666667vw;
}

.hw-long-all .section-antenna .swiper-slide:nth-of-type(2) {
  width: 29.16666667vw;
}

.hw-long-all .section-antenna .swiper-slide:nth-of-type(3) {
  width: 36.66666667vw;
}

.hw-long-all .section-antenna .swiper-slide:nth-of-type(4) {
  width: 29.16666667vw;
  margin-right: 0 !important;
}

.hw-long-all .section-antenna .swiper-slide:nth-of-type(1) .swiper-p {
  width: 35.67708333vw;
}

.hw-long-all .section-antenna .swiper-slide:nth-of-type(2) .swiper-p {
  width: 25.36458333vw;
}

.hw-long-all .section-antenna .swiper-slide:nth-of-type(3) .swiper-p {
  width: 30.20833333vw;
}

.hw-long-all .section-antenna .swiper-slide:nth-of-type(4) .swiper-p {
  width: 24.16666667vw;
}

.hw-long-all .section-antenna .swiper-h2 {
  margin-top: 2.08333333vw;
  font-weight: 700;
  color: #fff;
  font-size: 1.66666667vw;
  line-height: 1.25;
}

.hw-long-all .section-antenna .swiper-p {
  margin-top: 0.83333333vw;
  width: 31.25vw;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
  line-height: 1.6;
}

.hw-long-all .section-antenna .antenna-nav {
  margin: 2.5vw auto 0;
  width: 72.5vw;
  display: flex;
  justify-content: flex-end;
}

.hw-long-all .section-antenna .antenna-btn {
  width: 2.5vw;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  will-change: opacity;
}

.hw-long-all .section-antenna .antenna-prev-btn {
  margin-right: 1.25vw;
}

.hw-long-all .section-antenna .antenna-btn.swiper-button-disabled {
  opacity: 0.3;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section-antenna .antenna-btn:not(.swiper-button-disabled):hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-antenna .antenna-content {
    padding-bottom: 31.527778vw;
    overflow: hidden;
  }

  .hw-long-all .section-antenna .antenna-text {
    bottom: 25vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 77.777778vw;
  }

  .hw-long-all .section-antenna .text-content {
    text-align: center;
    transform: translate3d(0, 55.555556vw, 0) rotate(0deg);
  }

  .hw-long-all .section-antenna .text-h2 {
    font-size: 11.111111vw;
  }

  .hw-long-all .section-antenna .text-p {
    margin-top: 5.555556vw;
    width: 100%;
    font-size: 4.444444vw;
  }

  .hw-long-all .section-antenna .antenna-bg {
    display: none;
  }

  .hw-long-all .section-antenna .antenna-swiper {
    position: static;
    width: 82.222222vw;
    margin: 0 auto;
  }

  .hw-long-all .section-antenna .swiper-img {
    height: 97.222222vw;
  }

  .hw-long-all .section-antenna .swiper-slide:nth-of-type(2) {
    transform: translateY(0);
  }

  .hw-long-all .section-antenna .swiper-slide:nth-of-type(3) {
    transform: translateY(0);
  }

  .hw-long-all .section-antenna .antenna-swiper .swiper-slide .swiper-text {
    padding-left: 2.222222vw;
  }

  .hw-long-all .section-antenna .antenna-swiper .swiper-slide .swiper-h2 {
    margin-top: 6.666667vw;
    font-size: 5.555556vw;
  }

  .hw-long-all .section-antenna .antenna-swiper .swiper-slide .swiper-p {
    margin-top: 2.777778vw;
    width: 64.444444vw;
    font-size: 3.888889vw;
  }

  .hw-long-all .section-antenna .antenna-swiper .swiper-slide:nth-of-type(2) .swiper-p {
    width: 64.166667vw;
  }

  .hw-long-all .section-antenna .antenna-nav {
    margin-top: 11.111111vw;
    margin-left: auto;
    padding-right: 8.888889vw;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .hw-long-all .section-antenna .antenna-btn {
    width: 11.11111111vw;
    flex-shrink: 0;
    padding: 1px;
  }

  .hw-long-all .section-antenna .antenna-btn img {
    width: 11.11111111vw;
    height: 11.11111111vw;
  }

  .hw-long-all .section-antenna .antenna-prev-btn {
    margin-right: 5.555556vw;
  }

  .hw-long-all .section-antenna .antenna-btn.swiper-button-disabled {
    opacity: 0.3;
  }

  .hw-long-all .section-antenna .video-control-btn {
    width: 8.888889vw;
    height: 8.888889vw;
    right: 3.333333vw;
    bottom: 3.333333vw;
  }
}

/* section-antenna end */

/* section-professional start */
.hw-long-all .section-professional {
  padding-bottom: 5.20833333vw;
  overflow: hidden;
}

.hw-long-all .section-professional .professional-container {
  position: relative;
}

.hw-long-all .section-professional .professional-img {
  width: 100vw;
  height: 47.91666667vw;
  overflow: hidden;
}

.hw-long-all .section-professional .content-img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  will-change: transform;
}

.hw-long-all .section-professional .professional-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21.92708333vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0c090f 100%);
  z-index: 1;
}

.hw-long-all .section-professional .professional-text {
  position: absolute;
  bottom: 0;
  left: 16.14583333vw;
  z-index: 2;
}

.hw-long-all .section-professional .text-content {
  transform: translate3d(0px, 10.41666667vw, 0px) rotate(0deg);
  opacity: 0;
  will-change: transform, opacity;
}

.hw-long-all .section-professional .text-h2 {
  line-height: 1.25;
  font-weight: 700;
  font-size: 6.25vw;
  background-image: linear-gradient(126.17deg, #634d88 1.46%, #8d76b3 10.58%, #e7d9ff 37.92%, #55417c 56.58%, #a992d9 89.57%);
  background-size: 350% 100%;
  background-position-x: 100%;
}

.hw-long-all .section-professional .text-h2.active1 {
  transition-duration: 2s;
  background-position-x: 0%;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-professional {
    padding-bottom: 24.305556vw;
  }

  .hw-long-all .section-professional .professional-img {
    width: 100%;
    height: 125vw;
  }

  .hw-long-all .section-professional .professional-bg {
    height: 62.5vw;
  }

  .hw-long-all .section-professional .professional-text {
    bottom: 4.166667vw;
    left: 25.972222vw;
    transform: translateY(100%);
  }

  .hw-long-all .section-professional .text-content {
    transform: translate3d(0vw, 55.555556vw, 0vw) rotate(0deg);
  }

  .hw-long-all .section-professional .text-h2 {
    font-size: 11.111111vw;
  }
}

/* section-professional end */

/* section-sport start */
.hw-long-all .section-sport {
  padding-top: 0;
}

.hw-long-all .section-sport .sport-container {
  position: relative;
  overflow: hidden;
}

.hw-long-all .section-sport .sport-swiper {
  width: 100vw;
  height: 50vw;
}

.hw-long-all .section-sport .sport-swiper .swiper-slide {
  z-index: -1;
  will-change: clip-path;
}

.hw-long-all .section-sport .sport-swiper .swiper-slide.prev-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  animation: design-color-close 0.8s cubic-bezier(0.39, 0.74, 0.49, 0.99) forwards;
}

.hw-long-all .section-sport .sport-swiper .swiper-slide.prev-active .sport-img-content {
  animation: design-color-close-img 0.8s cubic-bezier(0.39, 0.74, 0.49, 0.99) forwards;
}

.hw-long-all .section-sport .sport-swiper .swiper-slide.current-active {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  animation: design-color-open 0.8s cubic-bezier(0.39, 0.74, 0.49, 0.99) 0s forwards;
}

.hw-long-all .section-sport .sport-swiper .swiper-slide.current-active .sport-img-content {
  animation: design-color-open-img 0.8s cubic-bezier(0.39, 0.74, 0.49, 0.99) forwards;
}

@keyframes design-color-open {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes design-color-open-img {
  0% {
    transform: translateY(25vw);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes design-color-close {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  100% {
    opacity: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}

@keyframes design-color-close-img {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-25vw);
  }
}

.hw-long-all .section-sport .sport-swiper .swiper-slide:nth-of-type(2) {
  z-index: -2;
}

.hw-long-all .section-sport .sport-swiper .swiper-slide:nth-of-type(3) {
  z-index: -3;
}

.hw-long-all .section-sport .sport-img-content {
  position: relative;
  will-change: transform;
}

.hw-long-all .section-sport .sport-shadow {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 25vw;
  background-image: linear-gradient(180deg, rgba(12, 9, 15, 0) 0%, #0c090f 100%);
  z-index: 2;
  pointer-events: none;
}

.hw-long-all .section-sport .sport-navigation {
  position: absolute;
  top: 50%;
  left: 16.25vw;
  transform: translate(0, -50%);
  z-index: 4;
  width: 19.47916667vw;
}

.hw-long-all .section-sport .sport-text-content {
  display: flex;
}

.hw-long-all .section-sport .sport-text {
  pointer-events: none;
  flex-shrink: 0;
  opacity: 0;
  will-change: opacity;
}

.hw-long-all .section-sport .sport-p {
  width: 19.47916667vw;
  margin-top: 1.66666667vw;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  font-size: 1.14583333vw;
}

.hw-long-all .sport-container .sport-text:nth-of-type(1) {
  transform: translateX(0);
}

.hw-long-all .sport-container .sport-text:nth-of-type(2) {
  transform: translateX(-100%);
}

.hw-long-all .sport-container .sport-text:nth-of-type(3) {
  transform: translateX(-200%);
}

.hw-long-all .sport-container[data-index="0"] .sport-text:nth-of-type(1),
.hw-long-all .sport-container[data-index="0"] .sport-btn:nth-of-type(1) {
  opacity: 1;
  pointer-events: all;
}

.hw-long-all .sport-container[data-index="1"] .sport-text:nth-of-type(2),
.hw-long-all .sport-container[data-index="1"] .sport-btn:nth-of-type(2) {
  opacity: 1;
  pointer-events: all;
}

.hw-long-all .sport-container[data-index="2"] .sport-text:nth-of-type(3),
.hw-long-all .sport-container[data-index="2"] .sport-btn:nth-of-type(3) {
  opacity: 1;
  pointer-events: all;
}

.hw-long-all .sport-container .sport-btn-content {
  margin-top: 3.33333333vw;
  display: flex;
  width: fit-content;
  width: -webkit-fit-content;
}

.hw-long-all .sport-container .sport-btn {
  font-weight: 700;
  color: #fff;
  font-size: 1.66666667vw;
  line-height: 1.25;
  opacity: 0.4;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  will-change: opacity;
}

.hw-long-all .sport-container .sport-btn:not(:last-child) {
  margin-right: 2.08333333vw;
}

.hw-long-all .section-sport .sport-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0.3125vw), -50%);
  -webkit-transform: translate(calc(-50% + 0.3125vw), -50%);
  -moz-transform: translate(calc(-50% + 0.3125vw), -50%);
  -ms-transform: translate(calc(-50% + 0.3125vw), -50%);
  -o-transform: translate(calc(-50% + 0.3125vw), -50%);
  z-index: 3;
  width: 19.79166667vw;
  height: 28.85416667vw;
  overflow: hidden;
  pointer-events: none;
}

.hw-long-all .section-sport .sport-icon .swiper-slide {
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.hw-long-all .section-sport .icon-swiper .swiper-slide:nth-of-type(1) {
  transform: translateX(0%);
}

.hw-long-all .section-sport .icon-swiper .swiper-slide:nth-of-type(2) {
  transform: translateX(-100%);
}

.hw-long-all .section-sport .icon-swiper .swiper-slide:nth-of-type(3) {
  transform: translateX(-200%);
}

.hw-long-all .section-sport .sport-watch {
  width: 19.79166667vw;
}

.hw-long-all .section-sport .sport-container[data-index="0"] .swiper-slide:nth-of-type(1) {
  z-index: 2;
}

.hw-long-all .section-sport .sport-container[data-index="1"] .swiper-slide:nth-of-type(2) {
  z-index: 2;
}

.hw-long-all .section-sport .sport-container[data-index="2"] .swiper-slide:nth-of-type(3) {
  z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .sport-container .sport-btn:hover {
    cursor: pointer;
  }
}

.hw-long-all .sport-container[data-index="0"] .sport-btn:nth-of-type(1) {
  cursor: default;
}

.hw-long-all .sport-container[data-index="1"] .sport-btn:nth-of-type(2) {
  cursor: default;
}

.hw-long-all .sport-container[data-index="2"] .sport-btn:nth-of-type(3) {
  cursor: default;
}

.hw-long-all .sport-container .sport-btn-line {
  margin-top: 1.04166667vw;
  width: var(--nav-width);
  height: 2px;
  background: #707070;
  position: relative;
}

.hw-long-all .sport-container .sport-btn-line::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: var(--line-width);
  height: 2px;
  background: #fff;
  transform: translate(var(--line-move));
  -webkit-transform: translate(var(--line-move));
  -moz-transform: translate(var(--line-move));
  -ms-transform: translate(var(--line-move));
  -o-transform: translate(var(--line-move));
  transition: transform 0.3s linear, width 0.3s linear;
  -webkit-transition: transform 0.3s linear, width 0.3s linear;
  -moz-transition: transform 0.3s linear, width 0.3s linear;
  -ms-transition: transform 0.3s linear, width 0.3s linear;
  -o-transition: transform 0.3s linear, width 0.3s linear;
  will-change: transform, width;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section-sport {
    padding-top: 0;
  }

  .hw-long-all .section-sport .sport-container {
    overflow: visible;
  }

  .hw-long-all .section-sport .sport-swiper {
    width: 100%;
    height: 77.777778vw;
    overflow: hidden;
  }

  .hw-long-all .section-sport .sport-swiper .swiper-slide {
    z-index: unset;
  }

  .hw-long-all .section-sport .sport-swiper .swiper-slide:nth-of-type(2) {
    z-index: unset;
  }

  .hw-long-all .section-sport .sport-swiper .swiper-slide:nth-of-type(3) {
    z-index: unset;
  }

  .hw-long-all .section-sport .sport-icon {
    top: 43.055556vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate(0deg);
    -moz-transform: translate3d(-50%, 0, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, 0, 0) rotate(0deg);
    -o-transform: translate3d(-50%, 0, 0) rotate(0deg);
    width: 47.638889vw;
    height: 69.444444vw;
    z-index: 3;
  }

  .hw-long-all .section-sport .sport-icon .swiper-slide {
    transition: none;
  }

  .hw-long-all .section-sport .sport-watch {
    width: 100%;
  }

  .hw-long-all .section-sport .sport-watch:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    -o-transform: translate3d(0, 0, 0) rotate(0deg);
  }

  .hw-long-all .section-sport .sport-watch:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    -o-transform: translate3d(0, 0, 0) rotate(0deg);
  }

  .hw-long-all .section-sport .sport-navigation {
    margin: 48.75vw auto 0;
    width: 82.222222vw;
    position: relative;
    inset: 0;
    transform: translate(0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hw-long-all .section-sport .sport-text-content {
    margin-top: 11.111111vw;
    width: 82.222222vw;
    overflow: hidden;
  }

  .hw-long-all .section-sport .sport-text-content .sport-text:nth-of-type(2) {
    transform: translateX(-100%);
  }

  .hw-long-all .section-sport .sport-text-content .sport-text:nth-of-type(3) {
    transform: translateX(-200%);
  }

  .hw-long-all .section-sport .sport-nav-content {
    order: -1;
  }

  .hw-long-all .section-sport .sport-h2 {
    text-align: center;
  }

  .hw-long-all .section-sport .sport-p {
    margin-top: 4.444444vw;
    width: 82.222222vw;
    font-size: 4.444444vw;
    text-align: center;
  }

  .hw-long-all .section-sport .sport-btn-content {
    margin: 0;
    display: flex;
  }

  .hw-long-all .section-sport .sport-btn:not(:last-child) {
    margin-right: 11.111111vw;
  }

  .hw-long-all .section-sport .sport-btn {
    line-height: 1.25;
    font-weight: 700;
    font-size: 5.555556vw;
    color: #fff;
    opacity: 0.4;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    will-change: opacity;
  }

  .hw-long-all .section-sport .sport-btn-line {
    margin-top: 2.777778vw;
    width: var(--nav-width);
    height: 2px;
    background: #707070;
    position: relative;
  }

  .hw-long-all .section-sport .sport-btn-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--line-width);
    height: 2px;
    background: #fff;
    transform: translate(var(--line-move));
    -webkit-transform: translate(var(--line-move));
    -moz-transform: translate(var(--line-move));
    -ms-transform: translate(var(--line-move));
    -o-transform: translate(var(--line-move));
    will-change: transform, width;
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    will-change: transform;
  }

  .hw-long-all .section-sport .sport-navigation .sport-text {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    will-change: opacity;
  }

  .hw-long-all .section-sport[data-index="0"] .sport-navigation .sport-text:nth-of-type(1),
  .hw-long-all .section-sport[data-index="0"] .sport-navigation .sport-btn:nth-of-type(1) {
    opacity: 1;
    pointer-events: all;
  }

  .hw-long-all .section-sport[data-index="1"] .sport-navigation .sport-text:nth-of-type(2),
  .hw-long-all .section-sport[data-index="1"] .sport-navigation .sport-btn:nth-of-type(2) {
    opacity: 1;
    pointer-events: all;
  }

  .hw-long-all .section-sport[data-index="2"] .sport-navigation .sport-text:nth-of-type(3),
  .hw-long-all .section-sport[data-index="2"] .sport-navigation .sport-btn:nth-of-type(3) {
    opacity: 1;
    pointer-events: all;
  }

  .hw-long-all .section-sport .sport-shadow {
    top: 38.888889vw;
    bottom: unset;
    height: 38.888889vw;
  }
}

/* section-sport end */

/* section15 start*/
.hw-long-all .section15 {
  position: relative;
}

.hw-long-all .section15 .section15-container {
  position: relative;
  overflow: hidden;
}

.hw-long-all .section15 .section15-header {
  width: 58.25vw;
  margin: 0 auto;
  text-align: center;
  z-index: 20;
  position: relative;
  z-index: 2;
}

.hw-long-all .section15 .big-tit {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(126.17deg, #634d88 1.46%, #8d76b3 10.58%, #e7d9ff 37.92%, #55417c 56.58%, #a992d9 89.57%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transform: translate3d(0, 0, 0);
  font-size: 6.25vw;
  font-weight: 700;
  line-height: 1.25;
  background-size: 350% 100%;
  background-position-x: 100%;
}

.hw-long-all .section15 .big-tit.active {
  transition-duration: 2s;
  background-position: 0%;
}

.hw-long-all .section15 .section15-img {
  width: 100vw;
  height: 55.41666667vw;
  left: 0;
  position: relative;
  z-index: 1;
  margin: -8.02083333vw 0 0 0;
}

.hw-long-all .section15 .watch-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hw-long-all .section15 .watch-middle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hw-long-all .section15 .watch-shadow {
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  width: 101%;
  z-index: 3;
}


.hw-long-all .section15 .section15-header p {
  line-height: 1.6;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.66666667vw;
  margin: 0 auto;
  padding: 3.125vw 0 0 0;

}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section15 .section15-container {
    height: auto;
  }

  .hw-long-all .section15 .section15-header {
    width: 77.777777777vw;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    position: relative;
  }

  .hw-long-all .section15 .big-tit {
    font-size: 11.111111vw;
    text-align: left;
    width: 100%;
    padding: 0 0 0 14.86111111vw;
  }

  .hw-long-all .section15 .section15-header p {
    margin: 0 auto;
    font-size: 4.44444444vw;
    padding: 5.55555556vw 0 0 0;
  }

  .hw-long-all .section15 .section15-img {
    height: 88.88888889vw;
    margin: -20.83333333vw 0 0 0;
  }
}

/*  section16 start*/

.hw-long-all .section16 {
  position: relative;
}

.hw-long-all .section16 .section16-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35.41666667vw;
  overflow: hidden;
  position: relative;
  flex-direction: row-reverse;
}

.hw-long-all .section16 .section16-text-container {
  position: relative;
  margin: 0 6.04166667vw 1.77083333vw 2.08333333vw;
  flex-shrink: 0;
}

.hw-long-all .section16 .section16-texts {
  width: 23.95833333vw;
  position: relative;
}

.hw-long-all .section16 .section16-texts h3 {
  width: fit-content;
  color: #FFFFFF;
  font-size: 1.66666667vw;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.hw-long-all .section16 .section16-texts .text-item.current h3 {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section16 .section16-texts .text-item:not(.current) h3:hover {
    opacity: 0.6;
  }
}

.hw-long-all .section16 .section16-texts .desc {
  transition: 0.6s;

}

.hw-long-all .section16 .section16-texts p {
  color: #FFFFFF;
  font-size: 1.14583333vw;
  font-weight: 300;
  line-height: 1.6;
  padding: 0.83333333vw 0 0 0;
  opacity: 0;
  will-change: height, opacity;
}

.hw-long-all .section16 .section16-texts .text-item.fold .desc {
  overflow: hidden;
}

.hw-long-all .section16 .section16-texts .text-item.current p {
  opacity: 1;
}

.hw-long-all .section16 .section16-texts .text-item {
  overflow: hidden;
}

.hw-long-all .section16 .line-indicator-box {
  width: 0.10416667vw;
  height: 100%;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: -2.08333333vw;
  overflow: hidden;
  padding: 1px 0;
}

.hw-long-all .section16 .line-indicator {
  position: absolute;
  top: 0;
  transform: translateY(calc(var(--s16-top, 0)));
  width: 100%;
  transition: 0.6s;
  background-color: #fff;
  will-change: height, transform;
}

.hw-long-all .section16 .section16-texts .text-item+.text-item {
  margin: 2.08333333vw 0 0 0;
}

.hw-long-all .section16 .section16-swiper {
  width: 35.41666667vw;
  height: 33.33333333vw;
  flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
}

.hw-long-all .section16 .section16-swiper .swiper-slide {
  background: linear-gradient(0deg, #3a3142 0%, #1c1524 100%);
  border-radius: 0.83333333vw;
  overflow: hidden;
  position: relative;
}

.hw-long-all .section16 .section16-swiper .swiper-slide picture {
  width: 19.79166667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hw-long-all .section16 .mob-paginations {
  display: none;
}

.hw-long-all .section16 .video-container {
  width: 14.16666667vw;
  height: 14.16666667vw;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 10.52083333vw;
  transform: translate(0, -50%);
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section16 .video-container {
    width: 37.77777778vw;
    height: 37.77777778vw;
    left: 26.388889vw;
  }

  .hw-long-all .section16 .section16-container {
    justify-content: flex-end;
    align-items: normal;
    flex-direction: column;
    height: auto;
  }

  .hw-long-all .section16 .section16-text-container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .hw-long-all .section16 .section16-texts {
    width: 82.22222222vw;
    display: flex;
    margin: 0 auto;
  }

  .hw-long-all .section16 .mob-paginations {
    display: block;
  }

  .hw-long-all .section16 .pagination-item {
    width: fit-content;
    color: #FFFFFF;
    font-size: 5.55555556vw;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    opacity: 0.4;
    transition: opacity 0.3s;
    padding: 0 0 2.77777778vw 0;
  }

  .hw-long-all .section16 .pagination-item.current {
    opacity: 1;
  }

  .hw-long-all .section16 .pagination-item+.pagination-item {
    margin-left: 11.11111111vw;
  }

  .hw-long-all .section16 .line-paginations {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
  }

  .hw-long-all .section16 .line-pagination-box {
    padding: 0 10vw;
    margin: 0 auto;
  }

  .hw-long-all .section16 .section16-texts p {
    opacity: 1;
    font-size: 4.44444444vw;
    padding: 0;
  }

  .hw-long-all .section16 .section16-texts .text-item {
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    position: relative;
  }

  .hw-long-all .section16 .section16-texts .text-item {
    width: 100%;
  }

  .hw-long-all .section16 .section16-texts .text-item+.text-item {
    margin: 0 0 0 -100%;
  }

  .hw-long-all .section16 .section16-texts .text-item.current {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition-delay: 0.3s;
  }

  .hw-long-all .section16 .line-mask {
    position: relative;
    display: flex;
    width: 100%;
    margin: 8.88888889vw 0 6.66666667vw 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
  }

  .hw-long-all .section16 .section16-swiper {
    width: 91.11111111vw;
    height: auto;
    margin: 0 auto
  }


  .hw-long-all .section16 .section16-swiper .swiper-slide {
    border-radius: 2.22222222vw;
    height: 88.88888889vw;
  }

  .hw-long-all .section16 .section16-swiper .swiper-slide picture {
    width: 52.77777778vw;
  }

  .hw-long-all .section16 .section16-swiper .swiper-pagination {
    display: none;
  }

  .hw-long-all .section16 .line-indicator-box {
    position: relative;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #707070;
  }


  .hw-long-all .section16 .line-indicator {
    width: var(--line-lineWidth, 43.055555555vw);
    transform: translateX(var(--line-lineOffset, 0));
    height: 2px;
    background-color: #fff;
    transition: width 0.6s, transform 0.6s;
    will-change: transform, height;
  }

  .hw-long-all .section16 .is-scroll {
    justify-content: flex-start;
  }

  .hw-long-all .section16 .line-mask::-webkit-scrollbar {
    --webkit-appperance: none;
    display: none;
  }
}

.hw-long-all .section16 .video-control-btn {
  width: 2.0833334vw;
  height: 2.0833334vw;
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-transition: 50%;
  -o-transition: 50%;
  background-color: rgba(128, 128, 128, .4);
  backdrop-filter: blur(2.5vw);
  -webkit-backdrop-filter: blur(2.5vw);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media (pointer: fine) and (hover: hover) {
  .hw-long-all .section16 .video-control-btn:hover {
    background-color: rgba(128, 128, 128, .12);
    cursor: pointer;
  }
}

.hw-long-all .section16 .video-control-btn .video-btn {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.hw-long-all .section16 .video-control[data-state="play"] .video-play {
  opacity: 1;
}

.hw-long-all .section16 .video-control[data-state="pause"] .video-pause {
  opacity: 1;
}

.hw-long-all .section16 .video-control[data-state="replay"] .video-replay {
  opacity: 1;
}

@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section16 .video-control-btn {
    width: 8.888889vw;
    height: 8.888889vw;
    right: 3.333333vw;
    bottom: 3.333333vw;
  }
}


/* section17 start */
.hw-long-all .section17 {
  overflow: hidden;
}

.hw-long-all .section17-container {
  margin: 0 auto;
  width: 67.5vw;
}

.hw-long-all .section17 .swiper-slide {
  position: relative;
  border-radius: 0.83333333vw;
  overflow: hidden;
  background: linear-gradient(0deg, #3a3142 0%, #1c1524 100%);
  transform: translate3d(0, 0, 0) rotate(0);
  height: initial;
  display: flex;
  justify-content: center;
  padding: 5.57291667vw 5.20833333vw;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;

}

.hw-long-all .section17 .swiper-slide {
  opacity: 0.4;
  transition: 0.6s ease;
  will-change: opacity;
}

.hw-long-all .section17 .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.hw-long-all .section17 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.hw-long-all .section17 .section17-swiper.isend .swiper-slide:nth-child(n+1) {
  cursor: default;
}

.hw-long-all .section17 .section17-top {
  width: 25vw;
}

.hw-long-all .section17 .section17-middle {
  width: 25vw;
}

.hw-long-all .section17 .section17-header {
  font-size: 1.66666667vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
}

.hw-long-all .section17 .section17-text {
  color: #fff;
  font-size: 1.14583333vw;
  line-height: 1.6;
  font-weight: 300;
  padding: 0.83333333vw 0 0 0;
}

.hw-long-all .section17 .link-more {
  padding: 2.5vw 0 0 0;
}

.hw-long-all .section17 .link-more a {
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  font-size: 1.14583333vw;
  cursor: pointer;
  transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  will-change: opacity;
}

.hw-long-all .section17 .link-more a i {
  display: inline-block;
  color: inherit;
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section17 .link-more a:hover {
    opacity: 0.6;
  }

  .hw-long-all .section17 .link-more a:hover i {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
  }
}


.hw-long-all .section17 .advice-info {
  opacity: 80%;
  line-height: 1.6;
  font-weight: 300;
  color: #ffffff;
  font-size: 0.625vw;
  padding: 4.16666667vw 0 0 0;
}

.hw-long-all .section17 .swiper-slide .section17-img {
  width: 28.4375vw;
  position: absolute;
  top: 50%;
  right: 5.20833333vw;
  transform: translateY(-50%);
}

.hw-long-all .section17 .section17-navigation {
  margin-left: auto;
  margin-top: 2.5vw;
  width: fit-content;
  width: -webkit-fit-content;
  display: flex;
  align-items: center;
  padding-bottom: 1px;
}

.hw-long-all .section17 .swiper-button-prev,
.hw-long-all .section17 .swiper-button-next {
  position: static;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  transform: translate3d(0, 0, 0) rotate(0);
  cursor: default;
  outline: 0;
}

.hw-long-all .section17 .swiper-button-next {
  transform: scale(-1);
}

.hw-long-all .section17 .swiper-button-prev::after,
.hw-long-all .section17 .swiper-button-next::after {
  display: none;
}

.hw-long-all .section17 .swiper-button-prev {
  margin-right: 1.25vw;
}

.hw-long-all .section17 .swiper-button-disabled {
  opacity: 0.3 !important;
}

.hw-long-all .section17 .swiper-button-prev,
.hw-long-all .section17 .swiper-button-next {
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  will-change: opacity;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section17-swiper .swiper-slide:not(.swiper-slide-active):hover {
    cursor: pointer;
  }

  .hw-long-all .section17-swiper.isend .swiper-slide:nth-last-of-type(-n+2) {
    cursor: default;
  }

  .hw-long-all .section17 .swiper-button-prev:hover,
  .hw-long-all .section17 .swiper-button-next:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

@media screen and (max-aspect-ratio:11/10) {
  .hw-long-all .section17 {
    padding: 27.777777vw 4.44445vw 0;
  }

  .hw-long-all .section17-container {
    width: 91.12vw;
  }

  .hw-long-all .section17 .swiper-slide.swiper-slide-next {
    opacity: 0;
  }

  .hw-long-all .section17 .swiper-slide {
    width: 100%;
    height: auto;
    padding: 11.11111111vw 6.66666667vw;
    border-radius: 2.22222222vw;
    justify-content: flex-start;
  }

  .hw-long-all .section17 .section17-top {
    width: 100%;
  }

  .hw-long-all .section17 .section17-header {
    font-size: 6.66666667vw;
    text-align: left;
  }

  .hw-long-all .section17 .section17-middle {
    font-size: 4.44444444vw;
    width: 100%;
    order: 1;
  }

  .hw-long-all .section17 .section17-text {
    font-size: 4.444444vw;
    padding: 3.33333333vw 0 0 0;
  }

  .hw-long-all .section17 .link-more {
    padding: 0;
  }

  .hw-long-all .section17 .link-more span {
    font-size: 4.44444444vw;
  }

  .hw-long-all .section17 .advice-info {
    font-size: 3.33333333vw;
    padding: 8.88888889vw 0 0 0;
  }

  .hw-long-all .section17 .advice-info1 {
    padding: 8.88888889vw 0 0 0;
  }

  .hw-long-all .section17 .advice-info2 {
    padding: 0;
  }

  .hw-long-all .section17 .swiper-slide:nth-of-type(2) .section17-middle {
    margin-top: auto;
  }

  .hw-long-all .section17 .swiper-slide .section17-img {
    width: 100%;
    padding: 10.138889vw 0 8.88888889vw 0;
    position: static;
    transform: translateY(0);
  }

  .hw-long-all .section17 .swiper-slide .section17-img2 {
    padding: 8.888889vw 0 23.05555556vw 0;
  }

  .hw-long-all .section17 .section17-navigation {
    margin-top: 11.111111vw;
  }

  .hw-long-all .section17 .swiper-button-prev,
  .hw-long-all .section17 .swiper-button-next {
    width: 11.111111vw;
    height: 11.111111vw;
    cursor: default;
    flex-shrink: 0;
    padding: 1px;
  }

  .hw-long-all .section17 .swiper-button-prev img,
  .hw-long-all .section17 .swiper-button-next img {
    width: 11.111111vw;
    height: 11.111111vw;
  }

  .hw-long-all .section17 .swiper-button-prev {
    margin-right: 5.555556vw;
  }

  .hw-long-all .section17 .swiper-button-prev:hover,
  .hw-long-all .section17 .swiper-button-next:hover {
    opacity: 1;
  }
}

/* section17 end */

/* section18 start */
.hw-long-all .section18 {
  position: relative;
}

.hw-long-all .section18 .section18-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35.41666667vw;
  overflow: hidden;
  position: relative;
  width: 67.5vw;
  margin: 0 auto;
}

.hw-long-all .section18 .section18-text-container {
  position: relative;
  margin: 0 2.08333333vw 1.77083333vw 6.04166667vw;
  flex-shrink: 0;
}

.hw-long-all .section18 .section18-texts {
  width: 23.95833333vw;
  position: relative;
}

.hw-long-all .section18 .section18-texts h3 {
  width: fit-content;
  color: #FFFFFF;
  font-size: 1.66666667vw;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.hw-long-all .section18 .section18-texts .text-item.current h3 {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section18 .section18-texts .text-item:not(.current) h3:hover {
    opacity: 0.6;
  }
}

.hw-long-all .section18 .section18-texts .desc {
  transition: 0.6s;

}

.hw-long-all .section18 .section18-texts p {
  color: #FFFFFF;
  font-size: 1.14583333vw;
  font-weight: 300;
  line-height: 1.6;
  padding: 0.83333333vw 0 0 0;
  opacity: 0;
  will-change: height, opacity;
}

.hw-long-all .section18 .section18-texts .text-item.fold .desc {
  overflow: hidden;
}

.hw-long-all .section18 .section18-texts .text-item.current p {
  opacity: 1;
}

.hw-long-all .section18 .section18-texts .text-item {
  overflow: hidden;
}

.hw-long-all .section18 .line-indicator-box {
  width: 0.10416667vw;
  height: 100%;
  background-color: #707070;
  position: absolute;
  top: 0;
  right: -2.08333333vw;
  overflow: hidden;
}

.hw-long-all .section18 .line-indicator {
  position: absolute;
  top: 0;
  transform: translateY(calc(var(--s18-top, 0)));
  width: 100%;
  transition: 0.6s;
  background-color: #fff;
  will-change: height, transform;
}

.hw-long-all .section18 .section18-texts .text-item+.text-item {
  margin: 2.08333333vw 0 0 0;
}

.hw-long-all .section18 .section18-swiper {
  width: 35.41666667vw;
  height: 33.33333333vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.hw-long-all .section18 .section18-swiper .swiper-slide {
  background: linear-gradient(0deg, #3a3142 0%, #1c1524 100%);
  border-radius: 0.83333333vw;
  overflow: hidden;
  position: relative;
}

.hw-long-all .section18 .section18-swiper .swiper-slide img {
  width: 19.79166667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hw-long-all .section18 .mob-paginations {
  display: none;
}


@media screen and (max-aspect-ratio: 11/10) {
  .hw-long-all .section18 .section18-container {
    height: auto;
    justify-content: flex-end;
    align-items: normal;
    flex-direction: column;
    width: 100%;
  }

  .hw-long-all .section18 .section18-text-container {
    position: relative;
    display: flex;
    margin: 0;
    flex-direction: column-reverse;
  }

  .hw-long-all .section18 .section18-texts {
    width: 82.22222222vw;
    display: flex;
    margin: 0 auto;
  }

  .hw-long-all .section18 .mob-paginations {
    display: block;
  }

  .hw-long-all .section18 .pagination-item {
    width: fit-content;
    color: #FFFFFF;
    font-size: 5.55555556vw;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    opacity: 0.4;
    transition: opacity 0.3s;
    padding: 0 0 2.77777778vw 0;
  }

  .hw-long-all .section18 .pagination-item.current {
    opacity: 1;
  }

  .hw-long-all .section18 .pagination-item+.pagination-item {
    margin-left: 11.11111111vw;
  }

  .hw-long-all .section18 .line-paginations {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
  }

  .hw-long-all .section18 .line-pagination-box {
    padding: 0 10vw;
    margin: 0 auto;
  }

  .hw-long-all .section18 .section18-texts p {
    opacity: 1;
    font-size: 4.44444444vw;
    padding: 0;
  }

  .hw-long-all .section18 .section18-texts .text-item {
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    position: relative;
  }

  .hw-long-all .section18 .section18-texts .text-item {
    width: 100%;
  }

  .hw-long-all .section18 .section18-texts .text-item+.text-item {
    margin: 0 0 0 -100%;
  }

  .hw-long-all .section18 .section18-texts .text-item.current {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition-delay: 0.3s;
  }

  .hw-long-all .section18 .line-mask {
    position: relative;
    display: flex;
    width: 100%;
    margin: 8.88888889vw 0 6.66666667vw 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
  }

  .hw-long-all .section18 .section18-swiper {
    width: 91.11111111vw;
    height: auto;
    margin: 0 auto
  }

  .hw-long-all .section18 .section18-swiper .swiper-slide {
    border-radius: 2.22222222vw;
    height: 88.88888889vw;
  }

  .hw-long-all .section18 .section18-swiper .swiper-slide img {
    width: 52.77777778vw;
  }

  .hw-long-all .section18 .section18-swiper .swiper-pagination {
    display: none;
  }

  .hw-long-all .section18 .line-indicator-box {
    position: relative;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #707070;
  }


  .hw-long-all .section18 .line-indicator {
    width: var(--s18line-lineWidth, 43.055555555vw);
    transform: translateX(var(--s18line-lineOffset, 0));
    height: 2px;
    background-color: #fff;
    transition: width 0.6s, transform 0.6s;
    will-change: transform, height;
  }

  .hw-long-all .section18 .is-scroll {
    justify-content: flex-start;
  }

  .hw-long-all .section18 .line-mask::-webkit-scrollbar {
    --webkit-appperance: none;
    display: none;
  }
}

/* section18 end */

/* section19 start */
.hw-long-all .section19 .big-tit {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(126.17deg, #634d88 1.46%, #8d76b3 10.58%, #e7d9ff 37.92%, #55417c 56.58%, #a992d9 89.57%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transform: translate3d(0, 0, 0);
  font-size: 6.25vw;
  font-weight: 700;
  line-height: 1.25;
  background-size: 350% 100%;
  background-position-x: 100%;
}

.hw-long-all .section19 .big-tit.active {
  transition-duration: 2s;
  background-position-x: 0%;
}

.hw-long-all .section19 .shaow-container {
  position: relative;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
}

.hw-long-all .section19 .shaow-blur {
  position: absolute;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hw-long-all .shaow-container .shaow-blur-1::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(148.87deg, #9f3eff 10.95%, #ffb56f 64.43%, #2280ff 80.89%);
  filter: blur(0.83333333vw) brightness(110%);
  -webkit-filter: blur(0.83333333vw) brightness(110%);
  font-size: 6.77083333vw;
  transition: 1.2s;
  transition-delay: 1s;
  opacity: 0;
  will-change: transform;
}

.hw-long-all .shaow-container .shaow-txt {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transform: translate3d(0, 0, 0);
  background-image: linear-gradient(124.31deg, rgb(203, 194, 227) 0%, rgba(99, 77, 136, 1) 100%);
  background-image: none;
  background-color: #fff;
  background-size: 200% 100%;
  background-position-x: 100%;
  font-size: 6.25vw;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  z-index: 5;
  transition: 1.2s;
  transition-delay: 1s;
  opacity: 0;
}

.hw-long-all .section19-header.active .shaow-container .shaow-txt {
  opacity: 1;
}

.hw-long-all .section19-header.active .shaow-blur-1::before {
  opacity: 1;
}

.hw-long-all .section19 .section19-header {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.hw-long-all .section19 .top-wrap {
  position: relative;
  z-index: 3;
}

.hw-long-all .section19 .bottom-wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1.2s;
  transition-delay: 1s;
}

.hw-long-all .section19 .section19-header.active .bottom-wrap {
  opacity: 1;
  z-index: 6;
}

.hw-long-all .section19 .section19-header p {
  line-height: 1.6;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.66666667vw;
  margin: 0 auto;
  padding: 3.125vw 0 0 0;
}

.hw-long-all .section19 .section19-items {
  display: flex;
  padding: 10.41666667vw 0 0 0;
  margin: 0 0 0 16.25vw;
}

.hw-long-all .section19 .section19-item1 {
  width: 25.05208333vw;
  margin: 6.97916667vw 8.64583333vw 0 0;
}

.hw-long-all .section19 .section19-item1 p {
  width: 22.86458333vw;
  line-height: 1.6;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.14583333vw;
  padding: 1.66666667vw 0 0 0;
}

.hw-long-all .section19 .desc-info {
  line-height: 1.25;
  color: transparent;
  font-weight: 700;
  font-size: 2.5vw;
  display: inline-block;
  background-image: linear-gradient(180deg, #fffaf2 0%, #725f54 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-size: 100% 100%;
  transform: translate3d(0, 0, 0);
  margin: 3.33333333vw 0 0 0;
  white-space: nowrap;
}

.hw-long-all .section19 .desc-info-mob {
  display: none;
}

.hw-long-all .section19 .section19-item2 {
  width: 34.375vw;
}

@media screen and (max-aspect-ratio:11/10) {
  .hw-long-all .section19 .big-tit {
    font-size: 11.111111vw;
  }

  .hw-long-all .shaow-container .shaow-blur-1::before {
    filter: blur(1.66666667vw);
    -webkit-filter: blur(1.66666667vw) brightness(110%);
    font-size: 12.5vw;
  }

  .hw-long-all .shaow-container .shaow-txt {
    font-size: 11.11111111vw;
  }

  .hw-long-all .section19 .section19-header {
    width: 91.66666667vw;
  }

  .hw-long-all .section19 .section19-header p {
    width: 82.22222222vw;
    margin: 0 auto;
    font-size: 4.44444444vw;
    padding: 5.55555556vw 0 0 0;
  }

  .hw-long-all .section19 .section19-items {
    padding: 27.77777778vw 0 0 0;
    margin: 0 auto;
    flex-direction: column;
  }

  .hw-long-all .section19 .section19-item1 {
    width: 82.22222222vw;
    font-size: 8.88888889vw;
    margin: 0 auto;
    text-align: center;
  }

  .hw-long-all .section19 .section19-item1 h2 {
    white-space: nowrap;
  }

  .hw-long-all .section19 .section19-item2 {
    width: 83.333333vw;
    margin: 8.88888889vw auto 0;
  }

  .hw-long-all .section19 .section19-item1 p {
    width: 72.777778vw;
    margin: 0 auto;
    font-size: 4.44444444vw;
    padding: 4.44444444vw 0 0 0;
  }

  .hw-long-all .section19 .desc-info {
    font-size: 6.66666667vw;
    margin: 8.88888889vw auto 0;
  }

  .hw-long-all .section19 .desc-info-pc {
    display: none;
  }

  .hw-long-all .section19 .desc-info-mob {
    display: inline-block;
    text-align: center;
  }
}

/* section20 start */
.hw-long-all .section20 {
  overflow: hidden;
}

.hw-long-all .section20-container {
  margin: 0 auto;
  width: 67.5vw;
}

.hw-long-all .section20 .swiper-slide {
  position: relative;
  border-radius: 0.83333333vw;
  overflow: hidden;
  background-color: #3c3046;
  transform: translate3d(0, 0, 0) rotate(0);
  height: initial;
  width: 21.66666667vw;
  height: 31.25vw;
  opacity: 1;
  transition: 0.6s ease;
  will-change: opacity;
}

.hw-long-all .section20 .section20-swiper[data-index="0"] .swiper-slide:nth-of-type(4) {
  opacity: 0.4;
}

.hw-long-all .section20 .section20-swiper[data-index="1"] .swiper-slide:nth-of-type(1) {
  opacity: 0.4;
}

.hw-long-all .section20 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.hw-long-all .section20 .section20-header {
  font-size: 1.66666667vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  position: absolute;
  top: 2.08333333vw;
  left: 2.08333333vw;
  z-index: 1;
  width: 16.66666667vw;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  will-change: opacity;
}

.hw-long-all .section20 .section20-text {
  color: #fff;
  font-size: 1.14583333vw;
  line-height: 1.6;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 2.5vw;
  z-index: 0;
  width: 16.66666667vw;
  transform: translateY(-50%);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  will-change: opacity;
}

.hw-long-all .section20 .swiper-slide .section20-img {
  width: 100%;
  height: 100%;
  padding: 7.1875vw 3.75vw 0;
  display: flex;
  justify-content: center;
  background: linear-gradient(0deg, #3a3142 0%, #1c1524 100%);
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  will-change: opacity;
}

.hw-long-all .section20 .swiper-slide.active .section20-header {
  opacity: 0;
  pointer-events: none;
}

.hw-long-all .section20 .swiper-slide.active .section20-text {
  opacity: 1;
  z-index: 10;
}

.hw-long-all .section20 .swiper-slide.active .section20-img {
  opacity: 0;
  pointer-events: none;
}

.hw-long-all .section20 .section20-icon {
  position: absolute;
  top: 2.08333333vw;
  right: 2.08333333vw;
  width: 2.08333333vw;
  height: 2.08333333vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  will-change: transform, opacity;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, .2);
  backdrop-filter: blur(2.5vw);
}

.hw-long-all .section20 .section20-icon img {
  width: 1.04166667vw;
  height: 1.04166667vw;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section20 .section20-icon:hover {
    background-color: rgba(255, 255, 255, .12);
  }
}

.hw-long-all .section20 .swiper-slide.active .section20-icon {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.hw-long-all .section20 .section20-navigation {
  margin-left: auto;
  margin-top: 2.5vw;
  width: fit-content;
  width: -webkit-fit-content;
  display: flex;
  align-items: center;
  padding-bottom: 1px;
}

.hw-long-all .section20 .swiper-button-prev,
.hw-long-all .section20 .swiper-button-next {
  position: static;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  transform: translate3d(0, 0, 0) rotate(0);
  cursor: default;
  outline: 0;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  will-change: opacity;
}

.hw-long-all .section20 .swiper-button-next {
  transform: scale(-1);
}

.hw-long-all .section20 .swiper-button-prev::after,
.hw-long-all .section20 .swiper-button-next::after {
  display: none;
}

.hw-long-all .section20 .swiper-button-prev {
  margin-right: 1.25vw;
}

.hw-long-all .section20 .swiper-button-disabled {
  opacity: 0.3 !important;
}

@media (hover: hover) and (pointer: fine) {

  .hw-long-all .section20 .swiper-slide,
  .hw-long-all .section20 .swiper-button-prev,
  .hw-long-all .section20 .swiper-button-next {
    cursor: pointer;
  }

  .hw-long-all .section20 .swiper-button-prev:hover,
  .hw-long-all .section20 .swiper-button-next:hover {
    opacity: 0.6;
  }
}

@media screen and (max-aspect-ratio:11/10) {
  .hw-long-all .section20 {
    padding: 27.777777vw 0 0 0;
  }

  .hw-long-all .section20-container {
    width: 100%;
    padding: 0 8.888889vw 0 4.444444vw;
  }

  .hw-long-all .section20 .swiper-slide {
    width: 100%;
    height: 111.11111111vw;
    border-radius: 2.222222vw;
    opacity: 0.4;
  }

  .hw-long-all .section20 .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .hw-long-all .section20 .swiper-slide .section20-img {
    padding: 22.22222222vw 17.5vw 0;
  }

  .hw-long-all .section20 .section20-header {
    font-size: 5.555556vw;
    top: 6.666667vw;
    left: 6.666667vw;
    width: 73.333333vw;
  }

  .hw-long-all .section20 .section20-text {
    font-size: 3.88888889vw;
    line-height: 1.6;
    left: 6.666667vw;
    width: 73.333333vw;
  }

  .hw-long-all .section20 .section20-icon {
    top: auto;
    bottom: 4.444444vw;
    right: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
    cursor: default;
  }

  .hw-long-all .section20 .section20-icon img {
    width: 4.44444444vw;
    height: 4.44444444vw;
  }

  .hw-long-all .section20 .section20-icon:hover {
    opacity: 1;
  }

  .hw-long-all .section20 .section20-navigation {
    margin-top: 11.11111111vw;
  }

  .hw-long-all .section20 .swiper-button-prev,
  .hw-long-all .section20 .swiper-button-next {
    width: 11.111111vw;
    height: 11.111111vw;
    cursor: default;
    flex-shrink: 0;
    padding: 1px;
  }

  .hw-long-all .section20 .swiper-button-prev img,
  .hw-long-all .section20 .swiper-button-next img {
    width: 11.111111vw;
    height: 11.111111vw;
  }

  .hw-long-all .section20 .swiper-button-prev {
    margin-right: 5.555556vw;
  }

  .hw-long-all .section20 .swiper-button-prev:hover,
  .hw-long-all .section20 .swiper-button-next:hover {
    opacity: 1;
  }
}

/* section20 end */


/* section21 start */
.hw-long-all .section21 {
  position: relative;
}

.hw-long-all .section21 .section21-container {
  position: relative;
  overflow: hidden;
}

.hw-long-all .section21 .section21-header {
  width: 31.25vw;
}

.hw-long-all .section21 .section21-header h2 {
  white-space: nowrap;
}

.hw-long-all .section21 .section21-header p {
  color: #ffffff;
  font-size: 1.14583333vw;
  line-height: 1.6;
  font-weight: 300;
  padding: 1.66666667vw 0 0 0;
}

.hw-long-all .section21 .section21-pic-container {
  width: 71.45833333vw;
  height: 69.79166667vw;
  margin: 0 0 0 28.54166667vw;
  overflow: hidden;
  position: relative;
}

.hw-long-all .section21 .watch-frame {
  width: 43.75vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
}

.hw-long-all .section21 .watch-frame .watch-mask {
  width: 43.75vw;
  height: 100.5%;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 4;
  pointer-events: none;
}

.hw-long-all .section21 .ellipse-img {
  width: 29.32291667vw;
  position: absolute;
  left: 0.10416667vw;
  top: 7.65625vw;
  z-index: 4;
  opacity: 0.6;
  filter: blur(6px);
}


.hw-long-all .section21 .section21-text-container {
  position: absolute;
  top: 50%;
  left: 16.25vw;
  z-index: 10;
  transform: translateY(-50%);
}

.hw-long-all .section21 .section21-switch-wrapper {
  padding: 4.16666667vw 0 0 0;
  position: relative;
}

.hw-long-all .section21 .line-paginations {
  display: flex;
  margin: 0 0 1.04166667vw 0;
}

.hw-long-all .section21 .pagination-item {
  color: #ffffff;
  font-size: 1.66666667vw;
  opacity: 0.4;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .hw-long-all .section21 .pagination-item:hover {
    opacity: 0.6;
  }

  .hw-long-all .section21 .pagination-item.current:hover {
    opacity: 1;
  }
}

.hw-long-all .section21 .pagination-item.current {
  opacity: 1;
}

.hw-long-all .section21 .pagination-item+.pagination-item {
  margin: 0 0 0 2.08333333vw;
}

.hw-long-all .section21 .line-pagination-box {
  width: fit-content;
  position: relative;
}

.hw-long-all .section21 .line-indicator-box {
  position: relative;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #707070;
}

.hw-long-all .section21 .line-bar {
  width: var(--section21-lineWidth, 6.66666667vw);
  transform: translateX(var(--section21-lineOffset, 0));
  height: 2px;
  background-color: #fff;
  transition: width 0.6s, transform 0.6s;
}

.hw-long-all .section21 .switch-text-items {
  width: 31.25vw;
  display: flex;
  padding: 3.33333333vw 0 0 0;
}

.hw-long-all .section21 .switch-text-items .text-item {
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}


.hw-long-all .section21 .switch-text-items .text-item.current {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.hw-long-all .section21 .switch-text-items .text-item+.text-item {
  margin-left: -100%;
}

.hw-long-all .section21 .switch-text-items .num {
  color: #DDC5A0;
  font-size: 5.20833333vw;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
}

.hw-long-all .section21 .switch-text-items .num>span {
  font-size: 2.08333333vw;
  display: inline-block;
  margin: 0 0 0 0.52083333vw;
}

.hw-long-all .section21 .switch-text-items p {
  color: #ffffff;
  opacity: 0.6;
  font-size: 1.14583333vw;
  line-height: 1.6;
  font-weight: 300;
  padding: 0.52083333vw 0 0 0;
}

.hw-long-all .section21 .text-item .top-desc {
  -webkit-text-stroke-width: 1px;
  text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  text-stroke-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  color: #ffffff;
  font-size: 1.14583333vw;
  line-height: 1.6;
}

.hw-long-all .section21 .text-item1 .model-wrap {
  display: flex;
  margin: 0.52083333vw 0 0 0;
}

.hw-long-all .section21 .text-item2 .model-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.hw-long-all .section21 .text-item1 .text-wrap:first-child {
  margin-bottom: 3.33333333vw;
}

.hw-long-all .section21 .text-item1 .model-1 {
  margin-right: 5.20833333vw;
}

.hw-long-all .section21 .text-item2 .model-1 {
  margin-right: 5.20833333vw;
  margin-bottom: 3.33333333vw;
}

.hw-long-all .section21 .bot-info {
  font-weight: 300;
  color: #ffffff;
  font-size: 1.14583333vw;
  line-height: 1.6;
  margin-top: 4.16666667vw;
}

@media screen and (max-aspect-ratio:11/10) {
  .hw-long-all .section21-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .hw-long-all .section21 .section21-header {
    width: 80vw;
    margin: 0 auto;
    text-align: center;
  }

  .hw-long-all .section21 .section21-header p {
    width: 77.77777777vw;
    margin: 0 auto;
    font-size: 4.44444444vw;
    padding: 4.44444444vw 0 0 0;
  }

  .hw-long-all .section21 .section21-pic-container {
    width: 100%;
    height: 107.5vw;
    margin: 8.88888889vw 0 0 0;
  }

  .hw-long-all .section21 .ellipse-img {
    width: auto;
    height: 82.63888889vw;
    left: 0;
    right: 70.41666667vw;
    top: 11.66666667vw;
    filter: blur(0.83333333vw);
  }

  .hw-long-all .section21 .watch-frame {
    width: 100%;
    left: 0;
  }

  .hw-long-all .section21 .line-pagination-box {
    margin: 0 auto;
  }

  .hw-long-all .section21 .section21-text-container {
    position: static;
    transform: translateY(0);
  }

  .hw-long-all .section21 .section21-switch-wrapper {
    display: flex;
    flex-direction: column;
    padding: 8.88888889vw 0 0 0;
  }

  .hw-long-all .section21 .line-paginations {
    margin: 0 0 2.77777778vw 0;
  }

  .hw-long-all .section21 .pagination-item {
    font-size: 5.55555556vw;
  }

  .hw-long-all .section21 .pagination-item+.pagination-item {
    margin: 0 0 0 11.11111111vw;
  }

  .hw-long-all .section21 .line-bar {
    width: var(--section21-lineWidth, 8.33333333vw);
  }

  .hw-long-all .section21 .switch-text-items {
    width: 80.83333333vw;
    margin: 0 auto 0 11.11111111vw;
    padding: 11.11111111vw 0 0 0;
  }

  .hw-long-all .section21 .switch-text-items .num {
    font-size: 13.8888888vw;
  }

  .hw-long-all .section21 .switch-text-items .num>span {
    font-size: 5.55555556vw;
    margin: 0 0 0 1.11111111vw;
  }

  .hw-long-all .section21 .switch-text-items p {
    font-size: 4.44444444vw;
    padding: 1.38888889vw 0 0 0;
    white-space: nowrap;
  }

  .hw-long-all .section21 .text-item .top-desc {
    font-size: 4.44444444vw;
  }

  .hw-long-all .section21 .text-item1 .model-wrap {
    margin: 1.388889vw 8.33333333vw 0 0;
  }

  .hw-long-all .section21 .text-item1 .text-wrap:first-child {
    margin-bottom: 8.88888889vw;
  }

  .hw-long-all .section21 .text-item .model {
    width: auto;
  }

  .hw-long-all .section21 .text-item2 .model-1 {
    margin-right: 8.33333333vw;
    margin-bottom: 8.88888889vw;
  }

  .hw-long-all .section21 .text-item1 .model-1 {
    margin-right: 8.33333333vw;
  }

  .hw-long-all .section21 .bot-info {
    width: 77.777777778vw;
    font-size: 4.44444444vw;
    margin-top: 11.11111111vw;
  }

}

/* section22 start*/
.hw-long-all .nr {
  white-space: nowrap;
}

.hw-long-all .section22 .section22-container {
  position: relative;
  overflow: hidden;
}

.hw-long-all .section22 .banner-container {
  position: relative;
  z-index: 1;
}

.hw-long-all .section22 .banner-tit {
  color: #DDC5A0;
  font-size: 3.33333333vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  width: 67.5vw;
  margin: 0 auto;
  padding-bottom: 3.33333333vw;
}

.hw-long-all .section22 .service-container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 3.33333333vw auto 0;
}

.hw-long-all .section22 .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hw-long-all .section22 .service-item img {
  width: 5.20833333vw;
  height: 5.20833333vw;
}

.hw-long-all .section22 .service-item h3 {
  color: #FFFFFF;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.83333333vw;
}

.hw-long-all .section22 .service-item p {
  color: #FFFFFF;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.66666667vw;
}

.hw-long-all .section22 .service-item {
  width: 12.29166667vw;
}

.hw-long-all .section22 .service-item+.service-item {
  margin-left: 2.60416667vw;
}


@media screen and (max-aspect-ratio:11/10) {
  .hw-long-all .section22 .banner-container {
    padding-bottom: 8.88888889vw;
  }

  .hw-long-all .section22 .banner-tit {
    width: 80%;
    font-size: 8.88888889vw;
    padding-bottom: 11.11111111vw;
    text-align: center;
  }

  .hw-long-all .section22 .service-container {
    width: 83.33333333vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .hw-long-all .section22 .service-item img {
    width: 13.88888889vw;
    height: 13.88888889vw;
  }

  .hw-long-all .section22 .service-item h3 {
    font-size: 4.44444444vw;
    margin-top: 2.77777778vw;
  }

  .hw-long-all .section22 .service-item p {
    font-size: 3.33333333vw;
    margin-top: 2.77777778vw;
  }

  .hw-long-all .section22 .service-item {
    width: 37.5vw;
  }

  .hw-long-all .section22 .service-item+.service-item {
    margin-left: 0;
  }

  .hw-long-all .section22 .service-item:nth-child(5) {
    width: 48.61111111vw;
  }

  .hw-long-all .section22 .service-item:nth-child(even) {
    margin: 0 0 8.88888889vw 8.33333333vw;
  }

}

/* section22 end*/

/* foot start */
.hw-long-all .hw-footer-ul {
  margin: 0 auto;
  width: 67.5vw;
  padding-bottom: 10.41666667vw;
}

.hw-long-all .hw-footer-ul ul {
  list-style-type: decimal;
  padding-left: 1.2em;
}

.hw-long-all .hw-footer-ul li {
  color: #85858a;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}

.hw-long-all .hw-footer-ul a {
  word-wrap: break-word;
  word-break: normal;
  color: #85858a;
  text-decoration: underline;
}

.hw-long-all .hw-footer-ul li.note-none {
  list-style-type: "";
}

.hw-long-all .hw-footer-ul li.note1 {
  list-style-type: "*";
}

.hw-long-all .hw-footer-ul li.note2 {
  list-style-type: "**";
}

.hw-long-all .hw-footer-ul li.active,
.hw-long-all .hw-footer-ul li.active a {
  color: #d5d5db;
}

@media screen and (min-width:1920px) {
  .hw-long-all .hw-footer-ul li {
    font-size: 0.625vw;
  }
}

@media screen and (max-aspect-ratio:11/10) {
  .hw-long-all .hw-footer-ul {
    width: 82.222222vw;
    padding-bottom: 27.777778vw;
  }

  .hw-long-all .hw-footer-ul ul {
    padding-left: 2em;
  }

  .hw-long-all .hw-footer-ul li {
    font-size: 3.333333vw;
  }
}

/* foot end */