.ppt-page {
  position: relative;
  width: 100%;
  aspect-ratio: 1600 / 900;
  overflow: hidden;
  background: #fff;
  container-type: inline-size;
}

.ppt-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.ppt-el {
  position: absolute;
  object-fit: cover;
  z-index: 1;
}

.ppt-text {
  position: absolute;
  z-index: 3;
  white-space: nowrap;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

.ppt-text.t-dark {
  color: #333;
}

.ppt-text.t-gray {
  color: #59595c;
}

.ppt-text.t-purple {
  color: #914ff7;
}

.ppt-text.t-white {
  color: #fff;
}

.p10-line {
  position: absolute;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}

.ppt-title {
  font-weight: 800;
  letter-spacing: 0;
}

.slide-1 {
  background: #0b0448;
}

.slide-2 {
  background: #0b0448;
}

.slide-10 {
  background: linear-gradient(180deg, #c9a8fb 0%, #eee5ff 55%, #faf8ff 100%);
}

.p7-transcript {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  z-index: 5;
}

.p3-page {
  background: #f6f6fb;
}

.p3-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.5cqw;
  padding: 2.5cqw 3cqw;
}

.p3-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p3-brand-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.6cqw;
}

.p3-brand {
  color: #0b0448;
  font-size: 1.15cqw;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.p3-slogan {
  color: #59595c;
  font-size: 1.05cqw;
  text-align: right;
  white-space: nowrap;
}

.p3-title {
  margin: 1cqw 0 0.8cqw;
  color: #0b0448;
  font-size: 2.7cqw;
  font-weight: 900;
  letter-spacing: 0;
}

.p3-title-line {
  width: 4cqw;
  height: 0.28cqw;
  border-radius: 2px;
  background: #914ff7;
}

.p3-body {
  margin-top: 1.2cqw;
}

.p3-body p {
  margin: 0.15cqw 0;
  color: #333;
  font-size: 1.1cqw;
  line-height: 1.45;
}

.p3-tags {
  margin-top: 1.2cqw;
  display: flex;
  flex-direction: column;
  gap: 0.6cqw;
}

.p3-tag {
  display: flex;
  align-items: stretch;
}

.tag-label {
  padding: 0.4cqw 1cqw;
  border-radius: 6px 0 0 6px;
  background: #914ff7;
  color: #fff;
  font-size: 1cqw;
  font-weight: 800;
  white-space: nowrap;
}

.tag-text {
  flex: 1;
  padding: 0.4cqw 0.8cqw;
  border: 1px solid #e5e1f2;
  border-left: none;
  border-radius: 0 6px 6px 0;
  background: #fff;
  color: #333;
  font-size: 0.95cqw;
}

.p3-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laptop {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laptop img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.screen-cards {
  position: absolute;
  left: 18%;
  top: 16%;
  width: 64%;
  height: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7cqw;
}

.data-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e1f2;
  border-radius: 8px;
  background: #fff;
  color: #0b0448;
  font-size: 2cqw;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.data-card span {
  margin-top: 0.2cqw;
  font-size: 0.9cqw;
  font-weight: 600;
}

.data-card.purple {
  border: none;
  background: #914ff7;
  color: #fff;
}

.why-page {
  background: #f6f6fb;
}

.why-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 40% 30% 30%;
  gap: 2cqw;
  padding: 3.2cqw 4cqw;
}

.why-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-intro p {
  margin: 0.18cqw 0;
  color: #111;
  font-size: 1.02cqw;
  line-height: 1.65;
}

.why-divider {
  width: 100%;
  height: 1px;
  margin: 1cqw 0;
  background: #dcccf9;
}

.why-data {
  margin: 1cqw 0;
  color: #914ff7;
  font-size: 1.35cqw;
  font-weight: 700;
  line-height: 1.65;
}

.why-data p {
  margin: 0.15cqw 0;
}

.why-note p {
  margin: 0.18cqw 0;
  color: #111;
  font-size: 1.02cqw;
  line-height: 1.65;
}

.why-line {
  width: 4cqw;
  height: 1px;
  margin-top: 0.8cqw;
  background: #dcccf9;
}

.why-title {
  margin-top: 1.6cqw;
  color: #0b0448;
  font-size: 3.1cqw;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: normal;
}

.why-photo {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.why-photo img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 5px 14px rgba(11, 4, 72, 0.08);
}

.why-cards {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  justify-self: center;
  width: 82%;
  gap: 1.2cqw;
}

.why-card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 0.8cqw;
  border: 1px solid #e8e2f5;
  border-radius: 12px;
  background: #fff;
  color: #0b0448;
  text-align: center;
}

