#jiaxing {
  line-height: 1.6;
  color: #85858A;
}

#jiaxing *, #jiaxing *::before, #jiaxing *::after {
  box-sizing: border-box;
}

#jiaxing section {
  position: relative;
}

#jiaxing picture, #jiaxing img, #jiaxing video, #jiaxing svg, #jiaxing canvas {
  display: block;
  width: 100%;
}

#jiaxing svg {
  overflow: visible;
}

#jiaxing button {
  border: 0;
  background-color: transparent;
}

#jiaxing a, #jiaxing a * {
  text-decoration: none;
}

#jiaxing [data-footnote] {
  font-size: .6em;
  cursor: pointer;
}

#jiaxing .nowrap {
  display: inline-block;
  white-space: nowrap;
}

#jiaxing .text-gradient {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#jiaxing .sticky-content {
  position: sticky;
  top: 0;
}

#jiaxing .object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#jiaxing .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#jiaxing .cover .coverimg {
  height: 100%;
  object-fit: cover;
}

#jiaxing a, #jiaxing a * {
  text-decoration: none;
}

#jiaxing .permalink {
  line-height: inherit;
  transition: opacity 300ms ease-out;
  color: inherit;
}

#jiaxing .permalink span {
  margin-top: -.05em;
  font-size: 1.4em;
  line-height: 0;
}

#jiaxing .permalink.global-style-hide {
  display: inline-flex;
  align-items: center;
}

@media (hover: hover) and (pointer: fine) {
  #jiaxing .permalink.global-style-hide span {
    transition: transform 300ms ease-out;
  }
  #jiaxing .permalink.global-style-hide:hover {
    opacity: .6;
  }
  #jiaxing .permalink.global-style-hide:hover span {
    transform: translateX(4px);
  }
  [dir=rtl] #jiaxing .permalink.global-style-hide:hover span {
    transform: translateX(-4px);
  }
}

#jiaxing .blur-up {
  transition: filter .4s;
  filter: blur(20px);
}

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

#jiaxing .aspect-ratio {
  position: relative;
}

#jiaxing .aspect-ratio::before {
  display: block;
  content: '';
}

#jiaxing .aspect-ratio picture, #jiaxing .aspect-ratio img, #jiaxing .aspect-ratio video, #jiaxing .aspect-ratio canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#jiaxing br.lg {
  display: block;
}

#jiaxing br.xs, #jiaxing br.md {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing br.lg {
    display: none;
  }
  #jiaxing br.xs {
    display: block;
  }
}

#jiaxing .absolute {
  position: absolute;
}

#jiaxing .relative {
  position: relative;
}

#jiaxing .sticky {
  position: sticky;
  top: 0;
}

#jiaxing .z-1 {
  z-index: 1;
}

#jiaxing .z-2 {
  z-index: 2;
}

#jiaxing .z-3 {
  z-index: 3;
}

#jiaxing .overflow-hidden {
  overflow: hidden;
}

#jiaxing .overflow-visible {
  overflow: visible;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .xs\:overflow-hidden {
    overflow: hidden;
  }
  #jiaxing .xs\:overflow-visible {
    overflow: visible;
  }
}

#jiaxing .block {
  display: block;
}

#jiaxing .inline-block {
  display: inline-block;
}

#jiaxing .inline {
  display: inline;
}

#jiaxing .flex {
  display: flex;
}

#jiaxing .inline-flex {
  display: inline-flex;
}

#jiaxing .hidden {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .xs\:block {
    display: block;
  }
  #jiaxing .xs\:inline-block {
    display: inline-block;
  }
  #jiaxing .xs\:inline {
    display: inline;
  }
  #jiaxing .xs\:flex {
    display: flex;
  }
  #jiaxing .xs\:inline-flex {
    display: inline-flex;
  }
  #jiaxing .xs\:hidden {
    display: none;
  }
}

#jiaxing .flex-row {
  flex-direction: row;
}

#jiaxing .flex-row-reverse {
  flex-direction: row-reverse;
}

#jiaxing .flex-col {
  flex-direction: column;
}

#jiaxing .flex-col-reverse {
  flex-direction: column-reverse;
}

#jiaxing .flex-wrap {
  flex-wrap: wrap;
}

#jiaxing .flex-nowrap {
  flex-wrap: nowrap;
}

#jiaxing .justify-start {
  justify-content: flex-start;
}

#jiaxing .justify-end {
  justify-content: flex-end;
}

#jiaxing .justify-center {
  justify-content: center;
}

#jiaxing .justify-between {
  justify-content: space-between;
}

#jiaxing .items-start {
  align-items: flex-start;
}

#jiaxing .items-end {
  align-items: flex-end;
}

#jiaxing .items-center {
  align-items: center;
}

