body.highschool{
  --sunny-red: #C8102E;
  --sunny-ink: #111827;
  --sunny-muted: rgba(17,24,39,.70);
  --sunny-line: rgba(17,24,39,.10);
  background:#fff;
}

body.highschool header.simple-header .header-left{display:flex;align-items:center;gap:10px;min-width:0}
body.highschool .sunny-nav-sep{width:1px;height:18px;background: rgba(17,24,39,.14);display:inline-block}
body.highschool .sunny-nav-logo{height:28px;width:auto;max-width:260px;object-fit:contain;opacity:.95}

body.highschool main.container{
  max-width:none;
  width:100%;
  padding:10px 0 26px !important;
  overflow-x:hidden;
}

body.highschool .sunny-band{
  position: relative;
  width: 100%;
  margin-left: 0;
  border-top: 1px solid var(--sunny-line);
  border-bottom: 1px solid var(--sunny-line);
  background: #fff;
  overflow: hidden;
  margin-top: 16px;
}
body.highschool .sunny-band::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(to right, rgba(17,24,39,.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(17,24,39,.028) 1px, transparent 1px);
  background-size: 96px 96px;
  pointer-events:none;
}
body.highschool .sunny-band-inner{
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 18px;
}
body.highschool .sunny-band-hero{
  margin-top: 10px;
  border-top: 0;
  border-bottom: 0;
}
body.highschool .sunny-band-hero::before{display:none}
body.highschool .sunny-band-hero .sunny-band-inner{
  width:min(1200px, calc(100vw - 32px));
  max-width:1200px;
  aspect-ratio:3 / 1;
  padding:0;
}
body.highschool .sunny-hero-image{
  display:block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.highschool .sunny-band-muted{background: #fbfbfb}
body.highschool .sunny-band-muted::before{opacity:.55}
body.highschool .sunny-band-motto{background:#fff}

body.highschool .sunny-hero-mosaic{
  position:relative;
  width: 100%;
  border: 1px solid var(--sunny-line);
  background:#111;
  overflow:hidden;
  min-height: clamp(220px, 34vw, 420px);
}
body.highschool .sunny-mosaic-grid{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  grid-template-rows: repeat(3, minmax(0,1fr));
  gap: 2px;
}
body.highschool .sunny-mosaic-tile{
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.01);
}
body.highschool .sunny-mosaic-tile.t1{grid-column:1/3;grid-row:1/2}
body.highschool .sunny-mosaic-tile.t2{grid-column:3/5;grid-row:1/2}
body.highschool .sunny-mosaic-tile.t3{grid-column:5/9;grid-row:1/3}
body.highschool .sunny-mosaic-tile.t4{grid-column:9/11;grid-row:1/2}
body.highschool .sunny-mosaic-tile.t5{grid-column:11/13;grid-row:1/2}
body.highschool .sunny-mosaic-tile.t6{grid-column:1/4;grid-row:2/4}
body.highschool .sunny-mosaic-tile.t7{grid-column:4/5;grid-row:2/3}
body.highschool .sunny-mosaic-tile.t8{grid-column:9/11;grid-row:2/3}
body.highschool .sunny-mosaic-tile.t9{grid-column:11/13;grid-row:2/4}
body.highschool .sunny-mosaic-tile.t10{grid-column:4/6;grid-row:3/4}
body.highschool .sunny-mosaic-tile.t11{grid-column:6/9;grid-row:3/4}
body.highschool .sunny-mosaic-tile.t12{grid-column:9/11;grid-row:3/4}
body.highschool .sunny-hero-mosaic-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 55%, rgba(0,0,0,.44), rgba(0,0,0,.22) 42%, rgba(0,0,0,.12) 70%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.30));
}
body.highschool .sunny-hero-mosaic-content{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap: 12px;
  padding: 18px 14px;
  text-align:center;
}
body.highschool .sunny-hero-mosaic-title{
  color:#C00820;
  font-weight: 1000;
  font-size: clamp(30px, 5.4vw, 58px);
  letter-spacing: .08em;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: clamp(10px, 1.4vw, 16px);
  text-shadow:
    0 0 0 rgba(255,255,255,1),
    1px 0 0 rgba(255,255,255,1),
    -1px 0 0 rgba(255,255,255,1),
    0 1px 0 rgba(255,255,255,1),
    0 -1px 0 rgba(255,255,255,1),
    0 0 14px rgba(192,8,32,.28),
    2px 2px 10px rgba(0,0,0,.40);
}
body.highschool .sunny-hero-mosaic-icon{
  width: clamp(50px, 7vw, 92px);
  height: clamp(50px, 7vw, 92px);
  border-radius: 999px;
  object-fit: cover;
  object-position: left center;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.35));
}
body.highschool .sunny-hero-mosaic-stats{
  color: rgba(255,255,255,.92);
  font-weight: 900;
  font-size: clamp(16px, 2.0vw, 22px);
  letter-spacing: .10em;
  line-height: 1.7;
  max-width: 64ch;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap: 10px 12px;
  margin-top: -6px;
}
body.highschool .sunny-hero-mosaic-stats .sunny-stat{display:inline-flex;align-items:baseline;gap:.28em}
body.highschool .sunny-hero-mosaic-stats .sunny-stat .n{
  font-size: 1.55em;
  font-weight: 1000;
  letter-spacing: .04em;
}
body.highschool .sunny-hero-mosaic-stats .sunny-stat .t{opacity:.98}
body.highschool .sunny-hero-mosaic-stats .sunny-stat-dot{
  width: 12px;
  height: 12px;
  display:inline-block;
  transform: rotate(45deg);
  border: 2px solid rgba(255,255,255,.92);
  background: rgba(192,8,32,.85);
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
}
body.highschool .sunny-band-hero .sunny-btn{
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.70);
}
body.highschool .sunny-band-hero .sunny-btn:hover{
  background: rgba(255,255,255,.98);
  border-color: rgba(255,255,255,.86);
}
body.highschool .sunny-band-hero .sunny-btn-primary{
  background: var(--sunny-red);
  border-color: rgba(200,16,46,.65);
  color:#fff;
}
body.highschool .sunny-band-hero .sunny-btn-primary:hover{background:#B30E28;border-color: rgba(179,14,40,.70)}

body.highschool .sunny-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 16px;
  border-radius: 0;
  border: 1px solid rgba(17,24,39,.14);
  background: #fff;
  color: var(--sunny-ink);
  text-decoration:none;
  font-weight: 900;
  font-size: 13px;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
body.highschool .sunny-btn:hover{background:#f9fafb;border-color: rgba(17,24,39,.22);transform: translateY(-1px)}
body.highschool .sunny-btn:active{transform: translateY(0)}
body.highschool .sunny-btn-primary{background: var(--sunny-red);border-color: rgba(200,16,46,.55);color:#fff}
body.highschool .sunny-btn-primary:hover{background: #B30E28;border-color: rgba(179,14,40,.65)}

body.highschool .sunny-hero{
  display:grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  border: 1px solid var(--sunny-line);
  background: #fff;
  overflow:hidden;
}
body.highschool .sunny-hero-left{
  padding: clamp(18px, 3vw, 32px);
  background: var(--sunny-red);
  color:#fff;
  position: relative;
}
body.highschool .sunny-hero-left::after{
  content:'';
  position:absolute;
  inset:0;
  background-image: var(--texture-noise);
  opacity:.35;
  pointer-events:none;
}
body.highschool .sunny-hero-left > *{position:relative;z-index:1}
body.highschool .sunny-hero-right{
  display:block;
  min-height: 280px;
  background:
    url('../../../../background/sunnyeducation-hero.jpg');
  background-size: cover;
  background-position: center 35%;
  position: relative;
}
body.highschool .sunny-hero-right::after{
  content:'';
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.28);
}
body.highschool .sunny-hero-kicker{font-weight:1000;letter-spacing:.24em;font-size:12px;opacity:.95}
body.highschool .sunny-hero-title{margin-top:10px;font-weight:1000;font-size: clamp(34px, 5vw, 56px);letter-spacing:.12em}
body.highschool .sunny-hero-sub{margin-top:10px;max-width: 58ch;line-height:1.9;opacity:.92}
body.highschool .sunny-hero-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
body.highschool .sunny-hero-left .sunny-btn{border-color: rgba(255,255,255,.55)}
body.highschool .sunny-hero-left .sunny-btn:hover{background: rgba(255,255,255,.10);border-color: rgba(255,255,255,.70)}
body.highschool .sunny-hero-left .sunny-btn-primary{background:#fff;color: var(--sunny-red);border-color:#fff}
body.highschool .sunny-hero-left .sunny-btn-primary:hover{background: rgba(255,255,255,.92)}

body.highschool .sunny-section-head{text-align:center}
body.highschool .sunny-section-en{font-weight:1000;letter-spacing:.18em;font-size:12px;color: rgba(17,24,39,.70)}
body.highschool .sunny-section-cn{margin-top:6px;font-weight:1000;letter-spacing:.1em}
body.highschool .sunny-section-line{width:22px;height:2px;background: var(--sunny-red);margin: 10px auto 0}

body.highschool .sunny-band-profile .sunny-band-inner{padding: 12px}
body.highschool .sunny-profile-image{
  display:block;
  width: 100%;
  height: auto;
}

body.highschool .sunny-news{
  margin-top: 16px;
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}
body.highschool .sunny-news-col{border-top:1px solid var(--sunny-line)}
body.highschool .sunny-news-item{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--sunny-line);
  text-decoration:none;
}
body.highschool .sunny-date{width:86px;flex:none;color: rgba(17,24,39,.80);font-weight:1000}
body.highschool .sunny-date .y{display:block;font-size:12px}
body.highschool .sunny-date .d{display:block;margin-top:2px;color: rgba(17,24,39,.65);font-size:12px}
body.highschool .sunny-news-text{font-size:13px;line-height:1.9;color: rgba(17,24,39,.78)}
body.highschool .sunny-news-item:hover .sunny-news-text{color: rgba(17,24,39,.92)}

body.highschool .sunny-news-card{
  display:block;
  text-decoration:none;
  color: var(--sunny-ink);
  border: 1px solid var(--sunny-line);
  padding: 16px 16px;
  margin-top: 14px;
  background: #fff;
  position: relative;
}
body.highschool .sunny-news-card:first-child{margin-top:0}
body.highschool .sunny-news-card-title{font-weight:1000;letter-spacing:.08em}
body.highschool .sunny-news-card-sub{margin-top:8px;color: var(--sunny-muted);font-size:13px;line-height:1.9}
body.highschool .sunny-news-card-more{margin-top:10px;color: var(--sunny-red);font-weight:1000;letter-spacing:.18em;font-size:12px}
body.highschool .sunny-news-card:hover{border-color: rgba(17,24,39,.24);background:#fafafa}
body.highschool .sunny-news-card::after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:3px;
  height:100%;
  background: var(--sunny-red);
  opacity:.0;
  transition: opacity .15s ease;
}
body.highschool .sunny-news-card:hover::after{opacity:1}

body.highschool .sunny-events{margin-top: 16px}
body.highschool .sunny-event-tabs{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  justify-content:center;
}
body.highschool .sunny-tab{
  appearance:none;
  border: 1px solid rgba(17,24,39,.16);
  background:#fff;
  padding: 10px 14px;
  font-weight: 1000;
  letter-spacing: .08em;
  color: rgba(17,24,39,.80);
  cursor:pointer;
}
body.highschool .sunny-tab.is-active{background: var(--sunny-red);border-color: rgba(200,16,46,.55);color:#fff}
body.highschool .sunny-tab:hover{background:#f9fafb}
body.highschool .sunny-tab.is-active:hover{background: #B30E28}
body.highschool .sunny-event-main{
  margin-top: 16px;
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
  gap: 16px;
  align-items:start;
}
body.highschool .sunny-event-wall{display:grid;grid-template-columns: repeat(4, minmax(0,1fr));gap:10px}
body.highschool .sunny-tile{
  position:relative;
  display:block;
  text-decoration:none;
  color:#fff;
  border: 1px solid var(--sunny-line);
  overflow:hidden;
  aspect-ratio: 1 / 1;
  background:#111;
  transition: transform .15s ease, border-color .15s ease;
}
body.highschool .sunny-tile::before{
  content:'';
  position:absolute;
  inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) contrast(1.02);
}
body.highschool .sunny-tile::after{
  content:'';
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.20);
}
body.highschool .sunny-tile:hover{transform: translateY(-2px);border-color: rgba(17,24,39,.24)}

body.highschool .sunny-event-detail{
  border: 1px solid var(--sunny-line);
  background:#fff;
  padding: 16px 16px;
}
body.highschool .sunny-event-title{font-weight:1000;letter-spacing:.08em}
body.highschool .sunny-event-desc{margin-top:8px;color: var(--sunny-muted);line-height:1.9;font-size:13px}
body.highschool .sunny-agenda{margin-top:12px;border-top:1px solid var(--sunny-line)}
body.highschool .sunny-agenda-row{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--sunny-line)}
body.highschool .sunny-agenda-row .t{width:92px;flex:none;font-weight:1000;color: rgba(17,24,39,.78);font-size:12px}
body.highschool .sunny-agenda-row .c{color: rgba(17,24,39,.78);line-height:1.7;font-size:13px}
body.highschool .sunny-event-cta{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}

body.highschool .sunny-motto{
  margin-top: 16px;
  gap: 16px;
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items: stretch;
}
body.highschool .sunny-band-motto .sunny-band-inner.sunny-motto{margin-top: 0}
body.highschool .sunny-motto-left{
  padding: 18px 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  flex: 1 1 0;
  min-width: 0;
}
body.highschool .sunny-motto-title{
  font-weight:1000;
  letter-spacing:.14em;
  font-size: clamp(26px, 3.6vw, 42px);
  color: rgba(17,24,39,.94);
}
body.highschool .sunny-motto-rule{margin-top: 14px;height:2px;width: 62%;background: var(--sunny-red)}
body.highschool .sunny-motto-sub{margin-top: 14px;color: rgba(17,24,39,.78);line-height:1.9;max-width: 60ch}
body.highschool .sunny-motto-link{
  margin-top: 16px;
  color: var(--sunny-red);
  font-weight: 1000;
  letter-spacing:.14em;
  text-decoration:none;
  font-size: 12px;
}
body.highschool .sunny-motto-link:hover{text-decoration:underline}
body.highschool .sunny-video-card{
  padding: 12px 12px;
  display:flex;
  flex-direction:column;
  gap: 10px;
  flex: 0 0 min(520px, 48vw);
  max-width: min(520px, 48vw);
  min-width: 0;
}
body.highschool .sunny-video{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display:block;
  background:#111;
}

body.highschool .sunny-topics{margin-top: 16px;display:grid;grid-template-columns: repeat(4, minmax(0,1fr));gap:10px}
body.highschool .sunny-topic{
  position:relative;
  display:block;
  text-decoration:none;
  color:#fff;
  border: 1px solid var(--sunny-line);
  overflow:hidden;
  aspect-ratio: 16 / 10;
  background:#111;
  transition: transform .15s ease, border-color .15s ease;
}
body.highschool .sunny-topic::before{
  content:'';
  position:absolute;
  inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) contrast(1.02);
}
body.highschool .sunny-topic::after{content:'';position:absolute;inset:0;background: rgba(0,0,0,.28)}
body.highschool .sunny-topic .t{position:absolute;left:12px;bottom:34px;font-weight:1000;letter-spacing:.10em;z-index:1}
body.highschool .sunny-topic .s{position:absolute;left:12px;bottom:12px;color: rgba(255,255,255,.86);font-size:11px;letter-spacing:.16em;z-index:1}
body.highschool .sunny-topic:hover{transform: translateY(-2px);border-color: rgba(17,24,39,.24)}

body.highschool .sunny-contact{margin-top: 16px;display:grid;grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);gap:16px;align-items:stretch}
body.highschool .sunny-contact-card{border:1px solid var(--sunny-line);padding:14px 14px;background:#fff;display:flex;flex-direction:column;height:100%}
body.highschool .sunny-contact-title{font-weight:1000;letter-spacing:.08em}
body.highschool .sunny-contact-sub{margin-top:8px;color: var(--sunny-muted);line-height:1.9}
body.highschool .sunny-contact-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
body.highschool .sunny-contact-meta{margin-top:auto;padding-top:14px;border-top:1px solid var(--sunny-line)}
body.highschool .sunny-contact-row{display:flex;gap:12px;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--sunny-line)}
body.highschool .sunny-contact-row:last-child{border-bottom:0}
body.highschool .sunny-contact-row .k{color: rgba(17,24,39,.62);font-weight:1000;font-size:12px;letter-spacing:.08em}
body.highschool .sunny-contact-row .v{color: rgba(17,24,39,.80);font-size:13px;text-align:right}
body.highschool .sunny-map{
  border:1px solid var(--sunny-line);
  background: url('../../../../朝阳联系我们.png');
  background-size: cover;
  background-position: center;
  background-color: #fff;
  aspect-ratio: 48 / 25;
}

body.highschool .sunny-gallery{
  margin-top: 16px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  grid-auto-rows: 140px;
  gap: 10px;
}
body.highschool .sunny-photo{
  position: relative;
  display:block;
  border: 1px solid var(--sunny-line);
  overflow:hidden;
  background:#111;
  text-decoration:none;
  transition: transform .15s ease, border-color .15s ease;
}
body.highschool .sunny-photo::before{
  content:'';
  position:absolute;
  inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) contrast(1.02);
}
body.highschool .sunny-photo::after{
  content:'';
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.18);
  opacity:.0;
  transition: opacity .15s ease;
}
body.highschool .sunny-photo:hover{transform: translateY(-2px);border-color: rgba(17,24,39,.24)}
body.highschool .sunny-photo:hover::after{opacity:1}
body.highschool .ph-a{grid-column: span 2;grid-row: span 2}
body.highschool .ph-d{grid-column: span 2}
body.highschool .ph-h{grid-column: span 2}

