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

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

/* 2:529 — y=40；202×30@1× */
.aidesign-box10__head {
  width: 100%;
  min-width: 0;
}

.aidesign-box10__title {
  margin: 0;
  width: 100%;
  font-family: "Source Han Serif CN Heavy", "Source Han Serif CN-Heavy", "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;
}

/* 2:541 — y=85；Tab 横向滚动 */
.aidesign-box10__tabs-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 0.3rem;
  padding: 0 0.36rem;
  box-sizing: border-box;
}

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

.aidesign-box10__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-box10__tab--active {
  z-index: 1;
  height: 1rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  color: #fff;
}

.aidesign-box10__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-box10__tab--active .aidesign-box10__tab-label {
  border-color: transparent;
  border-radius: 0.2rem;
  background: #4f56ff;
}

.aidesign-box10__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;
}

/* 2:530 — y=150；363×207@1× */
.aidesign-box10-panel {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.56rem 0.5rem 0.48rem;
  box-sizing: border-box;
  border-radius: 0.4rem;
  background: rgba(132, 186, 255, 0.16);
}

.aidesign-box10-panel__title {
  margin: 0;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.32rem;
  line-height: 0.42rem;
  color: #40454d;
  white-space: nowrap;
}

.aidesign-box10-panel__line {
  display: flex;
  align-items: flex-start;
  gap: 0.18rem;
  margin: 0.24rem 0 0;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #40454d;
}
.aidesign-box10-panel__line:last-child {
  margin-top: 0.2rem;
}
.aidesign-box10-panel__line strong {
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
}

.aidesign-box10-panel__icon {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.42rem;
  margin-top: 0.02rem;
  object-fit: contain;
}
.aidesign-box10-panel__icon--book {
  width: 0.38rem;
  height: 0.37rem;
  margin-top: 0.04rem;
}

.aidesign-box10-panel__accent {
  color: #ff3902;
}

/* 2:538 / 2:537 — y=376；240×135@1×，左 x=-34、右至 446 通栏出血 */
.aidesign-box10__gallery {
  display: flex;
  width: 9.6rem;
  margin-top: 0.38rem;
  margin-left: calc(50% - 50vw - 0.68rem);
}

.aidesign-box10__gallery-img {
  display: block;
  width: 4.8rem;
  height: 2.7rem;
  flex-shrink: 0;
  object-fit: cover;
}

/* 2:531 — bottom 40@1×；蓝渐变 CTA */
.aidesign-box10__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  margin-top: 0.48rem;
  padding: 0.36rem 0.64rem; /* 上下 18@1× + 行高 18@1× = 高 54@1× */
  box-sizing: border-box;
  border: none;
  border-radius: 0.24rem;
  box-shadow: inset 0 0 0.22rem #fff;
  background: linear-gradient(90deg, #528fff 0%, #4866ff 100%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.aidesign-box10__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-box10__cta-arrow {
  display: block;
  width: 0.12rem;
  height: 0.2rem;
  flex-shrink: 0;
  object-fit: contain;
  opacity: 0.4;
}