/* PC edu banner stage nav — text only, no dots */
.edu-stage-nav{
  width:1200px;
  max-width:calc(100% - 40px);
  margin:12px auto 18px;
  padding:8px 10px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  gap:0;
  background:#fff;
  border-radius:12px;
  box-shadow:0 4px 14px rgba(40,52,120,.10);
  position:relative;
  z-index:5;
  box-sizing:border-box;
}
.edu-stage-nav a.edu-stage-tab,
.edu-stage-nav .edu-stage-tab{
  flex:1 1 0;
  min-width:0;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:36px !important;
  line-height:36px !important;
  padding:0 8px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:10px;
  text-decoration:none !important;
  color:#333 !important;
  font-size:14px !important;
  font-weight:500;
  font-family:"Microsoft YaHei","PingFang SC",sans-serif;
  white-space:nowrap;
  background:transparent !important;
  box-sizing:border-box;
}
.edu-stage-nav a.edu-stage-tab:hover,
.edu-stage-nav a.edu-stage-tab:focus{
  color:#1F2433 !important;
  text-decoration:none !important;
  background:#F5F6FA !important;
}
.edu-stage-nav a.edu-stage-tab .dot,
.edu-stage-nav .dot{
  display:none !important;
}

/* 蓝头白卡专题：禁止负 margin 叠到 banner 上 */
.edu-stage-nav.edu-stage-nav--underline{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#fff;
  border-bottom:1px solid #e5e7eb;
  gap:0;
  z-index:1;
}
.edu-stage-nav.edu-stage-nav--underline a.edu-stage-tab,
.edu-stage-nav.edu-stage-nav--underline .edu-stage-tab{
  height:auto !important;
  line-height:1.4 !important;
  padding:12px 4px !important;
  border-radius:0;
  border-bottom:3px solid transparent;
  color:#666 !important;
  font-size:14px !important;
  font-weight:500;
  background:transparent !important;
}
.edu-stage-nav.edu-stage-nav--underline a.edu-stage-tab:hover,
.edu-stage-nav.edu-stage-nav--underline a.edu-stage-tab:focus{
  color:#2563eb !important;
  background:#f8fafc !important;
  border-bottom-color:#2563eb;
  text-decoration:none !important;
}

/* 学术风专题（招生简章 / 录取分数线目录页）：标题下简洁横条 */
.edu-stage-nav.edu-stage-nav--plain{
  width:100% !important;
  max-width:none !important;
  margin:0 0 20px !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  border:1px solid #ddd;
  border-left:0;
  border-right:0;
  gap:0;
  z-index:1;
}
.edu-stage-nav.edu-stage-nav--plain a.edu-stage-tab,
.edu-stage-nav.edu-stage-nav--plain .edu-stage-tab{
  height:auto !important;
  line-height:1.4 !important;
  padding:10px 4px !important;
  border-radius:0;
  color:#333 !important;
  font-size:14px !important;
  font-weight:500;
  font-family:-apple-system,"PingFang SC","Microsoft YaHei",sans-serif !important;
  background:transparent !important;
}
.edu-stage-nav.edu-stage-nav--plain a.edu-stage-tab:hover,
.edu-stage-nav.edu-stage-nav--plain a.edu-stage-tab:focus{
  color:#8b4513 !important;
  background:rgba(139,69,19,.06) !important;
  text-decoration:none !important;
}
