#aidisheng {
  line-height: 1.6;
  color: #969699;
  background-color: #000000;
}

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

#aidisheng section {
  position: relative;
}

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

#aidisheng svg {
  overflow: visible;
}

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

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

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

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

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

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

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

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

#aidisheng .permalink {
  line-height: inherit;
  color: #D0D0D0;
  text-decoration: underline;
  word-wrap: break-word;
}

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

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

.no-touch #aidisheng .permalink.global-style-hide span {
  transition: transform .3s ease-out;
}

.no-touch #aidisheng .permalink.global-style-hide:hover span {
  transform: translateX(3px);
}

.no-touch[dir=rtl] #aidisheng .permalink.global-style-hide:hover span {
  transform: translateX(-3px);
}

#aidisheng .permalink.global-style-forbidden:hover {
  text-decoration: underline;
}

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

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

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

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

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

#aidisheng br.lg {
  display: block;
}

#aidisheng br.xs {
  display: none;
}

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

#aidisheng .absolute {
  position: absolute;
}

#aidisheng .relative {
  position: relative;
}

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

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

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

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

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

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

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

#aidisheng .block {
  display: block;
}

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

#aidisheng .inline {
  display: inline;
}

#aidisheng .flex {
  display: flex;
}

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

#aidisheng .hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#aidisheng .w-1620 {
  width: 84.375vw;
}

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

#aidisheng .w-1440 {
  width: 75vw;
}

#aidisheng .w-1556 {
  width: 81.0416vw;
}

#aidisheng .w-1364 {
  width: 71.0416vw;
}

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

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .xs\:w-full {
    width: 100%;
  }
  #aidisheng .xs\:w-560 {
    width: 77.77vw;
  }
  #aidisheng .xs\:w-592 {
    width: 82.22vw;
  }
  #aidisheng .xs\:w-624 {
    width: 86.666vw;
  }
  #aidisheng .xs\:w-656 {
    width: 91.111vw;
  }
  #aidisheng .xs\:w-600 {
    width: 83.333333vw;
  }
  #aidisheng .xs\:w-640 {
    width: 88.88vw;
  }
}

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

#aidisheng h2 {
  font-size: 3.33vw;
  font-weight: 400;
}

#aidisheng h3 {
  font-size: 1.666667vw;
}

#aidisheng p {
  font-size: 1.14583vw;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #aidisheng .xs\:mt-0 {
    margin-top: 0;
  }
  #aidisheng .mt-20, #aidisheng .xs\:mt-20 {
    margin-top: 2.777778vw;
  }
  #aidisheng .mt-24, #aidisheng .xs\:mt-24 {
    margin-top: 3.333vw;
  }
  #aidisheng .mt-30, #aidisheng .xs\:mt-30 {
    margin-top: 4.166667vw;
  }
  #aidisheng .mt-32, #aidisheng .xs\:mt-32 {
    margin-top: 4.444vw;
  }
  #aidisheng .mt-40, #aidisheng .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #aidisheng .mt-48, #aidisheng .xs\:mt-48 {
    margin-top: 6.66vw;
  }
  #aidisheng .mt-60, #aidisheng .xs\:mt-60 {
    margin-top: 8.333333vw;
  }
  #aidisheng .mt-64, #aidisheng .xs\:mt-64 {
    margin-top: 8.88vw;
  }
  #aidisheng .mt-80, #aidisheng .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #aidisheng .mt-200, #aidisheng .lg\:mt-200 {
    margin-top: 27.777778vw;
  }
}

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

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

#aidisheng {
  /* highlights start */
  /* highlights end */
  /* light-desktop start*/
  /* light-desktop end*/
  /* performance start*/
  /* performance end*/
  /* chip start*/
  /* chip end*/
  /* personality start */
  /* personality end */
}

#aidisheng.no-inline-video .section-kv .kv-intro {
  opacity: 1;
  transform: translateY(0);
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng.no-inline-video .section-kv .kv-intro {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

#aidisheng.no-inline-video .video-replay-click .click-video-icons {
  display: none;
  opacity: 0;
  overflow: hidden;
}

#aidisheng .section-kv {
  overflow: hidden;
  position: relative;
}

#aidisheng .section-kv .mob-show {
  display: none;
}

#aidisheng .section-kv .aspect-ratio::before {
  padding-bottom: calc(100% / (2880 / 1440));
}

#aidisheng .section-kv .kv-intro {
  position: absolute;
  top: 14.58vw;
  left: 66.97vw;
  width: 26vw;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(3vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  will-change: transform, opacity;
}

#aidisheng .section-kv .kv-intro h2 {
  color: #000;
  font-size: 3.6458vw;
  letter-spacing: 0.05vw;
}

#aidisheng .section-kv .kv-intro .kv-title {
  width: 20.20vw;
  margin: 0 auto;
  margin-top: 1.875vw;
}

#aidisheng .section-kv .hero-pricing {
  padding-top: 3.33vw;
  position: relative;
  z-index: 2;
  padding-bottom: 6.25vw;
  background: linear-gradient(to bottom, #011323 0%, #010E1A 100%);
}

#aidisheng .section-kv.active .kv-intro {
  opacity: 1;
  transform: translateY(0);
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-kv .pc-show {
    display: none;
  }
  #aidisheng .section-kv .mob-show {
    display: block;
  }
  #aidisheng .section-kv .kv-intro {
    position: absolute;
    top: 22.22vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    opacity: 1;
  }
  #aidisheng .section-kv .kv-intro h2 {
    font-size: 8.888vw;
  }
  #aidisheng .section-kv .kv-intro .kv-title {
    width: 46.527vw;
    margin: 0 auto;
    margin-top: 3.888vw;
  }
  #aidisheng .section-kv .hero-pricing {
    padding-top: 10.4166vw;
    padding-bottom: 27.77vw;
    background: linear-gradient(to bottom, #011323 0%, #010B13 100%);
  }
}

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

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

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

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

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

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

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

#aidisheng .aidisheng-big-title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3.33vw;
  position: relative;
}

#aidisheng .aidisheng-big-title .title-small {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25vw;
}

#aidisheng .aidisheng-big-title .title-small > p {
  color: #fff;
  line-height: 1.25;
}

#aidisheng .aidisheng-big-title .title-small > img {
  width: 2.8125vw;
  margin-left: -1.625vw;
}

#aidisheng .aidisheng-big-title .main-headline-container {
  text-align: center;
}

#aidisheng .aidisheng-big-title .main-headline {
  display: inline-block;
  font-size: 5vw;
  font-weight: 500;
  transition: letter-spacing 1.8s, filter 1.8s, background-position 1.8s;
  -webkit-text-fill-color: transparent;
  letter-spacing: .2em;
  background-image: linear-gradient(90deg, #fff 35%, #5c8eff, #3e6ffe, #0884ff, #033bff, #000 65%);
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 300%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  filter: blur(5px);
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .aidisheng-big-title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 8.88vw;
  }
  #aidisheng .aidisheng-big-title .title-small {
    margin-bottom: 4.44vw;
  }
  #aidisheng .aidisheng-big-title .title-small > img {
    width: 12.083vw;
    margin-left: -7.488vw;
  }
  #aidisheng .aidisheng-big-title .title-video .video-container {
    display: none;
  }
  #aidisheng .aidisheng-big-title .main-headline {
    font-size: 13.33vw;
  }
}

#aidisheng .aidiseng-title-trigger {
  position: relative;
}

#aidisheng .aidiseng-title-trigger .title-trigger {
  position: absolute;
  top: 0;
}

#aidisheng .aidiseng-title-trigger .aidisheng-big-title.active .main-headline {
  letter-spacing: 0;
  background-position: 0;
  filter: blur(0px);
}

#aidisheng .aidiseng-title-trigger .activeDiv-content.active {
  opacity: 1;
  transition: opacity 0.25s 1s linear;
}

#aidisheng .aidisheng-title-bar, #aidisheng .aidisheng-title-section3 {
  margin-bottom: 0;
}

#aidisheng .section-3 {
  width: 100%;
}

#aidisheng .section-3 .section-s3 .aidisheng-product-btn {
  padding-left: 1.66vw;
  height: 3.33333vw;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4.58333vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 2.6vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  will-change: background-color;
  transition: background-color 0.6s;
}

