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

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

/* 2:150 / 2:151 — y=40；353×30@1× */
.aidesign-box11__head {
  width: 100%;
  min-width: 0;
}

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

/* 2:152–2:158 — 150×250@1× 双列 */
.aidesign-box11__grid {
  display: grid;
  grid-template-columns: repeat(2, 3rem);
  column-gap: 0.48rem;
  row-gap: 0;
  justify-content: center;
  width: 100%;
  margin-top: 0.7rem;
}

.aidesign-box11-teacher {
  position: relative;
  width: 3rem;
  height: 5rem;
}

.aidesign-box11-teacher__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 2:159 — 170×88@1× 信息卡叠于肖像底部 */
.aidesign-box11-teacher__info {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 3.4rem;
  padding: 0.32rem;
  box-sizing: border-box;
  border-radius: 0.24rem;
  background: linear-gradient(225deg, rgba(195, 255, 253, 0) 0%, rgba(167, 217, 255, 0.9) 50.422%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(0.12rem);
  transform: translateX(-50%);
}

.aidesign-box11-teacher__name {
  margin: 0;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #2f343b;
  white-space: nowrap;
}

.aidesign-box11-teacher__line {
  margin: 0;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #2f343b;
  white-space: nowrap;
}
.aidesign-box11-teacher__line:first-of-type {
  margin-top: 0.08rem;
}

/* 2:180 — y=1147；235×51@1× 紫渐变 CTA */
.aidesign-box11__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  margin-top: 1.08rem;
  padding: 0.36rem 0.64rem; /* 上下 18@1× + 行高 15@1× = 高 51@1× */
  box-sizing: border-box;
  border: none;
  border-radius: 0.24rem;
  box-shadow: inset 0 0 0.22rem #fff;
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

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

.aidesign-box11__cta-arrow {
  display: block;
  width: 0.12rem;
  height: 0.2rem;
  flex-shrink: 0;
  object-fit: contain;
  opacity: 0.4;
}