#jiaxing .shrink-0 {
  flex-shrink: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .xs\:flex-row {
    flex-direction: row;
  }
  #jiaxing .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #jiaxing .xs\:flex-col {
    flex-direction: column;
  }
  #jiaxing .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #jiaxing .xs\:justify-start {
    justify-content: flex-start;
  }
  #jiaxing .xs\:justify-end {
    justify-content: flex-end;
  }
  #jiaxing .xs\:justify-center {
    justify-content: center;
  }
  #jiaxing .xs\:justify-between {
    justify-content: space-between;
  }
  #jiaxing .xs\:items-start {
    align-items: flex-start;
  }
  #jiaxing .xs\:items-end {
    align-items: flex-end;
  }
  #jiaxing .xs\:items-center {
    align-items: center;
  }
}

#jiaxing .text-left {
  text-align: left;
}

#jiaxing .text-center {
  text-align: center;
}

#jiaxing .text-right {
  text-align: right;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .xs\:text-left {
    text-align: left;
  }
  #jiaxing .xs\:text-center {
    text-align: center;
  }
  #jiaxing .xs\:text-right {
    text-align: right;
  }
}

#jiaxing .text-align {
  text-align: center;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .text-align {
    text-align: left;
  }
  html[dir=rtl] #jiaxing .text-align {
    text-align: right;
  }
}

#jiaxing .font-extralight {
  font-weight: 200;
}

#jiaxing .font-light {
  font-weight: 300;
}

#jiaxing .font-normal {
  font-weight: 400;
}

#jiaxing .font-medium {
  font-weight: 500;
}

#jiaxing .font-semibold {
  font-weight: 600;
}

#jiaxing .font-bold {
  font-weight: 700;
}

#jiaxing .font-extrabold {
  font-weight: 800;
}

#jiaxing .fadeup, #jiaxing .lg-fadeup {
  transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(6.25vw);
  opacity: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .fadeup, #jiaxing .xs-fadeup {
    transform: translateY(16.66667vw);
  }
  #jiaxing .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #jiaxing .xs-fadeup {
    transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}

#jiaxing .fadeup.animated, #jiaxing .lg-fadeup.animated, #jiaxing .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}

#jiaxing .w-full {
  width: 100%;
}

#jiaxing .w-1560 {
  width: 81.25vw;
}

#jiaxing .w-1410 {
  width: 73.4375vw;
}

#jiaxing .w-1344 {
  width: 70vw;
}

#jiaxing .w-1296 {
  width: 67.5vw;
}

#jiaxing .w-1232 {
  width: 64.166667vw;
}

#jiaxing .w-1280 {
  width: 66.666667vw;
}

#jiaxing .w-1130 {
  width: 58.854167vw;
}

#jiaxing .w-1080 {
  width: 56.25vw;
}

#jiaxing .w-1068 {
  width: 55.625vw;
}

#jiaxing .w-1033 {
  width: 53.802083vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .xs\:w-full {
    width: 100%;
  }
  #jiaxing .xs\:w-688 {
    width: 95.555556vw;
  }
  #jiaxing .xs\:w-656 {
    width: 91.111111vw;
  }
  #jiaxing .xs\:w-640 {
    width: 88.888889vw;
  }
  #jiaxing .xs\:w-600 {
    width: 83.333333vw;
  }
  #jiaxing .xs\:w-592 {
    width: 82.222222vw;
  }
  #jiaxing .xs\:w-560 {
    width: 77.777778vw;
  }
}

#jiaxing h2, #jiaxing h3 {
  font-weight: 500;
  line-height: 1.25;
  color: #000;
}

#jiaxing h2 {
  font-size: 5vw;
  font-weight: 700;
}

#jiaxing h3 {
  font-size: 3.33vw;
}

#jiaxing p {
  font-size: 1.1458vw;
  font-weight: 400;
}

#jiaxing strong {
  font-weight: normal;
  color: #FFFFFF;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing h2 {
    font-size: 12.222vw;
  }
  #jiaxing h3 {
    font-size: 8.88vw;
  }
  #jiaxing p {
    font-size: 4.444444vw;
  }
}

#jiaxing .note {
  display: flex;
  font-size: .833333vw;
  color: #575757;
}

#jiaxing .pt-200, #jiaxing .lg\:pt-200 {
  padding-top: 10.416667vw;
}

#jiaxing .pb-200, #jiaxing .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}

#jiaxing .pb-80, #jiaxing .lg\:pb-80 {
  padding-bottom: 80px;
}

#jiaxing .py-260, #jiaxing .lg\:py-260 {
  padding-top: 13.5416vw;
  padding-bottom: 13.5416vw;
}

#jiaxing .py-200, #jiaxing .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}

#jiaxing .pt-160, #jiaxing .lg\:pt-160 {
  padding-top: 8.333333vw;
}

#jiaxing .pb-160, #jiaxing .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}