#aidisheng .section-3 .section-s3 .play_video {
  cursor: pointer;
}

#aidisheng .section-3 .section-s3 .play_video:hover .aidisheng-product-btn {
  backdrop-filter: blur(10px) brightness(120%);
  -webkit-backdrop-filter: blur(10px) brightness(120%);
  background-color: rgba(255, 255, 255, 0.1);
}

#aidisheng .section-3 .section-s3 .aidisheng-product-btn span {
  font-size: 0.9375vw;
  color: #FFFFFF;
}

#aidisheng .section-3 .section-s3 .aidisheng-product-btn img {
  width: 1.66vw;
  margin-left: .833vw;
  margin-right: .83333vw;
}

#aidisheng .section-3 .video-container .s3-bg {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
}

@media screen and (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-3 .section-s3 .aidisheng-product-btn {
    width: max-content;
    padding-left: 6.33333vw;
    height: 13.33333vw;
    border-radius: 12.22222vw;
    bottom: 8.88vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #aidisheng .section-3 .section-s3 .play_video:hover .aidisheng-product-btn {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #aidisheng .section-3 .section-s3 .aidisheng-product-btn span {
    font-size: 3.88889vw;
  }
  #aidisheng .section-3 .section-s3 .aidisheng-product-btn img {
    width: 6.66667vw;
    margin-left: 3.33333vw;
    margin-right: 3.33333vw;
  }
}

#aidisheng .section-4 .title-txt {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#aidisheng .section-4 .title-txt > p {
  width: fit-content;
  margin-left: 10.416vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-4 .title-txt {
    width: 77.77vw;
    margin: 0 auto;
    display: block;
  }
  #aidisheng .section-4 .title-txt > p {
    width: 100%;
    margin-left: 0;
  }
}

#aidisheng .section-6 .title-txt {
  width: fit-content;
  margin: 0 auto;
  margin-top: 3.33vw;
  display: flex;
  justify-content: center;
}

#aidisheng .section-6 .title-txt .txt-num {
  width: fit-content;
  margin-left: 10.416vw;
}

#aidisheng .section-6 .title-txt .txt-num > p {
  font-size: 0.9375vw;
}

#aidisheng .section-6 .title-txt .txt-num > div {
  font-size: 2.9166vw;
  line-height: 1.25;
  color: #FFFFFF;
  margin-top: 0.416vw;
}

#aidisheng .section-6 .title-txt .txt-num > div span {
  font-size: 0.9375vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-6 .title-txt {
    width: 77.77vw;
    margin: 0 auto;
    margin-top: 8.88vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #aidisheng .section-6 .title-txt .txt-num {
    width: 100%;
    margin-left: 0;
    margin-top: 7.77vw;
  }
  #aidisheng .section-6 .title-txt .txt-num > p {
    font-size: 3.888vw;
    margin-bottom: 0.69vw;
  }
  #aidisheng .section-6 .title-txt .txt-num > div {
    font-size: 11.11vw;
    margin-top: 0.833vw;
  }
  #aidisheng .section-6 .title-txt .txt-num > div span {
    font-size: 5.55vw;
    color: #fff;
  }
}

#aidisheng .section-7 .txt-a {
  margin-top: 3.125vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-7 .title-txt {
    margin-top: 8.88vw;
    text-align: left;
    position: static;
    transform: translateX(0%);
  }
  #aidisheng .section-7 .txt-a {
    margin-top: 8.33vw;
  }
}

#aidisheng .section-8 .section-content {
  position: relative;
}

#aidisheng .section-8 .title-txt h2 {
  font-size: 2.5vw;
}

#aidisheng .section-8 .txt-a {
  margin-top: 3.125vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-8 .title-txt h2 {
    font-size: 8.88vw;
  }
  #aidisheng .section-8 .txt-a {
    margin-top: 8.33vw;
  }
  #aidisheng .section-8 .txt-note {
    width: 77.77vw;
    text-align: left;
  }
}

#aidisheng .section-10 .section-content {
  position: relative;
}

#aidisheng .section-10 .title-txt {
  position: absolute;
  top: 50%;
  left: 16.40625vw;
  transform: translateY(-50%);
  width: 21.875vw;
  z-index: 3;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-10 .title-txt {
    position: static;
    transform: translateY(0);
    width: 77.77vw;
    margin: 0 auto;
    margin-bottom: 8.88vw;
  }
}

#aidisheng .section-11 .three-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 3.33vw;
}

#aidisheng .section-11 .three-content {
  width: 35vw;
}

#aidisheng .section-11 .three-content > p {
  width: 98%;
  margin-left: 0.8333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-11 .three-contents {
    display: block;
    margin-top: 8.88vw;
  }
  #aidisheng .section-11 .three-content {
    width: 100%;
  }
  #aidisheng .section-11 .three-content > p {
    width: 77.77vw;
    margin: 0 auto;
    margin-top: 6.666vw;
  }
  #aidisheng .section-11 .three-content:first-child {
    margin-bottom: 16.66vw;
  }
}

#aidisheng .section-12 .section-content {
  position: relative;
}

#aidisheng .section-12 .title-txt {
  position: absolute;
  top: 12.02vw;
  left: 16.25vw;
  width: 20.833vw;
  z-index: 3;
}

#aidisheng .section-12 .txt-a {
  margin-top: 3.125vw;
}

#aidisheng .section-12 .txt-note {
  margin-left: 0;
  text-align: left;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-12 .section-content {
    display: flex;
    flex-wrap: wrap;
  }
  #aidisheng .section-12 .txt-note {
    margin: 0 auto;
    margin-top: 8.33vw;
    text-align: center;
    order: 4;
  }
  #aidisheng .section-12 .title-txt {
    position: static;
    width: 77.77vw;
    margin: 0 auto;
    margin-bottom: 8.88vw;
    order: 1;
  }
  #aidisheng .section-12 .video-container {
    order: 2;
  }
  #aidisheng .section-12 .txt-a {
    margin-top: 8.33vw;
    order: 3;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-13 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 8.88vw;
  }
}

#aidisheng .section-14 .txt-icons {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.5vw;
  display: flex;
  justify-content: center;
}

#aidisheng .section-14 .txt-icons .txt-icon {
  display: flex;
  align-items: flex-start;
}

#aidisheng .section-14 .txt-icons .txt-icon img {
  width: 2.9166vw;
  margin-right: 0.8333vw;
}

#aidisheng .section-14 .txt-icons .txt-icon .txt-32-40 {
  font-size: 1.666vw;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 0.52vw;
}

#aidisheng .section-14 .txt-icons .txt-icon .txt-18-28 {
  font-size: 0.9375vw;
}

#aidisheng .section-14 .txt-icons .txt-icon:first-child {
  margin-right: 13.02vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-14 .txt-icons {
    width: 77.77vw;
    margin: 0 auto;
    margin-top: 11.11vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #aidisheng .section-14 .txt-icons .txt-icon {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  #aidisheng .section-14 .txt-icons .txt-icon img {
    width: 11.11vw;
    margin-right: 2.22vw;
    margin-top: 0.8333vw;
  }
  #aidisheng .section-14 .txt-icons .txt-icon .txt-con {
    width: fit-content;
  }
  #aidisheng .section-14 .txt-icons .txt-icon .txt-32-40 {
    font-size: 5.55vw;
    margin-bottom: 2.08vw;
  }
  #aidisheng .section-14 .txt-icons .txt-icon .txt-18-28 {
    font-size: 3.88vw;
  }
  #aidisheng .section-14 .txt-icons .txt-icon:first-child {
    margin-right: 0;
    margin-bottom: 8.88vw;
  }
  #aidisheng .section-14 .txt-icons .txt-icon:first-child .txt-con {
    width: fit-content;
  }
}

#aidisheng .section-15 {
  overflow: hidden;
}

#aidisheng .section-15 .swiper-slide {
  width: 21.666vw;
}

#aidisheng .section-15 .icon-con {
  width: 100%;
  padding: 2.916vw 2.916vw 3.8vw;
  background: linear-gradient(to bottom, #242424 0%, #1C1C1C 100%);
  border-radius: 0.8333vw;
}

#aidisheng .section-15 .icon-con > img {
  width: 3.125vw;
  margin-bottom: 0.833vw;
}

