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

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

#liupanshan section {
  position: relative;
}

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

#liupanshan svg {
  overflow: visible;
}

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

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

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

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

#liupanshan .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#liupanshan br.lg {
  display: block;
}

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

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

#liupanshan .absolute {
  position: absolute;
}

#liupanshan .relative {
  position: relative;
}

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

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

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

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

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

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

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

#liupanshan .block {
  display: block;
}

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

#liupanshan .inline {
  display: inline;
}

#liupanshan .flex {
  display: flex;
}

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

#liupanshan .hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#liupanshan .fadeup, #liupanshan .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) {
  #liupanshan .fadeup, #liupanshan .xs-fadeup {
    transform: translateY(16.66667vw);
  }
  #liupanshan .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #liupanshan .xs-fadeup {
    transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .rounded {
    border-radius: 2.222222vw;
  }
  #liupanshan .xs\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 2.222222vw;
  }
  #liupanshan .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;
}

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

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

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

#liupanshan .section-kv .kv-text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93.75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#liupanshan .section-kv .kv-text-content .kv-svg {
  width: 17.3958vw;
  margin-left: 2.864vw;
}

#liupanshan .section-kv .kv-text-content .kv-slogan-content {
  width: 21.875vw;
  text-align: center;
}

#liupanshan .section-kv .kv-text-content .kv-title-container {
  font-size: 2.5vw;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: 0.45vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-kv .kv-text-content {
    width: 95%;
    top: 27.77vw;
    transform: translate(-50%, 0);
    flex-wrap: wrap;
    text-align: center;
  }
  #liupanshan .section-kv .kv-text-content .kv-svg {
    width: 54.3055vw;
    margin: 0 auto;
  }
  #liupanshan .section-kv .kv-text-content .kv-slogan-content {
    width: 100%;
    margin-top: 3.88vw;
  }
  #liupanshan .section-kv .kv-text-content .kv-title-container {
    font-size: 3.33vw;
    letter-spacing: 0.3vw;
  }
}

#liupanshan .hero-sku {
  margin-top: 0.52vw;
  text-align: center;
}

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

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

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

#liupanshan .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#liupanshan .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) {
  #liupanshan .section-highlights .arrownav-item:not(.arrownav-disabled):hover {
    opacity: .6;
  }
}

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

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

#liupanshan .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: #67B8F9;
}

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

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

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

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

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

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

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

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

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

#liupanshan .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%, #D8EEFF 5%, #C5EAFF 100%);
}

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

#liupanshan .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);
}

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

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

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

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

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

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

#liupanshan .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(5deg, #FFFFFF 20%, #6BB3EA, #FFFFFF 80%);
  backface-visibility: hidden;
  will-change: transform;
}

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .shine-cursor {
    height: 13.333333vw;
  }
  #liupanshan .shine-cursor-item {
    width: 81.111vw;
    height: 13.888vw;
    transition: none;
  }
  #liupanshan .shine-cursor-item::before {
    filter: blur(4.02778vw);
    background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.01) 30%, rgba(216, 238, 255, 0.91) 80%, #C5EAFF 100%);
  }
}

#liupanshan .section-titleBig-container {
  width: 100%;
  overflow: hidden;
}

#liupanshan .section-titleBig-container .section-titleBig {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6.25vw;
}

#liupanshan .section-titleBig-container .section-titleBig .star-trigger {
  position: absolute;
  top: 0;
}

#liupanshan .section-titleBig-container .section-titleBig .end-trigger {
  position: absolute;
  bottom: 0;
}

#liupanshan .section-titleBig-container .section-titleBig .h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  position: relative;
  font-size: 5.729167vw;
}

#liupanshan .section-titleBig-container .section-titleBig .h2-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  transform: scale(1.8) translateX(30%);
}

#liupanshan .section-titleBig-container .section-titleBig .h2-container::after {
  content: "";
  position: absolute;
  top: 0.5%;
  left: 0.25%;
  width: 99.5%;
  height: 99%;
  background-color: #7BB9F6;
}

#liupanshan .section-titleBig-container .section-titleBig .h2-text {
  background-color: #FFFFFF;
  color: #000000;
  mix-blend-mode: lighten;
  position: relative;
  z-index: 3;
  padding-top: 1px;
  padding-bottom: 1px;
}

#liupanshan .section-titleBig-container .section-titleBig .h2-text-right {
  opacity: 0;
  transform: translateX(100%);
  background-image: linear-gradient(139deg, #7BB9F6 0%, #87C0FA 30%, #87C0FA 40%, #BEE8FF 60%, #9DD0FA 90%, #7BB9F6 100%);
}

#liupanshan .section-titleBig-container .section-titleBig .h2-svg {
  position: absolute;
  top: -100%;
  left: -80%;
  width: 100%;
  z-index: 2;
  transform: translateX(0%);
}

#liupanshan .section-titleBig-container .section-titleBig.active .h2-container {
  transform: scale(1);
  transition: transform 1.5s ease;
}

#liupanshan .section-titleBig-container .section-titleBig.active .h2-svg {
  transform: translateX(83%);
  transition: transform 1s ease;
}

#liupanshan .section-titleBig-container .section-titleBig.active .h2-text-right {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-titleBig-container .section-titleBig {
    position: relative;
    margin-left: 11.11vw;
    margin-bottom: 16.666667vw;
  }
  #liupanshan .section-titleBig-container .section-titleBig .h2 {
    text-align: left;
    font-size: 11.111111vw;
    display: block;
  }
  #liupanshan .section-titleBig-container .section-titleBig .h2-container {
    transform: scale(1.1) translate(0, 1.25vw);
  }
  #liupanshan .section-titleBig-container .section-titleBig .h2-container::after {
    top: 1%;
    left: 0.5%;
    width: 99%;
    height: 98%;
  }
  #liupanshan .section-titleBig-container .section-titleBig .h2-text-right {
    display: block;
    width: fit-content;
    transform: translate(0, 1.25vw);
    background-image: linear-gradient(-60deg, #7BB9F6 0%, #87C0FA 10%, #BEE8FF 40%, #75B4F4 80%);
  }
  #liupanshan .section-titleBig-container .section-titleBig.active .h2-text-right {
    transform: translate(0, 0);
  }
}

@media (max-width: 1366px) and (min-width: 1100px) {
  #liupanshan .section-titleBig-container .section-titleBig .h2-container::after {
    top: 1%;
    height: 98%;
  }
}

#liupanshan .section-titleBig-container-hos .section-titleBig .h2-svg {
  width: 110%;
  top: -135%;
}

#liupanshan .section-titleBig-container-safe {
  margin-top: -10.416667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-titleBig-container-safe {
    margin-top: -27.777778vw;
  }
}

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

#liupanshan .section-3 .swiper-control .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  height: 2.08333vw;
}

#liupanshan .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;
}

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

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

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

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

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

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

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

#liupanshan .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;
}

#liupanshan .section-3 .swiper-control .swiper-titleColor-list .titleColor-label:nth-child(1) {
  background-image: linear-gradient(60deg, #7BB9F6, #87C0FA, #BEE8FF, #75B4F4);
}

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

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

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

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

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

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

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

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

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

#liupanshan .section-4 {
  position: relative;
  margin-bottom: 1.04vw;
}

#liupanshan .section-4 .section4-img {
  width: 75.78125vw;
  margin: 0 auto;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-4 {
    margin-bottom: 0;
  }
  #liupanshan .section-4 .section4-img {
    width: 100%;
  }
}

