/* H5 edu stage nav - above banner (px, works with/without rem root) */
.edu-stage-nav{
  width:100%;
  max-width:750px;
  margin:0 auto;
  padding:0 6px;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-box-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  background:#fff;
  border-bottom:1px solid #e5e7eb;
  box-sizing:border-box;
  position:relative;
  z-index:6;
}
.edu-stage-nav.edu-stage-nav--fixed{
  margin-top:46px;
}
.edu-stage-nav a.edu-stage-tab,
.edu-stage-nav .edu-stage-tab{
  -webkit-box-flex:1;
  -webkit-flex:1 1 0;
  flex:1 1 0;
  min-width:0;
  display:-webkit-inline-box !important;
  display:-webkit-inline-flex !important;
  display:inline-flex !important;
  -webkit-box-align:center !important;
  -webkit-align-items:center !important;
  align-items:center !important;
  -webkit-box-pack:center !important;
  -webkit-justify-content:center !important;
  justify-content:center !important;
  height:auto !important;
  min-height:40px !important;
  line-height:1.3 !important;
  padding:10px 2px !important;
  margin:0 !important;
  border:0 !important;
  border-bottom:2px solid transparent !important;
  border-radius:0 !important;
  text-decoration:none !important;
  color:#333 !important;
  font-size:13px !important;
  font-weight:500 !important;
  font-family:"PingFang SC","Microsoft YaHei",sans-serif !important;
  white-space:nowrap !important;
  background:transparent !important;
  box-sizing:border-box !important;
}
.edu-stage-nav a.edu-stage-tab:first-child{
  color:#2d73ff !important;
  border-bottom-color:#2d73ff !important;
}
.edu-stage-nav a.edu-stage-tab:hover,
.edu-stage-nav a.edu-stage-tab:focus,
.edu-stage-nav a.edu-stage-tab:active{
  color:#2d73ff !important;
  text-decoration:none !important;
  background:#f8fafc !important;
}
.edu-stage-nav a.edu-stage-tab .dot,
.edu-stage-nav .dot{
  display:none !important;
}

.edu-stage-nav.edu-stage-nav--orange a.edu-stage-tab:first-child{
  color:#ff6600 !important;
  border-bottom-color:#ff6600 !important;
}
.edu-stage-nav.edu-stage-nav--orange a.edu-stage-tab:hover,
.edu-stage-nav.edu-stage-nav--orange a.edu-stage-tab:focus,
.edu-stage-nav.edu-stage-nav--orange a.edu-stage-tab:active{
  color:#ff6600 !important;
  background:#fff7f0 !important;
}
.edu-stage-nav.edu-stage-nav--underline,
.edu-stage-nav.edu-stage-nav--plain{
  margin:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.edu-stage-nav.edu-stage-nav--plain{
  background:transparent !important;
  border:1px solid #ddd;
  border-left:0;
  border-right:0;
}
.edu-stage-nav.edu-stage-nav--plain a.edu-stage-tab:first-child{
  color:#8b4513 !important;
  border-bottom-color:#8b4513 !important;
}