#jiaxing .py-160, #jiaxing .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .pt-200, #jiaxing .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #jiaxing .pb-200, #jiaxing .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #jiaxing .pb-80, #jiaxing .lg\:pb-80 {
    padding-bottom: 80px;
  }
  #jiaxing .py-260, #jiaxing .lg\:py-260 {
    padding-top: 36.11vw;
    padding-bottom: 36.11vw;
  }
  #jiaxing .py-200, #jiaxing .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #jiaxing .pt-160, #jiaxing .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #jiaxing .pb-160, #jiaxing .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #jiaxing .py-160, #jiaxing .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #jiaxing .pb-100, #jiaxing .xs\:pb-100 {
    padding-bottom: 13.8888vw;
  }
}

#jiaxing .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

#jiaxing .mt-20, #jiaxing .lg\:mt-20 {
  margin-top: 1.041667vw;
}

#jiaxing .mt-24, #jiaxing .lg\:mt-24 {
  margin-top: 1.25vw;
}

#jiaxing .mt-30, #jiaxing .lg\:mt-30 {
  margin-top: 1.5625vw;
}

#jiaxing .mt-32, #jiaxing .lg\:mt-32 {
  margin-top: 1.666vw;
}

#jiaxing .mt-40, #jiaxing .lg\:mt-40 {
  margin-top: 2.083333vw;
}

#jiaxing .mt-48, #jiaxing .lg\:mt-48 {
  margin-top: 2.5vw;
}

#jiaxing .mt-60, #jiaxing .lg\:mt-60 {
  margin-top: 3.125vw;
}

#jiaxing .mt-64, #jiaxing .lg\:mt-64 {
  margin-top: 3.333vw;
}

#jiaxing .mt-80, #jiaxing .lg\:mt-80 {
  margin-top: 4.166667vw;
}

#jiaxing .mt-200, #jiaxing .lg\:mt-200 {
  margin-top: 10.416667vw;
}

#jiaxing .mb-200, #jiaxing .lg\:mb-200 {
  margin-bottom: 10.416667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #jiaxing .xs\:mt-0 {
    margin-top: 0;
  }
  #jiaxing .mt-20, #jiaxing .xs\:mt-20 {
    margin-top: 2.77vw;
  }
  #jiaxing .mt-24, #jiaxing .xs\:mt-24 {
    margin-top: 3.33vw;
  }
  #jiaxing .mt-28, #jiaxing .xs\:mt-28 {
    margin-top: 3.88vw;
  }
  #jiaxing .mt-30, #jiaxing .xs\:mt-30 {
    margin-top: 4.166vw;
  }
  #jiaxing .mt-32, #jiaxing .xs\:mt-32 {
    margin-top: 4.44vw;
  }
  #jiaxing .mt-40, #jiaxing .xs\:mt-40 {
    margin-top: 5.55vw;
  }
  #jiaxing .mt-48, #jiaxing .xs\:mt-48 {
    margin-top: 6.66vw;
  }
  #jiaxing .mt-60, #jiaxing .xs\:mt-60 {
    margin-top: 8.33vw;
  }
  #jiaxing .mt-64, #jiaxing .xs\:mt-64 {
    margin-top: 8.88vw;
  }
  #jiaxing .mt-80, #jiaxing .xs\:mt-80 {
    margin-top: 11.11vw;
  }
  #jiaxing .xs\:mt-100 {
    margin-top: 13.888vw;
  }
  #jiaxing .mb-200, #jiaxing .xs\:mb-200 {
    margin-bottom: 27.77vw;
  }
}

#jiaxing .rounded,
#jiaxing .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: .833333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .rounded {
    border-radius: 2.222222vw;
  }
  #jiaxing .xs\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 2.222222vw;
  }
  #jiaxing .lg\:rounded {
    border-radius: 0;
  }
}

html.has-modal {
  overflow: hidden;
}

html.has-modal body,
html.has-modal .main-navigation.nav-v2,
html.has-modal #second-navigation-v4 .product-tabs__heading, 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);
}

html[dir=rtl] .fancybox-close {
  right: auto !important;
}

#jiaxing.no-inline-video .video-containerbtn .play-pause-button {
  display: none;
  overflow: hidden;
}

#jiaxing .section-kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#jiaxing .section-kv .kv-img {
  position: relative;
  width: 100%;
}

#jiaxing .section-kv .kv-text-content {
  width: 93.75vw;
  margin: 0 auto;
  margin-top: 1.66vw;
  padding-left: 1.04166vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#jiaxing .section-kv .kv-text-content .kv-svg {
  width: 17.8125vw;
}

#jiaxing .section-kv .kv-text-content .kv-slogan-content {
  display: flex;
  align-items: center;
}

#jiaxing .section-kv .kv-text-content .kv-title-container {
  font-size: 1.875vw;
  color: #000000;
  line-height: 1.25;
}

