/* ===================================
   WAP 端导航栏专用样式
   =================================== */
.center-menu {
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
.center-menu ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; justify-content: space-around; align-items: center; width: 100%;
}
.center-menu li a {
  text-decoration: none; color: #333; font-size: 14px;
  display: flex; flex-direction: column; align-items: center; width: 100%;
}
.center-menu li a.school, .center-menu li a.major, 
.center-menu li a.news, .center-menu li a.regist {
  min-height: 40px; 
}
.center-menu li a span { 
    list-style: none;
    float: left;
    height: 95px;
    line-height: 150px;
    font-size: 16px;
    overflow: hidden;
    color: #333;
    text-align: center;}
.center-menu li a:active { opacity: 0.7; }