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

.aidesign-box2__inner {
  position: relative;
  width: 100%;
  min-height: 8.94rem;
  box-sizing: border-box;
  overflow: hidden;
}

.aidesign-box2__illustration {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 5.4rem;
  object-fit: fill;
  pointer-events: none;
}

.aidesign-box2__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* 稿：标题 y=40；左右 (393-362)/2=16px */
  padding: 0.8rem 0.32rem 0.48rem;
  box-sizing: border-box;
}

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

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

.aidesign-box2__title-line--accent {
  color: #fffcbc;
}

.aidesign-box2__rows {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  /* 标题底 y=100 → 首行 y=127，间距 27px */
  margin-top: 0.54rem;
  min-width: 0;
}

.aidesign-box2-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  /* 稿：首行标签 x=22、文案 x=178，间距 13px */
  /* 稿：次行标签 x=28、文案 x=154，间距 15px */
}
.aidesign-box2-row:first-child {
  padding-left: 0.12rem;
  gap: 0.26rem;
}
.aidesign-box2-row:last-child {
  padding-left: 0.24rem;
  gap: 0.3rem;
}

.aidesign-box2-row__badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.1rem 0.36rem;
  box-sizing: border-box;
  border-radius: 0 0.2rem 0.2rem 0.2rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.38rem;
  letter-spacing: 0.02rem;
  color: #fff;
  white-space: nowrap;
}
.aidesign-box2-row__badge--cyan {
  background: linear-gradient(90deg, #00bbb5 0%, #069bff 100%);
}
.aidesign-box2-row__badge--blue {
  background: linear-gradient(90deg, #14e2ff 0%, #06a3ff 100%);
}

.aidesign-box2-row__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.aidesign-box2-row__line {
  margin: 0;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
}

.aidesign-box2-row__label {
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
}

.aidesign-box2-row__desc {
  font-weight: 400;
}