#jiaxing .section-kv .kv-text-content .kv-ksp-container {
  font-size: .833333vw;
  color: #000000;
  margin-left: 14.6858333vw;
}

#jiaxing .section-kv .hero-pricing {
  width: fit-content;
  position: absolute;
  top: 41.4vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-kv .kv-text-content {
    width: 96vw;
    margin: 0 auto;
    margin-top: 16.666vw;
    flex-wrap: wrap;
    text-align: center;
  }
  #jiaxing .section-kv .kv-text-content .kv-title-svg {
    width: 100%;
  }
  #jiaxing .section-kv .kv-text-content .kv-svg {
    width: 88.333vw;
    margin: 0 auto 7.777vw;
  }
  #jiaxing .section-kv .kv-text-content .kv-slogan-content {
    flex-wrap: wrap;
  }
  #jiaxing .section-kv .kv-text-content .kv-title-container {
    width: 100%;
    font-size: 6.66vw;
    margin: 0 auto;
  }
  #jiaxing .section-kv .kv-text-content .kv-ksp-container {
    width: 100%;
    font-size: 3.88vw;
    color: #0B0B0B;
    margin: 0 auto;
    margin-top: 3.88vw;
  }
  #jiaxing .section-kv .hero-pricing {
    width: fit-content;
    margin: 0 auto;
    margin-top: 11.11vw;
    position: static;
    transform: translateX(0%);
  }
}

#jiaxing .hero-sku {
  text-align: center;
}

#jiaxing .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #000;
  font-weight: normal;
}

#jiaxing .hero-sku .from {
  font-size: .677083vw;
}

#jiaxing .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}

#jiaxing .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 24px;
  transition: .3s ease-out;
  color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #000;
}

#jiaxing .hero-sku .buy-cta:hover {
  opacity: .8;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .hero-sku .pricing {
    font-size: 5.555556vw;
    color: #000;
  }
  #jiaxing .hero-sku .from {
    font-size: 3.611111vw;
  }
}

@media (max-width: 800px) and (min-width: 770px) {
  #jiaxing .hero-sku .buy-cta {
    margin-top: 4px;
  }
}

#jiaxing .section-highlights {
  z-index: 2;
  transform: translateZ(0);
}

#jiaxing .section-highlights .swiper-slide {
  overflow: hidden;
}

#jiaxing .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}

#jiaxing .section-highlights .swiper-slide-04 .swiper-slide4-icons-container {
  position: absolute;
  top: 8.9583vw;
  left: 44.739vw;
  z-index: 6;
}

#jiaxing .section-highlights .swiper-slide-04 .swiper-slide4-icons {
  position: relative;
  width: 18.4375vw;
  display: flex;
  justify-content: space-between;
}

#jiaxing .section-highlights .swiper-slide-04 .swiper-slide4-icon {
  width: 7.65625vw;
}

#jiaxing .section-highlights .video-container {
  pointer-events: none;
}

#jiaxing .section-highlights .slide-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
}

#jiaxing .section-highlights .slide-title {
  font-size: 1.666vw;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
}

#jiaxing .section-highlights .slide-title.slide-title-white {
  color: #fff;
}

#jiaxing .section-highlights .navigation-container {
  display: flex;
  justify-content: center;
}

#jiaxing .section-highlights .navigation-wrapper {
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
}

#jiaxing .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  transition: opacity 300ms ease-out;
  outline: 0;
}

@media (hover: hover) and (pointer: fine) {
  #jiaxing .section-highlights .arrownav-item:not(.arrownav-disabled):hover {
    opacity: .6;
  }
}

#jiaxing .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: .3;
}

#jiaxing .section-highlights .dotnav-list {
  display: flex;
  margin-right: .677083vw;
  margin-left: .677083vw;
}

#jiaxing .section-highlights .dotnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .520833vw;
  height: .520833vw;
  margin-right: .260417vw;
  margin-left: .260417vw;
  cursor: pointer;
  transition: opacity 300ms ease-out;
  opacity: .2;
  border-radius: 50%;
  outline: 0;
  background-color: #000000;
}

#jiaxing .section-highlights .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: .260417vw;
  content: '';
}

@media (hover: hover) and (pointer: fine) {
  #jiaxing .section-highlights .dotnav-item:hover {
    opacity: .6;
  }
}

