.header-container {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
}
.header-content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu a:hover,
.header-menu a:visited,
.header-menu a:link,
.header-menu a:active {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
.header-menu-item {
  width: 88px;
  height: 87px;
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold;
  line-height: 87px;
  text-align: center;
}

.header-menu-item-selected,
.header-menu-item:hover {
  background-image: url("/public/img/selectbg.png");
  color: #0586d5 !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-link {
  height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.3);
  line-height: 16px;
}
.header-link a {
  cursor: pointer;
}