#aidisheng .section-15 .icon-con .txt-32-32 {
  font-size: 1.458vw;
  line-height: 1.25;
  color: #FAFAFA;
  margin-bottom: 0.833vw;
}

#aidisheng .section-15 .icon-con > p {
  width: 100%;
  font-size: 0.9375vw;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
}

#aidisheng .section-15 .arrownav-list {
  display: flex;
  justify-content: flex-end;
}

#aidisheng .section-15 .arrownav-list.moving {
  pointer-events: none;
}

#aidisheng .section-15 .arrownav-item {
  position: relative;
  width: 2.5vw;
  cursor: pointer;
  transition: opacity 300ms;
  border-radius: 100%;
  background: #202020;
  overflow: hidden;
}

@media (hover: hover) {
  #aidisheng .section-15 .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.7;
  }
}

#aidisheng .section-15 .arrownav-disabled {
  cursor: default;
  opacity: 0.5;
}

#aidisheng .section-15 .arrownav-next {
  margin-left: 1.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-15 .arrownav-item {
    width: 11.11vw;
  }
  #aidisheng .section-15 .arrownav-next {
    margin-left: 4.444444vw;
  }
}

#aidisheng .section-15 .txt-note {
  width: 100%;
  text-align: left;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-15 .txt-note {
    width: 82.222vw;
    margin: 0 auto;
    margin-top: 8.33vw;
    text-align: left;
  }
  #aidisheng .section-15 .swiper-slide {
    width: 57.77vw;
  }
  #aidisheng .section-15 .icon-con {
    border-radius: 2.22vw;
    padding: 5.55vw 2.77vw 10.55vw 5.55vw;
    background: linear-gradient(to bottom, #191919 0%, #363636 100%);
  }
  #aidisheng .section-15 .icon-con > img {
    width: 11.11vw;
    margin-bottom: 2.77vw;
  }
  #aidisheng .section-15 .icon-con > p.txt-xs-28 {
    font-size: 3.88vw;
  }
  #aidisheng .section-15 .icon-con .txt-32-32 {
    font-size: 5.55vw;
    margin-bottom: 3.33vw;
  }
}

#aidisheng .section-16 {
  width: 100%;
  overflow: hidden;
  z-index: 6;
}

#aidisheng .section-16 .active_star {
  position: absolute;
  top: 0;
}

#aidisheng .section-16 .bar-swiper {
  overflow: visible;
}

#aidisheng .section-16 .bar-swiper .swiper-slide {
  position: relative;
  margin-right: 2.0833vw;
  cursor: pointer;
}

#aidisheng .section-16 .bar-swiper .swiper-slide:last-child {
  margin-right: 0;
}

#aidisheng .section-16 .bar-swiper .swiper-slide p {
  font-size: 1.0416vw;
}

#aidisheng .section-16 .bar-swiper .bar-title {
  width: 98.6%;
  margin-top: 2.08333vw;
  margin-left: 0.8333vw;
}

#aidisheng .section-16 .bar-swiper .bar-title span {
  color: #fff;
}

#aidisheng .section-16 .bar-swiper .bar-title b {
  font-weight: normal;
}

#aidisheng .section-16 .bar-swiper .swiper-slide-active {
  cursor: default;
}

#aidisheng .section-16 .bar-swiper .txt-note {
  width: fit-content;
  max-width: 100%;
  margin-left: 0;
  color: #969699;
  margin-top: 0.625vw;
}

#aidisheng .section-16 .bar-swiper .arrownav-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5vw;
}

#aidisheng .section-16 .bar-swiper .arrownav-list.moving {
  pointer-events: none;
}

#aidisheng .section-16 .bar-swiper .arrownav-item {
  position: relative;
  width: 2.5vw;
  cursor: pointer;
  transition: opacity 300ms;
  border-radius: 100%;
  background: #202020;
  overflow: hidden;
}

@media (hover: hover) {
  #aidisheng .section-16 .bar-swiper .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.7;
  }
}

#aidisheng .section-16 .bar-swiper .arrownav-disabled {
  cursor: default;
  opacity: 0.5;
}

#aidisheng .section-16 .bar-swiper .arrownav-next {
  margin-left: 1.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-16 .bar-swiper .arrownav-item {
    width: 11.11vw;
  }
  #aidisheng .section-16 .bar-swiper .arrownav-next {
    margin-left: 4.444444vw;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-16 .bar-swiper {
    width: 91.11vw;
    margin: 0 auto;
  }
  #aidisheng .section-16 .bar-swiper .swiper-slide {
    margin-right: 4.44vw;
  }
  #aidisheng .section-16 .bar-swiper .swiper-slide:last-child {
    margin-right: 0;
  }
  #aidisheng .section-16 .bar-swiper .swiper-slide p {
    font-size: 3.88vw;
  }
  #aidisheng .section-16 .bar-swiper .bar-title {
    width: 77.77vw;
    margin: 0 auto;
    margin-top: 6.66vw;
    flex-wrap: wrap;
  }
  #aidisheng .section-16 .bar-swiper .bar-title p {
    width: 100%;
  }
  #aidisheng .section-16 .bar-swiper .bar-title span {
    font-size: 5.55vw;
    line-height: 1.25;
    display: block;
    margin-bottom: 2.77vw;
  }
  #aidisheng .section-16 .bar-swiper .bar-title b {
    display: none;
  }
  #aidisheng .section-16 .bar-swiper .txt-note {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 0;
    margin-top: 4.8vw;
    text-align: left;
    color: #85858A;
  }
  #aidisheng .section-16 .bar-swiper .arrownav-list {
    position: static;
    margin-top: 8.88vw;
  }
  #aidisheng .section-16 .bar-swiper .video-container .txt-note {
    display: none;
  }
  #aidisheng .section-16 .bar-swiper .bar-title .txt-note {
    display: block;
  }
}

#aidisheng .section-s17 {
  width: 100%;
}

#aidisheng .section-s17 .s17-container {
  width: 100%;
  will-change: width;
  margin: 0 auto;
  margin-top: 3.33vw;
}

#aidisheng .section-s17 .swiper {
  border-radius: 0;
  overflow: hidden;
}

#aidisheng .section-s17 .bottom-controls-container {
  width: 46.875vw;
  opacity: 1;
}

#aidisheng .section-s17 .controls-container {
  display: flex;
  justify-content: center;
}

#aidisheng .section-s17 .controls-wrapper {
  display: flex;
  align-items: center;
  width: 19.1666vw;
  height: 2.91666vw;
  border-radius: 999px;
  position: relative;
}

#aidisheng .section-s17 .controls-wrapper .controls-light {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

#aidisheng .section-s17 .controls-wrapper .controls-light-right {
  position: absolute;
  width: 100%;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 3;
}

#aidisheng .section-s17 .controls-wrapper .controls-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background-color: rgba(245, 245, 247, 0.2);
  z-index: 2;
  transform: translateZ(10px);
  will-change: opacity;
}

#aidisheng .section-s17 .controls-wrapper .controls-bg-light {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16.8229vw;
  height: 1.2239vw;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4.583333vw;
  z-index: 1;
  transform: translateX(-50%) translateZ(1px);
  will-change: transform,opacity;
}

#aidisheng .section-s17 .shine-wrapper .shine-inset::after {
  background-image: radial-gradient(closest-side, #fff6ee, #ebd8c7 20%, rgba(223, 200, 178, 0.68) 60%, rgba(129, 110, 91, 0));
  filter: blur(1vw);
}

#aidisheng .section-s17 .click-wrapper {
  position: relative;
  z-index: 5;
}

#aidisheng .section-s17 .click-wrapper .list {
  display: flex;
  align-self: center;
  padding: 0 .2vw;
}

#aidisheng .section-s17 .click-wrapper .list::after {
  position: absolute;
  content: '';
  display: block;
  width: 6.25vw;
  height: 2.5vw;
  top: 50%;
  transform: translate(0, -50%);
  left: .2vw;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1.25vw;
  transition: transform 0.8s ease , width 0.8s ease;
}

#aidisheng .section-s17 .click-wrapper .click-item {
  font-size: 0.9375vw;
  padding: 0 1.25vw;
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
  line-height: 2.5vw;
  transition: 0.8s opacity ease;
  white-space: nowrap;
}