.why-card .num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3em;
  font-size: 3.8cqw;
  font-weight: 900;
  line-height: 1.1;
  color: #914ff7;
}

.why-card .num .pre {
  font-size: 0.55em;
  font-weight: 700;
  white-space: nowrap;
}

.why-card .label {
  margin-top: 0.5cqw;
  font-size: 0.95cqw;
  line-height: 1.4;
  color: #333;
}

.why-card.purple {
  border: none;
  background: #914ff7;
  color: #fff;
}

.why-card.purple .label {
  color: #fff;
}

.why-card.purple .num {
  color: #fff;
}

.slide-11 {
  background: linear-gradient(180deg, #dcc9fb 0%, #f2ecff 55%, #ffffff 100%);
}

.ov-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.4;
  z-index: 0;
}

.ov-head {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 3cqw;
  display: flex;
  align-items: center;
  gap: 1.5cqw;
  z-index: 3;
  text-align: left;
}

.ov-title {
  display: inline-block;
  padding: 0.6cqw 1.6cqw;
  border-radius: 8px;
  background: #914ff7;
  color: #fff;
  font-size: 2.4cqw;
  font-weight: 800;
  letter-spacing: 0;
}

.ov-divider {
  flex: 1;
  height: 2px;
  margin: 0;
  background: #914ff7;
}

.ov-layout {
  position: absolute;
  left: 4%;
  right: 30%;
  top: 15%;
  bottom: 8%;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.1cqw;
}

.ov-side {
  position: absolute;
  right: 4%;
  top: 15%;
  bottom: 8%;
  width: 24%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.9cqw;
}

.ov-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #914ff7;
  border-radius: 8px;
  padding: 1cqw;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  justify-self: start;
}

.ov-card.wide {
  width: 140%;
  max-width: 140%;
}

.ov-titlebar {
  margin-bottom: 0.6cqw;
  padding: 0.4cqw 0.8cqw;
  border-radius: 6px;
  background: #914ff7;
  color: #fff;
  font-size: 1.15cqw;
  font-weight: 700;
  letter-spacing: 0;
}

.ov-card p {
  margin: 0;
  color: #333;
  font-size: 0.9cqw;
  line-height: 1.55;
}

.ov-side .ov-card {
  flex: 1;
  width: 72%;
  max-width: 72%;
}

.ov-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #914ff7;
  z-index: 4;
}

.ov2-topbar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 12.2%;
  background: #e9daff;
  z-index: 3;
}

.ov2-title {
  position: absolute;
  left: 3.4%;
  top: 1.8%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #5b2ea6;
  font-size: 2.4cqw;
  font-weight: 800;
  letter-spacing: 0;
}

.ov2-col {
  position: absolute;
  top: 0;
  bottom: 0;
}

.ov2-col.c1 { left: 5%; width: 10%; }
.ov2-col.c2 { left: 23%; width: 13.4%; }
.ov2-col.c3 { left: 42%; width: 14.5%; }
.ov2-col.c4 { left: 64%; width: 11.6%; }
.ov2-col.c5 { left: 79%; width: 7.25%; }

.ov2-capsule {
  display: inline-block;
  padding: 0.25cqw 0.6cqw;
  border-radius: 6px;
  background: #914ff7;
  color: #fff;
  font-size: 0.95cqw;
  font-weight: 700;
  letter-spacing: 0;
}

.ov2-capsule.first {
  position: static;
}

.ov2-group {
  position: absolute;
  left: 0;
  width: max-content;
}

.ov2-group.g1 {
  top: 12.7%;
}

.ov2-group.g2 {
  top: 43.4%;
}

.ov2-group.g2.far {
  top: 49.6%;
}

.ov2-body {
  position: static;
  margin-top: 0.4cqw;
  width: fit-content;
  max-width: 18em;
  color: #111;
  font-size: 0.88cqw;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  word-break: keep-all;
  background: #fff;
  border-radius: 8px;
  padding: 0.4em;
}

