html.fancybox-margin body {

  padding-inline-end: var(--modal-scrollbar-buffer, 0);
}

#aila {
  width: 100%;
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.6;
  color: #797c80;
  background-color: #f5f5f5;
  /* overflow: hidden; */
}

@media (max-aspect-ratio: 11/10) {
  #aila {
    font-size: 4.444444vw;
  }
}

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

#aila section {
  position: relative;
}

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

#aila svg {
  overflow: visible;
}

#aila .text-black {
  color: #000;
  font-weight: 500;
}

#aila .text-bk {
  color: #18191A;
  font-weight: 500;
}


#aila .font400 {
  font-weight: 400;
}

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

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

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

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

#aila .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
}

#aila .blur-up {
  transition: filter 400ms 400ms;
  filter: blur(20px);
}

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

#aila br {
  line-height: 0;
}

#aila br.lg {
  display: block;
}

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

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

  #aila br.lg,
  #aila br.md {
    display: none;
  }
}

#aila .absolute {
  position: absolute;
}

#aila .relative {
  position: relative;
}

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

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

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

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

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

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

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

  #aila .xs\:overflow-visible {
    overflow: visible;
  }
}

#aila .block {
  display: block;
}

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

#aila .inline {
  display: inline;
}

#aila .flex {
  display: flex;
}

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

#aila .hidden {
  display: none;
}

@media (max-aspect-ratio: 11/10) {
  #aila .xs\:block {
    display: block;
  }

  #aila .xs\:inline-block {
    display: inline-block;
  }

  #aila .xs\:inline {
    display: inline;
  }

  #aila .xs\:flex {
    display: flex;
  }

  #aila .xs\:inline-flex {
    display: inline-flex;
  }

  #aila .xs\:hidden {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

#aila .order-1 {
  order: 1;
}

#aila .order-2 {
  order: 2;
}

#aila .order-3 {
  order: 3;
}

#aila .order-4 {
  order: 4;
}

#aila .order-5 {
  order: 5;
}

#aila .order-6 {
  order: 6;
}

@media (max-aspect-ratio: 11/10) {
  #aila .xs\:flex-row {
    flex-direction: row;
  }

  #aila .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #aila .xs\:flex-col {
    flex-direction: column;
  }

  #aila .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #aila .xs\:justify-start {
    justify-content: flex-start;
  }

  #aila .xs\:justify-end {
    justify-content: flex-end;
  }

  #aila .xs\:justify-center {
    justify-content: center;
  }

  #aila .xs\:justify-between {
    justify-content: space-between;
  }

  #aila .xs\:items-start {
    align-items: flex-start;
  }

  #aila .xs\:items-end {
    align-items: flex-end;
  }

  #aila .xs\:items-center {
    align-items: center;
  }

  #aila .xs\:order-1 {
    order: 1;
  }

  #aila .xs\:order-2 {
    order: 2;
  }

  #aila .xs\:order-3 {
    order: 3;
  }

  #aila .xs\:order-4 {
    order: 4;
  }

  #aila .xs\:order-5 {
    order: 5;
  }

  #aila .xs\:order-6 {
    order: 6;
  }
}

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

#aila .rounded-left,
#aila .lg\:rounded-left {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}

#aila .rounded-right,
#aila .lg\:rounded-right {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}

@media (max-aspect-ratio: 11/10) {
  #aila .lg\:rounded {
    border-radius: 0;
  }

  #aila .rounded,
  #aila .xs\:rounded {
    border-radius: 2.222222vw;
  }

  #aila .rounded-left,
  #aila .xs\:rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }

  #aila .rounded-right,
  #aila .xs\:rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}

#aila .stack-list {
  display: grid;
}

#aila .stack-item {
  position: relative;
  width: 100%;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-property: opacity;
  opacity: 0;
  grid-area: 1/1/-1/-1;
}

#aila .stack-item.current {
  z-index: 1;
  opacity: 1;
}

#aila .speed-fade .stack-item {
  transition-duration: 200ms;
}

#aila .speed-fade .stack-item.current {
  transition-delay: 200ms;
}

#aila .speed-slide .stack-item {
  transition-duration: 400ms;
}

#aila .speed-slide .stack-item.current {
  transition-delay: 400ms;
}

@media (max-aspect-ratio: 11/10) {
  #aila .speed-slide .stack-item {
    transition-duration: 300ms;
  }

  #aila .speed-slide .stack-item.current {
    transition-delay: 300ms;
  }
}

#aila .fadeup,
#aila .lg-fadeup {
  transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(4.166667vw);
  opacity: 0;
}

@media (max-aspect-ratio: 11/10) {

  #aila .fadeup,
  #aila .xs-fadeup {
    transform: translateY(11.111111vw);
  }

  #aila .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }

  #aila .xs-fadeup {
    transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}

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

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

#aila .w-860 {
  width: 44.791667vw;
}

#aila .w-768 {
  width: 40vw;
}

@media (max-aspect-ratio: 11/10) {
  #aila .xs\:w-full {
    width: 100%;
  }

  #aila .xs\:w-656 {
    width: 91.111111vw;
  }

  #aila .xs\:w-620 {
    width: 86.111111vw;
  }

  #aila .xs\:w-592 {
    width: 82.222222vw;
  }

  #aila .xs\:w-560 {
    width: 77.777778vw;
  }
}

#aila .mt-1\.25 {
  margin-top: 1.25em;
}

#aila .mt-1\.6 {
  margin-top: 1.6em;
}

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

#aila .mt-8,
#aila .lg\:mt-8 {
  margin-top: 0.416667vw;
}

#aila .mt-13,
#aila .lg\:mt-13 {
  margin-top: 0.677083vw;
}

#aila .mt-16,
#aila .lg\:mt-16 {
  margin-top: 0.833333vw;
}

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

#aila .mt-32,
#aila .lg\:mt-32 {
  margin-top: 1.666667vw;
}

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

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

#aila .mt-56,
#aila .lg\:mt-56 {
  margin-top: 2.916667vw;
}

#aila .mt-64,
#aila .lg\:mt-64 {
  margin-top: 3.333333vw;
}

#aila .mt-72,
#aila .lg\:mt-72 {
  margin-top: 3.75vw;
}

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

#aila .mt-88,
#aila .lg\:mt-88 {
  margin-top: 4.583333vw;
}

#aila .mt-96,
#aila .lg\:mt-96 {
  margin-top: 5vw;
}

#aila .mt-104,
#aila .lg\:mt-104 {
  margin-top: 5.416667vw;
}

#aila .mt-112,
#aila .lg\:mt-112 {
  margin-top: 5.833333vw;
}

#aila .mt-120,
#aila .lg\:mt-120 {
  margin-top: 6.25vw;
}

#aila .mt-144,
#aila .lg\:mt-144 {
  margin-top: 7.5vw;
}

#aila .mt-160,
#aila .lg\:mt-160 {
  margin-top: 8.333333vw;
}

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

@media (max-aspect-ratio: 11/10) {
  #aila .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }

  #aila .mt-8,
  #aila .xs\:mt-8 {
    margin-top: 1.111111vw;
  }

  #aila .mt-13,
  #aila .lg\:mt-13 {
    margin-top: 1.805556vw;
  }

  #aila .mt-16,
  #aila .xs\:mt-16 {
    margin-top: 2.222222vw;
  }

  #aila .mt-24,
  #aila .xs\:mt-24 {
    margin-top: 3.333333vw;
  }

  #aila .mt-32,
  #aila .xs\:mt-32 {
    margin-top: 4.444444vw;
  }

  #aila .mt-40,
  #aila .xs\:mt-40 {
    margin-top: 5.555556vw;
  }

  #aila .mt-48,
  #aila .xs\:mt-48 {
    margin-top: 6.666667vw;
  }

  #aila .mt-56,
  #aila .xs\:mt-56 {
    margin-top: 7.777778vw;
  }

  #aila .mt-64,
  #aila .xs\:mt-64 {
    margin-top: 8.888889vw;
  }

  #aila .mt-72,
  #aila .xs\:mt-72 {
    margin-top: 10vw;
  }

  #aila .mt-80,
  #aila .xs\:mt-80 {
    margin-top: 11.111111vw;
  }

  #aila .mt-88,
  #aila .xs\:mt-88 {
    margin-top: 12.222222vw;
  }

  #aila .mt-96,
  #aila .xs\:mt-96 {
    margin-top: 13.333333vw;
  }

  #aila .mt-104,
  #aila .xs\:mt-104 {
    margin-top: 14.444444vw;
  }

  #aila .mt-112,
  #aila .xs\:mt-112 {
    margin-top: 15.555556vw;
  }

  #aila .mt-120,
  #aila .xs\:mt-120 {
    margin-top: 16.666667vw;
  }

  #aila .mt-144,
  #aila .xs\:mt-144 {
    margin-top: 20vw;
  }

  #aila .mt-160,
  #aila .xs\:mt-160 {
    margin-top: 22.222222vw;
  }

  #aila .mt-200,
  #aila .xs\:mt-200 {
    margin-top: 27.777778vw;
  }

  #aila .xs\:mt-0 {
    margin-top: 0;
  }
}

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

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

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

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

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

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

#aila .pt-120,
#aila .lg\:pt-120 {
  padding-top: 6.25vw;
}

#aila .pb-120,
#aila .lg\:pb-120 {
  padding-bottom: 6.25vw;
}

#aila .pt-112,
#aila .lg\:pt-112 {
  padding-top: 5.833333vw;
}

#aila .pt-80,
#aila .lg\:pt-80 {
  padding-top: 4.166667vw;
}

#aila .pb-80,
#aila .lg\:pb-80 {
  padding-bottom: 4.166667vw;
}

#aila .pt-40,
#aila .lg\:pt-40 {
  padding-top: 2.083333vw;
}

#aila .px-16 {
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
}

@media (max-aspect-ratio: 11/10) {

  #aila .pt-200,
  #aila .xs\:pt-200 {
    padding-top: 27.777778vw;
  }

  #aila .pb-200,
  #aila .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }

  #aila .py-200,
  #aila .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }

  #aila .pt-160,
  #aila .xs\:pt-160 {
    padding-top: 22.222222vw;
  }

  #aila .pb-160,
  #aila .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }

  #aila .py-160,
  #aila .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }

  #aila .pt-120,
  #aila .xs\:pt-120 {
    padding-top: 16.666667vw;
  }

  #aila .pt-88,
  #aila .xs\:pt-88 {
    padding-top: 12.222222vw;
  }

  #aila .pt-80,
  #aila .xs\:pt-80 {
    padding-top: 11.111111vw;
  }

  #aila .px-16,
  #aila xs\:px-16 {
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }

  #aila .xs\:pt-0 {
    padding-top: 0;
  }

  #aila .xs\:pb-0 {
    padding-bottom: 0;
  }

  #aila .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #aila .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

#aila h2,
#aila h3,
#aila h4 {
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

#aila h2 {
  font-size: 3.333333vw;
}

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

@media (max-aspect-ratio: 11/10) {
  #aila h2 {
    font-size: 11.111111vw;
  }

  #aila h3 {
    font-size: 6.666667vw;
  }
}

#aila strong {
  font-weight: 700;
  color: #000;
}

#aila .note {
  font-size: max(8px, 0.625vw);
  color: rgba(109, 109, 115, 0.6);
}

@media (max-aspect-ratio: 11/10) {
  #aila .note {
    font-size: 3.333333vw;
  }
}

#aila sup[data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}

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

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

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

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

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

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

  #aila .xs\:text-center {
    text-align: center;
  }

  #aila .xs\:text-right {
    text-align: right;
  }
}

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

#aila .video-container video {
  pointer-events: none;
}

#aila .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.2s ease-in-out;
  background: rgba(128, 128, 128, 0.3);
  transform: translateZ(-1px);
}

#aila .play-pause-button:hover {
  opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
  #aila .play-pause-button:hover::before {
    opacity: 0.6;
  }
}

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

#aila .play-pause-button .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}


#aila .play-pause-button .icon-play {
  opacity: 1;
}

#aila .replay-button {
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
  cursor: default;
}


#aila .playing .icon-pause {
  opacity: 1;
}

#aila .playing .icon-pause:hover {
  opacity: 0.6;
}

#aila .playing .icon-play {
  opacity: 0;
}

#aila .ended .icon-replay {
  opacity: 1;
}

#aila .ended .icon-replay:hover {
  opacity: 0.6;
}

#aila .ended .icon-play {
  opacity: 0;
}

#aila .paused .icon-play {
  opacity: 1;
}

@media (max-aspect-ratio: 11/10) {
  #aila .play-pause-button:hover {
    opacity: 1;
  }

  #aila .ended .icon-replay:hover {
    opacity: 1;
  }

  #aila .playing .icon-pause:hover {
    opacity: 1;
  }
}

#aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption-list {
  margin-top: 0;
  font-size: 4.444444vw;
  padding: 0 4.444444vw;
}




#aila.no-inline-video .play-pause-button,
#aila.no-inline-video .replay-button {
  opacity: 0;
}


#aila.no-inline-video .play-pause-button,
#aila.no-inline-video .replay-button {
  opacity: 0;
}

#aila .swiper:not(.swiper-fade) .swiper-wrapper,
#aila .swiper:not(.swiper-fade) [data-swiper-parallax-x],
#aila .swiper:not(.swiper-fade) [data-swiper-parallax-y],
#aila .swiper:not(.swiper-fade) [data-swiper-parallax-opacity],
#aila .swiper:not(.swiper-fade) [data-swiper-parallax-scale],
#aila .swiper:not(.swiper-fade) .transform-item {
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

#aila .swiper.swiper-touched .swiper-wrapper,
#aila .swiper.swiper-touched [data-swiper-parallax-x],
#aila .swiper.swiper-touched [data-swiper-parallax-y],
#aila .swiper.swiper-touched [data-swiper-parallax-opacity],
#aila .swiper.swiper-touched [data-swiper-parallax-scale],
#aila .swiper.swiper-touched .transform-item {
  transition-timing-function: ease !important;
}

#aila .swiper.swiper-fade .swiper-slide,
#aila .swiper.swiper-fade .transform-item {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#aila .swiper.swiper-click .swiper-slide:not(.swiper-slide-visible) {
  cursor: pointer;
}

#aila .swiper.swiper-click-inside .swiper-slide {
  cursor: pointer;
}

#aila .swiper.swiper-click-inside .swiper-slide-active,
#aila .swiper.swiper-click-inside .swiper-slide-next {
  cursor: auto;
}

@media (max-aspect-ratio: 11/10) {
  #aila .swiper.swiper-click-inside .swiper-slide-next {
    cursor: pointer;
  }
}

#aila .slide-content {
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
}

@media (max-aspect-ratio: 11/10) {
  #aila .slide-content {
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
}

#aila .arrownav-list {
  position: relative;
  z-index: 10;
  display: flex;
  height: 2.5vw;
  margin-bottom: 0.885417vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#aila .arrownav-list .arrownav-item {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
  transition: opacity 300ms ease-out;
  border-radius: 50%;
  background-color: rgba(242, 242, 242, 0.5);
  box-shadow: 0 0.260417vw 0.520833vw #c4bbf7;
}

@media (hover: hover) and (pointer: fine) {
  #aila .arrownav-list .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.6;
  }
}

#aila .arrownav-list .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}





@media (max-aspect-ratio: 11/10) {
  #aila .arrownav-list {
    margin-bottom: 3.611111vw;
    height: 11.111111vw;
  }

  #aila .arrownav-list .arrownav-item {
    width: 11.111111vw;
    height: 11.111111vw;
    box-shadow: 0 1.111111vw 2.222222vw #c4bbf7;
  }

  #aila .arrownav-list .arrownav-list {
    height: 11.111111vw;
  }


}

#aila .tabnav-section {
  position: relative;
  overflow: hidden;
}

#aila .tabnav-content {
  position: relative;
  z-index: 10;
}

#aila .tabnav-track {
  display: flex;
}

#aila .tabnav-container {
  margin-right: auto;
  margin-left: auto;
}

#aila .tabnav-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 2.916667vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0.208333vw;
  border-radius: 999px;

}

#aila .tabnav-list {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
}

#aila .tabnav-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.208333vw;
  height: 100%;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  font-size: 0.9375vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  transition-property: color;
  /* transform: translateZ(0); */
  white-space: nowrap;
  color: #797c80;
  outline: 0;
  font-weight: 500;
  backface-visibility: hidden;
}



@media (hover: hover) and (pointer: fine) {
  #aila .tabnav-item:not(.current):hover {
    color: #18191a;
  }
}

#aila .tabnav-item.current {
  cursor: default;
  transition-delay: 160ms;
  transition-duration: 240ms;
  color: #fff;
}

#aila .tabnav-item sup {
  pointer-events: none;
}

#aila .tabnav-icon {
  width: 1.25vw;
}

#aila .tabnav-icon line,
#aila .tabnav-icon path {
  transition: stroke 200ms ease-out;
  stroke: currentColor;
}

#aila .tabnav-label {
  font-size: inherit;
  color: inherit;
}

#aila .tabnav-indicator {
  position: absolute;
  overflow: hidden;
  width: var(--tabnav-size, 0);
  height: 2.5vw;
  transition-timing-function: ease-out;
  transition-duration: 400ms;
  transition-property: width, transform;
  transform: translateX(var(--tabnav-start, 0));
  pointer-events: none;
  border-radius: 999px;
  background-color: #18191a;
}

#aila .stack-list {
  text-align: center;
}

#aila .disable-transitions .tabnav-item,
#aila .disable-transitions .tabnav-indicator,
#aila .disable-transitions .tabnav-indicator::after,
#aila .disable-transitions .tabnav-caption {
  transition: none !important;
}

@media (max-aspect-ratio: 11/10) {
  #aila .tabnav-content {
    --tabnav-space: 8.888889vw;
  }

  #aila .tabnav-track {
    position: relative;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 var(--tabnav-space), #000 calc(100% - var(--tabnav-space)), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 var(--tabnav-space), #000 calc(100% - var(--tabnav-space)), transparent);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* padding-bottom: 4.166667vw */
  }



  #aila .tabnav-track::-webkit-scrollbar {
    display: none;
  }

  #aila .tabnav-container {
    /* padding-right: var(--tabnav-space);
    padding-left: var(--tabnav-space); */
    /* padding-bottom: 2.777778vw; */
  }

  #aila .tabnav-wrapper {
    height: 13.333333vw;
    padding: 1.111111vw;
    /* box-shadow: 0 1.388889vw 1.388889vw rgba(0, 0, 0, 0.16), inset 0 0.277778vw 1px rgba(254, 254, 255, 0.95), inset 0 -0.277778vw 1px rgba(254, 254, 255, 0.95), inset 1px 0 1px #b8b8ba, inset -1px 0 1px #b8b8ba; */
  }

  #aila .tabnav-item {
    padding-right: 5.555556vw;
    padding-left: 5.555556vw;
    font-size: 3.888889vw;
    gap: 0.555556vw;
  }

  #aila .tabnav-icon {
    width: 4.444444vw;
  }

  #aila .tabnav-indicator {
    width: var(--tabnav-size, 0);
    height: 11.111111vw;
    transform: translateX(var(--tabnav-start, 0));
  }
}