#liupanshan .section-5 .section5-title-video-animation {
  position: relative;
  width: 33.75vw;
  margin: 0 auto;
}

#liupanshan .section-5 .section5-title-video-animation .star-trigger {
  position: absolute;
  top: 0;
}

#liupanshan .section-5 .section5-title-video-animation .end-trigger {
  position: absolute;
  bottom: 0;
}

#liupanshan .section-5 .section5-title-video-animation .section5-title-video-tab {
  width: 100%;
  height: 4px;
  bottom: -2px;
  z-index: 5;
  background-color: #fff;
  position: absolute;
  left: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-5 {
    background-color: #fff;
  }
  #liupanshan .section-5 .section5-title-video-animation {
    width: 100%;
    mix-blend-mode: darken;
  }
}

#liupanshan .section-6 .swiper-slide {
  cursor: pointer;
}

#liupanshan .section-6 .swiper-slide .inline-video {
  pointer-events: none;
}

#liupanshan .section-6 .swiper-slide-active {
  cursor: default;
}

#liupanshan .section-6 .section6-swiper-control-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0.8333vw;
}

#liupanshan .section-6 .section6-text-container {
  position: relative;
  width: 55.2vw;
  pointer-events: none;
}

#liupanshan .section-6 .section6-text-container .text-into {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .6s;
  will-change: opacity;
  z-index: 1;
}

#liupanshan .section-6 .section6-text-container .text-into:last-child {
  position: relative;
}

#liupanshan .section-6 .section6-text-container .text-into .text-into-title {
  font-size: 1.66vw;
  color: #67B8F9;
  line-height: 1.25;
  margin-bottom: 0.8333vw;
}

#liupanshan .section-6 .section6-text-container .text-into.active {
  opacity: 1;
  z-index: 3;
}

#liupanshan .section-6 .section6-text-container sup {
  pointer-events: all;
}

#liupanshan .section-6 .section6-swiper-btns {
  display: flex;
  align-items: center;
}

#liupanshan .section-6 .section6-swiper-btns .section6-prev-btn, #liupanshan .section-6 .section6-swiper-btns .section6-next-btn {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
  cursor: pointer;
  transition: opacity .6s;
  will-change: opacity;
}

@media (hover: hover) and (pointer: fine) {
  #liupanshan .section-6 .section6-swiper-btns .section6-prev-btn:hover, #liupanshan .section-6 .section6-swiper-btns .section6-next-btn:hover {
    opacity: .6;
  }
  #liupanshan .section-6 .section6-swiper-btns .section6-prev-btn:hover.btn-disable, #liupanshan .section-6 .section6-swiper-btns .section6-next-btn:hover.btn-disable {
    opacity: .3;
  }
}

#liupanshan .section-6 .section6-swiper-btns .section6-prev-btn {
  margin-right: 1.25vw;
}

#liupanshan .section-6 .section6-swiper-btns .btn-disable {
  opacity: .3;
  cursor: default;
}

#liupanshan .section-6 .note-txt-content {
  right: auto;
  left: 1.25vw;
}

#liupanshan .section-6 .note-txt-content .note-txt {
  will-change: transform;
  transform: translateZ(0);
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-6 .section6-swiper-control-container {
    padding-left: 2.222vw;
    flex-wrap: wrap;
  }
  #liupanshan .section-6 .section6-text-container {
    width: 73.611vw;
  }
  #liupanshan .section-6 .section6-text-container .text-into .text-into-title {
    font-size: 5.55vw;
    margin-bottom: 3.33vw;
  }
  #liupanshan .section-6 .section6-swiper-btns {
    align-items: center;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
    margin-top: 11.11vw;
  }
  #liupanshan .section-6 .section6-swiper-btns .section6-prev-btn, #liupanshan .section-6 .section6-swiper-btns .section6-next-btn {
    width: 11.11vw;
    height: 11.11vw;
  }
  #liupanshan .section-6 .section6-swiper-btns .section6-prev-btn {
    margin-right: 5.55vw;
  }
}

#liupanshan .section-7 .note-txt-content {
  right: auto;
  left: 1.25vw;
  text-align: left;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-7 .note-txt-content {
    position: static;
  }
  #liupanshan .section-7 .note-txt {
    color: #A7A7A7;
  }
}

#liupanshan .section-8 .section8-content {
  display: flex;
  align-items: center;
}