#aidisheng .section-s17 .page-container .list {
  position: relative;
}

#aidisheng .section-s17 .page-container .page-item {
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 0;
  left: 0;
  transition: opacity 0.8s ease;
  width: 100%;
}

#aidisheng .section-s17 .page-container .page-item:last-child {
  position: relative;
  margin-top: 1.5625vw;
  transform: translateX(0);
  left: 0;
}

#aidisheng .section-s17 .page-container .page-item:last-child > p {
  margin-bottom: 2.34375vw;
}

#aidisheng .section-s17 .bottom-controls-container[data-active="0"] .click-wrapper .list::after {
  transform: translate(0, -50%);
}

#aidisheng .section-s17 .bottom-controls-container[data-active="0"] .click-wrapper .click-item:nth-child(1) {
  opacity: 1;
}

#aidisheng .section-s17 .bottom-controls-container[data-active="0"] .page-container .page-item:nth-child(1) {
  opacity: 1;
}

#aidisheng .section-s17 .bottom-controls-container[data-active="1"] .click-wrapper .list::after {
  transform: translate(6.25vw, -50%);
}

#aidisheng .section-s17 .bottom-controls-container[data-active="1"] .click-wrapper .click-item:nth-child(2) {
  opacity: 1;
}

#aidisheng .section-s17 .bottom-controls-container[data-active="1"] .page-container .page-item:nth-child(2) {
  opacity: 1;
}

#aidisheng .section-s17 .bottom-controls-container[data-active="2"] .click-wrapper .list::after {
  transform: translate(12.5vw, -50%);
}

#aidisheng .section-s17 .bottom-controls-container[data-active="2"] .click-wrapper .click-item:nth-child(3) {
  opacity: 1;
}

#aidisheng .section-s17 .bottom-controls-container[data-active="2"] .page-container .page-item:nth-child(3) {
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-s17 .s17-container {
    margin-top: 8.88vw;
  }
  #aidisheng .section-s17 .bottom-controls-container {
    width: 86.111111vw;
    opacity: 1;
    transform: translateY(0);
  }
  #aidisheng .section-s17 .controls-wrapper {
    width: 82.22vw;
    height: 13.333333vw;
  }
  #aidisheng .section-s17 .controls-wrapper .controls-bg-light {
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 75.694444vw;
    height: 4.861111vw;
    border-radius: 13.333333vw;
    opacity: 1;
  }
  #aidisheng .section-s17 .click-wrapper .list {
    padding: 0 1.111111vw;
  }
  #aidisheng .section-s17 .click-wrapper .list::after {
    width: 26.666667vw;
    height: 11.111111vw;
    left: 1.111111vw;
    border-radius: 69.444444vw;
  }
  #aidisheng .section-s17 .click-wrapper .click-item {
    font-size: 3.888889vw;
    padding: 0 5.555556vw;
    line-height: 13.333333vw;
  }
  #aidisheng .section-s17 .page-container .page-item:last-child {
    position: relative;
    margin-top: 6.66vw;
  }
  #aidisheng .section-s17 .page-container .page-item:last-child > p {
    margin-bottom: 8.8vw;
  }
  #aidisheng .section-s17 .page-container .page-item {
    width: 77.77vw;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #aidisheng .section-s17 .bottom-controls-container[data-active="0"] .click-wrapper .list::after {
    transform: translate(0, -50%);
  }
  #aidisheng .section-s17 .bottom-controls-container[data-active="1"] .click-wrapper .list::after {
    transform: translate(26.66667vw, -50%);
  }
  #aidisheng .section-s17 .bottom-controls-container[data-active="2"] .click-wrapper .list::after {
    transform: translate(53.33333vw, -50%);
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-20 .title-txt > p {
    width: 100%;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-21 .title-txt > p {
    width: 77.77vw;
  }
}

#aidisheng .txt-a {
  width: fit-content;
  margin: 0 auto;
}

#aidisheng .txt-a > a {
  font-size: 1.04166vw;
  line-height: 1.6;
  color: #FFFFFF;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .txt-a > a {
    font-size: 3.888vw;
  }
}

#aidisheng .permalink_a {
  display: inline-flex;
  align-items: center;
}

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

#aidisheng .permalink_a:hover {
  opacity: 0.6;
}

#aidisheng .permalink_a:hover .link-gt {
  transform: translateX(4px);
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .permalink_a .link-gt {
    width: 4.1666vw;
  }
}

#aidisheng .activeDiv-content {
  transition: opacity 0.25s ease-in;
  will-change: opacity;
  opacity: 0;
}

#aidisheng .activeTxt-content {
  transform: translateY(2vw);
  opacity: 0;
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  will-change: transform, opacity;
  position: relative;
}

#aidisheng .activeTxt-content .active_star {
  position: absolute;
  top: 0;
}

#aidisheng .activeTxt-content.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .activeTxt-content {
    transform: translateY(5vw);
  }
}

#aidisheng .txt-note {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 2.08vw;
  font-size: 0.625vw;
  line-height: 1.6;
  color: #85858A;
}

@media (max-width: 1920px) {
  #aidisheng .txt-note {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  #aidisheng .txt-note {
    font-size: 0.625vw;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .txt-note {
    font-size: 3.333333vw;
    margin-top: 8.333vw;
  }
}

#aidisheng .arrownav-list .pagination-item {
  display: flex;
  overflow: hidden;
  align-items: baseline;
  margin-right: 1.25vw;
  margin-left: 1.25vw;
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1;
  color: #969699;
}

#aidisheng .arrownav-list .pagination-item .pagination-current {
  display: flex;
  flex-direction: column;
  height: 1em;
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: translate3d(0, var(--pagination-y, 0), 0);
  text-align: right;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .arrownav-list .pagination-item {
    display: none;
  }
}

#aidisheng .video-replay-content {
  position: relative;
}

#aidisheng .video-replay-content .replay-trigger {
  position: absolute;
  top: 0;
}

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

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

#aidisheng .video-replay-click .click-video-icons {
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 100%;
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
  cursor: pointer;
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.5s ease-in;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(128, 128, 128, 0.5);
}

#aidisheng .video-replay-click .click-video-icons:hover {
  opacity: 0.7;
}

#aidisheng .video-replay-click .click-video-icons .click-video-rel {
  position: relative;
}

#aidisheng .video-replay-click .click-video-icons .video-open {
  position: absolute;
  top: 0;
}

#aidisheng .video-replay-click .click-video-icons .video-stop {
  position: absolute;
  top: 0;
  display: none;
}

#aidisheng .video-replay-click .click-video-icons .video-replay {
  position: absolute;
  top: 0;
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .video-replay-click .click-video-icons {
    width: 8.88vw;
    height: 8.88vw;
    right: 4.444vw;
    bottom: 4.444vw;
  }
  #aidisheng .video-replay-click .click-video-icons:hover {
    opacity: 1;
  }
}

#aidisheng .video-container {
  position: relative;
}

#aidisheng .video-container .replay-container {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2.0833vw;
}

#aidisheng .video-container .icon-copy {
  font-size: 1.04166vw;
  line-height: 1.25;
  color: #fff;
}

#aidisheng .video-container .icon-replay {
  width: 0.75vw;
  margin-left: 0.416667vw;
}

#aidisheng .video-container .replay-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  cursor: default;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  outline: 0;
}

#aidisheng .video-container.ended .replay-cta {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}

#aidisheng .video-container.ended .replay-cta:hover {
  opacity: .6;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .video-container .replay-container {
    margin-top: 3.888vw;
  }
  #aidisheng .video-container .icon-copy {
    font-size: 3.888vw;
  }
  #aidisheng .video-container .icon-replay {
    width: 2.911vw;
    margin-left: 1.111vw;
  }
}

#aidisheng .section-picture-quality .section-content {
  position: relative;
  z-index: 1;
}

#aidisheng .section-picture-quality .headline {
  width: 67.5vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#aidisheng .section-picture-quality .gallery-container {
  position: relative;
  overflow: hidden;
}

#aidisheng .section-picture-quality .swiper-list {
  position: relative;
  display: flex;
  width: 58.229167vw;
  margin-top: 3.333333vw;
  margin-right: auto;
  margin-left: auto;
  perspective: 52.083333vw;
  perspective-origin: 43% 50%;
  transform-style: preserve-3d;
}

