#smooth-content {
  background-color: #000;
}

.action--site-innovation .page-header.fullscreen .page-desc {
  line-height: calc(15em / 18);
}

.page-header-back {
  object-position: center;
}

.bg-lay {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/innovation/banner.png) no-repeat center / cover;
  position: relative;
}

.bg-lay::after {
  content: '';
  width: 100%;
  height: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000, transparent);
}

.page-header .bg-lay {
  position: absolute;
  top: var(--header-height);
  left: 0;
  height: calc(100% - var(--header-height));
  opacity: 0;
  transition: opacity .5s;
}

.page-header.active .bg-lay {
  opacity: 1;
}

.page-header .bg-lay svg {
  width: 35%;
  margin-top: -2%;
}

.section-innovation {
  color: #fff;
  padding-top: calc(140 * var(--rpx-50));
  position: relative;
}

.main-innovation {
  margin: 0 calc(160 * var(--rpx-50));
}

.main-innovation-l {
  margin-left: calc(160 * var(--rpx-50));
}

.adaptive-layout {
  display: flex;
  justify-content: space-between;
  gap: max(30px, 5%);
}

.adaptive-layout>* {
  flex: 1;
}

.sec-innovation-title {
  width: max-content;
  font-size: calc(60 * var(--rpx));
  font-weight: bold;
  background: linear-gradient(91.77deg, rgb(0, 64, 255), rgb(139, 74, 255));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  animation: text-slide 5s linear infinite;
  font-family: var(--serif-font);
}

@keyframes text-slide {
  0% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(30deg);
  }

  100% {
    filter: hue-rotate(0deg);
  }
}

.sec-innovation-title-sub {
  font-size: calc(40 * var(--rpx));
  font-weight: 500;
  margin-bottom: calc(60 * var(--rpx-50));
  font-family: var(--serif-font), "Cormorant", "Times New Roman", serif;
}

.sec-innovation-intro {
  font-size: calc(18 * var(--rpx));
  font-weight: 300;
}

.sec-innovation-intro>*+* {
  margin-top: calc(30 * var(--rpx-50));
  line-height: 1.5;
}

.sec-innovation-tips {
  margin-top: calc(60 * var(--rpx-50));
  padding-top: calc(30 * var(--rpx-50));
  font-size: calc(18 * var(--rpx));
  opacity: .5;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.section-innovation-1 .txt {
  padding-top: 10%;
}

.section-innovation-1 .pic {
  position: relative;
}

.section-innovation-1 .pic img {
  margin-top: -15%;
  width: 100%;
}

.section-innovation-1 .pic::after {
  content: '';
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000, transparent);
}

.sec-bg-lay {
  position: absolute;
  top: 2%;
  left: 23.9%;
}

.sec-bg-lay svg {
  width: 25vw;
  display: block;
  position: relative;
  z-index: -1;
}

.sec-innovation-roof {
  font-size: calc(24 * var(--rpx));
  font-weight: bold;
  margin-bottom: calc(60 * var(--rpx-50));
}

.section-innovation-2 {
  z-index: 1;
}

.section-innovation-3 .bg-lay {
  padding: 10% 0;
  margin-top: -10%;
}

.section-innovation-4,
.section-innovation-5 {
  padding-bottom: calc(140 * var(--rpx-50));
}

.section-innovation-4 .txt {
  width: 50%;
  flex-grow: 0;
}

.section-innovation-4 .sec-innovation-title-sub {
  margin-bottom: 6vw;
  padding-bottom: 5vw;
}

.section-innovation-4 .color-bg {
  width: 100%;
  height: 24.625vw;
  position: absolute;
  top: calc(140 * var(--rpx-50));
  left: 0;
  z-index: -2;
}

.section-innovation-4 .color-bg img {
  width: 100%;
  height: 100%;
}

.section-innovation-4 .animate-bg {
  width: 100%;
  height: 24.625vw;
  position: absolute;
  top: calc(140 * var(--rpx-50));
  right: 0;
  z-index: -1;
}

.section-innovation-4 .animate-bg>svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.section-innovation-4 .animate-bg::after {
  content: '';
  aspect-ratio: 1;
  height: 115%;
  position: absolute;
  top: 0;
  right: 12%;
  filter: blur(60px);
  background: linear-gradient(-45.00deg, rgb(2, 27, 100) 0%, rgb(132, 63, 255) 100%);
  z-index: -2;
}

.section-innovation-5 .txt {
  text-align: center;
}

.section-innovation-5 .sec-innovation-title {
  margin: 0 auto;
}

.section-innovation-5 .sec-innovation-intro {
  width: 70%;
  margin: 0 auto;
}

.section-innovation-5 .container {
  margin-top: max(30px, 10%);
  position: relative;
  padding-left: 6.9%;
}