#liupanshan .section-8 .section8-swiper-control-container {
  width: 34vw;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content-container {
  display: flex;
  height: 100%;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-swiper-scrollbar {
  height: auto;
  width: 0.2vw;
  background-color: #E1EBF5;
  border-radius: 2.6vw;
  margin-right: 1.25vw;
  position: relative;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-swiper-scrollbar .section8-swiper-scrollbar-drag {
  position: absolute;
  width: 0.2vw;
  height: 65%;
  border-radius: 2.6vw;
  background-image: linear-gradient(to right, #8BDFFF, #4498ED);
  top: 0;
  left: 0;
  transform: translateY(0);
  transition: transform .6s;
  will-change: transform;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content {
  width: 21.875vw;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content .section8-title-item {
  font-size: 1.4583vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.25;
  margin-bottom: 0.729vw;
  cursor: pointer;
  transition: color .6s;
  will-change: color;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content .section8-text-item:not(:last-child) {
  margin-bottom: 2.083333vw;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content .section8-text-item > p {
  height: 0;
  transition: all .6s ease;
  overflow: hidden;
}

@media (hover: hover) {
  #liupanshan .section-8 .section8-swiper-control-container .section8-text-content .section8-title-item:hover {
    color: #000000;
  }
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content-container[data-index="0"] .section8-swiper-scrollbar .section8-swiper-scrollbar-drag {
  transform: translateY(0);
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content-container[data-index="0"] .section8-text-content .section8-text-item:first-child .section8-title-item {
  color: #000;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content-container[data-index="0"] .section8-text-content .section8-text-item:first-child > p {
  height: 4.8em;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content-container[data-index="1"] .section8-swiper-scrollbar .section8-swiper-scrollbar-drag {
  height: 56%;
  transform: translateY(79%);
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content-container[data-index="1"] .section8-text-item:nth-child(2) .section8-title-item {
  color: #000;
}

#liupanshan .section-8 .section8-swiper-control-container .section8-text-content-container[data-index="1"] .section8-text-item:nth-child(2) > p {
  height: 3.1em;
}

#liupanshan .section-8 .section8-swiper {
  width: 19.739vw;
  margin-right: 3.541667vw;
}

#liupanshan .section-8 .section8-swiper-control-container-mob {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-8 .section8-content {
    flex-wrap: wrap;
    background-color: unset;
    padding: 0;
    border-radius: 0;
  }
  #liupanshan .section-8 .section8-swiper {
    width: 82.22vw;
    margin: 0 auto;
    overflow: visible;
  }
  #liupanshan .section-8 .section8-swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob {
    display: block;
    position: relative;
    margin-top: 8.88vw;
    overflow: hidden;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-swiper-control-container {
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-swiper-control-container::-webkit-scrollbar {
    display: none;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-swiper-control-title-container {
    display: flex;
    justify-content: space-between;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-swiper-control-row {
    width: 128.8711vw;
    padding: 0 8.88vw;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-swiper-control-title-item {
    font-size: 5.5555vw;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-swiper-control-progress {
    background-color: #E1EBF5;
    height: 2px;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-swiper-control-progress-container {
    margin-top: 3.3333vw;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-swiper-control-progress-bar {
    background-image: linear-gradient(to right, #8BDFFF, #4498ED);
    height: 2px;
    width: 50%;
    transition: transform .6s ease, width .6s ease;
    will-change: transform,width;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-decs-mob {
    position: relative;
    width: 82.222vw;
    margin-left: 8.88vw;
    margin-top: 6.66vw;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-decs-mob > p {
    color: #707070;
    transition: opacity 0.6s ease;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-decs-mob > p:not(:first-child) {
    position: absolute;
    top: 0;
    opacity: 0;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob .section8-decs-mob > p:first-child {
    position: relative;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="0"] .section8-swiper-control-progress-bar {
    transform: translateX(0);
    width: 50%;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="0"] .section8-swiper-control-row {
    color: rgba(0, 0, 0, 0.4);
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="0"] .section8-swiper-control-title-item:first-child {
    color: #000;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="0"] .section8-decs-mob > p {
    opacity: 0;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="0"] .section8-decs-mob > p:first-child {
    opacity: 1;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="1"] .section8-swiper-control-progress-bar {
    width: 40%;
    transform: translateX(66.5vw);
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="1"] .section8-swiper-control-row {
    color: rgba(0, 0, 0, 0.4);
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="1"] .section8-swiper-control-title-item:nth-child(2) {
    color: #000;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="1"] .section8-decs-mob > p {
    opacity: 0;
  }
  #liupanshan .section-8 .section8-swiper-control-container-mob[data-index="1"] .section8-decs-mob > p:nth-child(2) {
    opacity: 1;
  }
}

#liupanshan .section-9 .section9-icons {
  width: 81.25vw;
  margin: 0 auto;
  margin-top: 3.33vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

#liupanshan .section-9 .section9-icons .section9-icon {
  width: 18.75vw;
  height: 10.416vw;
  border-radius: 1.25vw;
  background-color: rgba(103, 184, 249, 0.06);
  position: relative;
  padding-top: 1.5625vw;
  padding-left: 1.25vw;
}

#liupanshan .section-9 .section9-icons .section9-icon:not(:last-child) {
  margin-right: 2.0833vw;
}

#liupanshan .section-9 .section9-icons .section9-icon .section9-icon-text {
  font-size: 1.1458vw;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 0.833vw;
}

#liupanshan .section-9 .section9-icons .section9-icon .section9-icon-title {
  font-size: 4.166vw;
  line-height: 1;
  color: #67B8F9;
  display: flex;
  align-items: baseline;
}

#liupanshan .section-9 .section9-icons .section9-icon .section9-icon-title > span:last-child {
  font-size: 1.666vw;
  margin-left: 0.729vw;
}

#liupanshan .section-9 .section9-icons .section9-icon .section9-icon-img {
  position: absolute;
  right: 0.833vw;
  top: 0;
  width: 6.25vw;
  height: 6.25vw;
}

#liupanshan .section-9 .note-txt {
  width: 81.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-9 .note-txt {
    width: 82.22vw;
  }
  #liupanshan .section-9 .section9-icons {
    width: 82.22vw;
    margin-top: 8.88vw;
    flex-wrap: wrap;
  }
  #liupanshan .section-9 .section9-icons .section9-icon {
    width: 39.722vw;
    height: 36.111vw;
    border-radius: 3.0555vw;
    padding-top: 6.3888vw;
    padding-left: 3.33vw;
  }
  #liupanshan .section-9 .section9-icons .section9-icon:not(:last-child) {
    margin-right: 0;
  }
  #liupanshan .section-9 .section9-icons .section9-icon:first-child, #liupanshan .section-9 .section9-icons .section9-icon:nth-child(3) {
    margin-right: 2.77vw;
  }
  #liupanshan .section-9 .section9-icons .section9-icon:first-child, #liupanshan .section-9 .section9-icons .section9-icon:nth-child(2) {
    margin-bottom: 2.77vw;
  }
  #liupanshan .section-9 .section9-icons .section9-icon .section9-icon-text {
    font-size: 3.0555vw;
    margin-bottom: 9.72vw;
  }
  #liupanshan .section-9 .section9-icons .section9-icon .section9-icon-title {
    font-size: 8.88vw;
  }
  #liupanshan .section-9 .section9-icons .section9-icon .section9-icon-title > span:last-child {
    font-size: 4.44vw;
    margin-left: 2.22vw;
  }
  #liupanshan .section-9 .section9-icons .section9-icon .section9-icon-img {
    right: 0;
    width: 16.666vw;
    height: 16.666vw;
  }
}

#liupanshan .section-10 .section10-divs {
  width: 81.25vw;
  margin: 0 auto;
  display: flex;
}

#liupanshan .section-10 .section10-divs .section10-div {
  width: 26.25vw;
}

#liupanshan .section-10 .section10-divs .section10-div:not(:last-child) {
  margin-right: 1.25vw;
}

#liupanshan .section-10 .section10-divs .section10-div .section10-text {
  padding-left: 0.833vw;
  padding-right: 0.833vw;
  margin-top: 1.25vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #000000;
}

#liupanshan .section-10 .section10-divs .section10-div .section10-title {
  font-size: 2.5vw;
  color: #67B8F9;
  line-height: 1;
}

#liupanshan .section-10 .section10-divs .section10-div .section10-title > span:last-child {
  margin-left: 0.833vw;
  font-size: 1.1458vw;
}

#liupanshan .section-10 .section10-note {
  width: 81.25vw;
  margin: 0 auto;
  text-align: right;
  margin-top: 1.666vw;
}

#liupanshan .section-10 .section10-note .note-txt {
  color: #A7A7A7;
}

#liupanshan .section-10 .section10-swiper-control-container {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-10 .section10-content {
    overflow: hidden;
  }
  #liupanshan .section-10 .section10-swiper {
    overflow: visible;
    width: 82.22vw;
  }
  #liupanshan .section-10 .section10-divs {
    width: 100%;
  }
  #liupanshan .section-10 .section10-divs .activity-item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #liupanshan .section-10 .section10-divs .section10-div {
    width: 82.22vw;
  }
  #liupanshan .section-10 .section10-divs .section10-div:not(:last-child) {
    margin-right: 0;
  }
  #liupanshan .section-10 .section10-divs .section10-div .section10-text {
    padding-left: 2.22vw;
    padding-right: 0.833vw;
    margin-top: 5.55vw;
  }
  #liupanshan .section-10 .section10-divs .section10-div .section10-title {
    font-size: 6.66vw;
  }
  #liupanshan .section-10 .section10-divs .section10-div .section10-title > span:last-child {
    margin-left: 1.388vw;
    font-size: 4.44vw;
  }
  #liupanshan .section-10 .section10-note {
    display: none;
  }
  #liupanshan .section-10 .section10-swiper-control-container {
    display: block;
  }
  #liupanshan .section-10 .section10-swiper-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #liupanshan .section-10 .section10-swiper-btns .section10-prev-btn, #liupanshan .section-10 .section10-swiper-btns .section10-next-btn {
    width: 11.11vw;
    height: 11.11vw;
    border-radius: 100%;
    transition: opacity .6s;
    will-change: opacity;
  }
  #liupanshan .section-10 .section10-swiper-btns .section10-prev-btn {
    margin-right: 5.55vw;
  }
  #liupanshan .section-10 .section10-swiper-btns .btn-disable {
    opacity: .3;
    cursor: default;
  }
}