#jiaxing .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-highlights .swiper-slide {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  #jiaxing .section-highlights .note-txt-content {
    bottom: auto;
    top: 100.27vw;
  }
  #jiaxing .section-highlights .swiper-slide-04 .swiper-slide4-icons-container {
    position: absolute;
    top: 9.3vw;
    left: 56.111vw;
  }
  #jiaxing .section-highlights .swiper-slide-04 .swiper-slide4-icons {
    width: 17.083vw;
    flex-wrap: wrap;
  }
  #jiaxing .section-highlights .swiper-slide-04 .swiper-slide4-icon {
    width: 100%;
  }
  #jiaxing .section-highlights .swiper-slide-04 .swiper-slide4-icon:first-child {
    margin-bottom: 2.77vw;
  }
  #jiaxing .section-highlights .swiper-slide-05 .note-txt-content {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    text-align: center;
  }
  #jiaxing .section-highlights .slide-content {
    position: static;
    width: 100%;
    margin: 0 auto;
    margin-top: 5.555556vw;
    text-align: center;
  }
  #jiaxing .section-highlights .slide-title {
    font-size: 5.555556vw;
    font-weight: 500;
  }
  #jiaxing .section-highlights .slide-title.slide-title-white {
    color: #000;
  }
  #jiaxing .section-highlights .navigation-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }
  #jiaxing .section-highlights .arrownav-item {
    width: 13.333333vw;
  }
  #jiaxing .section-highlights .dotnav-list {
    margin-right: -.555556vw;
    margin-left: -.555556vw;
  }
  #jiaxing .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #jiaxing .section-highlights .dotnav-item::before {
    padding: 1.666667vw;
  }
}

#jiaxing .shine-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#jiaxing .shine-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}

#jiaxing .shine-cursor {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 3.333333vw;
  border-radius: 999px;
}

#jiaxing .shine-item-container {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  overflow: hidden;
  border-radius: 999px;
}

#jiaxing .shine-item {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

#jiaxing .shine-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background-image: radial-gradient(ellipse at center, #FFFFFF 50%, #CCCCCC 5%, #FFFFFF 100%);
}

#jiaxing .shine-border {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#jiaxing .shine-cursor-item {
  top: 50%;
  left: 50%;
  width: 17.9vw;
  height: 7.29vw;
  transform: translate3d(calc(var(--shine-x, 0px) - 50%), calc(var(--shine-y, 0px) - 50%), 0);
}

#jiaxing .shine-cursor-item::before, #jiaxing .shine-cursor-item::after {
  filter: blur(1.51042vw);
}

#jiaxing .shine-cursor-item::before {
  transform: translate3d(0, 5%, 0);
}

#jiaxing .shining .shine-cursor-item::before {
  transform: translate3d(0, -68%, 0);
}

#jiaxing .shining .shine-cursor-item::after {
  transform: translate3d(0, 68%, 0);
}

#jiaxing .shine-cursor-border {
  padding: 2px;
  border-radius: 999px;
}

#jiaxing .shine-cursor-border::before, #jiaxing .shine-cursor-border::after {
  display: block;
  content: '';
}

#jiaxing .shine-cursor-border::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  transform: translate3d(calc(var(--shine-x, 0px) - 30%), 0, 0);
  background-image: linear-gradient(74deg, rgba(228, 228, 228, 0.01) 10%, #E4E4E4 30%, rgba(228, 228, 228, 0.01) 50%, #E4E4E4 80%, #B9B9B9 100%);
  backface-visibility: hidden;
  will-change: transform;
}

#jiaxing .shine-cursor-border::after {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #fff;
}

#jiaxing .shine-cursor-item, #jiaxing .shine-cursor-item::before, #jiaxing .shine-cursor-item:after, #jiaxing .shine-cursor-border::before {
  transition: transform 200ms ease-out;
}

#jiaxing .disable-transition .shine-cursor-item, #jiaxing .disable-transition .shine-cursor-item::before, #jiaxing .disable-transition .shine-cursor-item:after, #jiaxing .disable-transition .shine-cursor-border::before {
  transition: none;
}

#jiaxing .shine-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .shine-cursor {
    height: 13.333333vw;
  }
  #jiaxing .shine-cursor-item {
    width: 81.111vw;
    height: 13.888vw;
    transition: none;
  }
  #jiaxing .shine-cursor-item::before {
    filter: blur(4.02778vw);
  }
}

#jiaxing .section-3 .swiper-control .swiper-pagination-wrapper {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
}

#jiaxing .section-3 .swiper-control .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
}

#jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet {
  width: 2.08333vw;
  height: 2.08333vw;
  position: relative;
  outline: none;
  text-align: left;
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.60417vw;
  border: 1px solid transparent;
}

#jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet > img {
  width: 1.5625vw;
  height: 1.5625vw;
}

#jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet:not(:last-child) {
  margin-right: 1.30208vw;
}

#jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet:nth-child(1).active {
  border: 1px solid #404040;
}

#jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet:nth-child(2).active {
  border: 1px solid #E4E4E4;
}

#jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet:nth-child(3).active {
  border: 1px solid #FF7A3D;
}

#jiaxing .section-3 .swiper-control .swiper-control-txt-container {
  display: flex;
  align-items: center;
}