@media (max-width: 980px){
  body.highschool .sunny-news{grid-template-columns: 1fr}
  body.highschool .sunny-event-main{grid-template-columns: 1fr}
  body.highschool .sunny-event-wall{grid-template-columns: repeat(3, minmax(0,1fr))}
  body.highschool .sunny-motto{gap: 12px}
  body.highschool .sunny-topics{grid-template-columns: repeat(2, minmax(0,1fr))}
  body.highschool .sunny-gallery{grid-template-columns: repeat(2, minmax(0,1fr));grid-auto-rows: 150px}
  body.highschool .ph-a, body.highschool .ph-d, body.highschool .ph-h{grid-column: span 2}
  body.highschool .sunny-contact{grid-template-columns: 1fr}
}
@media (max-width: 640px){
  body.highschool main.container{padding-top:6px !important}
  body.highschool .sunny-band-hero .sunny-band-inner{width:100%}
  body.highschool .sunny-hero-image{
    height:100%;
    object-fit:contain;
  }
  body.highschool .sunny-hero-mosaic-stats{font-size:12px;letter-spacing:.06em}
  body.highschool .sunny-hero-mosaic-content{gap:10px}
  body.highschool .sunny-event-wall{grid-template-columns: repeat(2, minmax(0,1fr))}
  body.highschool .sunny-motto{
    flex-direction:column !important;
    flex-wrap:nowrap !important;
    align-items:stretch;
    gap: 10px;
  }
  body.highschool .sunny-motto-left{padding: 14px 14px}
  body.highschool .sunny-motto-title{font-size: clamp(16px, 4.6vw, 20px);letter-spacing:.10em}
  body.highschool .sunny-motto-rule{margin-top: 10px;width: 72%}
  body.highschool .sunny-motto-sub{margin-top: 10px;font-size: 12px}
  body.highschool .sunny-motto-link{margin-top: 12px}
  body.highschool .sunny-video-card{
    padding: 0 10px 10px;
    gap: 8px;
    flex: 1 1 auto;
    max-width:none;
  }
  body.highschool .sunny-video{
    width:100%;
    aspect-ratio:16 / 9;
    border-radius:8px;
  }
  body.highschool .sunny-band-profile .sunny-band-inner{padding: 10px}
  body.highschool .sunny-profile-image{
    border-radius:8px;
  }
  body.highschool .sunny-topics{grid-template-columns: 1fr}
  body.highschool .sunny-gallery{grid-template-columns: 1fr;grid-auto-rows: 180px}
  body.highschool .ph-a, body.highschool .ph-d, body.highschool .ph-h{grid-column: span 1}
  body.highschool .sunny-contact-row{flex-direction:column;align-items:flex-start}
  body.highschool .sunny-contact-row .v{text-align:left}
}