#aila .icon-backdrop::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 300ms ease-out;
  border-radius: 999px;
  background-color: rgba(128, 128, 128, 0.4);
  backdrop-filter: blur(8px);
  will-change: opacity;
}

#aila .player-cta {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

#aila .player-cta .icon-copy {
  font-size: 0.9375vw;
  line-height: 1.25;
  white-space: nowrap;
  color: #fff;
}

#aila .player-cta .icon-play {
  position: relative;
  width: 2.083333vw;
}

#aila .player-cta.has-copy {
  height: 3.333333vw;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
}

#aila .player-cta.has-copy .icon-play {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}

#aila .player-cta.overlay-right {
  position: absolute;
  z-index: 1;
  right: 1.25vw;
  bottom: 1.25vw;
}

#aila .player-cta.overlay-center {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 3.333333vw;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}


#aila .slide-content-lights-border-wrapper,
#aila .slide-content-lights-wrapper {
  pointer-events: none;
}










@media (hover: hover) and (pointer: fine) {
  #aila .player-cta:hover.icon-backdrop::before {
    opacity: 0.6;
  }
}

@media (max-aspect-ratio: 11/10) {
  #aila .player-cta .icon-copy {
    font-size: 3.888889vw;
  }

  #aila .player-cta .icon-play {
    width: 8.888889vw;
  }

  #aila .player-cta.has-copy {
    height: 13.333333vw;
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }

  #aila .player-cta.has-copy .icon-play {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }

  #aila .player-cta.overlay-right {
    right: 4.444444vw;
    bottom: 4.444444vw;
  }

  #aila .player-cta.overlay-center {
    bottom: 6.666667vw;
  }
}

#aila .section-highlights {
  overflow: hidden;
}

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

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

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

#aila .section-highlights .slide-media {
  width: 100%;
  height: 37.5vw;
}

#aila .section-highlights .slide-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#aila .section-highlights .slide-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
  font-size: 1.666667vw;
}

#aila .section-highlights .slide-title {
  font-size: 1.666667vw;
  line-height: 1.5;
  color: #fff;
}

#aila .section-highlights .slide-title-01 {
  color: #000;
}

#aila .section-highlights .nav-container {
  display: flex;
  justify-content: center;
}

#aila .section-highlights .nav-wrapper {
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
  background-color: #E9E9E9;
}

#aila .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 300ms ease-out;
  outline: 0;
}

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

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

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

#aila .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 ease-out;
  border-radius: 100%;
  outline: 0;
  opacity: 0.2;
  background-color: #000;
}

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

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

#aila .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: 0.8;
}

@media (max-aspect-ratio: 11/10) {
  #aila .section-highlights .slide-media {
    height: 108.333333vw;
  }

  #aila .section-highlights .slide-content {
    margin: 6.111111vw 6.666667vw 0;
  }

  #aila .section-highlights .xs-content-below .slide-content {
    position: relative;
    top: auto;
    left: auto;
    margin: 6.111111vw 2.222222vw 0;
    text-align: center;
  }

  #aila .section-highlights .slide-title {
    font-size: 5.555556vw;
  }

  #aila .section-highlights .slide-title-01 {
    color: #fff;
  }

  #aila .section-highlights .nav-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }

  #aila .section-highlights .arrownav-item {
    width: 13.333333vw;
    padding: 2.5vw;
  }

  #aila .section-highlights .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }

  #aila .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }

  #aila .section-highlights .dotnav-item::before {
    padding: 1.666667vw;
  }
}






#aila .section-touch-controls .swiper {
  width: 71.302083vw;
}

#aila .section-touch-controls .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

#aila .section-touch-controls .anim-list {
  position: absolute;
  z-index: 10;
  top: 12.858333vw;
  left: 22vw;
  overflow: visible;
  width: 3.645833vw;
  height: 3.645833vw;
  transform-origin: left center;
}

#aila .section-touch-controls .anim-item {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

#aila .section-touch-controls .anim-item-02,
#aila .section-touch-controls .anim-item-03 {
  position: absolute;
  top: 0;
  left: 0;
}





#aila .section-touch-controls .anim-press-and-hold .anim-item-01 {
  opacity: 0.6;
  background-image: radial-gradient(circle, transparent, #82aaf7);
}

#aila .section-touch-controls .anim-press-and-hold .anim-item-02 {
  transform: scale(0.3);
  animation: 5s infinite paused press-and-hold-02;
  background-image: radial-gradient(circle, #fff, #82aaf7);
}

@keyframes press-and-hold-02 {
  0% {
    transform: scale(0.3);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(0.3);
  }
}

#aila .section-touch-controls .anim-press-and-hold .anim-item-03 {
  animation: 5s infinite paused press-and-hold-03;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  stroke-linecap: round;
  stroke: #82aaf7;
  stroke-width: 2;
  transform: rotate(-180deg);
  transform-origin: center;
}

@keyframes press-and-hold-03 {

  0% {
    stroke-dashoffset: 220;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 220;
  }
}

#aila .section-touch-controls .anim-double-tap .anim-item-01 {
  transform: scale(0.6);
  animation: 2s ease-in-out infinite paused double-tap-01;
  background-image: radial-gradient(circle, #fff, #82aaf7);
}

#aila .section-touch-controls .anim-double-tap .anim-item-02 {
  transform: scale(0.31);
  animation: 2s ease-in-out infinite paused double-tap-02;
  opacity: 0.6;
  background-image: radial-gradient(circle, transparent, #82aaf7);
}

#aila .section-touch-controls .anim-double-tap .anim-item-03 {
  transform: scale(0.33);
  animation: 2s ease-in-out infinite paused double-tap-03;
  opacity: 0.6;
  background-image: radial-gradient(circle, transparent, #82aaf7);
}

@keyframes double-tap-01 {
  20% {
    transform: scale(0.6);
  }

  30% {
    transform: scale(0.51);
  }

  50%,
  55% {
    transform: scale(0.34);
  }
}

@keyframes double-tap-02 {
  20% {
    transform: scale(0.31);
  }

  30% {
    transform: scale(0.89);
  }

  50%,
  55% {
    transform: scale(0.89);
  }
}

@keyframes double-tap-03 {
  20% {
    transform: scale(0.33);
  }

  30% {
    transform: scale(0.33);
  }

  50%,
  55% {
    transform: scale(1.53);
  }
}

#aila .section-touch-controls .anim-slide {
  top: 12.01875vw;
  left: 12.5vw;
  transform: rotate(5deg);
  transform-origin: left center;

}

#aila .section-touch-controls .anim-slide .anim-item-01 {
  width: 13.020833vw;
  border-radius: 999px;
  background-image: linear-gradient(283deg, #fff 20%, transparent);
  animation: 3s infinite paused slide-01;
}

#aila .section-touch-controls .anim-slide .anim-item-02 {
  animation: 3s infinite paused slide-02;
  opacity: 1;
  background-image: radial-gradient(circle, transparent, #82aaf7);
}

@keyframes slide-01 {
  0% {
    opacity: 0;
  }

  45%,
  55% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slide-02 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: translateX(9.375vw);
  }

  100% {
    opacity: 0;
  }

}

#aila .section-touch-controls .reset-animation,
#aila .section-touch-controls .reset-animation .anim-slide,
#aila .section-touch-controls .reset-animation .anim-item {
  animation: none;
}

#aila .section-touch-controls .start-animation,
#aila .section-touch-controls .start-animation .anim-slide,
#aila .section-touch-controls .start-animation .anim-item {
  animation-play-state: running;
}



@media (max-aspect-ratio: 11/10) {

  #aila .section-touch-controls .anim-list {
    position: absolute;
    z-index: 10;
    top: 27.058333vw;
    left: 18vw;
    overflow: visible;
    width: 7.777778vw;
    height: 7.777778vw;
    transform-origin: left center;
  }



  #aila .section-touch-controls .anim-slide {
    top: 25.31875vw;
    left: 0.5vw;
    transform: rotate(5.8deg);
    transform-origin: left center;

  }

  #aila .section-touch-controls .anim-slide .anim-item-01 {
    width: 23.888889vw;
    border-radius: 999px;
  }


  #aila .section-touch-controls .anim-slide .anim-item-02 {
    animation: 3s infinite paused slide-02-xs;
    opacity: 1;
    background-image: radial-gradient(circle, transparent, #82aaf7);
  }

  @keyframes slide-01 {
    0% {
      opacity: 0;
    }

    45%,
    55% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes slide-02-xs {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
      transform: translateX(16.375vw);
    }

    100% {
      opacity: 0;
    }

  }

  #aila .section-touch-controls .reset-animation,
  #aila .section-touch-controls .reset-animation .anim-slide,
  #aila .section-touch-controls .reset-animation .anim-item {
    animation: none;
  }

  #aila .section-touch-controls .start-animation,
  #aila .section-touch-controls .start-animation .anim-slide,
  #aila .section-touch-controls .start-animation .anim-item {
    animation-play-state: running;
  }



}












#aila .section-footnote {
  padding-bottom: 80px;
  --font-size: 12px;
  font-size: var(--font-size);
  --icon-size: 16px;
}

#aila .section-footnote i {
  position: absolute;
  bottom: 0;
  display: none;
  width: var(--icon-size);
  height: var(--icon-size);
  cursor: pointer;
  transform: translateY(calc((var(--font-size) * 1.6 - var(--icon-size)) / 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 (min-width: 1920px) {
  #aila .section-footnote {
    --font-size: .625vw;
    --icon-size: .833333vw;
  }
}

@media (max-aspect-ratio: 11/10) {
  #aila .section-footnote {
    --font-size: 1.714286vw;
    --icon-size: 4.722222vw;
  }
}

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

#aila .section-footnote ul,
#aila .section-footnote ol {
  font-size: inherit;
  padding-inline-start: 1.5em;
}

#aila .section-footnote li {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: inherit;
  color: #85858a;
}

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

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

#aila .section-footnote li.asterisk {
  list-style-type: "*";
}

#aila .section-footnote li.asterisk2 {
  list-style-type: "**";
}

#aila .section-footnote li.disclaimer {
  list-style-type: none;
}

#aila .section-footnote ol li {
  list-style-type: decimal;
}

#aila .section-footnote a {
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
}

html[lang=zh-CN] #aila .section-footnote {
  --font-size: 14px;
}

@media (max-aspect-ratio: 11/10) {
  html[lang=zh-CN] #aila .section-footnote {
    --font-size: 3.333333vw;
  }
}

html[lang=zh-CN] #aila .section-footnote li {
  color: #000;
  overflow-wrap: break-word;
}

html[lang=zh-CN] #aila .section-footnote li.current {
  font-weight: 800;
  color: #000;
}

/*# sourceMappingURL=main.css.map */












/*第一屏 */

#aila .aila-s1-kv {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 10.416667vw;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper {
  width: 100%;
  display: flex;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper .pricing-cursor {
  cursor: pointer;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-wrapper-info {
  position: relative;
  width: 100%;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-img {
  width: 58.333333vw;
  margin-top: 1.666667vw;
  padding-left: 1.666667vw;
  flex-shrink: 0;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper img {
  width: 100%;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title {
  width: 100%;
  margin: 10.9375vw auto 0 auto;
  display: flex;
  flex-direction: column;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-main {
  width: 17.1875vw;
  margin: 0 auto 2.083333vw auto;
  display: flex;
  justify-content: center;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-sub {
  width: 42.96875vw;
  margin: 0 auto;
  font-size: 1.145833vw;
  text-align: center;
  color: #000;
  font-weight: 400;

}

#aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-sub sup {
  cursor: pointer;
  font-size: 0.6em;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-img {
  width: 28.125vw;
  margin: 4.166667vw auto 0 auto;
}

#aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-img img {
  width: 100%;
}

#aila .aila-s1-kv .aila-s1-kv-vi {
  position: absolute;
  width: 8.333333vw;
  right: 3.125vw;
  bottom: 10.416667vw;
}

#aila .aila-s1-kv .aila-s1-kv-buy-container {
  display: block;
  transform: translateY(1.875vw);
}

#aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-video-pos {
  width: 23.055556vw;
  height: 6.443056vw;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-video-pos img {
  width: 5vw;
  height: 5vw;
}

#aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-video-pos .button-copy {
  height: 6.443056vw;
  color: #000;
  font-size: 3.888889vw;
}

#aila .aila-s1-kv .aila-s1-kv-buy-container .buy-cta {
  display: inline-block;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  transition: opacity 0.3s ease-out;
  color: #fff;
  width: 96px;
  text-align: center;
  height: 40px;
  border-radius: 6px;
  background-color: #000;
}

#aila .aila-s1-kv .aila-s1-kv-buy-container .buy-cta:hover {
  opacity: .8;
}

#aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-pos {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

#aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-pos .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #000;
}

#aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-pos .from {
  font-size: .677083vw;
  line-height: 1.25;
  color: #000;
}




@media (max-aspect-ratio: 11/10) {

  #aila .aila-s1-kv {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 27.777778vw;
  }

  #aila .aila-s1-kv .aila-s1-kv-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 4.444444vw 4.444444vw 0 4.444444vw;
    overflow: hidden;
  }

  #aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  #aila .aila-s1-kv .aila-s1-kv-wrapper img {
    width: 100%;
  }

  #aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title {
    width: 100%;
    margin: 11.111111vw auto 0 auto;
    display: flex;
    flex-direction: column;
  }

  #aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-img {
    width: 65.555556vw;
    margin: 4.444444vw auto 0 auto;
  }

  #aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-img img {
    width: 100%;
  }

  #aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-main {
    width: 45.833333vw;
    margin: 0 auto 5vw auto;
    display: flex;
    justify-content: center;
  }

  #aila .aila-s1-kv .aila-s1-kv-wrapper .aila-s1-kv-title .aila-s1-kv-title-sub {
    width: 100%;
    margin: 0 auto;
    padding: 0 11.111111vw;
    font-size: 3.333333vw;
    text-align: center;
    justify-content: center;
  }

  #aila .aila-s1-kv .aila-s1-kv-vi-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  #aila .aila-s1-kv .aila-s1-kv-vi {
    position: static;

    width: 25vw;
    right: 0;
    bottom: auto;
  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container {
    margin-top: 0;
    display: block;
    margin-bottom: 11.111111vw;
    /* height: 41.666667vw; */
    width: 100%;
    transform: translateY(0);

  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-video-pos {
    width: 23.055556vw;
    height: 6.443056vw;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-video-pos img {
    width: 5vw;
    height: 5vw;
  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-video-pos .button-copy {
    height: 6.443056vw;
    color: #000;
    font-size: 3.888889vw;
  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container .buy-cta {
    display: inline-block;
    margin-top: 24px;
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.3s ease-out;
    color: #fff;

    background-color: #000;
  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container .buy-cta:hover {
    opacity: .8;
  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-pos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 7.777778vw;
  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-pos .pricing {
    font-size: 5.555556vw;
    line-height: 1.25;
  }

  #aila .aila-s1-kv .aila-s1-kv-buy-container .aila-s1-kv-buy-pos .from {
    font-size: 3.611111vw;
    line-height: 1.25;
    color: #000;
  }







}




















/*玻璃按钮 */
#aila .glasses-button {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 .15625vw .104167vw rgba(255, 255, 255, 1), inset .104167vw -.15625vw .104167vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  color: #000;
  transition: all 0.5s ease-out;
}

#aila .glasses-button .glasses-button-content {
  border-radius: 999px;
  box-shadow: inset .104167vw 0px 1px rgba(0, 0, 0, 0.2), inset -.104167vw 0px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  text-align: center;
}

#aila .glasses-button:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset .104167vw .15625vw .104167vw rgba(255, 255, 255, 1), inset -.104167vw -.15625vw .104167vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  color: #000;
  transition: all 0.5s ease-out;
}

#aila .glasses-button.cursor-none {
  cursor: default !important;
}

#aila .glasses-button.no-hover:hover {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 .15625vw .104167vw rgba(255, 255, 255, 1), inset .104167vw -.15625vw .104167vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
}




#aila .glasses-button-circle {
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(255, 255, 255, 0.4));
  box-shadow: inset 0px .15625vw .104167vw rgba(255, 255, 255, 1), inset .104167vw -.15625vw .104167vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-out;
}

#aila .glasses-button-circle .glasses-button-content {
  border-radius: 999px;
  box-shadow: inset .104167vw 0px 1px rgba(0, 0, 0, 0.2), inset -.104167vw 0px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  text-align: center;
}

#aila .glasses-button-circle:hover {
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0.8), rgba(255, 255, 255, 0.2));
  box-shadow: inset .104167vw .15625vw .104167vw rgba(255, 255, 255, 1), inset -.104167vw -.15625vw .104167vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  color: #000;
  transition: all 0.5s ease-out;
}

#aila .glasses-button-circle.cursor-none {
  cursor: default !important;
}

#aila .glasses-button-circle.no-hover:hover {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 .15625vw .104167vw rgba(255, 255, 255, 1), inset .104167vw -.15625vw .104167vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
}






@media (max-aspect-ratio: 11/10) {

  /*玻璃按钮 */
  #aila .glasses-button {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 .416667vw .277778vw rgba(255, 255, 255, 1), inset 0 -.416667vw .277778vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    color: #000;
    transition: all 0.5s ease-out;
  }

  #aila .glasses-button .glasses-button-content {
    border-radius: 999px;
    box-shadow: inset .277778vw 0px 1px rgba(0, 0, 0, 0.2), inset -.277778vw 0px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    text-align: center;
  }

  #aila .glasses-button:hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 .416667vw .277778vw rgba(255, 255, 255, 1), inset 0 -.416667vw .277778vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    color: #000;
    transition: all 0.5s ease-out;
  }

  #aila .glasses-button.cursor-none {
    cursor: default !important;
  }

  #aila .glasses-button.no-hover:hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 .416667vw .277778vw rgba(255, 255, 255, 1), inset 0 -.416667vw .277778vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    color: #000;
    transition: all 0.5s ease-out;
  }




  #aila .glasses-button-circle {
    border-radius: 999px;
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0 .416667vw .277778vw rgba(255, 255, 255, 1), inset 0 -.416667vw .277778vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-out;
  }

  #aila .glasses-button-circle .glasses-button-content {
    border-radius: 999px;
    box-shadow: inset .277778vw 0px 1px rgba(0, 0, 0, 0.2), inset -.277778vw 0px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    text-align: center;
  }

  #aila .glasses-button-circle:hover {
    border-radius: 999px;
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0 .416667vw .277778vw rgba(255, 255, 255, 1), inset 0 -.416667vw .277778vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-out;
  }

  #aila .glasses-button-circle.cursor-none {
    cursor: default !important;
  }

  #aila .glasses-button-circle.no-hover:hover {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0 .416667vw .277778vw rgba(255, 255, 255, 1), inset 0 -.416667vw .277778vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  }

}





#aila .glasses-button-colorfull {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 9999px;
  background: linear-gradient(90deg,
      rgba(242, 214, 133, 1),
      rgba(214, 157, 219, 0.95),
      rgba(159, 154, 229, 0.95),
      rgba(129, 155, 236, 1));
  filter: blur(.3125vw);
}



