@charset "utf-8";
.page-menu {
  margin: 0 auto;
  max-width: 760px;
}
.page-menu ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  padding: 1rem 3rem;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-menu ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(45deg, #ff00cc, #3333ff);
  padding: 1.5px;
  border-radius: 100px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.page-menu ul li {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 100px;
  padding: 1rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all 0.3s;
  background-color: rgba(61, 37, 137, 0);
}
.page-menu ul li a:hover {
  color: #A231D6;
}
.page-menu ul li a.active {
  background-image: linear-gradient(to bottom, #A231D6, #3D2589);
  color: #fff;
}

@media screen and (max-width: 1360px) {
  .page-menu {
    max-width: 600px;
  }
  .page-menu ul {
    padding: 1rem 1.5rem;
  }
  .page-menu ul li a {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .page-menu ul {
    padding: 0.75rem;
  }
  .page-menu ul li a {
    font-size: 0.875rem;
    padding: 0.5rem 0;
  }
}
.page-menu-fixed.active .page-menu {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .page-menu-fixed.active .page-menu {
    top: 0;
  }
}
.page-menu-fixed.active .page-menu ul {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
}
.page-menu-fixed.active .page-menu ul::before {
  border-radius: 0;
  padding: 0 0 2px 0;
  display: none;
}
.page-menu-fixed.active .page-menu ul li {
  width: auto;
}
.page-menu-fixed.active .page-menu ul li a {
  padding: 0.25rem 2rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .page-menu-fixed.active .page-menu ul li {
    width: 100%;
  }
  .page-menu-fixed.active .page-menu ul li a {
    padding: 0.5rem 0;
  }
}
.swiper {
  --swiper-pagination-bullet-inactive-color:#fff;
}

.marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.marquee .marquee-item {
  display: flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}
.marquee .marquee-item .item {
  display: block;
  margin-right: 15px;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.marquee .marquee-item .item span {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
.marquee.reverse .marquee-item {
  animation-direction: reverse;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.video-creativity .ts-video {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1600px) {
  .video-creativity .ts-video {
    height: 520px;
  }
}

@media screen and (min-width: 900px) {
  .sec-industry {
    position: relative;
    z-index: 1;
    height: 400vh;
  }
  .sec-industry .sec-industry-cont {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
  }
  .sec-industry .sec-industry-cont .column {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
  }
  .sec-industry .swiper {
    overflow: visible;
    flex-shrink: 1;
    width: 100%;
    height: 100%;
  }
  .sec-industry .swiper .swiper-wrapper {
    flex-direction: column;
    height: auto;
  }
  .sec-industry .swiper .swiper-slide {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
  }
  .sec-industry .swiper .swiper-slide:nth-of-type(1) {
    z-index: 6;
  }
  .sec-industry .swiper .swiper-slide:nth-of-type(2) {
    z-index: 5;
  }
  .sec-industry .swiper .swiper-slide:nth-of-type(3) {
    z-index: 4;
  }
  .sec-industry .swiper .swiper-slide:nth-of-type(4) {
    z-index: 3;
  }
  .sec-industry .swiper .swiper-slide:nth-of-type(5) {
    z-index: 2;
  }
  .sec-industry .item-box {
    position: relative;
    z-index: 1;
    max-width: 1432px;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .sec-industry .item-box .box1 {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    left: 1rem;
    padding: 3rem 6rem 3rem 3rem;
    border-radius: 1.25rem;
    background-color: rgba(26, 27, 31, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* 兼容 Safari */
  }
  .sec-industry .item-box .box1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(150deg, #1CA977, #0C3C2A, #148E27);
    padding: 1.5px;
    border-radius: 1.25rem;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .sec-industry .item-box .box2 {
    position: relative;
    z-index: 2;
    margin-left: 31%;
  }
}
@media screen and (max-width: 900px) {
  .sec-industry .swiper {
    padding-bottom: 2rem;
  }
  .sec-industry .item-box {
    margin: 0 1rem;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background-color: rgba(26, 27, 31, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* 兼容 Safari */
  }
  .sec-industry .item-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(150deg, #1CA977, #0C3C2A, #148E27);
    padding: 1.5px;
    border-radius: 1.25rem;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}
@media (min-width: 1400px) and (min-height: 600px) {
  .sec-industry {
    height: 300vh;
  }
  .sec-industry .sec-industry-cont {
    height: 80vh;
  }
}

.sec-function .office-swiper {
  height: 660px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec-function .office-swiper {
    height: 800px;
  }
}
@media screen and (min-width: 992px) {
  .sec-function .office-swiper {
    height: 460px;
  }
}
.sec-function .office-swiper .swiper-slide {
  height: 100%;
}
.sec-function .office-swiper .swiper-pagination {
  --swiper-pagination-bullet-inactive-color:#000;
}
@media screen and (min-width: 1280px) {
  .sec-function .office-swiper {
    overflow: hidden;
  }
  .sec-function .office-swiper .swiper-pagination {
    margin: 40px 20px;
    height: calc(100% - 80px);
  }
}

[data-dev=desktop] .sec-gsap {
  position: relative;
}
[data-dev=desktop] .sec-gsap .swiper-wrapper {
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-height: 1500px) {
  [data-dev=desktop] .sec-gsap {
    position: relative;
    z-index: 1;
    height: 310vh;
  }
  [data-dev=desktop] .sec-gsap .sec-cont {
    position: sticky;
    top: 80px;
  }
  [data-dev=desktop] .sec-gsap .swiper {
    overflow: visible;
  }
  [data-dev=desktop] .sec-gsap .swiper .swiper-wrapper {
    flex-direction: column;
  }
  [data-dev=desktop] .sec-gsap .swiper .swiper-slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
  }
  [data-dev=desktop] .sec-gsap .swiper .swiper-slide:nth-of-type(1) {
    z-index: 5;
  }
  [data-dev=desktop] .sec-gsap .swiper .swiper-slide:nth-of-type(2) {
    z-index: 4;
  }
  [data-dev=desktop] .sec-gsap .swiper .swiper-slide:nth-of-type(3) {
    z-index: 3;
  }
  [data-dev=desktop] .sec-gsap .swiper .swiper-slide:nth-of-type(4) {
    z-index: 2;
  }
  [data-dev=desktop] .sec-gsap .swiper .swiper-slide:nth-of-type(5) {
    z-index: 1;
  }
  [data-dev=desktop] .sec-data-recovery .sec-cont {
    height: 100vh;
  }
}

.al-swiper {
  max-height: 560px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .al-swiper {
    max-height: 360px;
  }
}/*# sourceMappingURL=product.css.map */