/* 全站通用导航兜底样式（唯一来源） */
.el-menu--horizontal {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  height: 110px !important;
}
.el-menu-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  padding: 0 5px !important;
  box-sizing: border-box !important;
  width: auto !important;
}
.el-menu-item a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
}
.header-selection {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  white-space: nowrap !important;
  position: relative !important;
}
.header-border::after {
  content: '';
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: currentColor;
}
.header-border { border-bottom: none !important; }
.header { position: relative; z-index: 10; top: 0 !important; left: 0 !important; }
.lang a { text-decoration: none; color: inherit; }