#aila .glasses-button .glasses-button-white-bg-1 {
  display: none;
}

@media (max-aspect-ratio: 11/10) {
  #aila .glasses-button .glasses-button-white-bg-1 {
    display: block;
    content: "";
    width: 100%;
    height: 84%;
    position: absolute;
    left: 0;
    top: 7%;
    z-index: 1;
    filter: blur(.416667vw);
    border-radius: 9999px;
    background: rgba(230, 227, 238, 1);
  }
}

#aila .glasses-button .glasses-button-white-bg {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 15%;
  z-index: 1;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.75);
}





#aila .glasses-button .glasses-button-black {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 9999px;
}


#aila .glasses-button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.25vw;
  color: #000;
  width: 100%;
  font-weight: 700;
  position: relative;
  z-index: 10;
}



#aila .section-blue-background {
  background: linear-gradient(to bottom,
      #fff 0%,
      #CFD7E6 45%,
      #F5F5F5 100%)
}

/*第二屏 */
#aila .aila-s2-heart-reasons {
  width: 100%;
  overflow: hidden;
  padding: 0 0 10.416667vw 0;

}

#aila .reason-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  will-change: opacity;
  transform-origin: 50% 50%;
  transform: scale(1.001);
}

#aila .reason-mask picture {
  width: 100%;
  height: 100%;
}

#aila .reason-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#aila .swiper-slide.swiper-slide-active .reason-mask {
  opacity: 0;
}




#aila .aila-s2-heart-reasons .aila-s2-heart-reasons-swiper {
  width: 67.5vw;
  margin: 0 auto;
  border-top: 0px solid rgba(0, 0, 0, 0.05);
}


#aila .aila-s2-heart-reasons .swiper {
  overflow: visible;
}

#aila .aila-s2-heart-reasons .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 37.5vw;
  border-radius: .833333vw;
}

#aila .aila-s2-heart-reasons .swiper-slide img {
  border-radius: .833333vw;

}

#aila .aila-s2-heart-reasons .swiper-slide .slide-content {
  padding: 0;
}


#aila .aila-s2-heart-reasons .swiper-slide .slide-content-lights-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  opacity: 0;
}

#aila .aila-s2-heart-reasons .swiper-slide .slide-content-lights-border-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.6s ease-out;
  will-change: opacity;
}


#aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .slide-content-lights-wrapper {
  opacity: 0.8;
}


#aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .slide-content-lights-border-wrapper {
  opacity: 1;
}

#aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .light {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  height: 100%;

}

#aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .light-1 {
  width: 1.302083vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  animation: wave-1 2s forwards ease-in-out;
}

#aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .light-2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9.375vw;
  transform-origin: center center;
  animation: wave-2 2s forwards ease-in-out;
}

#aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .light-3 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18.75vw;
  transform-origin: center center;
  animation: wave-3 2s forwards ease-in-out;
}


@media (max-aspect-ratio: 11/10) {

  #aila .aila-s2-heart-reasons .swiper-slide{
    border-radius: 2.222222vw;
    overflow: hidden;
  }


  #aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .light-1 {
    width: 3.472222vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    animation: wave-1 2s forwards ease-in-out;
  }

  #aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .light-2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25vw;
    transform-origin: center center;
    animation: wave-2 2s forwards ease-in-out;
  }

  #aila .aila-s2-heart-reasons .swiper-slide.swiper-slide-active.swiper-slide-active-lights .light-3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    transform-origin: center center;
    animation: wave-3 2s forwards ease-in-out;
  }
}



@keyframes wave-1 {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(50);
  }
}

@keyframes wave-2 {
  0% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18.05);
  }
}

@keyframes wave-3 {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(16.66);
  }
}




#aila .aila-s2-heart-reasons .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}

#aila .aila-s2-heart-reasons .slide-media {
  width: 100%;
  height: 37.5vw;
}

#aila .aila-s2-heart-reasons .slide-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  border-radius: .833333vw;
  overflow: hidden;
}

#aila .aila-s2-heart-reasons .slide-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2.5vw;
  font-size: 1.666667vw;
}

#aila .aila-s2-heart-reasons .slide-title {
  font-size: 1.666667vw;
  line-height: 1.5;
  color: #18191A;
  font-weight: bold;
}

#aila .aila-s2-heart-reasons .slide-title br {
  display: none;
}

#aila .aila-s2-heart-reasons .slide-title-01 {
  color: #fff;
}

#aila .aila-s2-heart-reasons .slide-content sup {
  font-size: 0.6em;
  cursor: pointer;
}

#aila .aila-s2-heart-reasons .nav-container {
  display: flex;
  justify-content: center;
  margin-top: 2.5vw;
}

#aila .aila-s2-heart-reasons .nav-wrapper {
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
  background-color: #E9E9E9;
}

#aila .aila-s2-heart-reasons .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 300ms ease-out;
  outline: 0;
}

@media (hover: hover) and (pointer: fine) {
  #aila .aila-s2-heart-reasons .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.6;
  }
}

#aila .aila-s2-heart-reasons .slide-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  border-radius: .833333vw;
  overflow: hidden;
}

#aila .aila-s2-heart-reasons .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}

#aila .aila-s2-heart-reasons .dotnav-list {
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
}

#aila .aila-s2-heart-reasons .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 ease-out;
  border-radius: 100%;
  outline: 0;
  opacity: 0.2;
  background-color: #000;
}

#aila .aila-s2-heart-reasons .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0.260417vw;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  #aila .aila-s2-heart-reasons .dotnav-item:hover {
    opacity: 0.5;
  }
}

#aila .aila-s2-heart-reasons .dotnav-item.current {
  cursor: default;
  opacity: 0.8;
}

/*玻璃按钮 */
#aila .aila-s2-heart-reasons .nav-wrapper-glasses-button {
  width: 13.854167vw;
  height: 3.333333vw;
}


#aila .aila-s2-heart-reasons .nav-wrapper-glasses-button .nav-wrapper-glasses-button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.333333vw;
  width: 13.854167vw;

  color: #000;
  padding: 0 1.041667vw;
  font-weight: 700;
  z-index: 3;
}




@media (max-aspect-ratio: 11/10) {

  #aila .glasses-button .glasses-button-colorfull {

    filter: blur(.833333vw);
  }

  #aila .aila-s2-heart-reasons {
    width: 100%;
    padding-bottom: 27.777778vw;
    overflow: hidden;
  }

  #aila .aila-s2-heart-reasons .aila-s2-heart-reasons-swiper {
    width: 82.222222vw;
    margin: 0 auto;
  }

  #aila .aila-s2-heart-reasons .swiper-slide {
    height: 123.333333vw;

  }

  #aila .aila-s2-heart-reasons .slide-media {
    height: 123.333333vw;
  }

  #aila .aila-s2-heart-reasons .slide-content {
    margin: 6.666667vw 6.666667vw 0;
  }

#aila .aila-s2-heart-reasons .swiper-slide img {
  border-radius: 2.222222vw;
  overflow: hidden;
}

  #aila .aila-s2-heart-reasons .nav-container {
    margin-top: 8.888889vw;
  }

  #aila .aila-s2-heart-reasons .nav-wrapper {
    display: flex;
    align-items: center;
    height: 13.333333vw;
    padding-right: 1.041667vw;
    padding-left: 1.041667vw;
    border-radius: 999px;
    background-color: #E9E9E9;
  }







  #aila .aila-s2-heart-reasons .xs-content-below .slide-content {
    position: relative;
    top: auto;
    left: auto;
    margin: 6.111111vw 2.222222vw 0;
    text-align: center;
  }

  #aila .aila-s2-heart-reasons .slide-title {
    font-size: 5.555556vw;
  }

  #aila .aila-s2-heart-reasons .slide-title br {
    display: inline;
  }

  #aila .aila-s2-heart-reasons .slide-title-01 {
    color: #fff;
  }

  #aila .aila-s2-heart-reasons .nav-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }

  #aila .aila-s2-heart-reasons .arrownav-item {
    width: 13.333333vw;
    padding: 2.5vw;
  }

  #aila .aila-s2-heart-reasons .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }

  #aila .aila-s2-heart-reasons .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }

  #aila .aila-s2-heart-reasons .dotnav-item::before {
    padding: 1.666667vw;
  }

  #aila .aila-s2-heart-reasons .nav-wrapper-glasses-button {
    width: 62.222222vw;
    height: 13.333333vw;
  }


  #aila .aila-s2-heart-reasons .nav-wrapper-glasses-button .nav-wrapper-glasses-button-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13.333333vw;
    width: 62.222222vw;
  }

}


/*第三屏*/
#aila .aila-s3-design-top {
  width: 100%;
}

#aila .aila-s3-design-top-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#aila .aila-s3-design-top-title-text {
  width: 100%;
  display: flex;
  justify-content: center;
}

#aila .aila-s3-design-top-title-button {
  width: 100%;
  margin: 0 0 1.5625vw 0;
  display: flex;
  justify-content: center;
}

#aila .aila-s3-design-top-title-button .glasses-button {
  width: 6.770833vw;
  height: 2.5vw;
}



#aila .aila-s3-design-top-title-text .aila-s3-design-top-title-text-content {
  color: #000;
  line-height: 1.25;
  font-size: 4.166667vw;
  font-weight: bold;
  margin: 0 0 4.166667vw 0;
}






#aila .aila-s3-design .section-touch-controls .tabnav-track .tabnav-item {
  padding-right: 1.25vw;
  padding-left: 1.25vw;
  font-weight: 500;
}










@media (max-aspect-ratio: 11/10) {

  /*第三屏*/
  #aila .aila-s3-design-top {
    width: 100%;
  }

  #aila .aila-s3-design-top-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #aila .aila-s3-design-top-title-text {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #aila .aila-s3-design-top-title-button {
    width: 100%;
    margin: 0 0 3.333333vw 0;
    display: flex;
    justify-content: center;

  }



  #aila .aila-s3-design-top-title-button .glasses-button .glasses-button-content {
    width: 21.666667vw;
    height: 7.777778vw;
    font-size: 3.888889vw;
    line-height: 1.25;
  }


  #aila .aila-s3-design-top-title-button .glasses-button {
    width: 21.666667vw;
    height: 7.777778vw;
    font-size: 3.888889vw;
  }

  #aila .aila-s3-design-top-title-text .aila-s3-design-top-title-text-content {
    color: #000;
    line-height: 1.25;
    font-size: 8.888889vw;
    font-weight: bold;
    margin: 0 0 11.111111vw 0;
  }



  #aila .aila-s3-design .section-touch-controls .tabnav-track .tabnav-item {
    padding-right: 5.555556vw;
    padding-left: 5.555556vw;
    font-weight: 500;
  }

  #aila .aila-s3-design .section-touch-controls .tabnav-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6.666667vw;
  }



}











/*第四屏*/
#aila .aila-s3-design {
  width: 100%;
  padding-bottom: 10.416667vw;
}

#aila .aila-s3-design-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}

#aila .aila-s3-design-content {
  height: 35.416667vw;
  width: 100%;
  background: #f5f5f5;
  border-radius: .833333vw;
}

#aila .aila-s3-design-content-title {
  height: 9.895833vw;
  display: flex;
  justify-content: center;
}

#aila .aila-s3-design-title-sty {
  font-size: 3.333333vw;
  font-weight: bold;
  color: #000;
  margin: 1.40625vw 0 3.958333vw 0;
  text-align: center;
}

#aila .aila-s3-design .section-touch-controls {
  width: 67.5vw;
}

#aila .aila-s3-design .section-touch-controls .swiper {
  width: 67.5vw;
  height: 35.416667vw;
  border-radius: .833333vw;
}

#aila .aila-s3-design .section-touch-controls .swiper .swiper-slide {
  width: 67.5vw;
  height: 35.416667vw;
}

#aila .aila-s3-design .section-touch-controls .swiper .swiper-slide img {
  width: 100%;
}

#aila .aila-s3-design .section-touch-controls .tabnav-content {
  margin-top: 2.5vw;

}

#aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption-text-black {
  color: #18191A;
  font-weight: 500;
}

#aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption-list {
  margin-top: 1.666667vw;
}

#aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption {
  font-size: 1.145833vw;
  color: #797C80;
  font-weight: 400;
}


#aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption sup {
  font-size: 0.6em;
  cursor: pointer;
}

#aila .aila-s3-design .section-touch-controls .tabnav-container {
  background: linear-gradient(to bottom, rgba(242, 242, 242, 1), rgba(234, 234, 234, 1));
}






@media (max-aspect-ratio: 11/10) {
  #aila .aila-s3-design {
    width: 100%;
    padding-bottom: 27.777778vw;
  }

  #aila .aila-s3-design-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  #aila .aila-s3-design-content {
    height: 35.416667vw;
    width: 100%;
    background: #f5f5f5;
    border-radius: .833333vw;
  }

  #aila .aila-s3-design-content-title {
    height: 9.895833vw;
    display: flex;
    justify-content: center;
  }

  #aila .aila-s3-design-title-sty {
    font-size: 3.333333vw;
    font-weight: bold;
    color: #000;
    margin: 1.40625vw 0 3.958333vw 0;
    text-align: center;
  }

  #aila .aila-s3-design .section-touch-controls {
    width: 100%;
  }

  #aila .aila-s3-design .section-touch-controls .swiper {
    width: 91.111111vw;
    height: 111.111111vw;
    border-radius: 2.222222vw;
    overflow: hidden;
  }

  #aila .aila-s3-design .section-touch-controls .swiper .swiper-slide {
    width: 91.111111vw;
    height: 111.111111vw;
  }

  #aila .aila-s3-design .section-touch-controls .swiper .swiper-slide .inline-video {
    width: 100%;
    height: 100%;
    object-fit: cover;

  }


  #aila .aila-s3-design .section-touch-controls .swiper .swiper-slide img {
    width: 100%;
  }

  #aila .aila-s3-design .section-touch-controls .tabnav-content {
    margin-top: 11.111111vw;

  }

  #aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption {
    font-size: 4.444444vw;
    color: #797C80;
  }

  #aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption-text-black {
    color: #000;
  }

  #aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption-list {
    margin-top: 0;
    font-size: 4.444444vw;
    padding: 0 6.666667vw;
  }

  #aila .aila-s3-design .section-touch-controls .tabnav-content .tabnav-caption-list br {
    display: none;
  }

  #aila .aila-s3-design .section-touch-controls .tabnav-container {
    padding-left: 0;
    padding-right: 0;
  }


}

















/*第五屏*/
#aila .aila-s4-color {
  width: 100%;
  background: #F5F5F5;
  overflow: hidden;
  margin-bottom: 8.333333vw;
}

#aila .aila-s4-color .aila-s4-color-wrapper {
  width: 81.25vw;
  margin: 0 auto;
}

#aila .aila-s4-color .aila-s4-color-wrapper .swiper {
  width: 81.25vw;
  height: 41.666667vw;
  overflow: visible;
  border-radius: .833333vw;
}


#aila .aila-s4-color .aila-s4-color-wrapper .swiper .swiper-wrapper .swiper-slide {
  width: 81.25vw;
  height: 41.666667vw;
  border-radius: .833333vw;
  overflow: hidden;
  position: relative;
}

#aila .aila-s4-color .aila-s4-color-wrapper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  position: absolute;
}

#aila .aila-s4-color .aila-s4-color-tab {
  width: 100%;
  height: 6.4111vw;
  margin-top: 2.5vw;
}

#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-tab-wrapper {
  width: 67.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}

#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-tab-wrapper .aila-s4-color-tab-button-wrapper {
  height: 3.333333vw;
  padding: 0 .833333vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}




#aila .aila-s4-color .aila-s4-color-text-wrapper {
  width: 100%;
  height: 1.822917vw;
  margin-top: 1.25vw;
  position: relative;
}

#aila .aila-s4-color .aila-s4-color-text-wrapper .aila-s4-color-text-item {
  width: 100%;
  text-align: center;
  opacity: 0;
  position: absolute;
  animation: fadeOut 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;

}

#aila .aila-s4-color .aila-s4-color-text-wrapper .aila-s4-color-text-item.current {
  opacity: 0;
  animation: fadeIn 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  animation-delay: 0.2s;
}

#aila .aila-s4-color .aila-s4-color-text-wrapper .aila-s4-color-text-item .aila-s4-color-text-color {
  color: #18191A;
  font-weight: 500;
}


#aila .aila-s4-color .aila-s4-color-tab .glasses-button {
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0.6), rgba(247, 247, 247, 0.6));
}



@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#aila .aila-s4-color .glasses-button {
  position: relative;
  height: 3.333333vw;
}

#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg {
  width: 2.1875vw;
  height: 2.1875vw;
  margin: 0 .208333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease-in-out;
  border: .104167vw solid transparent;
  border-radius: 50%;
  background: transparent;
}

#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg.current {
  border: .104167vw solid #A0A4A5;
}


#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg:hover {
  border: .104167vw solid #A0A4A5;
}

#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg .aila-s4-color-swiper-icon {
  width: 1.666667vw;
  height: 1.666667vw;

}

#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg .aila-s4-color-swiper-icon img {
  width: 100%;
}



#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg:nth-child(1):hover,
#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg:nth-child(1).current {
  border-color: #C7CBCC !important;
}

#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg:nth-child(2):hover,
#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg:nth-child(2).current {
  border-color: #848484 !important;
}

#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg:nth-child(3):hover,
#aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg:nth-child(3).current {
  border-color: #545454 !important;
}


@media (max-aspect-ratio: 11/10) {

  /*第五屏*/
  #aila .aila-s4-color {
    width: 100%;
    margin-bottom: 27.777778vw;
  }

  #aila .aila-s4-color .aila-s4-color-wrapper {
    width: 100%;
  }

  #aila .aila-s4-color .aila-s4-color-wrapper .swiper {
    width: 100%;
    height: 121.666667vw;
    overflow: hidden;
    border-radius: .833333vw;
  }

  #aila .aila-s4-color .aila-s4-color-wrapper .swiper .swiper-wrapper .swiper-slide {
    width: 67.5vw;
    height: 121.666667vw;
    border-radius: .833333vw;
  }

  #aila .aila-s4-color .aila-s4-color-wrapper .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 121.666667vw;

  }

  #aila .aila-s4-color .aila-s4-color-tab {
    width: 100%;
    height: 28.194444vw;
    margin-top: 11.111111vw;
  }

  #aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-tab-wrapper {
    width: 57.777778vw;
    height: 15.555556vw;
  }

  #aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-tab-wrapper .aila-s4-color-tab-button-wrapper {

    padding: 0 2.222222vw;
    height: 15.277778vw !important;
  }

  #aila .aila-s4-color .glasses-button {
    position: relative;
    height: 15.255556vw;
  }

  #aila .aila-s4-color .aila-s4-color-text-wrapper {
    width: 100%;
    height: 5.972222vw;
    margin-top: 6.666667vw;
  }

  #aila .aila-s4-color .aila-s4-color-text-wrapper .aila-s4-color-text-item {
    font-size: 4.444444vw;
  }

  #aila .aila-s4-color .aila-s4-color-text-wrapper .aila-s4-color-text-item.current {}

  #aila .aila-s4-color .aila-s4-color-text-wrapper .aila-s4-color-text-item .aila-s4-color-text-color {
    color: #000;
  }


  #aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg {
    width: 11.111111vw;
    height: 11.111111vw;
    margin: 0 1.111111vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s ease-in-out;
    border: .555556vw solid transparent;
    border-radius: 50%;
    background: transparent;
  }

  #aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg.current {
    border: .555556vw solid #C7CBCC;
  }


  #aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg:hover {
    border: .555556vw solid #C7CBCC;
  }

  #aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg .aila-s4-color-swiper-icon {
    width: 7.6vw;
    height: 7.6vw;

  }

  #aila .aila-s4-color .aila-s4-color-tab .aila-s4-color-swiper-icon-bg .aila-s4-color-swiper-icon img {
    width: 100%;
  }




}