#jiaxing .section-3 .swiper-control .swiper-titleColor-list {
  position: relative;
  margin-left: 2.5vw;
  margin-right: 1.25vw;
}

#jiaxing .section-3 .swiper-control .swiper-titleColor-list .titleColor-label {
  white-space: nowrap;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  font-size: 2.083333vw;
  font-weight: bold;
  line-height: 1.25;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#jiaxing .section-3 .swiper-control .swiper-titleColor-list .titleColor-label:nth-child(1) {
  background-image: linear-gradient(60deg, #333333, #47484C, #5F626A, #333333);
}

#jiaxing .section-3 .swiper-control .swiper-titleColor-list .titleColor-label:nth-child(2) {
  background-image: linear-gradient(60deg, #D4D4D4, #E5E5E5, #E8E8E8, #C1BBB7);
}

#jiaxing .section-3 .swiper-control .swiper-titleColor-list .titleColor-label:nth-child(3) {
  background-image: linear-gradient(60deg, #F49E76, #FCB898, #FBC3A8, #F49E76);
}

#jiaxing .section-3 .swiper-control .swiper-titleColor-list .titleColor-label:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

#jiaxing .section-3 .swiper-control .swiper-titleColor-list .titleColor-label.active {
  opacity: 1;
}

#jiaxing .section-3 .swiper-control .titleColor-decs-list {
  position: relative;
}

#jiaxing .section-3 .swiper-control .titleColor-decs-list .title-intro {
  position: relative;
  width: 10.416667vw;
  font-size: 1.14583vw;
  opacity: 0;
  transition: opacity 1s ease;
  color: #86868B;
}

#jiaxing .section-3 .swiper-control .titleColor-decs-list .title-intro:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#jiaxing .section-3 .swiper-control .titleColor-decs-list .title-intro.active {
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-3 .swiper-control .swiper-pagination-wrapper {
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }
  #jiaxing .section-3 .swiper-control .swiper-pagination {
    width: 100%;
    height: 5.55vw;
    margin-top: 3.33vw;
    justify-content: center;
  }
  #jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet {
    width: 5.55vw;
    height: 5.55vw;
    border-radius: 100%;
  }
  #jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet > img {
    width: 4.166vw;
    height: 4.166vw;
  }
  #jiaxing .section-3 .swiper-control .swiper-pagination .color-bullet:not(:last-child) {
    margin-right: 4.44vw;
  }
  #jiaxing .section-3 .swiper-control .swiper-control-txt-container {
    flex-wrap: wrap;
    text-align: center;
  }
  #jiaxing .section-3 .swiper-control .swiper-titleColor-list {
    width: 100%;
    margin: 0 auto 4.444444vw;
    text-align: center;
  }
  #jiaxing .section-3 .swiper-control .swiper-titleColor-list .titleColor-label {
    font-size: 6.66vw;
  }
  #jiaxing .section-3 .swiper-control .swiper-titleColor-list .titleColor-label:not(:first-child) {
    left: 50%;
    transform: translateX(-50%);
  }
  #jiaxing .section-3 .swiper-control .titleColor-decs-list {
    left: 50%;
    transform: translateX(-50%);
  }
  #jiaxing .section-3 .swiper-control .titleColor-decs-list .title-intro {
    width: 100%;
    font-size: 4.44vw;
  }
}

#jiaxing .section-title {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3.33vw;
  text-align: center;
  position: relative;
}

#jiaxing .section-title .title-end {
  position: absolute;
  bottom: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-title {
    width: 82%;
    margin-left: 11.11vw;
    margin-bottom: 8.888vw;
    text-align: left;
  }
}

#jiaxing .shine-circle {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  opacity: .99;
  border-radius: 50%;
  will-change: transform, opacity;
}

#jiaxing .shine-circle-item {
  top: 2.5%;
  left: 2.5%;
  overflow: hidden;
  width: 95%;
  height: 95%;
  border-radius: 50%;
}

#jiaxing .shine-circle-item::before, #jiaxing .shine-circle-item::after {
  filter: blur(0.67708vw);
}

#jiaxing .shine-circle-item::before {
  transform: translate3d(0, -78%, 0);
}

#jiaxing .shine-circle-item::after {
  transform: translate3d(0, 78%, 0);
}

#jiaxing .shine-circle-light .shine-circle-item::before, #jiaxing .shine-circle-light .shine-circle-item::after {
  background-color: #fff0db;
}

#jiaxing .shine-circle-light .shine-circle-item::before {
  transform: translate3d(0, -78%, 0);
}

#jiaxing .shine-circle-light .shine-circle-item::after {
  transform: translate3d(0, 78%, 0);
}

#jiaxing .shine-circle-border {
  z-index: 3;
  border-radius: 50%;
}

#jiaxing .shine-circle-arrow-light .shine-circle-item::before, #jiaxing .shine-circle-arrow-light .shine-circle-item::after {
  background-color: #ffefdb;
}