#liupanshan .section-11 {
  width: 100%;
  overflow: hidden;
}

#liupanshan .section-11 .section11-content {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

#liupanshan .section-11 .section11-content .section-title {
  width: 24.479vw;
  height: fit-content;
  text-align: left;
  margin: 0;
  margin-top: 3.125vw;
  opacity: 0;
  transform: translateY(1.25vw);
}

#liupanshan .section-11 .section11-content .section11-title-h3 {
  display: flex;
  align-items: center;
}

#liupanshan .section-11 .section11-content .section11-text-container {
  position: relative;
  width: 3.125vw;
  height: 3.125vw;
}

#liupanshan .section-11 .section11-content .section11-text-container .section11-text-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

#liupanshan .section-11 .section11-content .section11-text-container .section11-text-img1 {
  z-index: 2;
}

#liupanshan .section-11 .section11-content .section11-text-container .section11-text-img2 {
  z-index: 2;
}

#liupanshan .section-11 .section11-content .section11-text-container .section11-text-img3 {
  z-index: 4;
  height: 0;
}

#liupanshan .section-11 .section11-content .section11-text-container .section11-text-img4 {
  position: relative;
  z-index: 3;
}

#liupanshan .section-11 .section11-content.active .section-title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s ease, opacity 1s ease;
}

#liupanshan .section-11 .section11-content.active .section11-text-container .section11-text-img1 {
  opacity: 1;
  transition: opacity 1s ease 0.8s;
}

#liupanshan .section-11 .section11-content.active .section11-text-container .section11-text-img2 {
  opacity: 1;
  transition: opacity 1s ease 0.8s;
}

#liupanshan .section-11 .section11-content.active .section11-text-container .section11-text-img3 {
  height: 100%;
  opacity: 1;
  transition: height 1s ease 1.25s, opacity 1s ease 1.25s;
}

#liupanshan .section-11 .section11-img {
  width: 43.33vw;
  margin-left: -4.166vw;
  position: relative;
  pointer-events: none;
}

#liupanshan .section-11 .section11-img .section11-imgRel {
  position: relative;
  z-index: 3;
}

#liupanshan .section-11 .section11-icons-container {
  position: absolute;
  top: 23.4375vw;
  left: 25.416vw;
  width: 24.84375vw;
  height: 16.51vw;
  z-index: 1;
  pointer-events: all;
}

#liupanshan .section-11 .section11-icons-container .section11-icons-bgRel {
  position: relative;
}

#liupanshan .section-11 .section11-icons-container .section11-icons-border {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2px;
  border-radius: 1.666vw;
}

#liupanshan .section-11 .section11-icons-container .section11-icons-border::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  transform: translate3d(-30%, 0, 0);
  background-image: linear-gradient(22deg, #FFFFFF 15%, #6BB3EA, #FFFFFF 80%);
  backface-visibility: hidden;
  will-change: transform;
}

#liupanshan .section-11 .section11-icons-container .section11-icons-border::after {
  display: block;
  content: '';
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.666vw;
  background-color: #fff;
}

#liupanshan .section-11 .section11-icons-container .section11-icons-shine-container {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  overflow: hidden;
  border-radius: 1.666vw;
}

#liupanshan .section-11 .section11-icons-container .section11-icons-shine-container .section11-icons-shine-item {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  top: 50%;
  left: 50%;
  width: 23.9vw;
  height: 13.29vw;
  transform: translate3d(-50%, -50%, 0);
}

#liupanshan .section-11 .section11-icons-container .section11-icons-shine-container .section11-icons-shine-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  filter: blur(1.51042vw);
  border-radius: 50%;
  background-image: radial-gradient(ellipse at center, #9ACCFF 0%, rgba(110, 182, 255, 0.24) 100%);
  opacity: .1;
}

#liupanshan .section-11 .section11-icons-container .section11-icons-shine-container .section11-icons-shine-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  filter: blur(1.51042vw);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, #fff 100%);
  opacity: .47;
}

#liupanshan .section-11 .section11-icons-container .section11-icons {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.8vw 1.2vw;
}

#liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon {
  width: 43%;
  text-align: center;
}

#liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-title {
  font-size: 2.083vw;
  color: #67B8F9;
  line-height: 1;
  margin-bottom: 0.416vw;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

#liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-title > span {
  font-size: 1.66vw;
  white-space: nowrap;
}

#liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-title > .mr-5 {
  margin-right: 0.26vw;
}

#liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-title > .ml-5 {
  margin-left: 0.26vw;
}

#liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-txt {
  font-size: 1.1458vw;
  white-space: nowrap;
}

#liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon:nth-child(1), #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon:nth-child(2) {
  margin-bottom: 2.083vw;
}

#liupanshan .section-11 .section11-icons-container .section11-icons .section11-line {
  width: 1px;
  height: 3.33vw;
  background-color: #ABABAB;
  margin: 0.52vw 1vw 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-11 .section11-content {
    flex-wrap: wrap;
  }
  #liupanshan .section-11 .section11-content .section-title {
    width: 77.77vw;
    margin: 0 auto 7.222222vw;
  }
  #liupanshan .section-11 .section11-content .section11-text-container {
    width: 8.333vw;
    height: 8.333vw;
  }
  #liupanshan .section-11 .section11-img {
    width: 100%;
    margin-bottom: 24.722vw;
    margin-left: 0;
  }
  #liupanshan .section-11 .section11-icons-container {
    top: 50.69vw;
    left: 29.0277vw;
    width: 62.083vw;
    height: 44.166vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons-border {
    border-radius: 4.44vw;
    padding: 1px;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons-border::after {
    border-radius: 4.44vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons-shine-container {
    border-radius: 4.44vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons-shine-container .section11-icons-shine-item {
    width: 62.083vw;
    height: 44.166vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7.7vw 3.3vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon {
    text-align: center;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-title {
    font-size: 5.55vw;
    margin-bottom: 1.11vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-title > span {
    font-size: 4.44vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-title > .mr-5 {
    margin-right: 0.6944vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-title > .ml-5 {
    margin-left: 0.6944vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon .icon-txt {
    font-size: 3.055vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon:nth-child(1), #liupanshan .section-11 .section11-icons-container .section11-icons .secton11-icon:nth-child(2) {
    margin-bottom: 5.55vw;
  }
  #liupanshan .section-11 .section11-icons-container .section11-icons .section11-line {
    height: 8.88vw;
    margin: 1.944vw 2.77vw 0;
  }
}

@media (max-width: 800px) and (min-width: 790px) {
  #liupanshan .section-11 .section11-img {
    padding-bottom: 1vw;
  }
}

#liupanshan .section12 {
  position: relative;
}

#liupanshan .section12 .star-trigger {
  position: absolute;
  top: 0;
}

#liupanshan .section12 .end-trigger {
  position: absolute;
  bottom: 0;
}

#liupanshan .section12 .section12-rel {
  position: relative;
  height: 120vw;
}

#liupanshan .section12 .section12-rel .sticky-container {
  position: sticky;
  top: var(--heightTab);
}

#liupanshan .section12 .section12-content {
  position: relative;
}

#liupanshan .section12 .section12-icons-stone-container {
  position: absolute;
  top: 27.29vw;
  left: 12.5vw;
  width: 32.1875vw;
  height: 16.5625vw;
  z-index: 8;
}