/*第六屏*/
#aila .aila-s10-11-background {
  background: linear-gradient(to bottom, #F5F5F5, #CFD7E6 37%, #F5F5F5 81%);
}

#aila .aila-s10-ai {
  width: 100%;
  margin-bottom: 10.416667vw;
}

#aila .aila-s10-ai .aila-s10-ai-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}


#aila .aila-s10-ai .aila-s10-ai-title {
  width: 100%;
  height: 14.0625vw;
}

#aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button .glasses-button .glasses-button-content {
  width: 6.770833vw !important;
  height: 2.5vw;
  box-shadow: inset .104167vw 0px 0px rgba(0, 0, 0, 0.24), inset -.104167vw 0px 0px rgba(0, 0, 0, 0.24), inset 0px .104167vw .104167vw rgba(255, 255, 255, 0.8), inset 0px -.104167vw .104167vw rgba(255, 255, 255, 0.8);
  line-height: 1.25;
}

#aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button {
  width: 100%;
  margin: .3125vw;
  display: flex;
  justify-content: center;
}

#aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-text {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-text-content {
  color: #000;
  line-height: 1.25;
  margin: 1.666667vw;
  font-size: 4.166667vw;
  font-weight: bold;
  position: relative;
}

#aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-text-color {
  width: 100%;
  height: 20vw;
  background: linear-gradient(to top,
      rgba(233, 196, 160, 1),
      rgba(214, 157, 219, 1),
      rgba(159, 154, 229, 1),
      rgba(0, 0, 0, 1) 30%) no-repeat;
  background-position-y: 0vw;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


#aila .aila-s10-ai .aila-s10-ai-box {
  width: 100%;
  position: relative;
}

#aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-img {
  width: 100%;
  overflow: hidden;
  border-radius: .833333vw;
}

#aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-text {
  width: 100%;
  overflow: hidden;
  text-align: center;
}


#aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-text .aila-s10-ai-box-text-title {
  font-size: 1.666667vw;
  color: #18191A;
  font-weight: bold;
  margin-top: 2.5vw;
  margin-bottom: .833333vw;
  line-height: 1.25;
}

#aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-text .aila-s10-ai-box-text-sub-title {
  font-size: 1.145833vw;
  color: #797C80;
  line-height: 1.6;
  font-weight: 400;
  width: 57%;
  margin: 0 auto;
}

#aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button .glasses-button {
  height: 2.5vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  box-shadow: inset 0px .208333vw 0px rgba(255, 255, 255, 1), inset .104167vw -.208333vw 0px rgba(255, 255, 255, 1), 0px .572917vw .520833vw rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  color: #000;
  transition: all 0.5s ease-out;
}


#aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button .glasses-button .glasses-button-white-bg {
  height: 92%;
  background: #f5f5f5;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  top: 4%;
  position: absolute;
  color: #000;
  filter: blur(.15625vw);
}

@media (max-aspect-ratio: 11/10) {
  #aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button .glasses-button .glasses-button-white-bg {
    box-shadow: inset 0 .416667vw .277778vw rgba(255, 255, 255, 1), inset 0 -.416667vw .277778vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  }

}





@media (max-aspect-ratio: 11/10) {





  #aila .aila-s10-11-background {
    background: linear-gradient(to bottom, #F5F5F5, #CFD7E6 15%, #F5F5F5 81%);
  }

  #aila .aila-s10-ai {
    padding-top: 20.833333vw;
    width: 100%;
    margin-bottom: 27.777778vw;
  }

  #aila .aila-s10-ai .aila-s10-ai-wrapper {
    width: 91.111111vw;
    margin: 0 auto;
  }


  #aila .aila-s10-ai .aila-s10-ai-title {
    width: 100%;
    height: 33.361111vw;
  }

  #aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button .glasses-button {
    height: 7.777778vw;
    box-shadow: inset 0 .416667vw .277778vw rgba(255, 255, 255, 1), inset 0 -.416667vw .277778vw rgba(255, 255, 255, 1), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  }



  #aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button .glasses-button .glasses-button-content {
    width: 18.055556vw !important;
    height: 7.777778vw;
    font-size: 3.888889vw;
    box-shadow: inset .277778vw 0px 1px rgba(0, 0, 0, 0.2), inset -.277778vw 0px 1px rgba(0, 0, 0, 0.2);
    line-height: 1.25;
  }



  #aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button {
    width: 100%;
    margin: .3125vw;
    display: flex;
    justify-content: center;
  }

  #aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-text {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  #aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-text-content {
    color: #000;
    line-height: 1.25;
    margin: 3.333333vw;
    font-size: 8.888889vw;
    font-weight: bold;
    position: relative;
  }

  #aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-text-color {
    width: 100%;
    height: 65vw;
    background: linear-gradient(to top,
        rgba(233, 196, 160, 1),
        rgba(214, 157, 219, 1),
        rgba(159, 154, 229, 1),
        rgba(0, 0, 0, 1) 30%) no-repeat;
    background-position-y: 0vw;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }


  #aila .aila-s10-ai .aila-s10-ai-box {
    width: 100%;
    position: relative;
  }

  #aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-img {
    width: 100%;
    height: 111.111111vw;
    overflow: hidden;
    border-radius: 2.222222vw;

  }

  #aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-img .video-container {
    width: 100%;
    height: 100%;
  }

  #aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-img video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .833333vw;
    object-fit: cover;
  }

  #aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-text {
    width: 100%;
    padding: 0 6.666667vw;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
  }


  #aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-text .aila-s10-ai-box-text-title {
    font-size: 5.555556vw;
    font-weight: bold;
    margin-top: 6.666667vw;
    margin-bottom: 2.222222vw;
    line-height: 1.25;
  }

  #aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-text .aila-s10-ai-box-text-sub-title {
    font-size: 3.888889vw;
    color: #797C80;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto;
  }

  #aila .aila-s10-ai .aila-s10-ai-box .aila-s10-ai-box-text .aila-s10-ai-box-text-sub-title br {
    display: none;
  }

  #aila .aila-s10-ai .aila-s10-ai-title .aila-s10-ai-title-button .glasses-button .glasses-button-white-bg {
    background: none;
  }
}


/*第七屏*/
#aila .aila-s11-quietly-make-big {
  width: 100%;
  margin-bottom: 10.416667vw;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-wrapper {
  width: 67.5vw;
  margin: 0 auto;
  position: relative;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-title {
  font-size: 3.333333vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.666667vw;
  color: #18191A;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-title br {
  display: none;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 4.166667vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-item {
  display: flex;
  width: 50%;
  align-items: flex-start;
  margin: 0 3vw 0 3.75vw;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-icon {
  width: 3.75vw;
  height: 3.75vw;
  margin-right: 1.666667vw;
  flex-shrink: 0;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-text {
  font-size: 1.145833vw;
  line-height: 1.6;
  color: #797C80;
  font-weight: 400;
}



#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-text .aila-s11-quietly-make-big-feature-text-fty {
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.6;
  color: #18191A;
}



#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-video {
  width: 100%;
  height: 35.416667vw;
  border-radius: .833333vw;
  margin-bottom: 2.083333vw;
  overflow: hidden;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-ai-section {
  text-align: center;
  margin: 0 auto;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-ai-title {
  font-size: 1.666667vw;
  font-weight: bold;
  margin-bottom: .833333vw;
  color: #000000;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-ai-desc {
  font-size: 1.145833vw;
  line-height: 1.6;
  color: #797C80;
  font-weight: 400;
}



#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-video .video-container {
  width: 100%;
  height: 100%;
}

#aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-video .inline-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}



@media (max-aspect-ratio: 11/10) {
  #aila .aila-s11-quietly-make-big {
    width: 100%;
    margin-bottom: 27.777778vw;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-wrapper {
    width: 91.111111vw;
    margin: 0 auto;
    position: relative;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-title {
    font-size: 8.888889vw;
    font-weight: bold;
    text-align: left;
    color: #18191A;
    line-height: 1.25;
    padding: 0 6.666667vw;
    margin-bottom: 0;

  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-title br {
    display: block;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-row {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-bottom: 10vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6.666667vw;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 11.111111vw 0 0 0;
  }


  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-item:nth-child(2) {

    margin: 8.888889vw 0 0 0 !important;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-icon {
    width: 13.888889vw;
    height: 13.888889vw;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 2.777778vw;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-text {
    font-size: 4.444444vw;
    line-height: 1.6;
    color: #797C80;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-feature-text .aila-s11-quietly-make-big-feature-text-fty {
    font-size: 4.444444vw;
    line-height: 1.6;
    color: #18191A;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-video {
    width: 100%;
    height: 111.111111vw;
    border-radius: 2.222222vw;
    margin-bottom: 6.666667vw;
    overflow: hidden;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-video .video-container {
    width: 100%;
    height: 100%;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-video .inline-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }






  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-ai-section {
    padding: 0 6.666667vw;
    margin: 0 auto;
    text-align: left;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-ai-title {
    font-size: 5.555556vw;
    font-weight: bold;
    margin-bottom: 2.638889vw;
    color: #000000;
    line-height: 1.25;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-ai-desc {
    font-size: 3.888889vw;
    line-height: 1.6;
    color: #6D6F72;
  }

  #aila .aila-s11-quietly-make-big .aila-s11-quietly-make-big-ai-desc br {
    display: none;
  }


}






























/*第八屏*/

#aila .aila-s12-vast-world-rushes-in {
  width: 100%;
  padding-bottom: 10.416667vw;
  overflow: hidden;
}

#aila .aila-s12-vast-world-rushes-in-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}

/* 主标题 */
#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-main-title {
  font-size: 3.333333vw;
  font-weight: bold;
  color: #000;
  margin-bottom: 4.166667vw;
  line-height: 1.25;
}

/* 主标题 */
#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-main-title br {
  display: none;
}

/* 视频卡片区域 */
#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-video-card {
  width: 100%;
}


#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper {
  margin-top: 4.166667vw;
  border-top: 0px solid rgba(0, 0, 0, 0.05);
}


#aila .aila-s12-vast-world-rushes-in .swiper {
  overflow: visible;
}

#aila .aila-s12-vast-world-rushes-in .swiper-slide {
  overflow: hidden;
  position: relative;
  border-radius: .833333vw;
}

#aila .aila-s12-vast-world-rushes-in .swiper-slide .swiper-slide-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 37.5vw;
  border-radius: .833333vw;
  /* margin-bottom: 2.5vw; */
}



#aila .aila-s12-vast-world-rushes-in .swiper-slide .slide-content-lights-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  opacity: 0;
}


#aila .aila-s12-vast-world-rushes-in .swiper-slide .slide-content-lights-border-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.6s ease-out;
  will-change: opacity;
}

#aila .aila-s12-vast-world-rushes-in .swiper-slide .slide-content-lights-border-wrapper img {
  width: 100%;
  height: 100%;
}


#aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .slide-content-lights-wrapper {
  opacity: 0.8;
}


#aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .slide-content-lights-border-wrapper {
  opacity: 1;
}



#aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .light {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  height: 100%;

}

#aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .light-1 {
  width: 1.302083vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  animation: wave-1 2s forwards ease-in-out;
}

#aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .light-2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9.375vw;
  transform-origin: center center;
  animation: wave-2 2s forwards ease-in-out;
}

#aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .light-3 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18.75vw;
  transform-origin: center center;
  animation: wave-3 2s forwards ease-in-out;
}


#aila .aila-s12-vast-world-rushes-in .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}

#aila .aila-s12-vast-world-rushes-in .slide-media {
  width: 100%;
  height: 37.5vw;
}

#aila .aila-s12-vast-world-rushes-in .slide-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#aila .aila-s12-vast-world-rushes-in .slide-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
  font-size: 1.666667vw;
}

#aila .aila-s12-vast-world-rushes-in .slide-title {
  font-size: 1.666667vw;
  line-height: 1.5;
  color: #18191A;
}

#aila .aila-s12-vast-world-rushes-in .slide-title-01 {
  color: #fff;
}











/* 底部文案区域 */
#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-content-bottom {
  display: flex;
  justify-content: space-between;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-text-group {
  width: 100%;
  padding-left: 2.083333vw;
  box-sizing: border-box;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-sub-title {
  font-size: 1.666667vw;
  font-weight: bold;
  color: #18191A;
  margin-top: 2.083333vw;
  margin-bottom: .833333vw;
  line-height: 1.25;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-sub-title sup {
  font-size: 0.6em;
  cursor: pointer;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-desc-text {
  font-size: 1.041667vw;
  line-height: 1.6;
  color: #797C80;
  font-weight: 400;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-desc-text sup {
  font-size: 0.6em;
  cursor: pointer;
}

/* 左右切换按钮 */
#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons {
  width: 67.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  transform: translateY(0);

}



#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons .arrownav-disabled .glasses-button-content img {
  cursor: default;
  opacity: 0.3;
}


#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons .aila-s12-vast-world-rushes-in-content {
  height: 2.5vw;
  width: 9.375vw;
}


#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-content-arrow {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}




#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper .aila-s12-vast-world-rushes-in-content {
  position: relative;
  width: 6.25vw;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper-arrow-left {
  height: 2.5vw;
  width: 2.5vw;
  position: absolute;
  right: 4.583333vw;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper-arrow-left img {
  height: 2.5vw;
  width: 2.5vw;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}


#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper-arrow-right {
  height: 2.5vw;
  width: 2.5vw;
  position: absolute;
  right: .833333vw
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper-arrow-right img {
  height: 2.5vw;
  width: 2.5vw;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info {
  display: flex;
  width: 100%;
  position: relative;
  height: 8.033333vw;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info .aila-s12-vast-world-rushes-in-info-content {
  position: relative;
  width: 35.416667vw;
  flex-shrink: 0;
}


#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info .aila-s12-vast-world-rushes-in-info-content .aila-s12-vast-world-rushes-in-content-bottom {
  position: absolute;
  opacity: 1;
  animation: fadeOut 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

#aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info .aila-s12-vast-world-rushes-in-info-content .aila-s12-vast-world-rushes-in-content-bottom.current {
  opacity: 0;
  animation: fadeIn 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  animation-delay: 0.2s;
}


/* #aila .aila-s4-color .aila-s4-color-text-wrapper .aila-s4-color-text-item {
  width: 100%;
  text-align: center;
  opacity: 0;
  position: absolute;
  animation: fadeOut 0.2s ease forwards;

}

#aila .aila-s4-color .aila-s4-color-text-wrapper .aila-s4-color-text-item.current {
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.2s;
} */




@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateX(2.041667vw);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(0);
  }
}












@media (max-aspect-ratio: 11/10) {

  #aila .aila-s12-vast-world-rushes-in {
    width: 100%;
    padding-bottom: 27.777778vw;
  }

  #aila .aila-s12-vast-world-rushes-in-wrapper {
    width: 86.666667vw;
    margin: 0 auto;
    transform: translateX(-2.222222vw);
  }

  /* 主标题 */
  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-main-title {
    font-size: 8.888889vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 11.111111vw;
    padding: 0 6.666667vw;
  }


  /* 主标题 */
  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-main-title br {
    display: block;
  }

  /* 视频卡片区域 */
  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-video-card {
    width: 100%;
    margin-bottom: 0;
  }


  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper {
    height: 100%;
    margin-top: 0;
    border-top: 0px solid rgba(0, 0, 0, 0.05);
  }


  #aila .aila-s12-vast-world-rushes-in .swiper {
    height: 100%;
    overflow: visible;
    margin: 0 !important;
  }

  #aila .aila-s12-vast-world-rushes-in .swiper-slide {
    overflow: visible;
    position: relative;
  }

  #aila .aila-s12-vast-world-rushes-in .swiper-slide .swiper-slide-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 2.222222vw;
    height: 111.111111vw;
  }

  #aila .aila-s12-vast-world-rushes-in .swiper-slide .video-container {
    width: 100%;

    height: 111.111111vw;

  }


  #aila .aila-s12-vast-world-rushes-in .swiper-slide .slide-content-lights-border-wrapper-pic {
    width: 100%;
    height: 111.111111vw;

  }



  #aila .aila-s12-vast-world-rushes-in .swiper-slide .video-container .inline-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  #aila .aila-s12-vast-world-rushes-in .swiper-slide .slide-content-lights-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
  }

  #aila .aila-s12-vast-world-rushes-in .swiper-slide .slide-content-lights-border-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.6s ease-out;
    will-change: opacity;
  }


  #aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-active .slide-content-lights-wrapper {
    opacity: 0.8;
  }


  #aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-active .slide-content-lights-border-wrapper {
    opacity: 1;
  }

  #aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .light {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    height: 100%;

  }

  #aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .light-1 {
    width: 3.472222vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    animation: wave-1 2s forwards ease-in-out;
  }

  #aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .light-2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25vw;
    transform-origin: center center;
    animation: wave-2 2s forwards ease-in-out;
  }

  #aila .aila-s12-vast-world-rushes-in .swiper-slide.swiper-slide-wave-active.swiper-slide-active .light-3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    transform-origin: center center;
    animation: wave-3 2s forwards ease-in-out;
  }


  #aila .aila-s12-vast-world-rushes-in .swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
  }

  #aila .aila-s12-vast-world-rushes-in .slide-media {
    width: 100%;
    height: 100%;
  }

  #aila .aila-s12-vast-world-rushes-in .slide-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }











  /* 底部文案区域 */
  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-content-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-text-group {
    width: 100%;
    padding-left: 6.666667vw;
    box-sizing: border-box;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-sub-title {
    font-size: 5.555556vw;
    font-weight: bold;
    color: #000000;
    margin-top: 6.666667vw;
    margin-bottom: 2.222222vw;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-desc-text {
    font-size: 3.888889vw;
    line-height: 1.6;
    color: #6D6F72;
  }


  /* 左右切换按钮 */
  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons {
    width: 86.666667vw;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 666;
    transform: translateY(0);

  }



  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons .aila-s12-vast-world-rushes-in-content {
    height: 11.111111vw;
    width: 26.666667vw;

  }


  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-content-arrow {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }






  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper .aila-s12-vast-world-rushes-in-content {
    position: relative;
    width: 9.375vw;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper-arrow-left {
    height: 11.111111vw;
    width: 11.111111vw;
    position: absolute;
    right: 15.555556vw;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper-arrow-left img {
    height: 11.111111vw;
    width: 11.111111vw;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }


  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper-arrow-right {
    height: 11.111111vw;
    width: 11.111111vw;
    position: absolute;
    right: 0vw
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-swiper-arrow-right img {
    height: 11.111111vw;
    width: 11.111111vw;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons .glasses-button.arrownav-disabled .glasses-button-content img {
    cursor: default;
    opacity: 0.3;
  }






  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info {
    position: relative;
    height: 61.966667vw;
    flex-direction: column;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info .aila-s12-vast-world-rushes-in-info-content {
    position: relative;
    width: 83%;
    height: 39.666667vw;
    margin-bottom: 11.111111vw;
    flex-shrink: 0;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info .aila-s12-vast-world-rushes-in-info-content .aila-s12-vast-world-rushes-in-desc-text br {
    display: none;
  }


  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info .aila-s12-vast-world-rushes-in-info-content .aila-s12-vast-world-rushes-in-content-bottom {
    position: absolute;
    opacity: 0;
    transform: translateX(0);
    /* transition: all 1s ease-in-out; */

    /* 0416 */
    animation: none;
    transition: opacity .3s ease-in-out;
  }



  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-info .aila-s12-vast-world-rushes-in-info-content .aila-s12-vast-world-rushes-in-content-bottom.current {
    opacity: 1;
    transform: translateX(0);

    /* 0416 */
    animation: none;
    animation-delay: unset;
    z-index: 1;
  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons .glasses-button {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0px .416667vw .416667vw rgba(255, 255, 255, 1), inset 0px -.416667vw .416667vw rgba(255, 255, 255, 1), 0px 1.527778vw 1.388889vw rgba(0, 0, 0, 0.04);


  }

  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons .glasses-button:hover {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0px .416667vw .416667vw rgba(255, 255, 255, 1), inset 0px -.416667vw .416667vw rgba(255, 255, 255, 1), 0px 1.527778vw 1.388889vw rgba(0, 0, 0, 0.04);


  }


  #aila .aila-s12-vast-world-rushes-in .aila-s12-vast-world-rushes-in-nav-buttons .glasses-button .glasses-button-content {
    box-shadow: inset .277778vw 0px 1px rgba(0, 0, 0, 0.2), inset -.277778vw 0px 1px rgba(0, 0, 0, 0.2);
  }



}




/*第十屏*/
#aila .aila-s13-no-touch-ctrl-all {
  width: 100%;
  margin-bottom: 10.416667vw;

}

#aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}


#aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-main-title {
  font-size: 3.333333vw;
  font-weight: bold;
  color: #18191A;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 4.166667vw;
}

#aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  overflow: hidden;
  border-radius: .833333vw;
  padding: .729167vw 0 3.75vw 0;
}

#aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-feature-item {
  width: 26.979167vw;
  margin: 3.125vw 3.125vw 0 3.125vw;
}

#aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-feature-icon {
  width: 3.75vw;
  height: 3.75vw;
  flex-shrink: 0;
}

#aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-feature-text {
  font-size: 1.145833vw;
  color: #797C80;
  line-height: 1.6;
  margin-top: .833333vw;
  font-weight: 400;
}

#aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-feature-text sup {
  font-size: 0.6em;
  cursor: pointer;
}


#aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-feature-text .aila-s13-no-touch-ctrl-all-feature-text-font-sty {
  font-weight: 500;
  color: #18191A;
}



@media (max-aspect-ratio: 11/10) {
  #aila .aila-s13-no-touch-ctrl-all {
    width: 100%;
    margin-bottom: 27.777778vw;

  }

  #aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-wrapper {
    width: 77.777778vw;
    margin: 0 auto;
  }


  #aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-main-title {
    font-size: 8.888889vw;
    font-weight: bold;
    color: #18191A;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 2.777778vw;
  }

  #aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-features {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: none;
    overflow: hidden;
    border-radius: .833333vw;
    padding: 0;
  }

  #aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-feature-item {
    width: 100%;
    margin: 8.333333vw 0 0 0;
  }

  #aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-feature-icon {
    width: 13.888889vw;
    height: 13.888889vw;
    flex-shrink: 0;
  }

  #aila .aila-s13-no-touch-ctrl-all .aila-s13-no-touch-ctrl-all-feature-text {
    font-size: 4.444444vw;
    color: #797C80;
    line-height: 1.6;
    margin-top: 2.777778vw;
  }


}





















/*第十屏*/
#aila .section-black-bg {
  /* margin-bottom: 10.416667vw; */
  background: linear-gradient(to bottom,
      #080B12 0%,
      #0D121D 15%,
      #111725 30%,
      #161E31 40%,
      #8F9EB1 65%,
      #F5F5F5 100%)
}

/*第十屏*/
#aila .aila-s5-imagery {
  width: 100%;
  margin-bottom: 10.416667vw;
}

#aila .aila-s5-imagery-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}

#aila .aila-s5-imagery-title {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#aila .aila-s5-imagery-title-text {
  width: 100%;
  display: flex;
  justify-content: center;
}

#aila .aila-s5-imagery-title-button {
  width: 100%;
  margin: 8.333333vw 0 1.666667vw 0;
  display: flex;
  justify-content: center;
}

#aila .aila-s5-imagery-title-button .glasses-button {
  width: 6.875vw;
  height: 2.552083vw;
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  box-shadow: inset 0px .15625vw .364583vw rgba(255, 255, 255, 0.6), inset .104167vw -.104167vw 1px rgba(255, 255, 255, 0.2), 0px 9px .104167vw rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s ease-out;

}

#aila .aila-s5-imagery-title-button .glasses-button .glasses-button-content {
  border-radius: 999px;
  box-shadow: inset .104167vw 0px 0px rgba(0, 0, 0, 0.24), inset -.104167vw 0px 0px rgba(0, 0, 0, 0.24);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}


#aila .aila-s5-imagery-title-button .glasses-button:hover {
  width: 6.875vw;
  height: 2.552083vw;
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  box-shadow: inset 0px .15625vw .364583vw rgba(255, 255, 255, 0.6), inset .104167vw -.104167vw 1px rgba(255, 255, 255, 0.2), 0px 9px .104167vw rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s ease-out;
}



#aila .aila-s5-imagery-title-text .aila-s5-imagery-title-text-content {
  color: #fff;
  line-height: 1.25;
  font-size: 4.166667vw;
  font-weight: bold;
  margin-bottom: 4.166667vw;
}


#aila .aila-s5-imagery .section-touch-controls {
  width: 67.5vw;
}

#aila .aila-s5-imagery .section-touch-controls .swiper {
  width: 67.5vw;
  height: 37.5vw;
  border-radius: .833333vw;
}

#aila .aila-s5-imagery .section-touch-controls .swiper .swiper-slide {
  width: 67.5vw;
  height: 37.5vw;
  position: relative;
}


#aila .aila-s5-imagery .swiper-slide .slide-picture-1 {
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: all 1.2s ease-in-out;
  transition-delay: 1.2s, 0s;
}

#aila .aila-s5-imagery .swiper-slide .slide-picture-2 {
  opacity: 1;
  position: absolute;
  z-index: 1;
}

#aila .aila-s5-imagery .swiper-slide.rotation-correction-active .slide-picture-1 {
  opacity: 1;
}

#aila .aila-s5-imagery .swiper-slide.rotation-correction-active .slide-picture-2 {
  opacity: 1;
}

#aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .slide-picture-1 {
  opacity: 0;
}

#aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .slide-picture-2 {
  opacity: 1;
}







#aila .aila-s5-imagery .section-touch-controls .tabnav-content {
  margin-top: 2.5vw;
  color: #CECECE;
  font-size: 1.041667vw;
}

#aila .aila-s5-imagery .section-touch-controls .tabnav-content .tabnav-caption-text-black {
  color: #fff;
  font-weight: 500;
}

#aila .aila-s5-imagery .section-touch-controls .tabnav-content .tabnav-caption-list {
  width: 30.6875vw;
  margin: 1.666667vw auto 0 auto;
  line-height: 1.6;
  font-weight: 400;
}

#aila .aila-s5-imagery .swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* #aila .aila-s5-imagery .swiper-slide.rotation-correction-active .rotation-img {
  transition: all 0.9s ease-in-out;
  transition-delay: 1.2s, 0.6s;
  transform-origin: center center !important;
  display: block;
  object-fit: contain;
  transform: scale(1.1) rotate(-6deg);
}


#aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .rotation-img {
  transform-origin: center center !important;
  transform: scale(1.1) rotate(0deg);
} */

#aila .aila-s5-imagery .swiper-slide.rotation-correction-active .rotation-img {
  -webkit-transition: all 0s step-end 0.5s;
  transition: all 0s step-end 0.5s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  display: block;
  object-fit: contain;
  -webkit-transform: scale(1.1) rotate(-6deg);
  transform: scale(1.1) rotate(-6deg);
}

#aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .rotation-img {
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
}




#aila .aila-s5-imagery .swiper-slide .video-container {
  height: 100%;
}

#aila .aila-s5-imagery .swiper-slide .video-container .inline-video {
  width: 100%;
  object-fit: cover;
}


#aila .aila-s5-imagery .aila-s5-imagery-slide-tip {
  position: absolute;
  width: 5.3125vw;
  height: 2.5vw;
  right: 1.666667vw;
  z-index: 5;
  font-size: .9375vw;
  bottom: 1.666667vw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  text-align: center;
  line-height: 2.5vw;
  color: #fff;
  -webkit-transition: all 0s step-end 0.5s !important;
  transition: all 0s step-end 0.5s !important;
  box-shadow:
    inset 0 .104167vw 1px rgba(233, 233, 233, 0.5), inset 0 -.104167vw 1px rgba(233, 233, 233, 0.5)
}

#aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .aila-s5-imagery-slide-tip {
  -webkit-transition: all 1.2s ease-in-out 0.6s !important;
  transition: all 1.2s ease-in-out 0.6s !important;
}

#aila .aila-s5-imagery .swiper-slide.rotation-correction-active .tip-before {
  opacity: 1;
}

#aila .aila-s5-imagery .swiper-slide.rotation-correction-active .tip-after {
  opacity: 0;
}

#aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .tip-before {
  opacity: 0;
}

#aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .tip-after {
  opacity: 1;
}



#aila .aila-s5-imagery .section-touch-controls .tabnav-indicator {
  background: #fff;
}

#aila .aila-s5-imagery .section-touch-controls .tabnav-track {
  -webkit-mask-image: none;
  mask-image: none;
}


#aila .aila-s5-imagery .section-touch-controls .tabnav-item {
  color: #fff !important;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;

}

#aila .aila-s5-imagery .section-touch-controls .tabnav-caption br {
  display: none;
}

#aila .aila-s5-imagery .section-touch-controls .tabnav-caption br.br-block {
  display: inline !important;
}





#aila .aila-s5-imagery .section-touch-controls .tabnav-item:hover {
  color: #fff !important;
  opacity: 1;

}

#aila .aila-s5-imagery .section-touch-controls .tabnav-item.current {
  color: #18191A !important;
  opacity: 1;
}

#aila .aila-s5-imagery .tabnav-wrapper {
  background-color: rgba(242, 242, 242, 0.5);
  box-shadow: 0 0.520833vw 0.520833vw rgba(0, 0, 0, 0.16), inset 0 0.104167vw 1px rgba(254, 254, 255, 0.5), inset 0 -0.104167vw 1px rgba(254, 254, 255, 0.5), inset 1px 0 1px #b8b8ba, inset -1px 0 1px #b8b8ba !important;
}


#aila .aila-s5-imagery .tabnav-container .tabnav-wrapper {

  background-color: rgba(201, 201, 201, 0.2) !important;
  box-shadow: 0 0.520833vw 0.520833vw rgba(0, 0, 0, 0.16), inset .104167vw .15625vw .208333vw rgba(254, 254, 255, 0.5), inset 0 -1px .364583vw rgba(254, 254, 255, 0.5) !important;
}

#aila .aila-s5-imagery .pc-disable-pic {
  display: none;
}





@media (max-aspect-ratio: 11/10) {
  #aila .section-black-bg {
    margin-bottom: 10.416667vw;
    background: linear-gradient(to bottom,
        #080B12 0%,
        #0D121D 20%,
        #111725 35%,
        #161E31 45%,
        #8F9EB1 58%,
        #F5F5F5 73%,
        #F5F5F5 92%)
  }

  /*第十屏*/
  #aila .aila-s5-imagery {
    width: 100%;
    margin-bottom: 27.777778vw;
  }

  #aila .aila-s5-imagery .slide-media {
    width: 100%;
    height: 100%;
  }

  #aila .aila-s5-imagery-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  #aila .aila-s5-imagery-title {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #aila .aila-s5-imagery-title-text {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #aila .aila-s5-imagery-title-button {
    width: 100%;
    margin: 16.666667vw 0 3.333333vw 0;
    display: flex;
    justify-content: center;
  }

  #aila .aila-s5-imagery-title-button .glasses-button {
    width: 21.111111vw;
    height: 7.777778vw;
    background: rgba(255, 255, 255, 0.2);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    box-shadow: inset 0px .416667vw .972222vw rgba(255, 255, 255, 0.6), inset .277778vw -.277778vw 1px rgba(255, 255, 255, 0.2), 0px 9px .277778vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s ease-out;

  }

  #aila .aila-s5-imagery-title-button .glasses-button .glasses-button-content {
    border-radius: 999px;
    box-shadow: inset .277778vw 0px 1px rgba(0, 0, 0, 0.24), inset -.277778vw 0px 1px rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 3.888889vw;
    text-align: center;
    line-height: 1.25;
  }


  #aila .aila-s5-imagery-title-button .glasses-button:hover {
    width: 21.111111vw;
    height: 7.777778vw;
    background: rgba(255, 255, 255, 0.2);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    box-shadow: inset 0px .416667vw .972222vw rgba(255, 255, 255, 0.6), inset .277778vw -.277778vw 1px rgba(255, 255, 255, 0.2), 0px 9px .277778vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s ease-out;
  }




  #aila .aila-s5-imagery .section-touch-controls .tabnav-caption br {
    display: inline;
  }

  #aila .aila-s5-imagery .section-touch-controls .tabnav-caption br.br-block {
    display: inline !important;
  }




  #aila .aila-s5-imagery-title-text .aila-s5-imagery-title-text-content {
    color: #fff;
    line-height: 1.25;
    font-size: 8.888889vw;
    font-weight: bold;
    margin-bottom: 11.111111vw;
  }


  #aila .aila-s5-imagery .section-touch-controls {
    width: 100%;
  }

  #aila .aila-s5-imagery .section-touch-controls .swiper {
    width: 91.111111vw;
    height: 111.111111vw;
    border-radius: 2.222222vw;
  }

  #aila .aila-s5-imagery .section-touch-controls .swiper .swiper-slide {
    width: 91.111111vw;
    height: 111.111111vw;
    overflow: hidden;
    border-radius: 2.222222vw;
  }

  #aila .aila-s5-imagery .section-touch-controls .swiper .swiper-slide .video-container {
    width: 91.111111vw;
    height: 100%;

  }

  #aila .aila-s5-imagery .section-touch-controls .swiper .swiper-slide .video-container .inline-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  #aila .aila-s5-imagery .section-touch-controls .swiper .swiper-slide img {
    width: 100%;
  }

  #aila .aila-s5-imagery .section-touch-controls .tabnav-content {
    margin-top: 11.111111vw;
    color: #CECECE;
  }

  #aila .aila-s5-imagery .section-touch-controls .tabnav-content .tabnav-caption-text-black {
    color: #fff;
    font-weight: 500;
  }

  #aila .aila-s5-imagery .section-touch-controls .tabnav-content .tabnav-caption-list {
    width: 100%;
    margin: 6.666667vw auto 0 auto;
    padding: 0 10vw;
    line-height: 1.6;
    font-size: 4.444444vw;
  }

  #aila .aila-s5-imagery .xs-disable-video {
    display: none;
  }

  #aila .aila-s5-imagery .pc-disable-pic {
    display: block;
  }


  #aila .aila-s5-imagery .section-touch-controls .swiper .swiper-slide .rotation-img {
    -webkit-transition: all 0s step-end 0.5s;
    transition: all 0s step-end 0.5s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    display: block;
    object-fit: contain;
    -webkit-transform: scale(1.75) translateX(4.2vw) rotate(-5deg);
    transform: scale(1.75) translateX(4.2vw) rotate(-5deg);
  }

  #aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .rotation-img {
    -webkit-transition: all 0.9s ease-in-out 0.6s;
    transition: all 0.9s ease-in-out 0.6s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.75) translateX(4.2vw) rotate(0deg);
    transform: scale(1.75) translateX(4.2vw) rotate(0deg);
  }

  #aila .aila-s5-imagery .aila-s5-imagery-slide-tip {
    position: absolute;
    width: 14.166667vw;
    height: 6.666667vw;
    right: 4.444444vw;
    z-index: 5;
    font-size: 2.5vw;
    bottom: 4.444444vw;
    border-radius: 999px;

    text-align: center;
    line-height: 6.666667vw;
    color: #fff;
    transition: all 1.2s ease-in-out;
    transition-delay: 1.2s, 0s;
    box-shadow:
      inset 0 .277778vw 1px rgba(233, 233, 233, 0.5), inset 0 -.277778vw 1px rgba(233, 233, 233, 0.5)
  }

  #aila .aila-s5-imagery .swiper-slide.rotation-correction-active .tip-before {
    opacity: 1;
  }

  #aila .aila-s5-imagery .swiper-slide.rotation-correction-active .tip-after {
    opacity: 0;
  }

  #aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .tip-before {
    opacity: 0;
  }

  #aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .tip-after {
    opacity: 1;
  }



  #aila .aila-s5-imagery .section-touch-controls .tabnav-indicator {
    background: #fff;
  }

  #aila .aila-s5-imagery .section-touch-controls .tabnav-item {
    color: #fff !important;
    padding-left: 3.333333vw;
    padding-right: 3.333333vw;
  }

  #aila .aila-s5-imagery .section-touch-controls .tabnav-item.current {
    color: #18191A !important;
  }

  #aila .aila-s5-imagery .tabnav-container .tabnav-wrapper {
    background-color: rgba(201, 201, 201, 0.2) !important;
    box-shadow: 0 0.520833vw 0.520833vw rgba(0, 0, 0, 0.16), inset .104167vw .416667vw .555556vw rgba(254, 254, 255, 0.5), inset 0 -1px .972222vw rgba(254, 254, 255, 0.5) !important;
  }



  #aila .aila-s5-imagery .section-touch-controls .tabnav-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  #aila .aila-s5-imagery .swiper-slide .slide-picture-1 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: all 1.2s ease-in-out;
    transition-delay: 1.2s, 0s;
  }

  #aila .aila-s5-imagery .swiper-slide .slide-picture-2 {
    opacity: 1;
    position: absolute;
    z-index: 1;
  }

  #aila .aila-s5-imagery .swiper-slide.rotation-correction-active .slide-picture-1 {
    opacity: 1;
  }

  #aila .aila-s5-imagery .swiper-slide.rotation-correction-active .slide-picture-2 {
    opacity: 1;
  }

  #aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .slide-picture-1 {
    opacity: 0;
  }

  #aila .aila-s5-imagery .swiper-slide.swiper-slide-active.rotation-correction-active .slide-picture-2 {
    opacity: 1;
  }

  #aila .aila-s5-imagery .tabnav-caption br.xs-block-none {
    display: none !important;
  }

}












