.headBox {
  height: 150px;
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.headBox .headBox-left {
  color: #00a0e9;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin: auto;
}
.headBox .headBox-right {
  flex: 1;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.headBox .headBox-right a {
  font-size: 18px;
  color: #666666;
  text-decoration: none;
  margin-left: 60px;
}
.active {
  color: #00a0e9 !important;
}
/*# sourceMappingURL=header.css.map */