.header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #41ac87;
  color: #fff;
  height: 66px;
  width: 100%;
}

.header-wrapper {
  width: 1017px;
  height: 66px;
  margin: 0 auto;
}

.header-logo {
  margin-right: 15px;
  float: left;
  margin-top: 12px;
}

.header-item {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 166px;
  height: 66px;
  cursor: pointer;
  text-align: center;
  line-height: 66px;
  color: #FFF;
}

.header-active {
  background-color: #7ac5ab;
}