.section-innovation-5 .container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -26%;
  width: 100%;
  height: 110%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(#fff 0%, #fff 3%, rgba(132, 63, 255, .5) 50%, rgba(2, 27, 100, .5) 60%, rgba(2, 27, 100, .1) 70%, #000 90%, transparent 100%);
  z-index: -1;
  filter: blur(30px);
  animation: background-radial 5s linear infinite;
}

@keyframes background-radial {
  0% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(10deg);
  }

  100% {
    filter: hue-rotate(0deg);
  }
}

.panel {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.panel-wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(664 * var(--rpx-50));
  height: calc(664 * var(--rpx-50));
  position: relative;
}

.panel-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.panel-item {
  width: 50%;
  height: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10%;
  position: relative;
}

.panel-item:not(.center) .itme-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  display: flex;
  opacity: 0;
}

.panel-item:not(.center).active .itme-bg {
  opacity: 1;
}

.panel-item.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.panel-item.center span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-item.center span:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/innovation/bg2.png) no-repeat;
  background-position: top left;
  background-color: #000;
  z-index: -1;
  opacity: 0;
}

.panel-item.center.active span:after {
  opacity: 1;
}

.panel-item.center:not(.active) span {
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, .6);
}

.panel-item:nth-child(2) {
  background: linear-gradient(135.00deg, rgba(142, 118, 185, 0.8) 0%, rgba(142, 118, 185, 0) 100%);
  align-items: flex-start;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 50%, 50% 100%, 0 100%);
}

.panel-item:nth-child(2) .itme-bg {
  align-items: flex-start;
}

.panel-item:nth-child(3) {
  background: linear-gradient(135.00deg, rgba(2, 27, 100, 0.8), rgba(2, 27, 100, 0) 100%);
  align-items: flex-start;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 50%, 0 50%);
}

.panel-item:nth-child(3) .itme-bg {
  align-items: flex-start;
  justify-content: flex-end;
}

.panel-item:nth-child(3) .itme-bg img {
  transform: rotate(90deg);
}

.panel-item:nth-child(4) {
  background: linear-gradient(135.00deg, rgba(2, 27, 100, 0.8), rgba(2, 27, 100, 0) 100%);
  align-items: flex-end;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
}

.panel-item:nth-child(4) .itme-bg {
  align-items: flex-end;
}

.panel-item:nth-child(4) .itme-bg img {
  transform: rotate(-90deg);
}

.panel-item:nth-child(5) {
  background: linear-gradient(135.00deg, rgba(142, 118, 185, 0.8) 0%, rgba(142, 118, 185, 0) 100%);
  align-items: flex-end;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 50% 50%);
}

.panel-item:nth-child(5) .itme-bg {
  align-items: flex-end;
  justify-content: flex-end;
}

.panel-item:nth-child(5) .itme-bg img {
  transform: rotate(180deg);
}

.panel-item .center-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.panel-item .center-bg img {
  width: 85%;
}

.panel-icon {
  width: calc(80 * var(--rpx-50));
  height: calc(80 * var(--rpx-50));
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 11.3%;
  transform: translateY(-50%);
  background: linear-gradient(to top right, rgb(132, 63, 255) 0%, rgb(1, 26, 101) 30%, #000 100%);
  border: 1px solid rgba(154, 97, 255, 0.5);
}

.panel-icon img {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
}

.panel-icon img.active {
  opacity: 1;
}

.section-innovation-5 .adaptive-layout {
  width: 75%;
  gap: max(30px, 15%);
  position: relative;
  z-index: 2;
}

.adaptive-layout .innovation-swiper {
  /* height: 400px !important; */
  /* height: 100%; */
  margin: max(20px, 5%) 0 calc(20 * var(--rpx-50));
  /* overflow: hidden; */
}

.adaptive-layout .innovation-swiper-wrapper {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: .3s;
}

.section-innovation-5 .innovation-swiper-slide {
  /* height: 30px !important; */
  display: flex;
  gap: calc(20 * var(--rpx));
  cursor: pointer;
}

.slide-txt .title {
  font-size: calc(24 * var(--rpx));
  font-weight: bold;
  opacity: .5;
}

.slide-txt .intro {
  margin-top: calc(25 * var(--rpx-50));
  font-size: calc(18 * var(--rpx));
  line-height: 1.5;
  display: none;
}

.section-innovation-5 .innovation-swiper-slide.active {
  margin-bottom: calc(50 * var(--rpx-50));
}

.section-innovation-5 .innovation-swiper-slide.active .slide-txt .intro {
  display: block;
}

.slide-icon {
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  flex-shrink: 0;
}

.slide-icon::after,
.slide-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
}

.slide-icon::after {
  width: 13px;
  height: 1px;
}