#jiaxing .shine-circle-arrow-light .shine-circle-item::before {
  transform: translate3d(0, -62.5%, 0);
}

#jiaxing .shine-circle-arrow-light .shine-circle-item::after {
  transform: translate3d(0, 62.5%, 0);
}

#jiaxing .shine-circle-arrow-light .shine-circle-border {
  opacity: 1;
}

#jiaxing .border-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-60deg);
}

@media (hover: hover) and (pointer: fine) {
  #jiaxing .shine-circle-item::before, #jiaxing .shine-circle-item::after {
    transition: transform 240ms ease-out;
  }
  #jiaxing .border-item {
    transition: transform 300ms ease-out;
  }
  #jiaxing .shine-circle-hover:not(.arrownav-disabled):hover .shine-circle-item::before {
    transform: translate3d(0, -120%, 0);
  }
  #jiaxing .shine-circle-hover:not(.arrownav-disabled):hover .shine-circle-item::after {
    transform: translate3d(0, 99%, 0);
  }
  #jiaxing .shine-circle-hover:not(.arrownav-disabled):hover .border-item {
    transform: rotate(0deg);
  }
  #jiaxing .shine-circle-hover:not(.arrownav-disabled).shine-circle-light:hover .shine-circle-item::before {
    transform: translate3d(0, -120%, 0);
  }
  #jiaxing .shine-circle-hover:not(.arrownav-disabled).shine-circle-light:hover .shine-circle-item::after {
    transform: translate3d(0, 82%, 0);
  }
  #jiaxing .shine-circle-hover:not(.arrownav-disabled).shine-circle-arrow-light:hover .shine-circle-item::before {
    transform: translate3d(0, -120%, 0);
  }
  #jiaxing .shine-circle-hover:not(.arrownav-disabled).shine-circle-arrow-light:hover .shine-circle-item::after {
    transform: translate3d(0, 62.5%, 0);
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .shine-circle-item, #jiaxing .shine-circle-border {
    opacity: 1;
  }
  #jiaxing .shine-circle-item::before, #jiaxing .shine-circle-item::after {
    filter: blur(0.92857vw);
  }
}

@media (max-aspect-ratio: 7 / 10) {
  #jiaxing .shine-circle-item::before, #jiaxing .shine-circle-item::after {
    filter: blur(1.80556vw);
  }
}

#jiaxing .arrownav-list .arrownav-item {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
  user-select: none;
  transition: opacity 300ms ease-out;
}

#jiaxing .arrownav-list .arrownav-next {
  margin-left: 1.145833vw;
}

#jiaxing .arrownav-list .arrownav-disabled {
  cursor: default;
  opacity: .6;
}

#jiaxing .arrownav-list .shine-circle-item::before, #jiaxing .arrownav-list .shine-circle-item::after {
  transition: transform 300ms ease-out;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .arrownav-list .arrownav-item {
    width: 5.857143vw;
    height: 5.857143vw;
  }
  #jiaxing .arrownav-list .arrownav-next {
    margin-left: 2.714286vw;
  }
  #jiaxing .arrownav-list .arrownav-disabled {
    opacity: .3;
  }
}

@media (max-aspect-ratio: 7 / 10) {
  #jiaxing .arrownav-list .arrownav-item {
    width: 11.388889vw;
    height: 11.388889vw;
  }
  #jiaxing .arrownav-list .arrownav-next {
    margin-left: 4.166667vw;
  }
}

#jiaxing .note-txt-content {
  width: fit-content;
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  z-index: 10;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .note-txt-content {
    bottom: 4.44vw;
    right: 4.44vw;
  }
}

#jiaxing .note-txt {
  font-size: max(8px, .625vw);
  line-height: 1.6;
  color: #FFFFFF;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .note-txt {
    font-size: 2.77vw;
    text-align: right;
  }
}

#jiaxing .note-txt.colorGrey {
  color: #A7A7A7;
}

#jiaxing .section-video-popup-container {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 3.333vw;
  transform: translateX(-50%);
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-video-popup-container {
    bottom: 6.66vw;
  }
}

#jiaxing .section-video-html-popup-container {
  display: flex;
  justify-content: center;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-video-html-popup-container {
    justify-content: left;
  }
}

#jiaxing .section-video-html-popup-container .section-videoBtn-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}

#jiaxing .section-video-html-popup-container .section-videoBtn-content .video-pop-play-text {
  font-size: 1.04166vw;
  margin-right: 0.8333vw;
  position: relative;
  color: #000;
}

#jiaxing .section-video-html-popup-container .section-videoBtn-content .video-pop-play-icon {
  width: 1.666vw;
  height: 1.666vw;
  position: relative;
  background-color: #000;
  border-radius: 100%;
  overflow: hidden;
  transition: background-color 0.6s;
  will-change: background-color;
}