#liupanshan .section12 .section12-icons-stone-container .section-icons {
  position: relative;
}

#liupanshan .section12 .section12-icons-stone-container .section12-icon-stone1 {
  position: absolute;
  top: 7.8125vw;
  left: 0;
  width: 3.268vw;
  transform: translate(4vw, 4vw);
}

#liupanshan .section12 .section12-icons-stone-container .section12-icon-stone2 {
  position: absolute;
  top: 7.8125vw;
  left: 5.833vw;
  width: 2.356vw;
  transform: translate(2vw, 2vw);
}

#liupanshan .section12 .section12-icons-stone-container .section12-icon-stone3 {
  position: absolute;
  top: 10.625vw;
  left: 4.6875vw;
  width: 6.2369vw;
  transform: translate(2vw, 2vw);
}

#liupanshan .section12 .section12-icons-stone-container .section12-icon-stone4 {
  position: absolute;
  top: 14.27vw;
  left: 12.7vw;
  width: 1.34vw;
  transform: translate(0vw, 2vw);
}

#liupanshan .section12 .section12-icons-stone-container .section12-icon-stone5 {
  position: absolute;
  top: 12.8125vw;
  left: 15.78125vw;
  width: 2.98vw;
  transform: translate(-2vw, 3vw);
}

#liupanshan .section12 .section12-icons-stone-container .section12-icon-stone6 {
  position: absolute;
  top: 7.96875vw;
  left: 20.989vw;
  width: 2.4739vw;
  transform: translate(-4vw, 6vw);
}

#liupanshan .section12 .section12-icons-stone-container .section12-icon-stone7 {
  position: absolute;
  top: 2.84375vw;
  left: 26.8489vw;
  width: 3.03vw;
  transform: translate(-7vw, 10vw);
}

#liupanshan .section12 .section12-icons-stone-container .section12-icon-stone8 {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4869vw;
}

#liupanshan .section12 .section12-imgBg {
  position: relative;
  z-index: 1;
}

#liupanshan .section12 .section12-img {
  position: absolute;
  top: 2.239vw;
  left: 12.125vw;
  width: 29.16vw;
  transform: translateY(-2.8vw);
  z-index: 2;
}

#liupanshan .section12 .section12-txtIcons-container {
  position: absolute;
  top: 11.979vw;
  left: 59.84375vw;
  width: 26.5625vw;
  z-index: 3;
}

#liupanshan .section12 .section12-txtIcons-container .section-title {
  width: 100%;
  text-align: left;
  color: #000;
}

#liupanshan .section12 .section12-txtIcons-container .section12-icons-container {
  position: relative;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons {
  position: relative;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 {
  width: 11.61458vw;
  height: 7.5vw;
  position: relative;
  border-radius: 0.833vw;
  overflow: hidden;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1 .icon-div-content-container, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 .icon-div-content-container {
  position: absolute;
  top: 0;
  left: 0;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1 .icon-div-content, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 .icon-div-content {
  position: relative;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1 .icon-decs, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 .icon-decs {
  padding-top: 0.833vw;
  padding-left: 1.25vw;
  font-size: 0.833vw;
  color: #000000;
  line-height: 1.6;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1 .icon-txt, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 .icon-txt {
  padding-top: 0.625vw;
  padding-left: 1.25vw;
  font-size: 3.125vw;
  color: #67B8F9;
  line-height: 1;
  display: flex;
  align-items: baseline;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1 .icon-txt > span, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 .icon-txt > span {
  font-size: 1.1458vw;
  margin-left: 0.26vw;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 {
  transition-delay: 0.15s;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: all 0.5s ease;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 .icon-div1, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 .icon-div2 {
  width: 7.65625vw;
}

#liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 .icon-div1 {
  margin-right: 5.2vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section12 .section12-rel {
    position: relative;
    height: auto;
  }
  #liupanshan .section12 .section12-rel .sticky-container {
    position: static;
  }
  #liupanshan .section12 .section12-icons-stone-container {
    top: 45.138vw;
    left: 23.611vw;
    width: 61.111vw;
    height: 39.44vw;
  }
  #liupanshan .section12 .section12-icons-stone-container .section12-icon-stone1 {
    position: absolute;
    top: 14.5vw;
    left: 0;
    width: 7.0138vw;
    transform: translate(4vw, 8vw);
  }
  #liupanshan .section12 .section12-icons-stone-container .section12-icon-stone2 {
    position: absolute;
    top: 26.8vw;
    left: 0;
    width: 14.0625vw;
    transform: translate(4vw, 8vw);
  }
  #liupanshan .section12 .section12-icons-stone-container .section12-icon-stone3 {
    position: absolute;
    top: 33.833vw;
    left: 19.44vw;
    width: 2.9513vw;
    transform: translate(-1vw, 10vw);
  }
  #liupanshan .section12 .section12-icons-stone-container .section12-icon-stone4 {
    position: absolute;
    top: 30.5vw;
    left: 25.972vw;
    width: 6.736vw;
    transform: translate(-4vw, 10vw);
  }
  #liupanshan .section12 .section12-icons-stone-container .section12-icon-stone5 {
    position: absolute;
    top: 21.388vw;
    left: 36.305vw;
    width: 5.1vw;
    transform: translate(-8vw, 13vw);
  }
  #liupanshan .section12 .section12-icons-stone-container .section12-icon-stone6 {
    position: absolute;
    top: 6.61vw;
    left: 43.166vw;
    width: 7.361vw;
    transform: translate(-4vw, 14vw);
  }
  #liupanshan .section12 .section12-icons-stone-container .section12-icon-stone7 {
    position: absolute;
    top: 17.527vw;
    left: 48.277vw;
    width: 7.43vw;
    transform: translate(-18vw, 18vw);
  }
  #liupanshan .section12 .section12-icons-stone-container .section12-icon-stone8 {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.18vw;
  }
  #liupanshan .section12 .section12-imgBg {
    position: relative;
    z-index: 1;
  }
  #liupanshan .section12 .section12-img {
    position: absolute;
    top: 6.52vw;
    left: 15.416vw;
    width: 54.583vw;
    transform: translateY(-6.52vw);
    z-index: 2;
  }
  #liupanshan .section12 .section12-txtIcons-container {
    position: absolute;
    top: 97.777vw;
    left: 50%;
    width: 75.833vw;
    transform: translateX(-50%);
    z-index: 3;
  }
  #liupanshan .section12 .section12-txtIcons-container .section-title {
    display: none;
  }
  #liupanshan .section12 .section12-txtIcons-container .section12-icons-container {
    position: relative;
  }
  #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 {
    width: 30.972vw;
    height: 20vw;
    border-radius: 2.22vw;
  }
  #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1 .icon-decs, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 .icon-decs {
    padding-top: 2.22vw;
    padding-left: 4.44vw;
    font-size: 3.05vw;
  }
  #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1 .icon-txt, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 .icon-txt {
    padding-top: 2.777vw;
    padding-left: 4.44vw;
    font-size: 7.77vw;
  }
  #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div1 .icon-txt > span, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 .icon-div2 .icon-txt > span {
    font-size: 3.05vw;
    margin-left: 0.6944vw;
  }
  #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
    transition: all 0.5s ease;
  }
  #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 .icon-div1, #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 .icon-div2 {
    width: 20.416vw;
  }
  #liupanshan .section12 .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 .icon-div1 {
    margin-right: 13.888vw;
  }
  #liupanshan .section12.active .section12-icons-stone-container .section12-icon-stone1 {
    transform: translate(0, 0);
    transition: transform 1s ease 1s;
  }
  #liupanshan .section12.active .section12-icons-stone-container .section12-icon-stone2 {
    transform: translate(0, 0);
    transition: transform 1s ease 1s;
  }
  #liupanshan .section12.active .section12-icons-stone-container .section12-icon-stone3 {
    transform: translate(0, 0);
    transition: transform 1s ease 1s;
  }
  #liupanshan .section12.active .section12-icons-stone-container .section12-icon-stone4 {
    transform: translate(0, 0);
    transition: transform 1s ease 1s;
  }
  #liupanshan .section12.active .section12-icons-stone-container .section12-icon-stone5 {
    transform: translate(0, 0);
    transition: transform 1s ease 1s;
  }
  #liupanshan .section12.active .section12-icons-stone-container .section12-icon-stone6 {
    transform: translate(0, 0);
    transition: transform 1s ease 1s;
  }
  #liupanshan .section12.active .section12-icons-stone-container .section12-icon-stone7 {
    transform: translate(0, 0);
    transition: transform 1s ease 1s;
  }
  #liupanshan .section12.active .section12-img {
    transform: translateY(0vw);
    transition: transform 1s ease;
  }
  #liupanshan .section12.active .section12-txtIcons-container .section12-txtIcons .section12-icons-div-1 {
    opacity: 0;
    transition: opacity 1s ease 1s;
  }
  #liupanshan .section12.active .section12-txtIcons-container .section12-txtIcons .section12-icons-div-2 {
    opacity: 1;
    transition: opacity 1s ease 1s;
  }
}

