@charset "UTF-8";
.aigctv-box9 {
  width: 100%;
  box-sizing: border-box;
  background-color: rgb(231, 243, 255);
}

.aigctv-box9__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.8rem 0.4rem 1rem;
  box-sizing: border-box;
}

.aigctv-box9__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.aigctv-box9__title {
  margin: 0;
  font-size: 0.48rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 0.6rem;
  letter-spacing: 0.04rem;
  text-align: center;
  color: rgb(47, 52, 59);
  white-space: nowrap;
}

/* 4:4 — 306×533.5；介绍卡 4:5 规格 170 宽 */
.aigctv-box9__teachers {
  position: relative;
  width: 6.12rem;
  max-width: 100%;
  margin-top: 0.72rem;
  overflow: visible;
}

.aigctv-box9__teachers-img {
  display: block;
  width: 100%;
  height: auto;
}

.aigctv-box9__cards {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* 4:5/11/17/23 — 170 宽；相对合成图 left -20/159，top 149/427（@1× px） */
.aigctv-box9-teacher {
  position: absolute;
  width: 3.4rem;
  box-sizing: border-box;
}

.aigctv-box9-teacher:nth-child(1),
.aigctv-box9-teacher:nth-child(2) {
  top: 2.98rem;
}

.aigctv-box9-teacher:nth-child(3),
.aigctv-box9-teacher:nth-child(4) {
  top: 8.54rem;
}

.aigctv-box9-teacher:nth-child(1),
.aigctv-box9-teacher:nth-child(3) {
  left: -0.4rem;
}

.aigctv-box9-teacher:nth-child(2),
.aigctv-box9-teacher:nth-child(4) {
  left: 3.18rem;
}

.aigctv-box9-teacher__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  width: 100%;
  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%);
}

.aigctv-box9-teacher__name {
  margin: 0;
  font-size: 0.3rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(47, 52, 59);
  white-space: nowrap;
}

.aigctv-box9-teacher__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem;
  border-radius: 0.12rem;
  font-size: 0.22rem;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: #fff;
  white-space: nowrap;
}

.aigctv-box9-teacher__tag--blue {
  background: linear-gradient(270deg, rgb(54, 126, 255) 0%, rgb(71, 175, 255) 100%);
}

.aigctv-box9-teacher__tag--purple {
  background: linear-gradient(270deg, rgb(121, 79, 255) 0%, rgb(167, 130, 255) 100%);
}

.aigctv-box9-teacher__desc {
  margin: 0;
  width: 2.8rem;
  max-width: 100%;
  font-size: 0.22rem;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 0.32rem;
  color: rgb(47, 52, 59);
}

.aigctv-box9-teacher__desc p {
  margin: 0;
}

/* 4:94 */
.aigctv-box9__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  margin-top: 1.52rem;
  padding: 0.36rem 0.6rem 0.36rem 0.72rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.24rem;
  box-shadow: inset 0 0 0.22rem rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(188, 117, 255) 0%, rgb(117, 104, 255) 100%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

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

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