#aidisheng .section-picture-quality .swiper {
  flex-shrink: 0;
  width: 58.229167vw;
  user-select: none;
  transform-origin: left center;
  background-color: #232323;
}

#aidisheng .section-picture-quality .swiper-2 {
  transform: rotateY(35deg) !important;
}

#aidisheng .section-picture-quality .swiper-3 {
  transform: translate3d(calc(-100% - 2px), 0, 0) rotateY(35deg) translate3d(100%, 0, 0) rotateY(-35deg) !important;
}

#aidisheng .section-picture-quality .swiper-4 {
  position: absolute;
  left: 0;
  transform: translateX(calc(-100% + 2px)) rotateY(-30deg) !important;
  transform-origin: right center;
}

#aidisheng .section-picture-quality .swiper-2::after, #aidisheng .section-picture-quality .swiper-4::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  pointer-events: none;
}

#aidisheng .section-picture-quality .swiper-slide {
  aspect-ratio: 1118/652;
}

#aidisheng .section-picture-quality .swiper-content {
  position: relative;
  width: 58.229167vw;
  margin-top: 2.5vw;
  margin-right: auto;
  margin-left: auto;
}

#aidisheng .section-picture-quality .content-wrapper {
  width: 58.229167vw;
}

#aidisheng .section-picture-quality .caption-list {
  display: flex;
  text-align: center;
}

#aidisheng .section-picture-quality .caption-item {
  position: relative;
  width: 100%;
  transition: opacity 500ms;
  opacity: 0;
  font-size: 1.04vw;
}

#aidisheng .section-picture-quality .caption-item:nth-child(n+2) {
  margin-left: -100%;
}

#aidisheng .section-picture-quality .caption-item.current {
  z-index: 1;
  transition-delay: 300ms;
  opacity: 1;
}

#aidisheng .section-picture-quality .caption-item .white-color {
  color: white;
}

#aidisheng .section-picture-quality .arrownav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5vw;
}

#aidisheng .section-picture-quality .arrownav-list.moving {
  pointer-events: none;
}

#aidisheng .section-picture-quality .arrownav-item {
  position: relative;
  width: 2.5vw;
  cursor: pointer;
  transition: opacity 300ms;
  border-radius: 100%;
  background: #202020;
  overflow: hidden;
}

@media (hover: hover) {
  #aidisheng .section-picture-quality .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.7;
  }
}

#aidisheng .section-picture-quality .arrownav-disabled {
  cursor: default;
  opacity: 0.5;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-picture-quality .arrownav-item {
    width: 11.11vw;
  }
  #aidisheng .section-picture-quality .arrownav-next {
    margin-left: 4.444444vw;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-picture-quality .headline {
    width: 77.777778vw;
    text-align: left;
  }
  #aidisheng .section-picture-quality .swiper-list {
    width: 91.11vw;
    margin-top: 8.888889vw;
  }
  #aidisheng .section-picture-quality .swiper {
    overflow: visible;
    width: 100%;
    background-color: #000;
  }
  #aidisheng .section-picture-quality .swiper-slide {
    aspect-ratio: 624/700;
    position: relative;
    overflow: hidden;
    border-radius: 2.222222vw;
  }
  #aidisheng .section-picture-quality .swiper-2, #aidisheng .section-picture-quality .swiper-3, #aidisheng .section-picture-quality .swiper-4 {
    display: none;
  }
  #aidisheng .section-picture-quality .swiper-content {
    justify-content: center;
    width: 82.222222vw;
    margin-top: 6.666667vw;
  }
  #aidisheng .section-picture-quality .content-wrapper {
    display: block;
    width: 100%;
  }
  #aidisheng .section-picture-quality .caption-list {
    margin-left: 2.222222vw;
    max-width: 66.444444vw;
    text-align: left;
  }
  #aidisheng .section-picture-quality .caption-item {
    font-size: 3.88vw;
  }
  #aidisheng .section-picture-quality .caption-item > strong {
    display: block;
    font-size: 5.55vw;
    line-height: 1.25;
    margin-bottom: 2.77vw;
  }
  #aidisheng .section-picture-quality .arrownav-list {
    width: 100%;
    justify-content: flex-end;
    margin-top: 8.888889vw;
  }
  #aidisheng .section-picture-quality .arrownav-item {
    width: 11.11vw;
  }
  #aidisheng .section-picture-quality .arrownav-next {
    margin-left: 4.44vw;
  }
  #aidisheng .section-picture-quality .arrownav-disabled {
    opacity: 0.6;
    cursor: default;
  }
  #aidisheng .section-picture-quality .xs\:hidden {
    display: none;
  }
  #aidisheng .section-picture-quality .arrownav-nums {
    display: none;
  }
}

#aidisheng .section-s7 {
  width: 100%;
}

#aidisheng .section-s7 .s7-container {
  width: 67.5vw;
  margin: 0 auto;
  --x: 0deg;
  --y: 0deg;
  perspective: 50vw;
  transform-style: preserve-3d;
}

#aidisheng .section-s7 .move-content {
  will-change: transform;
  transition: all 0.1s;
}

#aidisheng .section-s7 .swiper {
  border-radius: 0.8333vw;
  overflow: hidden;
}

#aidisheng .section-s7 .bottom-controls-container {
  width: 46.875vw;
  opacity: 1;
}

#aidisheng .section-s7 .controls-container {
  display: flex;
  justify-content: center;
}

#aidisheng .section-s7 .controls-wrapper {
  display: flex;
  align-items: center;
  width: 20.1vw;
  height: 2.91666vw;
  border-radius: 999px;
  position: relative;
}

#aidisheng .section-s7 .controls-wrapper .controls-light {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

#aidisheng .section-s7 .controls-wrapper .controls-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  backdrop-filter: blur(15px) brightness(1.3);
  -webkit-backdrop-filter: blur(15px) brightness(1.3);
  background-color: rgba(128, 128, 128, 0.2);
  z-index: 2;
  transform: translateZ(10px);
  will-change: opacity;
}

#aidisheng .section-s7 .controls-wrapper .controls-bg-light {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 18.177vw;
  height: 1.197vw;
  background-image: linear-gradient(269.94deg, #3478f2 0%, #70bcea 16.93%, #7dd6fb 36.35%, #456291 57.01%, #3063f2 77.55%, #3983f7 99.05%);
  border-radius: 4.583333vw;
  z-index: 1;
  transform: translateX(-50%) translateZ(1px);
  will-change: transform,opacity;
  opacity: 1;
}

#aidisheng .section-s7 .shine-wrapper .shine-inset::after {
  background-image: rgba(255, 255, 255, 0.15);
  filter: blur(1vw);
}

#aidisheng .section-s7 .click-wrapper {
  position: relative;
  z-index: 5;
}

#aidisheng .section-s7 .click-wrapper .list {
  display: flex;
  align-self: center;
  padding: 0 .2vw;
}

#aidisheng .section-s7 .click-wrapper .list::after {
  position: absolute;
  content: '';
  display: block;
  width: 6.25vw;
  height: 2.5vw;
  top: 50%;
  transform: translate(0, -50%);
  left: .2vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1.25vw;
  transition: transform 0.8s ease , width 0.8s ease;
}

#aidisheng .section-s7 .click-wrapper .click-item {
  font-size: 0.9375vw;
  padding: 0 1.25vw;
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
  line-height: 2.5vw;
  transition: 0.8s opacity ease;
  white-space: nowrap;
}

#aidisheng .section-s7 .page-container .list {
  position: relative;
}

#aidisheng .section-s7 .page-container .page-item {
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 0;
  left: 0;
  transition: opacity 0.8s ease;
  width: 100%;
}

#aidisheng .section-s7 .page-container .page-item:first-child {
  position: relative;
  margin-top: 1.5625vw;
}

#aidisheng .section-s7 .bottom-controls-container[data-active="0"] .click-wrapper .list::after {
  transform: translate(0, -50%);
}

#aidisheng .section-s7 .bottom-controls-container[data-active="0"] .click-wrapper .click-item:nth-child(1) {
  opacity: 1;
}