/*第十一屏*/
#aila .aila-s6-world-in-eye-moment-in-sight {
  width: 100%;
  overflow: hidden;
  padding-bottom: 27.777778vw;
}

#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-wrapper {
  width: 53.75vw;
  margin: 0 auto;
}

#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-title {
  font-size: 3.333333vw;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 4.166667vw;
  font-weight: bold;
}


#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-title span.is-show {
  display: inline;
}

#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-title br {
  display: none;
}


#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper {
  perspective: 31.25vw;

}

#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-wrapper {
  transition-timing-function: ease;
  transform-style: unset !important;
}

#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample.rendering .swiper-wrapper {
  transform-style: preserve-3d !important;
}


#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-slide {
  will-change: transform;
  height: 30.208333vw;
  cursor: pointer;
}

#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-slide.swiper-slide-active {
  cursor: auto;
}

#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .slide-picture {
  user-select: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
}

#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content {
  display: flex;
  color: #F5F5F5;
  justify-content: space-between;
  margin-top: 2.5vw;
  font-size: 1.041667vw;
  line-height: 1.6;
}

#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content .stack-item-strong {
  font-weight: bold;
  font-size: 1.666667vw;
  line-height: 1.25;
  margin-bottom: .833333vw;
  color: #fff;
}


#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content .stack-list {
  text-align: left;
  width: 58%;
}





#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .arrownav-list {
  justify-content: flex-end;
}


#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-nav-buttons .aila-s6-world-in-eye-moment-in-sight-content {
  width: 7.25vw;
  margin-top: 1.927083vw;
  position: relative;
}


#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eaeaea;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: .9375vw;
  cursor: pointer;
}



#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-content-arrow {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-content {
  position: relative;
  width: 6.25vw;
}

#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-left {
  height: 2.5vw;
  width: 2.6vw;
  position: absolute;
  right: 3.75vw;
}

#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-left img {
  height: 2.5vw;
  width: 2.5vw;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}


#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-right {
  height: 2.5vw;
  width: 2.5vw;
  position: absolute;
  right: 0;
}

#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-right img {
  height: 2.5vw;
  width: 2.5vw;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#aila .aila-s6-world-in-eye-moment-in-sight .arrownav-disable .glasses-button-content img {
  opacity: 0.3;
  cursor: default;
}

#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content .stack-item {
  animation: fadeOut 0.2s ease forwards;
  opacity: 0;
  padding: 0 0 0 .833333vw;
}

#aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content .stack-item.current {
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.2s;
  padding: 0 0 0 .833333vw;
}



#aila .aila-s6-world-in-eye-moment-in-sight-content .glasses-button-circle {
  width: 2.5vw;
  box-shadow: inset 0px .15625vw .104167vw rgba(255, 255, 255, 0.6), inset 0 -.15625vw .104167vw rgba(255, 255, 255, 0.6), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0.25), rgba(255, 255, 255, 0.25));
}

#aila .aila-s6-world-in-eye-moment-in-sight-content .glasses-button-circle .glasses-button-content {
  box-shadow: inset 0.2px 0px 1px rgba(0, 0, 0, 0.2), inset 0.2px 0px 1px rgba(0, 0, 0, 0.2);
}


#aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-left {
  height: 2.5vw;
  width: 2.5vw;
  position: absolute;
  right: 3.75vw;
}

#aila .aila-s6-world-in-eye-moment-in-sight-content .glasses-button-circle:hover {
  width: 2.5vw;
  box-shadow: inset .104167vw .15625vw .104167vw rgba(255, 255, 255, 0.6), inset -.104167vw -.15625vw .104167vw rgba(255, 255, 255, 0.6), 0 .572917vw .520833vw rgba(0, 0, 0, 0.04);
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0.15), rgba(255, 255, 255, 0.15));
}








@media (max-aspect-ratio: 11/10) {

  /*第十一屏*/
  #aila .aila-s6-world-in-eye-moment-in-sight {
    width: 100%;
    padding-bottom: 27.777778vw;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-wrapper {
    width: 86.666667vw;
    margin: 0 auto;
    transform: translateX(-2.222222vw);
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-title {
    font-size: 8.888889vw;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    transform: translateY(0);
    margin-bottom: 11.111111vw;
  }



  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-title span.is-show {
    display: none;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-title br {
    display: inline;
  }


  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper {
    perspective: 31.25vw;

  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-wrapper {
    transition-timing-function: ease;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample.rendering .swiper-wrapper {
    transform-style: unset !important;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-slide {
    will-change: transform;
    height: 111.111111vw;
    overflow: hidden;
    border-radius: 2.222222vw;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .slide-picture {
    user-select: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: opacity;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    color: #F5F5F5;
    margin-top: 6.666667vw;
    line-height: 1.6;
    font-size: 3.888889vw;
    padding: 0 0 0 6.666667vw;
  }



  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .stack-list {
    text-align: left;
    transition: all .5s ease-in-out;
    margin-bottom: 11.111111vw;

  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content .stack-list {
    width: 100%;
  }






  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content .stack-item-strong {
    font-weight: bold;
    font-size: 5.555556vw;
    line-height: 1.25;
    margin-bottom: 2.222222vw;
    color: #fff;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content .stack-item {
    animation: fadeOut 0.2s ease forwards;
    opacity: 0;
    padding: 0 0 0 0;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .swiper-content .stack-item.current {
    animation: fadeIn 0.6s ease forwards;
    animation-delay: 0.2s;
    padding: 0 0 0 0;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .stack-list {
    text-align: left;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .section-zoom-sample .arrownav-list {
    justify-content: flex-end;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight-content .glasses-button .glasses-button-content {
    border-radius: 999px;
    box-shadow: inset .277778vw 0px 1px rgba(0, 0, 0, 0.24), inset -.277778vw 0px 1px rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    text-align: center;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-nav-buttons {
    height: 80px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-nav-buttons .aila-s6-world-in-eye-moment-in-sight-content {
    width: 36.666667vw;
    margin-top: 0;
    position: relative;
  }




  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-left {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    position: absolute;
    right: 15.555556vw;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-left img {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }


  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-right {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    position: absolute;
    right: 0;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight .aila-s6-world-in-eye-moment-in-sight-swiper-arrow-right img {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }


  #aila .aila-s6-world-in-eye-moment-in-sight .glasses-button-content {
    height: 11.111111vw !important;
    width: 11.111111vw !important;

  }

  #aila .aila-s6-world-in-eye-moment-in-sight .arrownav-disabled .glasses-button-content img {
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
    cursor: default;
  }

  #aila .aila-s6-world-in-eye-moment-in-sight-content .glasses-button-circle {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px .416667vw .277778vw rgba(255, 255, 255, 0.7), inset 0px -.416667vw .277778vw rgba(255, 255, 255, 0.7), 0px 1.527778vw 1.388889vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    color: #000;
    transition: all 0.1s ease-out;

  }


  #aila .aila-s6-world-in-eye-moment-in-sight-content .glasses-button-circle:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px .416667vw .277778vw rgba(255, 255, 255, 0.7), inset 0px -.416667vw .277778vw rgba(255, 255, 255, 0.7), 0px 1.527778vw 1.388889vw rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    color: #000;
  }




}


/*第十二屏-camera 新加*/
#aila .aila-s7-shoot-steady-capture-every-scene {
  height: 150vh;
}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper {
  width: 67.5vw;
  margin: 0 auto;
  position: sticky;
  top: 9.375vw;
}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box {
  width: 67.5vw;
  margin: 0 auto 1.666667vw auto;
  position: relative;
  height: 30.75vw;
  cursor: pointer;

}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .inline-video {
  width: 100%;
  /* 宽度占满父容器 */
  height: 100%;
  object-fit: cover;
}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video1,
#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video2 {
  opacity: 1;
}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video0 {
  width: 53.75vw;
  height: 30.3125vw;
  border-radius: .83333vw;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -26.875vw;
  transform: scale(0.8) translateY(-4.5vw);
  transform-origin: center top;
}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video2 {
  width: 53.75vw;
  height: 30.3125vw;
  border-radius: .83333vw;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -26.875vw;
  margin-top: 0;
  transform: scale(1) translateY(0);
  transform-origin: center top;
}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video1 {
  width: 53.75vw;
  height: 30.3125vw;
  border-radius: .83333vw;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -26.875vw;
  transform: scale(0.8) translateY(-4.5vw);
  transform-origin: center top;
}

#aila .aila-s7-shoot-steady-capture-every-scene-video0.fide-in-opacity {
  animation: box-fide-in-opacity 1s cubic-bezier(1, .01, .71, .59);
  opacity: 1;
}

#aila .aila-s7-shoot-steady-capture-every-scene-video1.animate-box-fide-in {
  animation: box-fade-in 1s cubic-bezier(1, .01, .71, .59) forwards;
  opacity: 0;
}

#aila .aila-s7-shoot-steady-capture-every-scene-video1.animate-box-fide-out {
  animation: box-fade-out 1s cubic-bezier(1, .01, .71, .59) forwards;
  opacity: 1;
  z-index: 0 !important;
}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video2.animate-box-fide-out {
  animation: box-fade-out 1s cubic-bezier(1, .01, .71, .59) forwards;
  opacity: 1;
  z-index: 0;
}

#aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video2.animate-box-fide-in {
  animation: box-fade-in 1s cubic-bezier(1, .01, .71, .59) forwards;
  opacity: 1;
  z-index: 0;
}


@keyframes box-fide-in-opacity {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}


@keyframes box-fade-in {
  0% {
    opacity: 0;
    transform: scale(1.1) translateY(4.5vw);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes box-fade-out {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  100% {
    opacity: 1;
    transform: scale(0.8) translateY(-4.5vw);
  }
}


#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box {
  position: relative;
  height: 6.875vw;
  width: 100%;
}

#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-text-1 {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  position: absolute;
  width: 100%;
  transform: translateY(4vw);
}


#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-text-2 {
  width: 100%;
  opacity: 1;
  transition: all 1.2s ease-in-out;
  position: absolute;
  transform: translateY(0vw);
}


#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-content-title {
  font-weight: bold;
  font-size: 1.666667vw;
  text-align: center;
  line-height: 1.25;
  opacity: 1;
  width: 100%;
  color: #18191A;
  margin-bottom: .833333vw;

}

#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-content-title sup {
  font-size: 0.6em;
  cursor: pointer;
}



#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-content-title br {
  display: none;
}

#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-content-dec {
  width: 100%;
  font-weight: 400;
  font-size: 1.041667vw;
  text-align: center;
  line-height: 1.6;
  opacity: 1;
  color: #797C80;

}

#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-content-dec sup {
  font-size: 0.6em;
  cursor: pointer;
}


#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box.animate-active .aila-s7-shoot-steady-capture-every-scene-text-1 {
  opacity: 1;
  transform: translateY(0vw);
}

#aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box.animate-active .aila-s7-shoot-steady-capture-every-scene-text-2 {
  opacity: 0;
  transform: translateY(2vw);
}

#aila .aila-s7xs-shoot-steady-capture-every-scene {
  display: none;
}




@media (max-aspect-ratio: 11/10) {




  /*第十二屏-camera 新加*/
  #aila .aila-s7-shoot-steady-capture-every-scene {
    width: 100%;
    height: fit-content;
    margin-bottom: 27.777778vw;
    display: none;
  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper {
    width: 91.111111vw;
    margin: 0 auto;
    position: relative;
    top: 0;

  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    height: auto;

  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video1 .video-container {
    height: 100%;
  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video2 .video-container {
    height: 100%;
  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .inline-video {
    width: 100%;
    /* 宽度占满父容器 */
    height: 100%;
    /* 高度占满父容器 */
    object-fit: cover;

    /* 保持视频比例，裁剪超出部分 */
  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video0 {
    display: none;
    width: 53.75vw;
    height: 30.3125vw;
    border-radius: .83333vw;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    margin-left: -26.875vw;
    transform: scale(0.8) translateY(-4.5vw);
    transform-origin: center top;
  }

  /* 核心：新增opacity过渡，延长总过渡时长让渐隐渐现更自然 */
  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video1,
  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video2 {
    /* 总时长1.2s，足够完成渐隐+位置切换 */
    opacity: 1;
    /* 默认不透明 */
  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video2 {
    width: 100%;
    height: 51.388889vw;
    border-radius: .83333vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 44.583333vw;
    transform: scale(1) translateY(0);
    transform-origin: center top;
  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video1 {
    width: 100%;
    height: 51.388889vw;
    border-radius: .83333vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 43.472222vw;
    transform: scale(1) translateY(0);
    transform-origin: center top;
  }

  /* 
/* 切换类：新增opacity渐变 + 分步过渡（先淡出，再切换位置，再淡入） */
  #aila .aila-s7-shoot-steady-capture-every-scene-video1.animate-box-fide-in {
    animation: box-fade-in 1s ease forwards;
    /* 初始状态：确保动画前是透明的 */
    opacity: 0;
  }

  #aila .aila-s7-shoot-steady-capture-every-scene-video1.animate-box-fide-out {
    animation: box-fade-out 1s ease forwards;
    /* 初始状态：确保动画前是透明的 */
    opacity: 1;
    z-index: 0 !important;
  }

  /* 切换类：新增opacity渐变 + 分步过渡（先淡出，再切换位置，再淡入） */
  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video2.animate-box-fide-out {
    animation: box-fade-out 1s ease forwards;
    opacity: 1;
    z-index: 0;
  }

  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper .aila-s7-shoot-steady-capture-every-scene-video-box .aila-s7-shoot-steady-capture-every-scene-video2.animate-box-fide-in {
    animation: box-fade-in 1s ease forwards;
    opacity: 1;
    z-index: 0;
  }




  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box {
    position: relative;
    height: 0;
    width: 100%;
  }




  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-text-2 {
    width: 100%;
    opacity: 1;
    transition: all 1.2s ease-in-out;
    position: absolute;
    transform: translateY(0vw);
  }


  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-content-title {
    font-weight: bold;
    font-size: 5.555556vw;
    text-align: left;
    line-height: 1.25;
    opacity: 1;
    width: 48.611111vw;
    color: #18191A;
    margin-bottom: 2.777778vw;

  }

  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-content-title br {
    display: inline;
  }


  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-content-dec {
    width: 100%;
    font-weight: 400;
    font-size: 3.888889vw;
    text-align: left;
    line-height: 1.6;
    opacity: 1;
    color: #797C80;

  }


  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-text-1 {
    opacity: 1;
    padding: 0 6.666667vw;
    transform: translateY(-191.2vw);
  }

  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-text-2 {
    opacity: 1;
    transform: translateY(-88.4vw);
    padding: 0 6.666667vw;
  }


  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-text-2 .aila-s7-shoot-steady-capture-every-scene-content-dec br {
    display: none;
  }

  #aila .aila-s7-shoot-steady-capture-every-scene .aila-s7-shoot-steady-capture-every-scene-text-box .aila-s7-shoot-steady-capture-every-scene-text-1 .aila-s7-shoot-steady-capture-every-scene-content-dec br {
    display: none;
  }




  #aila .aila-s7xs-shoot-steady-capture-every-scene {
    display: block;
    margin-bottom: 27.777778vw;
  }

  #aila .aila-s7xs-shoot-steady-capture-every-scene .aila-s7xs-shoot-steady-capture-every-scene-wrapper {
    width: 91.111111vw;
    margin: 0 auto;
  }

  #aila .aila-s7xs-shoot-steady-capture-every-scene .aila-s7xs-shoot-steady-capture-every-scene-title {
    padding: 0 6.666667vw;
  }

  #aila .aila-s7xs-shoot-steady-capture-every-scene .aila-s7xs-shoot-steady-capture-every-scene-content-title {
    font-size: 5.555556vw;
    font-weight: bold;
    line-height: 1.25;
    color: #18191A;
    margin-bottom: 2.222222vw;

  }

  #aila .aila-s7xs-shoot-steady-capture-every-scene .aila-s7xs-shoot-steady-capture-every-scene-content-dec {
    font-size: 3.888889vw;
    line-height: 1.6;
    font-weight: 400;
    color: #797C80;
    margin-bottom: 8.888889vw;
  }

  #aila .aila-s7xs-shoot-steady-capture-every-scene .aila-s7xs-shoot-steady-capture-every-scene-video {
    height: 51.388889vw;
  }

  #aila .aila-s7xs-shoot-steady-capture-every-scene .aila-s7xs-shoot-steady-capture-every-scene-video .video-container {
    width: 100%;
    height: 100%;
  }

  #aila .aila-s7xs-shoot-steady-capture-every-scene .aila-s7xs-shoot-steady-capture-every-scene-video .video-container .inline-video {
    width: 100%;
    height: 100%;
    object-fit: cover;

  }

  #aila .aila-s7xs-shoot-steady-capture-every-scene .aila-s7xs-shoot-steady-capture-every-scene-video.aila-s7xs-shoot-steady-capture-every-scene-video-1 {
    margin-bottom: 16.666667vw;
  }























}





@media (min-aspect-ratio: 7/10) {
  #aila .aila-s7-shoot-steady-capture-every-scene-wrapper {
    top: 50%;
    transform: translateY(calc(-50% + 4.55vw));
    margin-bottom: calc(-4.55vw);
  }

  #aila .aila-s6-world-in-eye-moment-in-sight {
    padding-bottom: 30.777778vw;
  }
}


/* 第12屏-photos-quk-preview 新加 */
#aila .aila-s8-photos-quick-preview {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10.416667vw;
  display: none;
}