.ov2-capsule.second {
  position: static;
}

.ov2-capsule.second.far {
  position: static;
}

.ov2-side-list {
  position: absolute;
  left: 84%;
  width: auto;
  top: 12.7%;
  bottom: 2%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.1cqw;
}

.ov2-side-group {
  width: max-content;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ov2-side-group:last-child {
  border-bottom: none;
}

.ov2-side-group .ov2-capsule {
  display: inline-block;
  margin-bottom: 0.3cqw;
}

.ov2-side-group .ov2-body {
  position: static;
  width: max-content;
  max-width: none;
  font-size: 0.88cqw;
  white-space: nowrap;
  background: #fff;
  border-radius: 8px;
  padding: 0.4em;
}

.ov2-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 54.4%;
  height: 6px;
  background: #5b2ea6;
  z-index: 4;
}

.ov2-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.ov2-pin {
  position: absolute;
  width: 1cqw;
  height: 1cqw;
  border-radius: 50%;
  background: #914ff7;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.ov2-global {
  position: absolute;
  left: 50%;
  top: 72%;
  transform: translateX(-50%);
  color: #914ff7;
  font-size: 3cqw;
  font-weight: 900;
  z-index: 3;
}

.ov2-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #914ff7;
  z-index: 4;
}

.resource-board {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid #e5e1f2;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(11, 4, 72, 0.1);
}

.resource-board h3 {
  margin: 0 0 10px;
  color: #0b0448;
  font-size: 2.3cqw;
  letter-spacing: 0;
}

.resource-board p {
  margin: 6px 0;
  color: #59595c;
  font-size: 1.45cqw;
  line-height: 1.4;
}

.faq-replica {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4cqw;
  left: 8.9%;
  right: 8.9%;
  top: 20%;
  bottom: 8%;
}

.faq-col {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e5e1f2;
  border-radius: 8px;
  padding: 1.4cqw 1.6cqw;
  box-shadow: 0 10px 22px rgba(11, 4, 72, 0.08);
}

.faq-col .num {
  color: #914ff7;
  font-size: 2cqw;
  font-weight: 800;
}

.faq-col h4 {
  margin: 0.5cqw 0 0.9cqw;
  color: #0b0448;
  font-size: 1.8cqw;
  letter-spacing: 0;
}

.faq-col p {
  margin: 0;
  color: #59595c;
  font-size: 1.35cqw;
  line-height: 1.55;
}

.faq-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.faq-logo img {
  width: 96%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 760px) {
  .faq-replica {
    grid-template-columns: 1fr;
    overflow: auto;
    top: 16%;
  }

  .resource-board {
    position: static;
    margin: 0 0 14px;
  }

  .resource-board h3 {
    font-size: 18px;
  }

  .resource-board p {
    font-size: 13px;
  }

  .p3-wrap {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .why-wrap {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .ov-layout {
    grid-template-columns: repeat(2, 1fr);
    right: 4%;
    overflow: auto;
  }

  .ov-side {
    position: static;
    width: auto;
    margin: 2cqw 4cqw 0;
  }
}

/* About: PDF pages 4-7 */
.slide-4,
.slide-5,
.slide-6 {
  background: #8f43ee;
  color: #fff;
}

.p4-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5cqw;
  padding: 4cqw 10cqw;
  text-align: center;
}

.p4-kicker {
  font-size: 1cqw;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.72);
}

.p4-title h2 {
  margin: 0;
  color: #fff;
  font-size: 3.3cqw;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.p4-title h3 {
  margin: 0.5cqw 0 0;
  color: #fff;
  font-size: 2.2cqw;
  font-weight: 800;
  letter-spacing: 0;
}

.p4-subtitle {
  margin: 1.1cqw 0 0;
  color: #ffe9ff;
  font-size: 1.35cqw;
  font-weight: 700;
}

.p4-body {
  max-width: 56cqw;
  margin-top: 1.2cqw;
}

.p4-body p {
  margin: 0.35cqw 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.05cqw;
  line-height: 1.55;
}

.p4-foot {
  display: flex;
  gap: 2.2cqw;
  margin-top: 1.6cqw;
}

.p4-foot-item {
  min-width: 14cqw;
  padding: 0.9cqw 2.4cqw;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}

.p4-foot-item span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9cqw;
}