#liupanshan .section13 .section13-imgs {
  position: relative;
}

#liupanshan .section13 .section13-imgs .section13-phone {
  width: 72.239vw;
  margin: 0 auto;
  margin-top: 2.5vw;
  transform: scale(1.3);
  transform-origin: top;
  transition: all 1.5s ease;
  position: relative;
  z-index: 9;
}

#liupanshan .section13 .section13-imgs .section-number {
  width: 48.95833vw;
  position: absolute;
  top: 32.04vw;
  left: 27.34375vw;
  transform: scale(1.3) translateY(8.85417vw);
  transform-origin: top;
  transition: all 1.5s ease;
}

#liupanshan .section13 .section13-imgs.active .section13-phone {
  transform: scale(1);
}

#liupanshan .section13 .section13-imgs.active .section-number {
  transform: scale(1) translateY(0);
}

#liupanshan .section13 .section13-icons {
  width: 60.4166vw;
  margin: 0 auto;
  margin-top: 3.33vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#liupanshan .section13 .section13-icons .section13-icon {
  width: 18.75vw;
  height: 10.416667vw;
  border-radius: 1.25vw;
  background-color: rgba(103, 184, 249, 0.06);
  position: relative;
  padding-top: .833333vw;
  padding-left: 1.25vw;
}

#liupanshan .section13 .section13-icons .section13-icon:not(:last-child) {
  margin-right: 2.083vw;
}

#liupanshan .section13 .section13-icons .section13-icon .section13-icon-text {
  font-size: 1.1458vw;
  line-height: 1.6;
  color: #000000;
  margin-top: 0.833vw;
}

#liupanshan .section13 .section13-icons .section13-icon .section13-icon-title {
  font-size: 4.166667vw;
  line-height: 1.25;
  color: #67B8F9;
  display: flex;
  align-items: baseline;
}

#liupanshan .section13 .section13-icons .section13-icon .section13-icon-title > span:last-child {
  font-size: 1.666vw;
  margin-left: .833333vw;
}

#liupanshan .section13 .section13-icons .section13-icon:last-child {
  padding-top: 2.34375vw;
}

#liupanshan .section13 .section13-icons .section13-icon:last-child .section13-icon-title {
  font-size: 2.5vw;
}

#liupanshan .section13 .section13-icons .section13-icon:last-child .section13-icon-text {
  margin-top: 1.49vw;
}