@media (max-aspect-ratio: 11/10) {

  #aila .aila-s8-photos-quick-preview {
    width: 100%;
    margin-bottom: 0vw;
    display: block;
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-wrapper {
    width: 86.666667vw;
    margin: 0 auto;
    padding-bottom: 6.944444vw;
    transform: translateX(-2.222222vw);
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-wrapper .aila-s8-photos-quick-preview-swiper {
    overflow: visible;
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-wrapper .swiper-slide-img-video {
    width: 100%;
    height: 111.111111vw;
    border-radius: 2.222222vw;
    margin-bottom: 6.666667vw;
  }


  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-wrapper .swiper-slide-img-video .inline-video {
    width: 100%;
    height: 111.111111vw;
    object-fit: cover;
  }


  #aila .aila-s8-photos-quick-preview .swiper-slide-text {
    width: 100%;
    padding: 0 6.666667vw;
  }

  #aila .aila-s8-photos-quick-preview .swiper-slide-text .swiper-slide-text-title {
    font-size: 5.555556vw;
    line-height: 1.25;
    color: #18191A;
    font-weight: bold;
    margin-bottom: 2.777778vw;
  }

  #aila .aila-s8-photos-quick-preview .swiper-slide-text-dec {
    width: 90%;
    font-size: 3.888889vw;
    line-height: 1.6;
    font-weight: 400;
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-content-arrow {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 11.111111vw;
    position: relative;
    height: 11.111111vw;
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-content-arrow .aila-s8-photos-quick-preview-content {
    width: fit-content;
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-content-arrow .aila-s8-photos-quick-preview-swiper-arrow-left {
    height: 11.111111vw;
    width: 11.111111vw;
    position: absolute;
    right: 15.555556vw;
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-content-arrow .aila-s8-photos-quick-preview-swiper-arrow-right {
    height: 11.111111vw;
    width: 11.111111vw;
    position: absolute;
    right: 0;
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-content-arrow .swiper-button-disabled .glasses-button-content img {
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity;
    cursor: default;
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-content-arrow .glasses-button {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0px .416667vw .277778vw rgba(255, 255, 255, 1), inset .277778vw -.416667vw .277778vw rgba(255, 255, 255, 1), 0px 1.527778vw 1.388889vw rgba(0, 0, 0, 0.04);
  }

  #aila .aila-s8-photos-quick-preview .aila-s8-photos-quick-preview-content-arrow .glasses-button:hover {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0px .416667vw .277778vw rgba(255, 255, 255, 1), inset .277778vw -.416667vw .277778vw rgba(255, 255, 255, 1), 0px 1.527778vw 1.388889vw rgba(0, 0, 0, 0.04);
  }











}



/*第十二屏*/
#aila .aila-s9-photos-quick-preview-pc {
  margin-bottom: 10.416667vw;
  width: 100%;
  --menu-transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  --menu-title-active: #18191A;
  --menu-title-inactive: #797C80;
  --menu-border: #D6D6D6;
  --menu-text: #797C80;
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-wrapper .aila-s9-photos-quick-preview-pc-wrapper-bg {
  width: 100%;
  box-sizing: border-box;
  height: 35.416667vw;
  background: #fff;
  border-radius: .833333vw;
  padding: 2.708333vw 8.333333vw;
  display: flex;
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-wrapper .aila-s9-photos-quick-preview-pc-wrapper-bg .aila-s9-photos-quick-preview-pc-wrapper-bg-left {
  width: 22.5vw;
  height: 100%;
  margin-right: 7.1875vw;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-wrapper .aila-s9-photos-quick-preview-pc-wrapper-bg .aila-s9-photos-quick-preview-pc-wrapper-bg-right {
  width: 20.208333vw;
  height: 30vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}





/* 菜单容器 - 语义化命名 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion {
  width: 100%;
}

/* 菜单项 - 独立作用域 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-item:first-child {
  border-bottom: 1px solid var(--menu-border);
}

/* 菜单头部 - 优化点击区域 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25vw 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  font-size: inherit;
  transition: all 0.6s ease-in-out;
}

/* 标题样式 - 变量复用 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-title {
  font-size: 1.25vw;
  font-weight: bold;
  color: var(--menu-title-inactive);
  transition: color var(--menu-transition);
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-item.active .aila-s9-photos-quick-preview-pc-accordion-header:hover {
  opacity: 1;
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-item .aila-s9-photos-quick-preview-pc-accordion-header:hover {
  opacity: 0.6;
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-header sup {
  font-size: 0.6em;
  cursor: pointer;
}

/* 箭头样式 - 用transform替代文字切换，更优雅 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-arrow {
  color: #333;
  transition: transform var(--menu-transition);
  transform: rotate(0deg);
  /* 默认向下 */
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-arrow svg {
  width: 1.25vw;
  height: 1.25vw;
}

/* 内容容器 - 核心动画优化 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-content {
  overflow: hidden;
  height: 0;
  opacity: 0;

  transition: height var(--menu-transition),
    opacity var(--menu-transition),
    padding var(--menu-transition);
  /* 内边距也加过渡 */
  padding: 0 0 0 0;
}

/* 内容文本 - 独立样式 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-desc {
  font-size: 1.145833vw;
  color: var(--menu-text);
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 1.25vw;
}

/* 激活状态 - 集中管理 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-item.active .aila-s9-photos-quick-preview-pc-accordion-title {
  color: var(--menu-title-active);
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-item .aila-s9-photos-quick-preview-pc-accordion-arrow {
  opacity: 0.5;
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-item.active .aila-s9-photos-quick-preview-pc-accordion-arrow {
  transform: rotate(180deg);
  opacity: 1;
}

#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-accordion-item.active .aila-s9-photos-quick-preview-pc-accordion-content {
  opacity: 1;
}



/* 单个图片项默认隐藏 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-wrapper-bg-right-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* 和菜单动画时长一致，过渡更丝滑 */
  z-index: 0;
}

/* 激活态图片显示 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-wrapper-bg-right-item.active {
  opacity: 1;
  z-index: 1;
}

/* 图片适配容器，避免变形 */
#aila .aila-s9-photos-quick-preview-pc .aila-s9-photos-quick-preview-pc-wrapper-bg-right-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/*第十三屏*/
#aila .aila-s14-audio {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10.416667vw;
}

#aila .aila-s14-audio .aila-s14-audio-box-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}


#aila .aila-s14-audio .aila-s14-audio-title {
  width: 100%;
}

#aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-button .glasses-button .glasses-button-content {
  width: 6.770833vw;
  height: 2.5vw;
  line-height: 1.25;
}

#aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-button {
  width: 100%;
  /* margin: .3125vw; */
  display: flex;
  justify-content: center;
}

#aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-text {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4.166667vw;
}

#aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-text-content {
  color: #000;
  line-height: 1.25;
  margin: 1.666667vw 0 0 0;
  font-size: 4.166667vw;
  font-weight: bold;
}

#aila .aila-s14-audio .aila-s14-audio-wrapper .aila-s14-audio-swiper {
  overflow: visible !important;
}

#aila .aila-s14-audio .aila-s14-audio-wrapper .aila-s14-audio-swiper-slide {
  width: 33.125vw;
  height: 34.375vw;
  position: relative;
  border-radius: .833333vw;
  overflow: hidden;
}

#aila .aila-s14-audio .aila-s14-audio-wrapper .aila-s14-audio-swiper-slide:nth-child(1) {
  margin-right: 1.25vw;
}



#aila .aila-s14-audio .aila-s14-audio-wrapper .swiper-slide-img-video {
  position: relative;
  width: 100%;
  height: 24.84375vw;
  border-radius: .833333vw;
  overflow: hidden;
  margin-bottom: 1.666667vw;
}

#aila .aila-s14-audio .aila-s14-audio-wrapper .swiper-slide-img-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#aila .aila-s14-audio .aila-s14-audio-wrapper .swiper-slide-img-video .video-container {
  height: 100%;
}

#aila .aila-s14-audio .aila-s14-audio-wrapper .swiper-slide-img-video .inline-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



#aila .aila-s14-audio .swiper-slide-text {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 .833333vw;
}

#aila .aila-s14-audio .swiper-slide-text .swiper-slide-text-title {
  font-size: 1.666667vw;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
  margin-bottom: .833333vw;
}

#aila .aila-s14-audio .swiper-slide-text-dec {
  width: 88%;
  font-size: 1.041667vw;
  font-weight: 400;
  color: #6D6F72;
  line-height: 1.6;
}

#aila .aila-s14-audio .swiper-slide-text-dec p {
  margin: 0;
  padding: 0;
}

#aila .aila-s14-audio .aila-s14-audio-content-arrow {
  width: 100%;
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  height: 0;
  overflow: hidden;
}

#aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-content {
  position: relative;
  width: 6.25vw;
}

#aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-left {
  height: 2.5vw;
  width: 2.5vw;
  position: absolute;
  right: 4.583333vw;
}

#aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-left img {
  height: 2.5vw;
  width: 2.5vw;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}


#aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-right {
  height: 2.5vw;
  width: 2.5vw;
  position: absolute;
  right: .833333vw
}

#aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-right img {
  height: 2.5vw;
  width: 2.5vw;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#aila .aila-s14-audio .aila-s14-audio-content-arrow .swiper-button-disabled .glasses-button-content img {
  opacity: 0.3;
  cursor: default;
}









@media (max-aspect-ratio: 11/10) {

  #aila .aila-s14-audio {
    width: 100%;
    padding-bottom: 27.777778vw;
    margin-bottom: 0;
  }



  #aila .aila-s14-audio .aila-s14-audio-title {
    width: 100%;
  }

  #aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-button .glasses-button {
    width: 21.111111vw;
    height: 7.777778vw;
    cursor: default;
  }

  #aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-button .glasses-button .glasses-button-content {
    width: 21.111111vw;
    height: 7.777778vw;
    font-size: 3.888889vw;
    color: #000;
    font-weight: bold;
  }

  #aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-button {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
  }

  #aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-text {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 2.777778vw;

  }

  #aila .aila-s14-audio .aila-s14-audio-title .aila-s14-audio-title-text-content {
    font-size: 8.888889vw;
    line-height: 1.25;
    width: 100%;
    text-align: center;
    margin-bottom: 11.111111vw;
  }

  #aila .aila-s14-audio .aila-s14-audio-box-wrapper {
    width: 86.666667vw;
    margin: 0 auto;
    transform: translateX(-2.222222vw);
  }

  #aila .aila-s14-audio .aila-s14-audio-wrapper .aila-s14-audio-swiper {
    overflow: visible !important;
  }

  #aila .aila-s14-audio .aila-s14-audio-wrapper .aila-s14-audio-swiper-slide {
    width: 86.666667vw;
    height: 157.972222vw;
    position: relative;
  }

  #aila .aila-s14-audio .aila-s14-audio-wrapper .swiper-slide-img-video {
    position: relative;
    width: 100%;
    height: 111.111111vw;
    border-radius: .833333vw;
    overflow: hidden;
    margin-bottom: 6.666667vw;
  }

  #aila .aila-s14-audio .aila-s14-audio-wrapper .swiper-slide-img-video .video-container {
    height: 100%;
  }

  #aila .aila-s14-audio .aila-s14-audio-wrapper .swiper-slide-img-video .inline-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #aila .aila-s14-audio .aila-s14-audio-wrapper .swiper-slide-img-video img {
    border-radius: 2.222222vw;
  }

  #aila .aila-s14-audio .swiper-slide-text {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0 6.666667vw;
  }

  #aila .aila-s14-audio .swiper-slide-text .swiper-slide-text-title {
    font-size: 5.555556vw;
    font-weight: bold;
    color: #000;
    line-height: 1.25;
    margin-bottom: 2.777778vw;
  }

  #aila .aila-s14-audio .swiper-slide-text-dec {
    width: 100%;
    font-size: 3.888889vw;
    color: #797C80;
    line-height: 1.6;
  }

  #aila .aila-s14-audio .swiper-slide-text-dec p {
    margin: 0;
    padding: 0;
  }

  #aila .aila-s14-audio .aila-s14-audio-content-arrow {
    width: 100%;
    margin-top: 11.111111vw;
    display: flex;
    justify-content: flex-end;
    height: 11.111111vw;
    overflow: visible;
  }

  #aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-content {
    position: relative;
    width: 26.666667vw;
  }

  #aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-left {
    height: 11.111111vw;
    width: 11.111111vw;
    position: absolute;
    right: 0;
  }

  #aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-left {
    height: 11.111111vw;
    width: 11.111111vw;
    position: absolute;
    right: 15.555556vw;
  }



  #aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-left img {
    height: 11.111111vw;
    width: 11.111111vw;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }


  #aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-right {
    height: 11.111111vw;
    width: 11.111111vw;
    position: absolute;
    right: .833333vw
  }

  #aila .aila-s14-audio .aila-s14-audio-content-arrow .aila-s14-audio-swiper-arrow-right img {
    height: 11.111111vw;
    width: 11.111111vw;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  #aila .aila-s14-audio .aila-s14-audio-content-arrow .swiper-button-disabled .glasses-button-content img {
    opacity: 0.3;
    cursor: default;
  }

  #aila .aila-s14-audio .aila-s14-audio-wrapper .glasses-button {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));

  }

  #aila .aila-s14-audio .aila-s14-audio-wrapper .glasses-button:hover {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));

  }


}




/* 第十四屏 */

#aila .aila-s15-dual-band-antenna {
  width: 100%;
  margin-bottom: 8.333333vw;
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-wrapper {
  position: relative;
  width: 67.5vw;
  margin: 0 auto;
}

/* ========== 标题样式 ========== */
#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-title {
  font-size: 3.333333vw;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 5.208333vw;
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-title sup {
  font-size: 0.6em;
  cursor: pointer;
}

/* ========== 标题样式 ========== */
#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-title br {
  display: none;
}

/* ========== 顶部描述区 ========== */
#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.166667vw;
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-left {
  width: 37.5vw;
  height: 19.791667vw;
  flex-shrink: 0;
  margin-right: 4.6875vw;
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-left .inline-video {
  width: 37.5vw;
  height: 19.791667vw;
  object-fit: cover;
}


#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right {
  width: 25vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: space-between;
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right-imgbox {
  width: 100%;
  margin-top: 1.041667vw;
  display: flex;
  justify-content: center;

}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right .aila-s15-dual-band-antenna-desc-right-text {
  margin-top: 3.020833vw;
  margin-bottom: 2.083333vw;
  font-size: 1.145833vw;
  font-weight: 400;
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right .aila-s15-dual-band-antenna-desc-right-text .fontsty {
  color: #18191A;
  font-weight: 500;
}



#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right-imgbox-wrapper {
  width: 17.864583vw;

}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right-imgbox img {
  width: 100%;

}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right p {
  color: #797C80;
  line-height: 1.6;
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right p span.fontsty {
  color: #18191A;
}

/* ========== 底部数据卡片区 ========== */
#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-data-wrap {
  display: flex;

  flex-wrap: wrap;
  /* 关键：自动换行，适配响应式 */
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-data-item {
  text-align: left;
  width: 24.833333vw;
  margin-left: .833333vw;
  margin-bottom: 2.083333vw;
}

#aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-data-item:nth-child(3) {
  text-align: left;
  width: 13.645833vw;
  margin-left: .833333vw;
  margin-bottom: 2.083333vw;
}

#aila .aila-s15-dual-band-antenna .data-item-title {
  font-size: 1.458333vw;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
  margin: 0 0 .416667vw 0;
}

#aila .aila-s15-dual-band-antenna .data-item-title sup {
  font-size: 0.6em;
  cursor: pointer;
}

#aila .aila-s15-dual-band-antenna .data-item-sub {
  font-size: 1.041667vw;
  color: #666;
  line-height: 1.6;
}

#aila .aila-s15-dual-band-antenna .data-item-value-wrapper {
  font-size: 3.333333vw;
  color: #98A2B7;
  display: flex;
}

#aila .aila-s15-dual-band-antenna .data-item-value {
  font-size: 3.333333vw;
  color: #98A2B7;
}

#aila .aila-s15-dual-band-antenna .data-item-unit {
  font-size: 1.666667vw;
  color: #98A2B7;
  display: flex;
  align-items: center;
  transform: translate(.416667vw, .6125vw);
}

@media (max-aspect-ratio: 11 / 10) {

  .aila-s12-vast-world-rushes-in,
  .section-footnote {
    overflow: hidden;
  }
}

@media (max-aspect-ratio: 11/10) {

  #aila .aila-s15-dual-band-antenna {
    width: 100%;
    margin-bottom: 20vw;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-wrapper {
    position: relative;
    width: 86.666667vw;
    margin: 0 auto;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-title {
    font-size: 8.888889vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 4.444444vw;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-title br {
    display: inline;
  }

  /* ========== 顶部描述区 ========== */
  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0;

    padding-top: 34.722222vw;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-left {
    width: 100%;
    height: 44.444444vw;
    flex-shrink: 0;
    margin-right: 0;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-left .inline-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: space-between;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right-imgbox {
    width: 100%;
    margin-top: 0vw;
    display: flex;
    justify-content: center;

  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right .aila-s15-dual-band-antenna-desc-right-text {
    margin-top: 0;
    margin-bottom: 0;
    height: 0;
    font-size: 3.888889vw;
    transform: translateY(-79.722222vw);
    padding: 0 4.444444vw;
    text-align: center;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right .aila-s15-dual-band-antenna-desc-right-text .fontsty {
    color: #18191A;
    font-weight: 600;
  }



  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right-imgbox-wrapper {
    width: 69.111111vw;
    height: 19.865278vw;
    margin: 11.111111vw 0 11.111111vw 0;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right-imgbox img {
    width: 100%;

  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right p {
    color: #797C80;
    line-height: 1.6;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-desc-right p span.fontsty {
    color: #18191A;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-data-wrap {
    display: flex;

  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-data-item {
    text-align: left;
    width: 50%;
    margin: 0 0 7.777778vw 0;
  }

  #aila .aila-s15-dual-band-antenna .aila-s15-dual-band-antenna-data-item:nth-child(3) {
    text-align: left;
    width: 50%;
    margin: 0 0 7.777778vw 0;
  }


  #aila .aila-s15-dual-band-antenna .data-item-title {
    font-size: 4.444444vw;
    font-weight: bold;
    color: #000;
    line-height: 1.25;
    margin: 0 0 2.222222vw 0;
  }

  #aila .aila-s15-dual-band-antenna .data-item-sub {
    font-size: 3.333333vw;
    color: #666;
    line-height: 1.6;
  }

  #aila .aila-s15-dual-band-antenna .data-item-value-wrapper {
    color: #98A2B7;
    display: flex;
  }

  #aila .aila-s15-dual-band-antenna .data-item-value {
    font-size: 11.111111vw;
    color: #98A2B7;
  }

  #aila .aila-s15-dual-band-antenna .data-item-unit {
    font-size: 4.444444vw;
    color: #98A2B7;
    display: flex;
    align-items: center;
    transform: translate(.416667vw, 2.3125vw);
  }



}













/* 第十五屏 */


#aila .aila-s16-shoot-anytime {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10.416667vw;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .aila-s16-shoot-anytime-swiper {
  overflow: visible !important;
}


#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .aila-s16-shoot-anytime-swiper-slide {
  width: fit-content;
  height: fit-content;
  position: relative;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .aila-s16-shoot-anytime-swiper-slide.swiper-slide-pc-video-1 {
  width: 23.802083vw;
  margin-right: 1.25vw;
  position: relative;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .aila-s16-shoot-anytime-swiper-slide.swiper-slide-pc-video-2 {
  width: 42.34375vw;
  margin-right: 0;
  position: relative;
}







#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .aila-s16-shoot-anytime-swiper-slide .slide-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .aila-s16-shoot-anytime-swiper-slide .slide-media {
  width: 100%;
  height: 100%;
}





#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .swiper-slide-img-video {
  position: relative;
  width: 100%;
  height: 24.84375vw;
  border-radius: .833333vw;
  overflow: hidden;
  margin-bottom: 1.666667vw;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .swiper-slide-img-video img {
  width: 100%;
  height: 100%;
}

#aila .aila-s16-shoot-anytime .swiper-slide-text {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 .833333vw;
}

#aila .aila-s16-shoot-anytime .swiper-slide-text .swiper-slide-text-title {
  font-size: 1.666667vw;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
  margin-bottom: .833333vw;
}