@media (hover: hover) {
  #jiaxing .section-video-html-popup-container .section-videoBtn-content:hover .video-pop-play-icon {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-video-html-popup-container .section-videoBtn-content .video-pop-play-text {
    font-size: 3.8888vw;
    margin-right: 2.22vw;
  }
  #jiaxing .section-video-html-popup-container .section-videoBtn-content .video-pop-play-icon {
    width: 6.666vw;
    height: 6.666vw;
  }
}

#jiaxing .video-containerbtn {
  position: relative;
}

#jiaxing .video-containerbtn .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
  transform: translateZ(0);
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

#jiaxing .video-containerbtn .play-pause-button::after {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(0.2vw) brightness(0.8);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity .6s ease;
  will-change: transform;
  opacity: 1;
}

@media (hover: hover) {
  #jiaxing .video-containerbtn .play-pause-button {
    cursor: pointer;
  }
  #jiaxing .video-containerbtn .play-pause-button:hover::after {
    opacity: .6;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .video-containerbtn .play-pause-button {
    right: 4.444444vw;
    bottom: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
}

#jiaxing .video-containerbtn .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
  will-change: display, opacity;
  transition: display 0.3s linear, opacity 0.3s linear;
}

#jiaxing .video-containerbtn .icon-play {
  display: block;
}

#jiaxing .video-containerbtn .icon-bg {
  z-index: 1;
  display: block;
  opacity: .4;
}

@media (hover: hover) {
  #jiaxing .video-containerbtn .play-pause-button:hover::before {
    opacity: 0.6;
  }
  #jiaxing .video-containerbtn .play-pause-button:hover .icon-bg {
    opacity: .3;
  }
}

#jiaxing .section-videoBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.625vw;
  height: 3.333vw;
  position: relative;
  cursor: pointer;
}

#jiaxing .section-videoBtn::before {
  background-color: rgba(128, 128, 128, 0.4);
  backdrop-filter: blur(0.4vw) brightness(1.25);
  -webkit-backdrop-filter: brightness(1.25) blur(0.4vw);
  border-radius: 1.67vw;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .6s ease;
  overflow: hidden;
}

#jiaxing .section-videoBtn .video-pop-play-text {
  font-size: .9375vw;
  margin: 0 .8333vw;
  position: relative;
  color: #fff;
}

#jiaxing .section-videoBtn .video-pop-play-icon {
  width: 1.666vw;
  height: 1.666vw;
  position: relative;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-videoBtn {
    width: 43.333vw;
    height: 13.333vw;
  }
  #jiaxing .section-videoBtn::before {
    border-radius: 12.222vw;
  }
  #jiaxing .section-videoBtn .video-pop-play-text {
    font-size: 3.8888vw;
    margin: 0 3.333vw;
  }
  #jiaxing .section-videoBtn .video-pop-play-icon {
    width: 6.666vw;
    height: 6.666vw;
  }
}

@media (hover: hover) {
  #jiaxing .section-videoBtn:hover::before {
    backdrop-filter: blur(0.4vw) brightness(1);
    -webkit-backdrop-filter: brightness(1) blur(0.4vw);
  }
}

#jiaxing .video-replay-trigger {
  position: relative;
}

#jiaxing .video-replay-trigger .videoTrigger {
  position: absolute;
  top: 0;
}

#jiaxing .section-footnote .footnote-list {
  padding-left: 1.5em;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-footnote .footnote-list {
    font-size: 3.333333vw;
  }
}

html[dir=rtl] #jiaxing .section-footnote .footnote-list {
  padding-right: 1.5em;
  padding-left: 0;
}

#jiaxing .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  word-break: break-word;
  margin: 0.5em 0;
  position: relative;
}

#jiaxing .section-footnote li .permalink.global-style-hide {
  display: contents;
}

#jiaxing .section-footnote li i {
  position: absolute;
  bottom: 0;
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translateY(calc((14px * 1.6 - 16px) / 2 * -1 - 1px));
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23e7e7e8'/%3E%3Cpath d='M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194' transform='translate(3.411 12.076) rotate(-90)' fill='%23000'/%3E%3C/svg%3E") center/100% no-repeat;
}

@media (max-aspect-ratio: 11 / 10) {
  #jiaxing .section-footnote li i {
    width: 4.722222vw;
    height: 4.722222vw;
    transform: translateY(calc((3.333333vw * 1.6 - 4.722222vw) / 2 * -1 - 1px));
  }
}

#jiaxing .section-footnote li.current {
  font-weight: 800;
}

#jiaxing .section-footnote li.current i {
  display: inline-block;
}

#jiaxing .section-footnote li.asterisk {
  list-style-type: '*';
  margin-top: 1.6em;
}

#jiaxing .section-footnote li.asterisk-one {
  list-style-type: '**';
}