#liupanshan .section13 .section13-icons .section13-icon .section13-icon-img {
  position: absolute;
  right: 0.833vw;
  bottom: 0.52vw;
  width: 6.25vw;
  height: 6.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section13 .section13-imgs {
    position: relative;
  }
  #liupanshan .section13 .section13-imgs .section13-phone {
    width: 100%;
    margin-top: 8.88vw;
    transform: scale(1);
  }
  #liupanshan .section13 .section13-imgs .section-number {
    display: none;
  }
  #liupanshan .section13 .section13-icons {
    width: 82.22vw;
    flex-wrap: wrap;
    margin-top: 8.88vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon {
    width: 100%;
    height: 25.83vw;
    border-radius: 3.055vw;
    padding-top: 2.22vw;
    padding-left: 4.44vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.77vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon .section13-icon-text {
    font-size: 3.055vw;
    margin-top: 2.77vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon .section13-icon-title {
    font-size: 11.111vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon .section13-icon-title > span:last-child {
    font-size: 4.44vw;
    margin-left: 0.694vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon:last-child {
    padding-top: 5vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon:last-child .section13-icon-title {
    font-size: 6.66vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon:last-child .section13-icon-text {
    margin-top: 2.77vw;
  }
  #liupanshan .section13 .section13-icons .section13-icon .section13-icon-img {
    right: 5.55vw;
    bottom: 4.44vw;
    width: 16.666vw;
    height: 16.666vw;
  }
}

#liupanshan .section-14 .section14-content {
  display: flex;
  align-items: center;
  background-color: #F9FDFF;
  padding: 2.73437vw 15.625vw 2.73437vw 7.552vw;
}

#liupanshan .section-14 .section14-swiper-control-container-lg {
  width: 30vw;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container {
  display: flex;
  height: 100%;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-swiper-scrollbar {
  height: auto;
  width: 0.2vw;
  background-color: #E1EBF5;
  border-radius: 2.6vw;
  margin-right: 1.25vw;
  position: relative;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-swiper-scrollbar .section14-swiper-scrollbar-drag {
  position: absolute;
  width: 0.2vw;
  height: 33%;
  border-radius: 2.6vw;
  background-image: linear-gradient(to right, #8BDFFF, #4498ED);
  top: 0;
  left: 0;
  transform: translateY(0);
  transition: transform .6s, height .6s;
  will-change: transform, height;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content {
  width: 21.875vw;
  pointer-events: none;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content .section14-title-item {
  font-size: 1.4583vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.25;
  margin-bottom: 0.729vw;
  cursor: pointer;
  transition: color .6s;
  will-change: color;
  pointer-events: all;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content .section14-text-item:not(:last-child) {
  margin-bottom: 2.083333vw;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content .section14-text-item > p {
  height: 0;
  transition: all .6s ease;
  pointer-events: none;
  overflow: hidden;
}

@media (hover: hover) {
  #liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content .section14-title-item:hover {
    color: #000000;
  }
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="0"] .section14-swiper-scrollbar .section14-swiper-scrollbar-drag {
  height: 26%;
  transform: translateY(0);
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="0"] .section14-text-content .section14-text-item:first-child .section14-title-item {
  color: #000;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="0"] .section14-text-content .section14-text-item:first-child > p {
  height: 1.5em;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="1"] .section14-swiper-scrollbar .section14-swiper-scrollbar-drag {
  transform: translateY(66%);
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="1"] .section14-text-item:nth-child(2) .section14-title-item {
  color: #000;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="1"] .section14-text-item:nth-child(2) > p {
  height: 3.2em;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="2"] .section14-swiper-scrollbar .section14-swiper-scrollbar-drag {
  height: 26%;
  transform: translateY(192%);
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="2"] .section14-text-item:nth-child(3) .section14-title-item {
  color: #000;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="2"] .section14-text-item:nth-child(3) > p {
  height: 1.5em;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="3"] .section14-swiper-scrollbar .section14-swiper-scrollbar-drag {
  transform: translateY(203%);
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="3"] .section14-text-item:nth-child(4) .section14-title-item {
  color: #000;
}

#liupanshan .section-14 .section14-swiper-control-container-lg .section14-text-content-container[data-index="3"] .section14-text-item:nth-child(4) > p {
  height: 3.2em;
}

#liupanshan .section-14 .section14-swiper {
  width: 13.6979vw;
}

#liupanshan .section-14 .section14-swiper-container {
  position: relative;
}

#liupanshan .section-14 .section14-swiper-container .section14-waves-container {
  position: absolute;
  top: 5.416vw;
  left: 0;
  z-index: 3;
}

#liupanshan .section-14 .section14-swiper-container .section14-waves {
  position: relative;
  width: 3.6458vw;
  height: 4.8958vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#liupanshan .section-14 .section14-swiper-container .section14-waves .wave-item {
  position: absolute;
  top: 0%;
  left: 50%;
  border-radius: 100%;
  width: 2.3437vw;
  height: 3.5416vw;
  background-image: radial-gradient(ellipse at center, rgba(131, 182, 232, 0.01) 0%, rgba(131, 182, 232, 0.01) 50%, #83B6E8 100%);
  opacity: 0;
}

#liupanshan .section-14 .section14-swiper-container .section14-waves .wave-item1 {
  animation: sectionWave 1.2s linear infinite;
}

#liupanshan .section-14 .section14-swiper-container .section14-waves .wave-item2 {
  animation: sectionWave 1.2s linear 0.6s infinite;
}

#liupanshan .section-14 .section14-swiper-container .section14-waves .wave-item3 {
  animation: sectionWave 1.2s linear 1.2s infinite;
}

#liupanshan .section-14 .section14-swiper-control-container-mob {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-14 .section14-content {
    flex-wrap: wrap-reverse;
    background-color: unset;
    padding: 0;
    border-radius: 0;
  }
  #liupanshan .section-14 .section14-swiper {
    width: 82.22vw;
    margin: 0 auto;
    overflow: visible;
  }
  #liupanshan .section-14 .section14-swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  #liupanshan .section-14 .section14-swiper-container .section14-waves-container {
    top: 21.583vw;
    left: 27.277vw;
  }
  #liupanshan .section-14 .section14-swiper-container .section14-waves {
    width: 9.722vw;
    height: 13.055vw;
  }
  #liupanshan .section-14 .section14-swiper-container .section14-waves .wave-item {
    width: 6.25vw;
    height: 9.444vw;
  }
  #liupanshan .section-14 .section14-swiper-control-container-lg {
    display: none;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob {
    display: block;
    position: relative;
    margin-top: 8.88vw;
    overflow: hidden;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-swiper-control-container {
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-swiper-control-container::-webkit-scrollbar {
    display: none;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-swiper-control-title-container {
    display: flex;
    justify-content: space-between;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-swiper-control-row {
    width: 122.222vw;
    padding: 0 8.88vw;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-swiper-control-title-item {
    font-size: 5.5555vw;
    color: rgba(0, 0, 0, 0.4);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-swiper-control-progress {
    background-color: #E1EBF5;
    height: 2px;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-swiper-control-progress-container {
    margin-top: 3.3333vw;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-swiper-control-progress-bar {
    background-image: linear-gradient(to right, #8BDFFF, #4498ED);
    height: 2px;
    width: 21%;
    transition: transform .6s ease;
    will-change: transform;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-decs-mob {
    position: relative;
    width: 82.222vw;
    margin-left: 8.88vw;
    margin-top: 6.66vw;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-decs-mob > P {
    color: #707070;
    transition: opacity 0.6s ease;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-decs-mob > p:not(:last-child) {
    position: absolute;
    top: 0;
    opacity: 0;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob .section14-decs-mob > p:last-child {
    position: relative;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="0"] .section14-swiper-control-progress-bar {
    transform: translateX(0);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="0"] .section14-swiper-control-title-item {
    color: rgba(0, 0, 0, 0.4);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="0"] .section14-swiper-control-title-item:nth-child(1) {
    color: #000000;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="0"] .section14-decs-mob > p {
    opacity: 0;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="0"] .section14-decs-mob > p:first-child {
    opacity: 1;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="1"] .section14-swiper-control-progress-bar {
    transform: translateX(27.4vw);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="1"] .section14-swiper-control-title-item {
    color: rgba(0, 0, 0, 0.4);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="1"] .section14-swiper-control-title-item:nth-child(2) {
    color: #000000;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="1"] .section14-decs-mob > p {
    opacity: 0;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="1"] .section14-decs-mob > p:nth-child(2) {
    opacity: 1;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="2"] .section14-swiper-control-progress-bar {
    transform: translateX(54.8vw);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="2"] .section14-swiper-control-title-item {
    color: rgba(0, 0, 0, 0.4);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="2"] .section14-swiper-control-title-item:nth-child(3) {
    color: #000000;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="2"] .section14-decs-mob > p {
    opacity: 0;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="2"] .section14-decs-mob > p:nth-child(3) {
    opacity: 1;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="3"] .section14-swiper-control-progress-bar {
    transform: translateX(82.49vw);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="3"] .section14-swiper-control-title-item {
    color: rgba(0, 0, 0, 0.4);
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="3"] .section14-swiper-control-title-item:nth-child(4) {
    color: #000000;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="3"] .section14-decs-mob > p {
    opacity: 0;
  }
  #liupanshan .section-14 .section14-swiper-control-container-mob[data-index="3"] .section14-decs-mob > p:nth-child(4) {
    opacity: 1;
  }
}

@keyframes sectionWave {
  0% {
    opacity: 0.5;
    transform: scale(0.57);
    transition: filter 0.2s;
    will-change: filter;
  }
  50% {
    opacity: 1;
    transform: scale(1);
    transition: filter 0.2s;
    will-change: filter;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
    transition: filter 0.2s;
    will-change: filter;
  }
}

#liupanshan .section-15 .section15-icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#liupanshan .section-15 .section15-icons .section15-icon {
  width: 21.09375vw;
  height: 10.677vw;
  border-radius: 1.25vw;
  background-color: rgba(103, 184, 249, 0.06);
  position: relative;
  padding-top: 1.25vw;
  padding-left: 1.25vw;
}

#liupanshan .section-15 .section15-icons .section15-icon:not(:last-child) {
  margin-right: 1.66vw;
}

#liupanshan .section-15 .section15-icons .section15-icon .section15-icon-text {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #000000;
}

#liupanshan .section-15 .section15-icons .section15-icon .section15-icon-title {
  font-size: 1.666667vw;
  line-height: 1.25;
  color: #67B8F9;
  margin-bottom: 1.5625vw;
}

#liupanshan .section-15 .section15-icons .section15-icon .section15-icon-img {
  position: absolute;
  right: 0.52vw;
  top: 0;
  width: 6.25vw;
  height: 6.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-15 .section15-icons {
    flex-wrap: wrap;
  }
  #liupanshan .section-15 .section15-icons .section15-icon {
    width: 100%;
    height: 27.2210677vw;
    border-radius: 3.055vw;
    padding-top: 4.44vw;
    padding-left: 4.44vw;
  }
  #liupanshan .section-15 .section15-icons .section15-icon:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.77vw;
  }
  #liupanshan .section-15 .section15-icons .section15-icon .section15-icon-text {
    font-size: 3.055vw;
  }
  #liupanshan .section-15 .section15-icons .section15-icon .section15-icon-title {
    font-size: 5.55vw;
    margin-bottom: 5.2 0.77vw;
  }
  #liupanshan .section-15 .section15-icons .section15-icon .section15-icon-img {
    position: absolute;
    top: auto;
    right: 5.55vw;
    bottom: 5.27vw;
    width: 16.666vw;
    height: 16.666vw;
  }
}

#liupanshan .section-16 .section16-img {
  position: relative;
}