#aila .aila-s16-shoot-anytime .swiper-slide-text-dec {
  width: 100%;
  font-size: 1.041667vw;
  font-weight: 400;
  color: #6D6F72;
  line-height: 1.6;

}

#aila .aila-s16-shoot-anytime .swiper-slide-text-dec p {
  margin: 0;
  padding: 0;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow {
  width: 100%;
  margin-top: 2.5vw;
  display: flex;
  justify-content: flex-end;
  display: none;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-content {
  position: relative;
  width: 6.25vw;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-swiper-arrow-left {
  height: 2.5vw !important;
  width: 2.7vw !important;
  position: absolute;
  right: 4.583333vw;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-swiper-arrow-left img {
  height: 2.5vw !important;
  width: 2.7vw !important;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}


#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-swiper-arrow-right {
  height: 2.5vw !important;
  width: 2.7vw !important;
  position: absolute;
  right: .833333vw
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-swiper-arrow-right img {
  height: 2.5vw !important;
  width: 2.7vw !important;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .swiper-button-disabled .glasses-button-content img {
  opacity: 0.3;
  cursor: default;
}

#aila .aila-s16-shoot-anytime.pc-active .aila-s16-shoot-anytime-content-arrow {
  display: none !important;
}

#aila .aila-s16-shoot-anytime.pc-active .swiper-slide-pc-video-1 .swiper-slide-img-video {
  width: 23.802083vw;
  height: 23.802083vw;
}


#aila .aila-s16-shoot-anytime.pc-active .swiper-slide-pc-video-1 {
  position: relative;
  width: 26.25vw;
  height: 34.375vw;
  border-radius: .833333vw;
  overflow: hidden;
  margin-bottom: 1.666667vw;
  margin-right: 1.25vw;
  transform: translateY(-2vw);
  transition: all 1s ease-in-out;
}

#aila .aila-s16-shoot-anytime.pc-active .swiper-slide-pc-video-2 {
  position: relative;
  width: 40vw;
  height: 34.375vw;
  border-radius: .833333vw;
  overflow: hidden;
  margin-bottom: 1.666667vw;
  transform: translateY(10vw);
  transition: all 0.8s ease-in-out;
}

#aila .aila-s16-shoot-anytime.pc-active.swiper-slide-pc-animate .swiper-slide-pc-video-2 {
  transform: translateY(0vw);
}

#aila .aila-s16-shoot-anytime.pc-active.swiper-slide-pc-animate .swiper-slide-pc-video-1 {
  transform: translateY(0vw);
}






@media (max-aspect-ratio: 11/10) {
  #aila .aila-s16-shoot-anytime {
    overflow: hidden;
    padding-bottom: 27.777778vw;
    margin: 0;
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper {
    width: 86.666667vw;
    transform: translateX(-2.222222vw);
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .aila-s16-shoot-anytime-swiper-slide {
    width: 86.666667vw;
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .swiper-slide-img-video {
    width: 100%;
    height: 111.111111vw;
    border-radius: 2.222222vw;
    margin-bottom: 6.666667vw;
  }


  #aila .aila-s16-shoot-anytime .swiper-slide-text {
    width: 100%;
    padding: 0 6.666667vw;
  }

  #aila .aila-s16-shoot-anytime .swiper-slide-text .swiper-slide-text-title {
    font-size: 5.555556vw;
    line-height: 1.25;
    margin-bottom: 2.777778vw;

  }

  #aila .aila-s16-shoot-anytime .swiper-slide-text .swiper-slide-text-title br {
    display: none;
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-wrapper .aila-s16-shoot-anytime-swiper-slide.swiper-slide-pc-video-1 {
    margin-right: 0;
    position: relative;
  }

  #aila .aila-s16-shoot-anytime .swiper-slide-text-dec {
    width: 100%;
    font-size: 3.888889vw;
    line-height: 1.6;
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow {
    width: 100%;
    margin-top: 11.111111vw;
    height: 11.111111vw;
    display: flex;
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-content {
    width: 27.777778vw;
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-swiper-arrow-left {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    right: 15.555556vw;
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-swiper-arrow-left img {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
  }


  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-swiper-arrow-right {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    right: 0;
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .aila-s16-shoot-anytime-swiper-arrow-right img {
    height: 11.111111vw !important;
    width: 11.111111vw !important;

  }


  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .glasses-button {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0px .416667vw .277778vw rgba(255, 255, 255, 1), inset .277778vw -.416667vw .277778vw rgba(255, 255, 255, 1), 0px .572917vw .520833vw rgba(0, 0, 0, 0.04);
  }

  #aila .aila-s16-shoot-anytime .aila-s16-shoot-anytime-content-arrow .glasses-button:hover {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0px .416667vw .277778vw rgba(255, 255, 255, 1), inset .277778vw -.416667vw .277778vw rgba(255, 255, 255, 1), 0px .572917vw .520833vw rgba(0, 0, 0, 0.04);
  }

}




/* 第十六屏*/
#aila .aila-s17-every-btn-with-care {
  width: 100%;
  margin-bottom: 10.416667vw;
}

#aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-wrapper {
  width: 67.5vw;
  margin: 0 auto;
}

#aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-wrapper .aila-s17-every-btn-with-care-title {
  font-size: 3.333333vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  color: #000;
  margin-bottom: 3.020833vw;


}


#aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-wrapper .aila-s17-every-btn-with-care-title .is-xs-show {

  display: inline;


}

#aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-wrapper .aila-s17-every-btn-with-care-title br {
  display: none;
}

#aila .aila-s17-every-btn-with-care .section-touch-controls {
  width: 67.5vw;

}

#aila .aila-s17-every-btn-with-care .section-touch-controls .swiper {
  width: 67.5vw;
  height: 27.34375vw;
  border-radius: .833333vw;

}

#aila .aila-s17-every-btn-with-care .section-touch-controls .swiper .swiper-slide {
  width: 67.5vw;
  height: 27.34375vw;
}

#aila .aila-s17-every-btn-with-care .section-touch-controls .swiper .swiper-slide img {
  width: 100%;
}

#aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-content {
  margin-top: 4.583333vw;
  color: #CECECE;
}

#aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-content .tabnav-caption {
  color: #797C80;
}

#aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-content .tabnav-caption-list {
  width: 100%;
  padding: 0 8.888889vw;
  margin-top: 1.666667vw;
  line-height: 1.6;
}

#aila .aila-s17-every-btn-with-care .swiper-slide.rotation-correction-active img {
  transform: rotate(3deg) scale(1.08);
  transition: all 0.9s ease-in-out;
  transition-delay: 0.4s;
}


#aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-active.rotation-correction-active.start-animation img {
  transform: rotate(0deg) scale(1.08);
}

#aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-active.rotation-correction-active.reset-animation img {
  transform: rotate(3deg) scale(1.08);
}


#aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-slide-tip {
  position: absolute;
  width: 5.3125vw;
  height: 2.5vw;
  right: 1.666667vw;
  z-index: 5;
  font-size: .9375vw;
  bottom: 1.666667vw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
  line-height: 2.5vw;
  color: #fff;
  transition: all 0.9s ease-in-out;
  transition-delay: 0.4s;
  box-shadow:
    inset 0 .104167vw 1px 0px rgba(255, 255, 255, 0.8), inset 0 -.104167vw 1px 0px rgba(255, 255, 255, 0.5)
}

#aila .aila-s17-every-btn-with-care .swiper-slide.rotation-correction-active .tip-before {
  opacity: 1;
}

#aila .aila-s17-every-btn-with-care .swiper-slide.rotation-correction-active .tip-after {
  opacity: 0;
}

#aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-active.rotation-correction-active .tip-before {
  opacity: 0;
}

#aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-active.rotation-correction-active .tip-after {
  opacity: 1;
}


#aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-1 .slide-arrow-down-box {
  width: 4.635417vw;
  position: absolute;
  height: 4.84375vw;
  right: 4.7vw;
  z-index: 3;
}

#aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-2 .slide-arrow-down-box {
  width: 4.635417vw;
  position: absolute;
  height: 4.84375vw;
  left: 27vw;
  top: 6vw;
  z-index: 3;
}

#aila .aila-s17-every-btn-with-care .swiper-slide .slide-arrow-down-box.down-animate-active {
  animation: upDownScale 2s ease infinite;
  transform-origin: bottom center;
  will-change: transform;
}



#aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-container .glasses-button {
  background: linear-gradient(to bottom, rgba(242, 242, 242, 1), rgba(234, 234, 234, 1));
}





@keyframes upDownScale {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(20px) scale(0.6);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}




#aila .aila-s17-every-btn-with-care .eyewear-slide-bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

#aila .pc-hide {
  display: none;
}

#aila .xs-hide {
  display: inline;
}



@media (max-aspect-ratio: 11/10) {
  #aila .pc-hide {
    display: inline;
  }

  #aila .xs-hide {
    display: none;
  }

  /* 第十六屏*/
  #aila .aila-s17-every-btn-with-care {
    width: 100%;
    margin-bottom: 27.777778vw;
  }

  #aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  #aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-wrapper .aila-s17-every-btn-with-care-title {
    font-size: 8.888889vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    color: #000;
    margin-bottom: 8.888889vw;


  }

  #aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-wrapper .aila-s17-every-btn-with-care-title .is-xs-show {
    display: none;
  }

  #aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-wrapper .aila-s17-every-btn-with-care-title br {
    display: inline;
  }

  #aila .aila-s17-every-btn-with-care .section-touch-controls {
    width: 100%;

  }

  #aila .aila-s17-every-btn-with-care .section-touch-controls .swiper {
    width: 100%;
    height: 53vw;
    border-radius: .833333vw;

  }

  #aila .aila-s17-every-btn-with-care .section-touch-controls .swiper .swiper-slide {
    width: 100%;
    height: 53vw;
  }

  #aila .aila-s17-every-btn-with-care .section-touch-controls .swiper .swiper-slide img {
    width: 100%;
  }

  #aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-content {
    margin-top: 13.888889vw;
    color: #CECECE;
  }

  #aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-content .tabnav-caption {
    color: #797C80;
  }

  #aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-content .tabnav-caption-list {
    width: 100%;
    padding: 0 8.888889vw;
    margin-top: 0;
    line-height: 1.6;
  }

  #aila .aila-s17-every-btn-with-care .swiper-slide.rotation-correction-active img {
    transform: rotate(3deg) scale(1.08);
    transition: all 0.9s ease-in-out;
    transition-delay: 0.4s;
  }


  #aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-active.rotation-correction-active img {
    transform: rotate(0deg) scale(1.08);
  }


  #aila .aila-s17-every-btn-with-care .aila-s17-every-btn-with-care-slide-tip {
    position: absolute;
    width: 5.3125vw;
    height: 2.5vw;
    right: 1.666667vw;
    z-index: 5;
    font-size: .9375vw;
    bottom: 1.666667vw;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    line-height: 2.5vw;
    color: #fff;
    transition: all 0.9s ease-in-out;
    transition-delay: 0.4s;
    box-shadow:
      inset 0 .277778vw 1px 0px rgba(255, 255, 255, 0.8), inset 0 -.277778vw 1px 0px rgba(255, 255, 255, 0.5)
  }

  #aila .aila-s17-every-btn-with-care .swiper-slide.rotation-correction-active .tip-before {
    opacity: 1;
  }

  #aila .aila-s17-every-btn-with-care .swiper-slide.rotation-correction-active .tip-after {
    opacity: 0;
  }

  #aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-active.rotation-correction-active .tip-before {
    opacity: 0;
  }

  #aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-active.rotation-correction-active .tip-after {
    opacity: 1;
  }


  #aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-1 .slide-arrow-down-box {
    width: 12.361111vw;
    position: absolute;
    height: 12.916667vw;
    right: 4.7vw;
    z-index: 3;
  }

  #aila .aila-s17-every-btn-with-care .swiper-slide.swiper-slide-2 .slide-arrow-down-box {
    width: 12.361111vw;
    position: absolute;
    height: 12.916667vw;
    left: 27vw;
    top: 10vw;
    z-index: 3;
  }

  #aila .aila-s17-every-btn-with-care .swiper-slide .slide-arrow-down-box.down-animate-active {
    animation: upDownScale 2s ease infinite;
    transform-origin: bottom center;
    will-change: transform;

  }

  @keyframes upDownScale {
    0% {
      transform: translateY(0) scale(1);
    }

    50% {
      transform: translateY(1.041667vw) scale(0.6);
    }

    100% {
      transform: translateY(0) scale(1);
    }
  }




  #aila .aila-s17-every-btn-with-care .eyewear-slide-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
  }


  #aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-content .tabnav-track .tabnav-container {
    padding-left: 6.666667vw;
    padding-right: 6.666667vw;
  }

  #aila .aila-s17-every-btn-with-care .section-touch-controls .tabnav-content .tabnav-track {
    padding-bottom: 6.666667vw;
  }




}















/*第二十二屏*/
#aila .aila-s18-battery-charging {
  width: 100%;
  margin-bottom: 10.416667vw;
  overflow: hidden;

}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-wrapper {
  width: 67.5vw;
  margin: 0 auto;
  position: relative;
  overflow: visible !important;
  transform: translateX(.625vw);
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-wrapper .swiper {
  overflow: visible !important;
}

/* 翻牌卡片样式 */
#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide {
  width: 21.666667vw;
  height: 31.25vw;
  position: relative;
  overflow: hidden;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide .aila-s18-battery-charging-slide-img-box {
  width: 21.666667vw;
  height: 31.25vw;
  position: absolute;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide .aila-s18-battery-charging-slide-img-box-fliter {
  width: 21.666667vw;
  height: 31.25vw;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
  z-index: 2;
  overflow: hidden;
  border-radius: .833333vw;
  opacity: 0;
  background-size: 100% 100%;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide.active .aila-s18-battery-charging-slide-img-box-fliter {
  opacity: 1;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide.active .aila-s18-battery-charging-slide-img-box {
  opacity: 0;
}

/* 卡片右上角+号 */
#aila .aila-s18-battery-charging .aila-s18-battery-charging-slide-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5vw;
  height: 2.5vw;
  z-index: 9;
  cursor: pointer;
  background-size: 100% 100%;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-slide-tag {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 2.5vw;
  height: 2.5vw;
  z-index: 9;
  cursor: pointer;
  background-size: 100% 100%;
}




#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide .aila-s18-battery-charging-slide-tag img {
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  transform: rotate(0deg) scale(0.452);
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide.active .aila-s18-battery-charging-slide-tag img {
  transform: rotate(135deg) scale(0.452);

}

/* 卡片标题 */
#aila .aila-s18-battery-charging .aila-s18-battery-charging-slide-title {
  font-size: 1.666667vw;
  font-weight: bold;
  color: #18191A;
  position: absolute;
  z-index: 3;
  line-height: 1.25;
  transform: translate(2.083333vw, 1.875vw);
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide.active .aila-s18-battery-charging-slide-title {
  transform: translate(2.083333vw, 10.15625vw);

}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-slide-dec {
  font-size: 1.145833vw;
  width: 17.5vw;
  color: #797C80;
  position: absolute;
  line-height: 1.6;
  z-index: 4;
  transform: translateY(20vw);
  margin-left: 2.083333vw;
  margin-right: 2.083333vw;
  opacity: 0;
  font-weight: 400;
  transition: all 0.8s ease-in-out;
  will-change: transform, opacity;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide.active .aila-s18-battery-charging-slide-dec {
  transform: translateY(13.645833vw);
  opacity: 1;

}


#aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow {
  width: 100%;
  margin-top: 2.5vw;
  display: flex;
  height: 3.125vw;
  justify-content: flex-end;
  display: none;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-content {
  position: relative;
  width: 6.25vw;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-swiper-arrow-left {
  height: 2.5vw !important;
  width: 2.7vw !important;
  position: absolute;
  right: 4.583333vw;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-swiper-arrow-left img {
  height: 2.5vw !important;
  width: 2.7vw !important;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}


#aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-swiper-arrow-right {
  height: 2.5vw !important;
  width: 2.7vw !important;
  position: absolute;
  right: .833333vw
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-swiper-arrow-right img {
  height: 2.5vw !important;
  width: 2.7vw !important;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .swiper-button-disabled .glasses-button-content img {
  opacity: 0.3;
  cursor: default;
}



@media (max-aspect-ratio: 11/10) {
  #aila .aila-s18-battery-charging {
    width: 100%;
    height: 175.302222vw;
    padding-bottom: 27.777778vw;
    overflow: hidden;
    margin-bottom: 0;
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-wrapper {
    width: 86.666667vw;
    height: 125vw;
    overflow: visible !important;
    transform: translateX(-2.222222vw);

  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-wrapper .aila-s18-battery-charging-swiper {
    height: 125vw;
  }

  /* 翻牌卡片样式 */
  #aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide {
    width: 86.666667vw;
    height: 125vw;
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide .aila-s18-battery-charging-slide-img-box {
    width: 86.666667vw;
    height: 125vw;
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide .aila-s18-battery-charging-slide-img-box-fliter {
    width: 86.666667vw;
    height: 125vw;
  }


  /* 卡片右上角+号 */
  #aila .aila-s18-battery-charging .aila-s18-battery-charging-slide-tag {
    width: 10vw;
    height: 10vw;
  }


  /* 卡片标题 */
  #aila .aila-s18-battery-charging .aila-s18-battery-charging-slide-title {
    font-size: 6.666667vw;
    transform: translate(8.333333vw, 4.444444vw);

  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide.active .aila-s18-battery-charging-slide-title {
    transform: translate(8.333333vw, 36.111111vw);
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-slide-dec {
    width: 65.333333vw;
    font-size: 4.444444vw;
    opacity: 0;
    margin-left: 8.333333vw;
    margin-right: 8.333333vw;
    transform: translate(0, 70vw);
    will-change: transform, opacity;

  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-swiper-slide.active .aila-s18-battery-charging-slide-dec {
    transform: translate(0, 50vw);
    opacity: 1;
  }


  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 11.111111vw;
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-content {
    position: relative;
    width: 26.666667vw;
    height: 11.111111vw !important;

  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-swiper-arrow-left {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    position: absolute;
    right: 15vw;
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-swiper-arrow-left img {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }


  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-swiper-arrow-right {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    position: absolute;
    right: 0;
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .aila-s18-battery-charging-swiper-arrow-right img {
    height: 11.111111vw !important;
    width: 11.111111vw !important;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .swiper-button-disabled .glasses-button-content img {
    opacity: 0.3;
    cursor: default;
  }


  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .glasses-button {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0px .416667vw .277778vw rgba(255, 255, 255, 1), inset .277778vw -.416667vw .277778vw rgba(255, 255, 255, 1), 0px 1.527778vw 1.388889vw rgba(0, 0, 0, 0.04);
  }

  #aila .aila-s18-battery-charging .aila-s18-battery-charging-content-arrow .glasses-button:hover {
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9), rgba(240, 240, 240, 0.9));
    box-shadow: inset 0px .416667vw .277778vw rgba(255, 255, 255, 1), inset .277778vw -.416667vw .277778vw rgba(255, 255, 255, 1), 0px 1.527778vw 1.388889vw rgba(0, 0, 0, 0.04);
  }

}