.p4-foot-item strong {
  display: block;
  margin-top: 0.2cqw;
  color: #fff;
  font-size: 1.6cqw;
  font-weight: 800;
}

.p5-wrap,
.p6-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 0.92fr 1.28fr;
  gap: 4.2cqw;
  align-items: center;
  padding: 3.4cqw 5.5cqw;
}

.p6-wrap {
  grid-template-columns: 1.28fr 0.92fr;
}

.p5-photo,
.p6-photo {
  height: 78%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(11, 4, 72, 0.28);
}

.p5-photo img,
.p6-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p5-content,
.p6-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.p5-title,
.p6-title {
  display: flex;
  align-items: baseline;
  gap: 1cqw;
  margin-bottom: 1.4cqw;
}

.p5-title span,
.p6-title span {
  color: #ffe9ff;
  font-size: 1.1cqw;
  font-weight: 700;
}

.p5-title strong,
.p6-title strong {
  color: #fff;
  font-size: 3cqw;
  font-weight: 900;
  letter-spacing: 0;
}

.p5-bio p,
.p6-bio p {
  margin: 0.4cqw 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1cqw;
  line-height: 1.55;
}

.slide-7 {
  background: linear-gradient(180deg, #f2ecff 0%, #ffffff 70%);
}

.p7-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-content: space-between;
  gap: 1.4cqw;
  padding: 3.4cqw 5.5cqw;
}