#liupanshan .section-16 .section16-img .section16-icons {
  width: 10.4166vw;
  position: absolute;
  top: 4.84375vw;
  left: 19.427vw;
}

#liupanshan .section-16 .section16-img .section16-icon {
  display: flex;
  align-items: flex-start;
}

#liupanshan .section-16 .section16-img .section16-icon .icon-txt-content .icon-title {
  font-size: 2.5vw;
  color: #67B8F9;
  line-height: 1;
  display: flex;
  align-items: baseline;
  margin-bottom: 0.833vw;
}

#liupanshan .section-16 .section16-img .section16-icon .icon-txt-content .icon-title > span:last-child {
  font-size: 1.14583vw;
  margin-left: 0.4166vw;
}

#liupanshan .section-16 .section16-img .section16-icon .icon-txt-content > p {
  color: #86868B;
  font-weight: 500;
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .section-16 .section16-img .section16-icons {
    width: 27.77vw;
    top: 7.88vw;
    left: 11.11vw;
    display: flex;
    flex-wrap: wrap;
  }
  #liupanshan .section-16 .section16-img .section16-icon .icon-txt-content .icon-title {
    font-size: 6.666vw;
    margin-bottom: 1.388vw;
  }
  #liupanshan .section-16 .section16-img .section16-icon .icon-txt-content .icon-title > span:last-child {
    font-size: 3.0555vw;
    margin-left: 1.111vw;
  }
  #liupanshan .section-16 .section16-img .section16-icon .icon-txt-content p {
    font-size: 3.055556vw;
  }
}

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

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

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

#liupanshan .activity-item {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  transition: transform .8s,opacity 1.2s;
  transition-delay: var(_activeIndex);
}

#liupanshan .activity-item.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (hover: hover) and (pointer: fine) {
  #liupanshan .shine-circle-item::before, #liupanshan .shine-circle-item::after {
    transition: transform 240ms ease-out;
  }
  #liupanshan .border-item {
    transition: transform 300ms ease-out;
  }
  #liupanshan .shine-circle-hover:not(.arrownav-disabled):hover .shine-circle-item::before {
    transform: translate3d(0, -120%, 0);
  }
  #liupanshan .shine-circle-hover:not(.arrownav-disabled):hover .shine-circle-item::after {
    transform: translate3d(0, 99%, 0);
  }
  #liupanshan .shine-circle-hover:not(.arrownav-disabled):hover .border-item {
    transform: rotate(0deg);
  }
  #liupanshan .shine-circle-hover:not(.arrownav-disabled).shine-circle-light:hover .shine-circle-item::before {
    transform: translate3d(0, -120%, 0);
  }
  #liupanshan .shine-circle-hover:not(.arrownav-disabled).shine-circle-light:hover .shine-circle-item::after {
    transform: translate3d(0, 82%, 0);
  }
  #liupanshan .shine-circle-hover:not(.arrownav-disabled).shine-circle-arrow-light:hover .shine-circle-item::before {
    transform: translate3d(0, -120%, 0);
  }
  #liupanshan .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) {
  #liupanshan .shine-circle-item, #liupanshan .shine-circle-border {
    opacity: 1;
  }
  #liupanshan .shine-circle-item::before, #liupanshan .shine-circle-item::after {
    filter: blur(0.92857vw);
  }
}

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

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

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

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

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

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

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

#liupanshan .ud-txtLink {
  width: fit-content;
  margin: 0 auto;
}

#liupanshan .ud-txtLink .permalink_a {
  display: inline-flex;
  align-items: center;
  font-size: 1.041vw;
  line-height: 1.6;
  color: #7A7789;
}

#liupanshan .ud-txtLink .permalink_a .link-gt {
  display: inline-block;
  width: 1.1458vw;
  transition: transform .3s ease-out;
}

@media (hover: hover) {
  #liupanshan .ud-txtLink .permalink_a:hover {
    opacity: 0.6;
  }
  #liupanshan .ud-txtLink .permalink_a:hover .link-gt {
    transform: translateX(4px);
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .ud-txtLink .permalink_a {
    color: #A4A1B6;
  }
  #liupanshan .ud-txtLink .permalink_a .link-gt {
    width: 1.71vw;
  }
  #liupanshan .ud-txtLink .permalink_a:hover {
    opacity: 1;
  }
  #liupanshan .ud-txtLink .permalink_a:hover .link-gt {
    transform: translateX(0);
  }
}

@media (max-aspect-ratio: 7 / 10) {
  #liupanshan .ud-txtLink .permalink_a .link-gt {
    width: 4.166vw;
  }
  #liupanshan .ud-txtLink .permalink_a:hover {
    opacity: 1;
  }
  #liupanshan .ud-txtLink .permalink_a:hover .link-gt {
    transform: translateX(0);
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #liupanshan .ud-txtLink .permalink_a {
    font-size: 1.71vw;
  }
}

@media (max-aspect-ratio: 7 / 10) {
  #liupanshan .ud-txtLink .permalink_a {
    font-size: 3.888vw;
  }
}

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

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

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

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

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

#liupanshan .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) {
  #liupanshan .section-video-popup-container {
    bottom: 6.66vw;
  }
}

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

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

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

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

#liupanshan .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) {
  #liupanshan .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) {
  #liupanshan .section-video-html-popup-container .section-videoBtn-content .video-pop-play-text {
    font-size: 3.8888vw;
    margin-right: 2.22vw;
  }
  #liupanshan .section-video-html-popup-container .section-videoBtn-content .video-pop-play-icon {
    width: 6.666vw;
    height: 6.666vw;
  }
}

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

#liupanshan .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;
}

#liupanshan .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) {
  #liupanshan .video-containerbtn .play-pause-button {
    cursor: pointer;
  }
  #liupanshan .video-containerbtn .play-pause-button:hover::after {
    opacity: .6;
  }
}

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

#liupanshan .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;
}

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

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

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

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

#liupanshan .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;
}

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

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

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

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

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

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

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

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

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

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

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

#liupanshan .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) {
  #liupanshan .section-footnote li i {
    width: 4.722222vw;
    height: 4.722222vw;
    transform: translateY(calc((3.333333vw * 1.6 - 4.722222vw) / 2 * -1 - 1px));
  }
}

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

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

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

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