@charset "UTF-8";
@charset "UTF-8";
.aidesign-box8 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

.aidesign-box8__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  box-sizing: border-box;
}

/* 2:441 — y=40；236×60@1× */
.aidesign-box8__head {
  width: 100%;
  min-width: 0;
  padding: 0 0.36rem;
  box-sizing: border-box;
  height: 1.3rem;
}

.aidesign-box8__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}

.aidesign-box8__title-line {
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: 0.48rem;
  line-height: 0.6rem;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #2f343b;
  white-space: nowrap;
}

.aidesign-box8__title-line--accent {
  color: #4f56ff;
}

/* 2:454 — y=115；820×50@1×（Tab 30 + 倒三角 20） */
.aidesign-box8__tabs-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 0.3rem;
  padding: 0 0.36rem;
  box-sizing: border-box;
}

.aidesign-box8__tabs {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.aidesign-box8__tabs::-webkit-scrollbar {
  display: none;
}

.aidesign-box8__tab {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.aidesign-box8__tab--active {
  z-index: 1;
  height: 1rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  color: #fff;
}

.aidesign-box8__tab-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.12rem;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #73cafe;
  border-radius: 0.2rem;
  background: #f1fffe;
}

.aidesign-box8__tab--active .aidesign-box8__tab-label {
  border-color: transparent;
  border-radius: 0.2rem;
  background: #4f56ff;
}

/* 2:468 — 50×20@1×，文档流内嵌避免 overflow-x 裁切 */
.aidesign-box8__tab-arrow {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 0.4rem;
  background: linear-gradient(0deg, #4f56ff 0%, rgba(79, 86, 255, 0) 100%);
  clip-path: polygon(6.7% 25%, 93.3% 25%, 50% 100%);
  pointer-events: none;
}

/* 通栏跑马灯：父级 overflow 裁切，避免页面横向滚动 */
.aidesign-box8__marquee-gallery {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0.36rem;
  margin-left: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  overflow: hidden;
}

.aidesign-box8__marquee-track {
  width: 100%;
  overflow: hidden;
}

.aidesign-box8__marquee-inner {
  display: flex;
  width: max-content;
  animation: aidesign-box8-marquee-scroll var(--marquee-duration, 68s) linear infinite;
  will-change: transform;
}
.aidesign-box8__marquee-inner--reverse {
  animation-direction: reverse;
}

.aidesign-box8__marquee-track:active .aidesign-box8__marquee-inner,
.aidesign-box8__marquee-track:hover .aidesign-box8__marquee-inner {
  animation-play-state: paused;
}

.aidesign-box8__marquee-group {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}
.aidesign-box8__marquee-group > li {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

@keyframes aidesign-box8-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* 覆盖全局 img 规则，保持固定行高、按比例宽度（拼贴效果） */
.aidesign-box8__marquee-img {
  display: block;
  height: 4rem !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0.04rem;
  flex-shrink: 0;
  object-fit: contain;
  vertical-align: top;
}

.aidesign-box8-video {
  position: relative;
  flex-shrink: 0;
  height: 4rem;
  margin: 0 0.04rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.aidesign-box8-video__cover {
  display: block;
  height: 4rem !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
}
.aidesign-box8-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 0.02rem solid #fff;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.aidesign-box8-video__play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.13rem 0 0.13rem 0.2rem;
  border-color: transparent transparent transparent #fff;
  margin-left: 0.04rem;
}

/* 2:469 — y=619；202×54@1× */
.aidesign-box8__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  margin-top: 0.44rem;
  padding: 0.36rem 0.64rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.24rem;
  box-shadow: inset 0 0 0.22rem #fff;
  background: linear-gradient(90deg, #bc75ff 0%, #7568ff 100%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
}

.aidesign-box8__cta-text {
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.36rem;
  letter-spacing: 0.04rem;
  color: #fff;
  white-space: nowrap;
}

.aidesign-box8__cta-arrow {
  display: block;
  width: 0.12rem;
  height: 0.2rem;
  flex-shrink: 0;
  opacity: 0.4;
  color: #fff;
  overflow: visible;
}