@charset "UTF-8";
section {
  overflow: hidden;
}
/* 招生简章——高中 */
.page-enrollment-high #enrollment-high-head {
  scroll-margin-top: 96px;
}
.page-enrollment-high .sec-title .en {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #723489;
}
.page-enrollment-high .sec-title h2 {
  font-size: 36px;
  font-weight: 400;
}
.page-enrollment-high .breadcrumb .breadcrumb-en {
  font-family: var(--font_en), Candara, sans-serif;
}
/* =========================
   双师型团队 · 高中/初中卡片
========================= */
.enroll-high-intro {
  position: relative;
  padding-bottom: 77px;
}
.enroll-high-intro::after {
  content: "";
  position: absolute;
  left: -119px;
  bottom: -40px;
  width: 537px;
  height: 504px;
  background: url(../../img/other/enrollment_icon4.png) no-repeat center center;
  background-size: 100%;
  z-index: -1;
}
.enroll-high-intro-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
}
.enroll-high-intro-wrap .enroll-intro-line {
  position: relative;
  width: 60px;
  flex-shrink: 0;
  align-self: stretch;
  min-height: 0;
}
.enroll-high-intro-wrap .enroll-intro-line::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  bottom: 0;
  width: 1px;
  background: #7c3797;
}
.enroll-high-intro-wrap .enroll-intro-line .dot {
  width: 10px;
  height: 10px;
  background: #7c3797;
  border-radius: 50%;
  display: block;
  margin-left: 16px;
  flex-shrink: 0;
}
.enroll-high-intro-main {
  flex: 1;
  min-width: 0;
}
.enroll-high-intro__ttl {
  font-size: clamp(24px, 1.6vw, 30px);
  font-weight: 400;
  text-align: left;
  margin-bottom: clamp(20px, 1.5vw, 28px);
  letter-spacing: 0.02em;
}
.enroll-high-intro__desc {
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 2;
  text-align: justify;
  margin: 0 0 clamp(32px, 2.5vw, 48px);
  max-width: 920px;
}
.enroll-high-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 33px;
}
.enroll-high-card {
  position: relative;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #DFDFDF;
  padding: 67px 7.8% 30px;
  min-height: 400px;
}
.enroll-high-card__badge {
  position: absolute;
  top: 44px;
  right: 7.3%;
  width: 14.3%;
  height: 0;
  padding: 7.15% 0;
  background: #9024B8;
  box-shadow: 0px 15px 25px 1px rgba(114, 52, 137, 0.56);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  color: #fff;
}
.enroll-high-card__text-sub {
  margin-bottom: 12px;
}
.enroll-high-card__ttl {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 24px;
}
.enroll-high-card__text {
  line-height: 1.9;
  text-align: justify;
}
.enroll-high-card__text-tips {
  color: #723489;
  font-weight: bold;
  margin-top: 30px;
}
/* =========================
   艺考板块
========================= */
.enroll-high-arts {
  position: relative;
  background: #FAFAFA;
}
.enroll-high-arts__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-right: 11.97%;
  justify-content: space-between;
}
.enroll-high-arts img {
  width: 51.89%;
  max-width: 877px;
  height: auto;
}
.enroll-high-arts__copy {
  width: 44.19%;
  padding: 40px 0 30px;
}
.enroll-high-arts__en {
  font-family: var(--font_en), Candara, sans-serif;
  font-size: 32px;
  color: #723489;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.enroll-high-arts__zh {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 32px;
}
.enroll-high-arts__text {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  margin: 0;
}
/* =========================
   教学方法
========================= */
.enroll-high-pedagogy {
  position: relative;
  padding: clamp(70px, 6vw, 100px) 0 clamp(100px, 8vw, 140px);
  background: #fff;
}
.enroll-high-pedagogy::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 30px;
  width: 489px;
  height: 567px;
  background: url(../../img/other/enrollment_icon3.png) no-repeat center center;
  background-size: 100% 100%;
}
.enroll-high-pedagogy::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -130px;
  width: 489px;
  height: 554px;
  background: url(../../img/other/enrollment_icon2.png) no-repeat center center;
  background-size: 100% 100%;
}
.enroll-high-pedagogy .sec-title {
  margin-bottom: clamp(40px, 3.5vw, 60px);
}
.enroll-high-pedagogy__deco {
  position: absolute;
  right: -80px;
  top: 60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(114, 52, 137, 0.08);
  pointer-events: none;
}
.enroll-high-pedagogy__deco::before {
  content: "";
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  border: 1px solid rgba(114, 52, 137, 0.06);
}
.enroll-high-pedagogy-top {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.94fr);
  gap: clamp(80px, 3vw, 110px);
  align-items: start;
  margin-bottom: 28px;
  position: relative;
  z-index: 5;
}
.enroll-high-pedagogy-block__ttl {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 110px;
  position: relative;
}
.enroll-high-pedagogy-block__ttl::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #9F7ADA;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  margin-right: 16px;
}
/* 分层教学示意图 */
.enroll-high-pyramid {
  width: 100%;
}
.enroll-high-pyramid img {
  display: block;
  width: 100%;
  max-width: 822px;
  height: auto;
  margin: 0 auto;
}
/* 引语框 */
.enroll-high-quote {
  background: #fff;
  border: 1px dashed #723489;
  border-radius: 27px;
  padding: 130px 16.3% 60px;
  position: relative;
  min-height: 530px;
  margin-top: -18px;
}
.enroll-high-quote__mark-img {
  position: absolute;
  left: 7.3%;
  top: 63px;
}
.enroll-high-quote__text {
  position: relative;
  z-index: 1;
  font-size: clamp(15px, 0.9vw, 16px);
  line-height: 2;
  text-align: justify;
  margin: 0;
  padding-top: 8px;
}
/* 底部三卡片 */
.enroll-high-pedagogy-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 32px);
}
.enroll-high-p-card {
  border-radius: 20px;
  padding: 84px 13% 40px;
  color: #fff;
  min-height: 364px;
}
.enroll-high-p-card--purple {
  background: url(../img/other/enroll-high-p-card1.png) no-repeat center center;
  background-size: 100% 100%;
}
.enroll-high-p-card--teal {
  background: url(../img/other/enroll-high-p-card2.png) no-repeat center center;
  background-size: 100% 100%;
}
.enroll-high-p-card--blue {
  background: url(../img/other/enroll-high-p-card3.png) no-repeat center center;
  background-size: 100% 100%;
}
.enroll-high-p-card__ttl {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
.enroll-high-p-card__text {
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  color: #fff;
}
@media (max-width: 1440px) {
  .enroll-high-card__badge {
    font-size: 44px;
  }
  .enroll-high-arts__text {
    font-size: 15px;
  }
  .enroll-high-pedagogy-block__ttl {
    font-size: 24px;
  }
  .enroll-high-p-card__ttl {
    font-size: 20px;
  }
  .enroll-high-p-card__text {
    font-size: 14px;
  }
  .enroll-high-quote {
    min-height: 450px;
  }
  .enroll-high-p-card {
    min-height: 340px;
  }
  .enroll-high-card {
    padding: 56px 7.8% 40px;
  }
  .enroll-high-card__ttl {
    font-size: 30px;
  }
  .enroll-high-card__text,
  .enroll-high-card__text-tips {
    font-size: 15px;
  }
  .enroll-high-pedagogy-top {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  }
}
@media (max-width: 1366px) {
  .enroll-high-arts__zh {
    margin-bottom: 20px;
  }
  .enroll-high-p-card__ttl {
    font-size: 19px;
  }
}
/* =========================
   响应式
========================= */
@media (max-width: 992px) {
  .enroll-high-cards {
    grid-template-columns: 1fr;
  }
  .enroll-high-arts {
    overflow: hidden;
  }
  .enroll-high-arts__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .enroll-high-arts__media {
    margin-left: 0;
    margin-top: 0;
  }
  .enroll-high-arts__text {
    margin-left: auto;
    margin-right: auto;
  }
  .enroll-high-pedagogy-top {
    grid-template-columns: 1fr;
  }
  .enroll-high-pedagogy-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .page-enrollment-high #enrollment-high-head {
    scroll-margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .enroll-high-intro-main {
    padding-top: 0.22rem;
    padding-bottom: 0.23rem;
  }
  .enroll-high-intro {
    padding-bottom: 0.8rem;
  }
  .enroll-high-intro::after {
    width: 5.37rem;
    height: 5.04rem;
    background-size: 100% 100%;
    bottom: 0.11rem;
    left: -0.3rem;
  }
  .enroll-high-intro-wrap .enroll-intro-line {
    width: 0.3rem;
  }
  .enroll-high-intro-wrap .enroll-intro-line .dot {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    top: -12px;
  }
  .enroll-high-intro-wrap .enroll-intro-line::after {
    left: 0;
    top: 12px;
  }
  .enroll-high-intro__ttl {
    font-size: 0.38rem;
    margin-bottom: 0.4rem;
  }
  .enroll-high-intro__desc {
    font-size: 0.28rem;
    line-height: 1.75;
    margin-bottom: 0.5rem;
  }
  .enroll-high-cards {
    gap: 0.45rem;
  }
  .enroll-high-card {
    border-radius: 0.2rem;
    padding: 0.75rem 0.4rem 0.55rem;
    min-height: 0;
    font-size: 0.28rem;
  }
  .enroll-high-card__badge {
    width: 1.3rem;
    height: 1.3rem;
    top: 0.35rem;
    right: 0.35rem;
    font-size: 0.73rem;
    border-radius: 0.34rem;
    box-shadow: 0 0.15rem 0.25rem 1px rgba(114, 52, 137, 0.56);
  }
  .enroll-high-card__ttl {
    font-size: 0.48rem;
    margin-bottom: 0.42rem;
    padding-right: 2rem;
  }
  .enroll-high-card__text-sub {
    padding-right: 2rem;
  }
  .enroll-high-card__text {
    font-size: 0.28rem;
    line-height: 1.75;
  }
  .enroll-high-card__text-tips {
    font-size: 0.28rem;
    margin-top: 0.25rem;
  }
  .enroll-high-arts {
    padding: 0.7rem 0;
  }
  .enroll-high-arts img {
    max-width: 100%;
    width: 100%;
  }
  .enroll-high-arts__en {
    font-size: 0.45rem;
  }
  .enroll-high-arts__zh {
    font-size: 0.51rem;
    margin-bottom: 0.4rem;
  }
  .enroll-high-arts__text {
    font-size: 0.28rem;
    line-height: 1.75;
  }
  .enroll-high-arts__inner {
    padding-right: 0;
    flex-direction: column;
    text-align: left;
  }
  .enroll-high-arts__copy {
    width: 100%;
    padding: 0.4rem 0.3rem 0.3rem;
  }
  .enroll-high-pedagogy {
    padding: 0.7rem 0 1rem;
  }
  .enroll-high-pedagogy::after {
    width: 5.89rem;
    height: 7.13rem;
    background: url(../../img/other/enrollment_icon5.png) no-repeat center center;
    background-size: 100% 100%;
    left: auto;
    right: -0.5rem;
    top: 8.2rem;
  }
  .enroll-high-pedagogy:before {
    display: none;
  }
  .enroll-high-pedagogy .sec-title {
    margin-bottom: 0.4rem;
  }
  .enroll-high-pedagogy .sec-title .en {
    font-size: 0.45rem;
  }
  .enroll-high-pedagogy .sec-title h2 {
    font-size: 0.51rem;
  }
  .enroll-high-pedagogy-top {
    gap: 0.1rem;
    margin-bottom: 1.24rem;
  }
  .enroll-high-pedagogy-block__ttl {
    font-size: 0.38rem;
    margin-bottom: 0.6rem;
  }
  .enroll-high-pedagogy-block__ttl::before {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.16rem;
    border-radius: 0.03rem;
    margin-top: -0.04rem;
    position: relative;
    bottom: 0.05rem;
  }
  .enroll-high-quote {
    padding: 1.6rem 0.94rem 0.95rem;
    border-radius: 0.27rem;
    margin-top: 0;
    min-height: 0;
  }
  .enroll-high-quote__mark-img {
    width: 0.53rem;
    left: 0.5rem;
    top: 0.82rem;
  }
  .enroll-high-quote__text {
    font-size: 0.32rem;
    line-height: 1.9;
    padding-top: 0;
  }
  .enroll-high-pedagogy-cards {
    gap: 0.7rem;
  }
  .enroll-high-p-card {
    border-radius: 0.2rem;
    padding: 1.25rem 0.75rem 0.45rem;
    min-height: 5.34rem;
  }
  .enroll-high-p-card__ttl {
    font-size: 0.35rem;
    margin-bottom: 0.5rem;
  }
  .enroll-high-p-card__text {
    font-size: 0.28rem;
    line-height: 1.7;
  }
}
