#header {
  display: flex;
  justify-content: center;
  color: white;
  width: 1500px;
  margin: 0 auto;
}
#header .item {
  width: 160px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
#header .item a {
  color: white;
}
#header .item.active {
  border-bottom: 3px solid #e1a82f;
}
#header .item.active > a {
  color: #e1a82f;
}

/*# sourceMappingURL=header.css.map */