.p7-kicker {
  color: #914ff7;
  font-size: 0.9cqw;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.p7-head h2 {
  margin: 0.6cqw 0 0.7cqw;
  color: #0b0448;
  font-size: 2.5cqw;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.p7-lead {
  margin: 0;
  color: #59595c;
  font-size: 1.05cqw;
}

.p7-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4cqw;
}

.p7-card {
  padding: 1.4cqw 1.6cqw;
  border: 1px solid #e5e1f2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(11, 4, 72, 0.06);
}

.p7-card-title {
  display: inline-block;
  padding: 0.35cqw 1cqw;
  border-radius: 6px;
  background: #914ff7;
  color: #fff;
  font-size: 1cqw;
  font-weight: 800;
}

.p7-card p {
  margin: 0.9cqw 0 0;
  color: #333;
  font-size: 1cqw;
  line-height: 1.7;
}

.p7-note {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4cqw;
}

.p7-note div {
  padding-left: 0.8cqw;
  border-left: 2px solid #914ff7;
  color: #333;
  font-size: 0.9cqw;
  line-height: 1.5;
}

.p7-foot {
  display: flex;
  align-items: baseline;
  gap: 1.6cqw;
  color: #0b0448;
}

.p7-foot p {
  margin: 0;
  font-size: 1.7cqw;
  font-weight: 900;
  letter-spacing: 0;
}

.p7-foot p:first-child {
  color: #914ff7;
}

@media (max-width: 760px) {
  .p4-page,
  .p5-page,
  .p6-page,
  .p7-page {
    aspect-ratio: auto;
    height: auto;
    overflow: visible;
  }

  .p4-wrap,
  .p5-wrap,
  .p6-wrap,
  .p7-wrap {
    position: static;
    padding: 64px 22px;
  }

  .p4-wrap {
    gap: 22px;
  }

  .p4-title h2 {
    font-size: 30px;
  }

  .p4-title h3 {
    font-size: 22px;
  }

  .p4-subtitle {
    font-size: 17px;
  }

  .p4-body {
    max-width: 100%;
  }

  .p4-body p {
    font-size: 15px;
  }

  .p4-foot {
    flex-direction: column;
    align-items: center;
  }

  .p4-foot-item {
    width: 220px;
  }

  .p4-foot-item strong {
    font-size: 20px;
  }

  .p5-wrap,
  .p6-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .p5-photo,
  .p6-photo {
    height: auto;
    aspect-ratio: 3 / 4;
    max-height: 460px;
  }

  .p6-photo {
    order: -1;
  }

  .p5-title strong,
  .p6-title strong {
    font-size: 30px;
  }

  .p5-bio p,
  .p6-bio p {
    font-size: 15px;
  }

  .p7-wrap {
    gap: 26px;
  }

  .p7-head h2 {
    font-size: 28px;
  }

  .p7-lead {
    font-size: 15px;
  }

  .p7-grid,
  .p7-note {
    grid-template-columns: 1fr;
  }

  .p7-card p,
  .p7-note div {
    font-size: 14px;
  }

  .p7-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .p7-foot p {
    font-size: 20px;
  }
}

/* FAQ page: keep the same card style, allow the page to grow with more Q&A */
.ppt-page.faq-page {
  aspect-ratio: auto;
  min-height: 900px;
}

.ppt-page.faq-page .faq-replica {
  position: relative;
  inset: auto;
  margin: 0 8.9%;
  padding-top: 17cqw;
  padding-bottom: 5cqw;
  overflow: visible;
}

@media (max-width: 760px) {
  .ppt-page.faq-page .faq-replica {
    position: relative;
    top: auto;
    overflow: visible;
    padding-top: 17%;
  }
}

/* Mentor pages 17-18: 1:1 HTML replica */
.mentor-section {
  background: #fff;
}

.mentor-desktop {
  display: grid;
  gap: 18px;
}

.mentor-page {
  background: #fff;
  border: 1px solid #e5e1f2;
  border-radius: 8px;
}

.mentor-bg {
  position: absolute;
  z-index: 0;
  object-fit: fill;
}

.mentor-bg-left {
  left: -21.875%;
  top: 92.22%;
  width: 151.43%;
  height: 124.72%;
}

.mentor-bg-right {
  left: 84.8125%;
  top: 92.22%;
  width: 151.43%;
  height: 124.72%;
  transform: scaleX(-1);
}

.mentor-mark {
  position: absolute;
  z-index: 2;
  left: 2.5%;
  top: 2.2%;
  width: 11.875%;
  height: auto;
}

.mentor-icons {
  position: absolute;
  z-index: 2;
  left: 80.6%;
  top: 4.9%;
  width: 16.7%;
  height: auto;
}

.mentor-top-line {
  position: absolute;
  z-index: 2;
  left: 14.75%;
  top: 6.27%;
  width: 65.6%;
  height: 1px;
  background: #666;
}

.mentor-en {
  position: absolute;
  z-index: 3;
  left: 73.67%;
  top: 16.84%;
  font-size: 5.14cqw;
  font-weight: 900;
  color: #00ffb3;
  font-family: "AlimamaShuHeiTi-Bold", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  white-space: nowrap;
}

.mentor-title-word {
  position: absolute;
  z-index: 3;
  font-size: 2.54cqw;
  font-weight: 800;
  color: #333;
  white-space: nowrap;
}

.m-card {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  background: #00ffb3;
  border: 1px solid #ccc;
  border-top: 0.5cqw solid #914ff7;
}

.m-photo {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

.m-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.m-name {
  position: absolute;
  z-index: 3;
  font-size: 1.89cqw;
  font-weight: 800;
  color: #914ff7;
  white-space: nowrap;
}

.m-line {
  position: absolute;
  z-index: 3;
  width: 1.61cqw;
  height: 0.12cqw;
  background: #914ff7;
}

.m-fields {
  position: absolute;
  z-index: 3;
  font-size: 1.5cqw;
  color: #595757;
  white-space: nowrap;
}

.mentor-bottom-bar {
  position: absolute;
  z-index: 4;
  height: 1.78%;
  background: #914ff7;
}

@media (min-width: 761px) {
  .mentor-mobile {
    display: none;
  }
}

@media (max-width: 760px) {
  .mentor-desktop {
    display: none;
  }
}


/* PDF 17-25 页 1:1 复刻 */
.ppt-page.fac-page {
  background: #ffffff;
}

.fac-vec,
.fac-bg,
.fac-img {
  position: absolute;
  display: block;
  z-index: 1;
}

.fac-vec {
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.fac-bg {
  z-index: 1;
  object-fit: fill;
}

.fac-img {
  z-index: 2;
  object-fit: fill;
}

.fac-t {
  position: absolute;
  z-index: 3;
  white-space: nowrap;
  line-height: 1.05;
  letter-spacing: 0;
}
