.page-wrapper {
  max-width: 1330px;
  margin: 40px auto 80px;
}

.page-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 28px;
}

.teacher-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 77, 255, 0.08);
  overflow: hidden;
  margin-bottom: 28px;
}

.teacher-card-main {
  padding: 34px 60px;
}

.teacher-main-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.main-text {
  margin-left: 40px;
  flex: 1;
  line-height: 1.7;
}

.main-name {
  font-size: 26px;
  font-weight: 800;
  color: #0052d9;
  margin-bottom: 10px;
}

.main-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}

.main-desc {
  font-size: 15px;
  font-weight: 400;
  color: #444;
}

.teacher-card-sub {
  padding: 34px 60px;
}

.sub-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.sub-text {
  flex: 1;
  line-height: 1.7;
}

.sub-name {
  font-size: 26px;
  font-weight: 800;
  color: #1a73e8;
  margin-bottom: 6px;
}

.sub-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sub-section-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 4px;
}

.sub-paragraph {
  font-size: 15px;
  font-weight: 400;
  color: #444;
}

.avatar-circle-wrap {
  width: 260px;
  margin-left: 50px;
  flex-shrink: 0;
  position: relative;
}

.avatar-bg-rect {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 160px;
  border-radius: 0 18px 18px 0;
  background: #0c7bff;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}

.avatar-circle {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #e1efff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c6be0;
  font-size: 14px;
  overflow: hidden;
  z-index: 1;
}

.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-inner.reverse {
  flex-direction: row-reverse;
}

.sub-inner.reverse .avatar-circle-wrap {
  margin-left: 0;
  margin-right: 50px;
}

.sub-inner.reverse .avatar-bg-rect {
  right: auto;
  left: 0;
  border-radius: 18px 0 0 18px;
}

.sub-inner.reverse .avatar-circle {
  right: -20px;
  left: auto;
}

.avatar-circle-main {
  margin-left: 0;
  margin-right: 50px;
}

.avatar-circle-main .avatar-bg-rect {
  right: auto;
  left: 0;
  border-radius: 18px 0 0 18px;
}

.avatar-circle-main .avatar-circle {
  right: -20px;
  left: auto;
}

/* 招生官团队 */
.admission-section {
  margin-top: 40px;
}

.admission-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 12px 0 28px;
}

.admission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 26px 26px;
}

.admission-card {
  background: #e8f1ff;
  border-radius: 18px;
  padding: 28px 28px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.admission-avatar-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}

.admission-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #dbe7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c6be0;
  font-size: 13px;
  overflow: hidden;
}