#aidisheng .section-s7 .bottom-controls-container[data-active="0"] .page-container .page-item:nth-child(1) {
  opacity: 1;
}

#aidisheng .section-s7 .bottom-controls-container[data-active="1"] .click-wrapper .list::after {
  transform: translate(6.25vw, -50%);
}

#aidisheng .section-s7 .bottom-controls-container[data-active="1"] .click-wrapper .click-item:nth-child(2) {
  opacity: 1;
}

#aidisheng .section-s7 .bottom-controls-container[data-active="1"] .page-container .page-item:nth-child(2) {
  opacity: 1;
}

#aidisheng .section-s7 .bottom-controls-container[data-active="2"] .click-wrapper .list::after {
  width: 7.708333vw;
  transform: translate(11.98vw, -50%);
}

#aidisheng .section-s7 .bottom-controls-container[data-active="2"] .click-wrapper .click-item:nth-child(3) {
  opacity: 1;
}

#aidisheng .section-s7 .bottom-controls-container[data-active="2"] .page-container .page-item:nth-child(3) {
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-s7 .s7-container {
    width: 100%;
  }
  #aidisheng .section-s7 .swiper {
    border-radius: 0;
    width: 91.11vw;
  }
  #aidisheng .section-s7 .bottom-controls-container {
    width: 82.3611vw;
    opacity: 1;
    transform: translateY(0);
  }
  #aidisheng .section-s7 .controls-wrapper {
    width: 86.38vw;
    height: 13.333vw;
  }
  #aidisheng .section-s7 .controls-wrapper .controls-bg-light {
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 78vw;
    height: 4.861111vw;
    border-radius: 13.333333vw;
    opacity: 1;
  }
  #aidisheng .section-s7 .click-wrapper .list {
    padding: 0 1.111111vw;
  }
  #aidisheng .section-s7 .click-wrapper .list::after {
    width: 26.666667vw;
    height: 11.11vw;
    left: 1.111111vw;
    border-radius: 69.444444vw;
  }
  #aidisheng .section-s7 .click-wrapper .click-item {
    font-size: 3.888889vw;
    padding: 0 5.555556vw;
    line-height: 13.333333vw;
  }
  #aidisheng .section-s7 .page-container .page-item:first-child {
    position: relative;
    margin-top: 6.666667vw;
  }
  #aidisheng .section-s7 .bottom-controls-container[data-active="0"] .click-wrapper .list::after {
    transform: translate(0, -50%);
  }
  #aidisheng .section-s7 .bottom-controls-container[data-active="1"] .click-wrapper .list::after {
    transform: translate(26.66667vw, -50%);
  }
  #aidisheng .section-s7 .bottom-controls-container[data-active="2"] .click-wrapper .list::after {
    width: 30.555556vw;
    transform: translate(53.33333vw, -50%);
  }
}

#aidisheng .video-container {
  position: relative;
}

#aidisheng .video-container.playing .icon-pause,
#aidisheng .video-container.paused .icon-play,
#aidisheng .video-container.ended .icon-replay {
  display: block;
}

#aidisheng .modal-button-container {
  display: flex;
  justify-content: center;
}

#aidisheng .modal-button-container .modal-button-wrapper {
  position: relative;
  overflow: hidden;
  height: 3.333333vw;
  transition: opacity 300ms ease-out;
  border: 2px solid #fff;
  border-radius: 999px;
}

@media (hover: hover) {
  #aidisheng .modal-button-container .modal-button-wrapper:hover {
    opacity: 0.6;
  }
}

#aidisheng .modal-button-container .modal-button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
  cursor: pointer;
}

#aidisheng .modal-button-container .button-copy {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #fff;
}

#aidisheng .modal-button-container .button-icon {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}

#aidisheng .modal-button-container .icon-arrow {
  position: relative;
  z-index: 3;
}

#aidisheng .modal-button-container .icon-arrow-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

#aidisheng .modal-button-container .arrow-bg-light {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1.041667vw;
  width: 1.666667vw;
  filter: blur(9px);
  background: #fff;
  border-radius: 4.583333vw;
  z-index: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .modal-button-container .modal-button-wrapper {
    height: 13.333333vw;
  }
  #aidisheng .modal-button-container .modal-button {
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }
  #aidisheng .modal-button-container .button-copy {
    font-size: 3.888889vw;
  }
  #aidisheng .modal-button-container .button-icon {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }
  #aidisheng .modal-button-container .arrow-bg-light {
    width: 6.944444vw;
    height: 4.861111vw;
  }
}

#aidisheng .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: -webkit-backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), background-color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: 0;
  background-color: rgba(25, 25, 26, 0);
  -webkit-backdrop-filter: blur(0px) brightness(100%);
  backdrop-filter: blur(0px) brightness(100%);
}

#aidisheng .section-modal.modal-scrollable {
  padding-inline-end: var(--modal-scrollbar-buffer);
}

#aidisheng .section-modal.modal-open {
  background-color: rgba(25, 25, 26, 0.8);
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%);
}

#aidisheng .section-modal.modal-open .modal-container {
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.2s ease-in;
  opacity: 1;
}

#aidisheng .section-modal.light .modal-open {
  background-color: rgba(237, 238, 242, 0.8);
}

#aidisheng .has-modal-l .section-modal.modal-open,
#aidisheng .has-modal-l .section-modal.modal-will-close {
  z-index: 200;
}

#aidisheng .has-modal-l .section-modal .modal-container {
  transform: translate3d(0, 0, 0);
}

#aidisheng .section-modal.modal-will-close {
  overflow: auto !important;
  padding-inline-end: 0;
}

#aidisheng .section-modal.modal-will-close .modal-container {
  transition: opacity 0.6s;
}

#aidisheng .section-modal .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-top: 3.333333vw;
  padding-bottom: 3.333333vw;
  transform: translate3d(0, 100vh, 0);
  opacity: 0;
  will-change: transform, opacity;
}

#aidisheng .section-modal .modal-wrapper {
  position: relative;
  width: 81.25vw;
}

#aidisheng .section-modal .modal-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 6.25vw;
  border-radius: 1.25vw;
  background-color: #000;
}

#aidisheng .section-modal .modal-close-container {
  position: absolute;
  top: 2.083333vw;
  right: 2.083333vw;
  bottom: 0;
  width: 2.083333vw;
}

#aidisheng .section-modal .modal-close-button {
  position: sticky;
  z-index: 10;
  top: 2.083333vw;
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(128, 128, 128, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: background-color 300ms ease-out;
}

@media (hover: hover) {
  #aidisheng .section-modal .modal-close-button:hover {
    background-color: rgba(128, 128, 128, 0.5);
  }
}

#aidisheng .section-modal .modal-close-icon {
  pointer-events: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-modal .modal-container {
    padding-top: 8.888889vw;
    padding-bottom: 8.888889vw;
  }
  #aidisheng .section-modal .modal-wrapper {
    width: 95.555556vw;
  }
  #aidisheng .section-modal .modal-content {
    padding-bottom: 11.11vw;
    border-radius: 4.444444vw;
  }
  #aidisheng .section-modal .modal-close-container {
    top: 3.333vw;
    right: 3.33vw;
    width: 11.111vw;
  }
  #aidisheng .section-modal .modal-close-button {
    top: 3.33vw;
  }
}

#aidisheng .section-highlights {
  overflow: hidden;
  background: linear-gradient(to bottom, #010E1A 0%, #000000 100%);
}

#aidisheng .section-highlights .swiper {
  overflow: visible;
}

#aidisheng .section-highlights .swiper-wrapper,
#aidisheng .section-highlights [data-swiper-parallax-x],
#aidisheng .section-highlights [data-swiper-parallax-y],
#aidisheng .section-highlights [data-swiper-parallax-opacity] {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#aidisheng .section-highlights .swiper-touch-move .swiper-wrapper,
#aidisheng .section-highlights .swiper-touch-move [data-swiper-parallax-x],
#aidisheng .section-highlights .swiper-touch-move [data-swiper-parallax-y],
#aidisheng .section-highlights .swiper-touch-move [data-swiper-parallax-opacity] {
  transition-timing-function: ease;
}

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

#aidisheng .section-highlights .caption-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
  font-size: 1.666667vw;
}

#aidisheng .section-highlights .title {
  font-size: 1.666667vw;
  color: #ffffff;
}