.slide-icon::before {
  height: 13px;
  width: 1px;
}

.section-innovation-5 .innovation-swiper-slide.active .slide-txt .title,
.section-innovation-5 .innovation-swiper-slide:hover .slide-txt .title {
  opacity: 1;
}

.section-innovation-5 .innovation-swiper-slide.active {
  height: calc(220 * var(--rpx-50)) !important;
}

.section-innovation-5 .innovation-swiper-slide.active .slide-icon,
.section-innovation-5 .innovation-swiper-slide:hover .slide-icon {
  border-color: transparent;
  background-color: rgba(255, 255, 255, .2);
}

.more-links:has(.flex-item.link-more:nth-of-type(3)) {
  --column: 4;
}

.sec-innovation-title-bg {
  position: relative;
}

.sec-innovation-title-bg-wrap {
  position: absolute;
  width: 50vw;
  transform: translateX(50%);
  height: calc(24.625vw / 2);
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
  background: linear-gradient(270.00deg, rgb(196, 166, 253), rgba(196, 166, 253, 0) 30%);
}

.plx-timeline-back {
  position: absolute;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;
  z-index: 210;
  pointer-events: none;
}

.sec-innovation-title-bg-wrap .plx-timeline-back {
  width: 50%;
}

.section-innovation-4 .line-bg {
  width: 14%;
  height: calc(24.625vw / 2);
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #5F4789;
  z-index: -1;
}

body.dark .site-header-bar {
  background-color: #000;
}

body.dark .top-nav .top-nav-link {
  color: #fff;
}

body.dark .btn-large-nav-expand i {
  background-color: #fff;
}

body.dark .pr-select .current {
  color: #fff;
}

body.dark .site-logo img,
body.dark .lang-switch .current::before,
body.dark .pr-select .current::after {
  filter: url(#white-overlay);
}

body.dark .pr-select.active .current,
body.dark .pr-select:hover .current {
  color: #000;
}

body.dark .lang-switch:hover .current::before,
body.dark .pr-select:hover .current::after,
body.dark .lang-switch.active .current::before,
body.dark .pr-select.active .current::after {
  filter: url(#black-overlay);
}

body.large-nav-active .btn-large-nav-expand i {
  background-color: #000;
}

/* @media screen and (max-width: 1600px) {
  .sec-bg-lay {
    top: 2%;
    left: 20%;
  }
}

@media screen and (max-width: 1400px) {
  .sec-bg-lay {
    top: -1%;
    left: 18%;
  }
}

@media screen and (max-width: 1200px) {
  .sec-bg-lay {
    top: -1%;
    left: 13%;
  }
}

@media (max-width: 1080px) {
  .sec-bg-lay {
    top: 1%;
    left: 15%;
  }

  .sec-bg-lay svg {
    width: 22vw;
  }
} */

@media (max-width: 750px) {
  .page-header.fullscreen .page-title {
    margin-bottom: calc(148 * var(--rpx));
  }

  .main-innovation {
    margin: 0 20px;
  }

  .main-innovation-l {
    margin: 0 20px;
  }

  .section-innovation {
    padding-top: calc(30 * var(--rpx-50));
  }

  .adaptive-layout {
    flex-direction: column;
  }

  .sec-innovation-title {
    font-size: calc(32 * var(--rpx));
  }

  .sec-innovation-title-sub {
    font-size: calc(24 * var(--rpx));
  }

  .sec-innovation-roof {
    font-size: calc(18 * var(--rpx));
  }

  /* .sec-bg-lay {
    left: 24.8%;
  } */

  .sec-bg-lay svg {
    width: 53vw;
  }

  .section-innovation-4 .color-bg {
    top: calc(30 * var(--rpx-50));
    height: 35.625vw;
  }

  .section-innovation-4 .animate-bg {
    top: calc(30 * var(--rpx-50));
  }

  .sec-innovation-title-bg-wrap {
    height: calc(35.625vw / 2);
  }

  .section-innovation-4 .txt,
  .section-innovation-5 .sec-innovation-intro,
  .section-innovation-5 .adaptive-layout {
    width: 100%;
  }

  .section-innovation-4 .sec-innovation-title-sub {
    margin-bottom: 17vw;
  }

  .more-links:has(.flex-item.link-more:nth-of-type(3)) {
    --column: 1;
  }

  .panel-item {
    font-size: 16px;
    padding: 5%;
  }

  .section-innovation-5 .container {
    padding: 0 20px;
  }

  .section-innovation-5 .container::after {
    top: 0;
    left: 50%;
    width: 150%;
    height: 80%;
    transform: translate3d(-50%, -18%, 0);
  }

  .panel-bg {
    display: none;
  }

  .panel-icon {
    top: 56%;
    right: 7.3%;
  }
}