.admission-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admission-inner {
  margin: -60px 14px 0;
  padding: 66px 26px 32px;
  background: #ffffff;
  border-radius: 16px;
  width: calc(100% - 28px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.admission-name {
  font-size: 22px;
  font-weight: 800;
  color: #1a73e8;
  margin-bottom: 4px;
}

.admission-role {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.admission-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  text-align: left;
}

/* 本科留学申请流程 */
.flow-section {
  margin-top: 60px;
  padding: 48px 80px 64px;
  border-radius: 26px;
  background: linear-gradient(rgba(21, 43, 72, 0.85), rgba(21, 43, 72, 0.85)), url('../images/lc_bg.jpg') center center / cover no-repeat;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.flow-title-main {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.flow-title-sub {
  text-align: center;
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 12px;
}

.flow-title-desc {
  text-align: center;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 38px;
}

.flow-steps {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.flow-step {
  position: relative;
  padding-left: 100px;
  margin-bottom: 80px;
}

.flow-step:last-child {
  margin-bottom: 0;
}

.flow-icon {
  position: absolute;
  left: 0;
  top: 30px;
  width: 90px;
  height: 110px;
  border-radius: 16px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  overflow: hidden;
}

.flow-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-step--right {
  padding-left: 0;
  padding-right: 100px;
  text-align: left;
}

.flow-step--right .flow-icon {
  left: auto;
  right: 0;
}

.flow-step-head {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.flow-step-label {
  margin-right: 8px;
  opacity: 0.9;
}

.flow-step-tag {
  background: #2c8dff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.flow-step-title {
  display: inline-block;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 600;
  background: #2c8dff;
  padding: 8px 16px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.flow-step-desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

/* 每个步骤下方的连接线 */
.flow-step::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 145px;
  width: 50px;
  height: 80px;
  background: url('../images/xx1.png') center center / contain no-repeat;
}

/* 第二步 */
.flow-step:nth-child(2)::after {
  left: auto;
  right: 35px;
  background: url('../images/xx2.png') center center / contain no-repeat;
}

/* 第三步 */
.flow-step:nth-child(3)::after {
  left: 35px;
  right: auto;
  background: url('../images/xx3.png') center center / contain no-repeat;
}

.flow-step--right::after {
  left: auto;
  right: 35px;
}

.flow-step:last-child::after {
  display: none;
}

/* 青胜优势板块 - 完全匹配图片设计 */
.advantage-section {
  margin-top: 60px;
  padding: 60px 20px 80px;
  background: #ffffff;
  position: relative;
}

.advantage-header {
  text-align: center;
  margin-bottom: 50px;
}

.advantage-title-main {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.advantage-title-sub {
  font-size: 16px;
  color: #888;
  font-style: italic;
}

.advantage-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 520px;
}

/* 中心圆形区域 */
.advantage-circle-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
}

/* 粗蓝色圆环 - 4段弧形 */
.advantage-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advantage-ring svg {
  width: 100%;
  height: 100%;
}

.advantage-ring .ring-segment {
  fill: none;
  stroke: #2c8dff;
  stroke-width: 26;
}

/* 中心白色区域 + logo水印 */
.advantage-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* 中心logo水印占位 */
.center-logo {
  width: 100px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.15;
  font-size: 12px;
  color: #3b8dbd;
  text-align: center;
}

.center-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 四个圆形图标 - 在圆环间隙处 */
.advantage-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2c8dff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  overflow: hidden;
}

.advantage-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.advantage-icon .icon-placeholder {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/* 图标位于圆环间隙处（对角线45度位置） */
/* 左上图标 */
.advantage-icon.top-left {
  left: calc(50% - 105px);
  top: calc(50% - 105px);
}

/* 右上图标 */
.advantage-icon.top-right {
  left: calc(50% + 95px);
  top: calc(50% - 155px);
}

/* 左下图标 */
.advantage-icon.bottom-left {
  left: calc(50% - 155px);
  top: calc(50% + 95px);
}

/* 右下图标 */
.advantage-icon.bottom-right {
  left: calc(50% + 95px);
  top: calc(50% + 95px);
}

/* 连接线 */
.advantage-line {
  position: absolute;
  background: #2c8dff;
  z-index: 0;
}

/* 左上连接线 - 斜向左上 */
.advantage-line.tl {
  width: 2px;
  height: 80px;
  left: calc(50% - 100px);
  top: calc(50% - 210px);
  transform: rotate(-45deg);
  transform-origin: bottom center;
}

/* 右上连接线 - 斜向右上 */
.advantage-line.tr {
  width: 2px;
  height: 80px;
  left: calc(50% + 100px);
  top: calc(50% - 210px);
  transform: rotate(45deg);
  transform-origin: bottom center;
}

/* 左下连接线 - 斜向左下 */
.advantage-line.bl {
  width: 2px;
  height: 80px;
  left: calc(50% - 100px);
  top: calc(50% + 130px);
  transform: rotate(45deg);
  transform-origin: top center;
}

/* 右下连接线 - 斜向右下 */
.advantage-line.br {
  width: 2px;
  height: 80px;
  left: calc(50% + 100px);
  top: calc(50% + 130px);
  transform: rotate(-45deg);
  transform-origin: top center;
}

/* 优势文字卡片 */
.advantage-card {
  position: absolute;
  width: 260px;
}

.advantage-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.advantage-card-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.9;
  text-align: justify;
}

/* 左上卡片 */
.advantage-card.top-left {
  left: 0;
  top: 20px;
  text-align: right;
}

.advantage-card.top-left .advantage-card-title {
  text-align: right;
}

/* 右上卡片 */
.advantage-card.top-right {
  right: 0;
  top: 20px;
  text-align: left;
}

/* 左中卡片 */
.advantage-card.mid-left {
  left: 0;
  top: 200px;
  text-align: right;
}

.advantage-card.mid-left .advantage-card-title {
  text-align: right;
}

/* 右中卡片 */
.advantage-card.mid-right {
  right: 0;
  top: 200px;
  text-align: left;
}

/* 底部中间偏左卡片 */
.advantage-card.bottom-center {
  left: 100px;
  bottom: 0;
  width: 340px;
  text-align: left;
}

@media (max-width: 960px) {
  .teacher-main-inner,
  .sub-inner,
  .sub-inner.reverse {
    flex-direction: column;
    align-items: center;
  }

  .avatar-rect {
    margin-bottom: 20px;
  }

  .main-text,
  .sub-text {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .avatar-circle-wrap,
  .avatar-circle-wrap.avatar-circle-main {
    margin: 0 auto 20px !important;
    width: 200px;
    height: 200px;
    order: -1;
  }

  .avatar-bg-rect,
  .avatar-circle-main .avatar-bg-rect,
  .sub-inner.reverse .avatar-bg-rect {
    top: 10px;
    bottom: auto;
    height: 150px;
    width: 180px;
    border-radius: 16px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  .avatar-circle,
  .avatar-circle-main .avatar-circle,
  .sub-inner.reverse .avatar-circle {
    position: absolute;
    left: 50% !important;
    right: auto !important;
    top: 10px;
    transform: translateX(-50%) !important;
    width: 140px;
    height: 140px;
  }

  .admission-grid {
    grid-template-columns: 1fr;
  }

  .flow-section {
    padding: 32px 18px 40px;
    border-radius: 18px;
  }

  .flow-steps::before {
    right: -80px;
    width: 180px;
    height: 480px;
  }
  

  /* H5 方案咨询图标显示文字 */
  .right-sidebar .sidebar-item[lay-on="solution"]::before {
    content: "预约表单" !important;
    position: fixed !important;
    bottom: -20px !important;
    left: 19% !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #fff !important;
    white-space: nowrap !important;
  }

  /* H5 微信图标显示文字 */
  .right-sidebar .sidebar-item[lay-on="solution"]::after {
    content: "复制微信号" !important;
    position: fixed !important;
    bottom: -20px !important;
    right: 17% !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #fff !important;
    white-space: nowrap !important;
  }
}

/* 微信弹窗二维码 */
.wechat-modal-qrcode {
  text-align: center;
  margin: 15px 0;
}

.wechat-modal-qrcode img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}