#aidisheng .section-highlights .caption {
  margin-top: 0.833333vw;
  font-size: 1.666667vw;
}

#aidisheng .section-highlights .controls-container {
  display: flex;
  justify-content: center;
}

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

#aidisheng .section-highlights .controls-wrapper .controls-light {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

#aidisheng .section-highlights .controls-wrapper .controls-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 2;
}

#aidisheng .section-highlights .controls-wrapper .controls-bg-light {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78.5%;
  height: 1.40625vw;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, white 80%, white 100%);
  border-radius: 4.583333vw;
  z-index: 1;
}

#aidisheng .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  transition: opacity 0.3s;
  outline: 0;
  position: relative;
  z-index: 4;
}

@media (hover: hover) {
  #aidisheng .section-highlights .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.6;
  }
}

#aidisheng .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}

#aidisheng .section-highlights .dotnav-list {
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
  z-index: 4;
}

#aidisheng .section-highlights .dotnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.520833vw;
  height: 0.520833vw;
  margin-right: 0.260417vw;
  margin-left: 0.260417vw;
  cursor: pointer;
  transition: opacity 300ms;
  opacity: 0.2;
  border-radius: 100%;
  outline: 0;
  background-color: #f5f5f7;
}

#aidisheng .section-highlights .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0.260417vw;
  content: "";
}

#aidisheng .section-highlights .dotnav-item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  filter: blur(5px);
  background-color: #fff;
  opacity: 0;
  border-radius: 100%;
}

@media (hover: hover) {
  #aidisheng .section-highlights .dotnav-item:hover {
    opacity: 0.6;
  }
}

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

#aidisheng .section-highlights .dotnav-item.current::after {
  opacity: 1;
}

#aidisheng .section-highlights .start-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

#aidisheng .section-highlights .show-start-frame .start-frame {
  transition: opacity 200ms ease-out;
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-highlights {
    background: linear-gradient(to bottom, #010B13 0%, #000000 100%);
  }
  #aidisheng .section-highlights .caption-container {
    margin: 5.833333vw auto 0;
    position: initial;
  }
  #aidisheng .section-highlights .title {
    font-size: 5.555556vw;
    text-align: center;
  }
  #aidisheng .section-highlights .caption {
    margin-top: 3.333333vw;
    font-size: 5.555556vw;
  }
  #aidisheng .section-highlights .controls-wrapper {
    height: 13.6111vw;
    padding-right: 4.166667vw;
    padding-left: 4.166667vw;
  }
  #aidisheng .section-highlights .arrownav-item {
    width: 8.277778vw;
  }
  #aidisheng .section-highlights .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }
  #aidisheng .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #aidisheng .section-highlights .dotnav-item::before {
    padding: 1.666667vw;
  }
  #aidisheng .section-highlights .controls-wrapper .controls-bg-light {
    height: 5vw;
    bottom: 1px;
  }
}

#aidisheng .section-highlights .rounded-left {
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}

#aidisheng .section-highlights .rounded-right {
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-highlights .rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }
  #aidisheng .section-highlights .rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}

#aidisheng .section-light-desktop {
  margin-top: 3.333333vw;
}

#aidisheng .section-light-desktop .light-content {
  position: relative;
  height: 180vw;
}

#aidisheng .section-light-desktop .light-content .sticky {
  width: 100%;
  position: sticky;
  top: 0;
  height: auto;
}

#aidisheng .section-light-desktop .light-desktop-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#aidisheng .section-light-desktop .light-desktop-content .light-xs-img {
  display: none;
}

#aidisheng .section-light-desktop .light-desktop-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%, transparent 10%, transparent 90%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
}

#aidisheng .section-light-desktop .light-desktop-content .light-desktop-bg {
  width: 100%;
  opacity: 0;
}

#aidisheng .section-light-desktop .light-desktop-content .tv-content {
  position: absolute;
  width: 72.9166vw;
  top: 0.9vw;
  left: 13.7229167vw;
  transform: scale(1);
  will-change: transform;
  transform: translateY(10%);
}

#aidisheng .section-light-desktop .light-desktop-content .tv-content .tv-item {
  transform: scale(1);
  will-change: transform;
}

#aidisheng .section-light-desktop .light-desktop-content .tv-content .tv-frame {
  width: 100%;
  z-index: 2;
  position: relative;
}

#aidisheng .section-light-desktop .light-desktop-content .tv-content .tv-video {
  width: 100%;
  position: absolute;
  top: .807292vw;
  left: 0;
  z-index: 1;
}

#aidisheng .section-light-desktop .light-desktop-content .light-desktop-computer {
  position: absolute;
  width: 20.677vw;
  bottom: 6.640625vw;
  left: 10.833vw;
  opacity: 0;
  transform: translate(-100%, 100%);
  will-change: transform;
}

#aidisheng .section-light-desktop .light-desktop-content .light-desktop-phone {
  position: absolute;
  width: 18.385vw;
  right: 9.583vw;
  bottom: 6.328125vw;
  opacity: 0;
  transform: translate(100%, 100%);
  will-change: transform;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-light-desktop .light-content {
    height: auto;
  }
  #aidisheng .section-light-desktop .light-content .sticky {
    position: static;
  }
  #aidisheng .section-light-desktop .light-desktop-content {
    width: 100%;
  }
  #aidisheng .section-light-desktop .light-desktop-content .light-xs-img {
    display: block;
  }
  #aidisheng .section-light-desktop .light-desktop-content::after {
    display: none;
  }
  #aidisheng .section-light-desktop .light-desktop-content .light-desktop-bg {
    display: none;
  }
  #aidisheng .section-light-desktop .light-desktop-content .tv-content {
    width: 106.527778vw;
    top: 13.5vw;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  #aidisheng .section-light-desktop .light-desktop-content .tv-content .tv-video {
    top: 2.152778vw;
    display: none;
  }
  #aidisheng .section-light-desktop .light-desktop-content .light-desktop-computer {
    opacity: 1;
    width: 33.055556vw;
    bottom: 6.388889vw;
    left: 7.5vw;
    display: none;
  }
  #aidisheng .section-light-desktop .light-desktop-content .light-desktop-phone {
    opacity: 1;
    width: 15vw;
    bottom: 6.388889vw;
    right: 11.11vw;
    display: none;
  }
}

#aidisheng .section-18 .section-performance {
  overflow: hidden;
}

#aidisheng .section-18 .section-performance .swiper {
  margin: 0;
  margin-left: 9.1666vw;
}

#aidisheng .section-18 .section-performance .swiper-wrapper,
#aidisheng .section-18 .section-performance [data-swiper-parallax-x],
#aidisheng .section-18 .section-performance [data-swiper-parallax-opacity] {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#aidisheng .section-18 .section-performance .swiper-touch-move .swiper-wrapper,
#aidisheng .section-18 .section-performance .swiper-touch-move [data-swiper-parallax-x],
#aidisheng .section-18 .section-performance .swiper-touch-move [data-swiper-parallax-opacity] {
  transition-timing-function: ease;
}

#aidisheng .section-18 .section-performance .swiper-slide {
  width: 36.458vw;
}

#aidisheng .section-18 .section-performance .video-container {
  display: flex;
  justify-content: center;
}

#aidisheng .section-18 .section-performance h3 {
  width: 80%;
  margin-left: 0.833333vw;
  margin-right: 0.833333vw;
}

#aidisheng .section-18 .section-performance .intro {
  width: 80%;
  margin-left: 0.833333vw;
  margin-right: 0.833333vw;
  margin-top: .729167vw;
  font-size: 1.041667vw;
}

#aidisheng .section-18 .section-performance .arrownav-list {
  display: flex;
  justify-content: flex-end;
}

#aidisheng .section-18 .section-performance .arrownav-list.moving {
  pointer-events: none;
}

#aidisheng .section-18 .section-performance .arrownav-item {
  position: relative;
  width: 2.5vw;
  cursor: pointer;
  transition: opacity 300ms;
  border-radius: 100%;
  background: #202020;
  overflow: hidden;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-18 .section-performance h3 {
    font-size: 5.555556vw;
    margin-left: 2.222222vw;
    margin-right: 2.222222vw;
  }
  #aidisheng .section-18 .section-performance .intro {
    width: 80%;
    margin-left: 2.222222vw;
    margin-right: 2.222222vw;
    margin-top: 2.777778vw;
    font-size: 3.888889vw;
  }
}

@media (hover: hover) {
  #aidisheng .section-18 .section-performance .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.7;
  }
}

#aidisheng .section-18 .section-performance .arrownav-disabled {
  cursor: default;
  opacity: 0.5;
}

#aidisheng .section-18 .section-performance .arrownav-next {
  margin-left: 1.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-18 .section-performance .arrownav-item {
    width: 11.11vw;
  }
  #aidisheng .section-18 .section-performance .arrownav-next {
    margin-left: 4.444444vw;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-18 .section-performance .swiper {
    width: 100%;
    margin-left: auto;
  }
  #aidisheng .section-18 .section-performance .swiper-slide {
    width: 100%;
  }
  #aidisheng .section-18 .section-performance .inline-video {
    top: 0;
    width: 100%;
  }
  #aidisheng .section-18 .section-performance .play-pause-button {
    right: 5.555556vw;
    bottom: 5.555556vw;
    width: 8.888888vw;
    height: 8.888888vw;
  }
  #aidisheng .section-18 .section-performance .text-content {
    position: static;
    margin-top: 6.666667vw;
    font-size: 3.888889vw;
  }
}

#aidisheng .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  transform: translateZ(0);
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: saturate(18%) blur(30px);
  -webkit-backdrop-filter: saturate(180%) blur(30px);
}

@media (hover: hover) {
  #aidisheng .play-pause-button:hover {
    opacity: 0.6;
  }
}

#aidisheng .play-pause-button .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .play-pause-button {
    right: 5.555556vw;
    bottom: 5.555556vw;
    width: 11.11vw;
    height: 11.11vw;
  }
}

#aidisheng .section-chip .chip-title {
  text-align: center;
}

#aidisheng .section-chip .chip-content {
  position: relative;
  margin-top: 3.333333vw;
}

#aidisheng .section-chip .chip-content .chip-bg {
  width: 61.458333vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#aidisheng .section-chip .chip-content .chip-video {
  width: 100%;
  position: absolute;
  top: -3.333333vw;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s ease;
  z-index: 2;
}

#aidisheng .section-chip.active .chip-content .chip-video {
  transform: translateX(-50%) scale(0.61312);
  top: -10vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-chip {
    display: flex;
    flex-direction: column;
  }
  #aidisheng .section-chip .chip-title {
    order: 1;
    text-align: left;
    width: 77.777778vw;
    margin: 0 auto;
  }
  #aidisheng .section-chip .chip-desc {
    order: 2;
    text-align: left;
    width: 77.777778vw;
    margin: 4.444444vw auto 8.888889vw;
  }
  #aidisheng .section-chip .chip-content {
    order: 3;
    margin-top: 0;
  }
  #aidisheng .section-chip .chip-content .chip-bg {
    display: none;
  }
  #aidisheng .section-chip .chip-content .chip-video {
    width: 100%;
    position: static;
    transform: translateX(0%);
  }
  #aidisheng .section-chip.active .chip-content .chip-video {
    transform: translateX(0%) scale(1);
    top: 0;
  }
}

#aidisheng .section-personality h2 {
  margin-bottom: 4.166667vw;
  text-align: center;
}

#aidisheng .section-personality .personality-swiper .swiper-slide {
  width: 67.5vw;
  cursor: pointer;
}

#aidisheng .section-personality .personality-swiper .swiper-slide-active {
  cursor: default;
}

#aidisheng .section-personality .personality-swiper .stack-list {
  display: flex;
}

#aidisheng .section-personality .personality-swiper .stack-item {
  position: relative;
  width: 100%;
  transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#aidisheng .section-personality .personality-swiper .stack-item + .stack-item {
  margin-left: -100%;
}

#aidisheng .section-personality .personality-swiper .stack-item.current {
  z-index: 1;
  opacity: 1;
}

#aidisheng .section-personality .personality-swiper .stack-list {
  width: 50vw;
  margin: 2.5vw auto 0;
  text-align: center;
}

#aidisheng .section-personality .personality-swiper .stack-item {
  transition-duration: 0.8s;
}

#aidisheng .section-personality .personality-swiper .stack-item span {
  color: #ffffff;
}

#aidisheng .section-personality .personality-swiper .stack-item span b {
  font-weight: inherit;
}

#aidisheng .section-personality .arrownav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

#aidisheng .section-personality .arrownav-list.moving {
  pointer-events: none;
}

#aidisheng .section-personality .arrownav-item {
  position: relative;
  width: 2.5vw;
  cursor: pointer;
  transition: opacity 300ms;
  border-radius: 100%;
  background-color: #202020;
  overflow: hidden;
}

#aidisheng .section-personality .arrownav-nums {
  width: fit-content;
  display: inline-flex;
  line-height: 1.6;
  font-size: 1.1458vw;
  color: #969699;
  margin: 0 0.833vw;
}

#aidisheng .section-personality .arrownav-nums .nums-number {
  position: relative;
}

#aidisheng .section-personality .arrownav-nums .nums-number span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}

#aidisheng .section-personality .arrownav-nums .nums-number span:nth-child(3) {
  position: relative;
}

#aidisheng .section-personality .arrownav-nums[data-index="0"] .nums-number span:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}

#aidisheng .section-personality .arrownav-nums[data-index="1"] .nums-number span:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}

#aidisheng .section-personality .arrownav-nums[data-index="2"] .nums-number span:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
  #aidisheng .section-personality .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.7;
  }
}

#aidisheng .section-personality .arrownav-disabled {
  cursor: default;
  opacity: 0.5;
}

#aidisheng .section-personality .personality-video-icons {
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 100%;
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
  cursor: pointer;
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

#aidisheng .section-personality .personality-video-icons:hover {
  opacity: 0.7;
}

#aidisheng .section-personality .personality-video-icons .personality-video-rel {
  position: relative;
}

#aidisheng .section-personality .personality-video-icons .video-open {
  position: absolute;
  top: 0;
}

#aidisheng .section-personality .personality-video-icons .video-stop {
  position: absolute;
  top: 0;
  display: none;
}

#aidisheng .section-personality .personality-video-icons .video-replay {
  position: absolute;
  top: 0;
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #aidisheng .section-personality h2 {
    width: 77.77vw;
    margin: 0 auto 8.88vw;
    text-align: left;
  }
  #aidisheng .section-personality .arrownav-item {
    width: 11.11vw;
  }
  #aidisheng .section-personality .arrownav-next {
    margin-left: 4.44vw;
  }
  #aidisheng .section-personality .personality-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  #aidisheng .section-personality .personality-swiper .swiper-slide {
    width: 82.222222vw;
  }
  #aidisheng .section-personality .arrownav-list {
    justify-content: flex-end;
  }
  #aidisheng .section-personality .personality-swiper .stack-list {
    width: 64.444444vw;
    margin: 6.66vw auto 0 11.111111vw;
    text-align: left;
  }
  #aidisheng .section-personality .personality-swiper .stack-item {
    transition-duration: 0.6s;
  }
  #aidisheng .section-personality .personality-swiper .stack-item span {
    font-size: 5.555556vw;
    display: block;
    margin-bottom: 2.77vw;
  }
  #aidisheng .section-personality .personality-swiper .stack-item span b {
    display: none;
  }
  #aidisheng .section-personality .arrownav-nums {
    display: none;
  }
}

#aidisheng .section-footnote .footnote-list {
  padding-left: 1.5em;
  font-size: .625vw;
}

@media (max-width: 1920px) {
  #aidisheng .section-footnote .footnote-list {
    font-size: 12px;
  }
}

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

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

#aidisheng .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #85858A;
  word-break: break-word;
}

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

#aidisheng .section-footnote li.current {
  color: #d5d5db;
}

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

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

@media (max-width: 840px) and (min-width: 830px) {
  #aidisheng .section-18 .section-performance .arrownav-item,
  #aidisheng .section-picture-quality .arrownav-item,
  #aidisheng .section-16 .bar-swiper .arrownav-item,
  #aidisheng .section-personality .arrownav-item,
  #aidisheng .section-15 .arrownav-item {
    width: 11vw;
  }
}
