.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  background: #fff;
  z-index: 2;
  overflow: hidden;
}

.header-seat {
  height: 64px;
}

.header-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 64px;
  width: 1200px;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.header-logo {
  margin-top: 8px;
  width: 140px;
}

.header-menu {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.header-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  text-decoration: none;
}

.header-menu__item:hover {
  cursor: pointer;
  color: #167ef7;
  background: #f4f4f4;
  border-radius: 80px;
}

.header-menu__item--active {
  color: #167ef7;
}

.header-menu__item--active .header-menu__wrap::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #167ef7;
}

.header-menu__item--active__company {
  color: #167ef7;
}

.header-menu__wrap {
  position: relative;
}

.header .second-header {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 64px;
  width: 1200px;
}

.head-menu-title {
  position: relative;
}

.head-menu-title .button {
  position: absolute;
  width: 40px;
  height: 16px;
  font-size: 10px;
  top: -8px;
  right: -28px;
}

.header-menu-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  text-decoration: none;
}

.header-menu-company__item:hover {
  cursor: pointer;
  color: #167ef7;
  background: #f4f4f4;
  border-radius: 80px;
}

.button-new-primary {
  background: -webkit-gradient(linear,left top,right top,from(#86c7e9),to(#008dd7));
  background: -webkit-linear-gradient(left,#86c7e9 0,#008dd7 100%);
  background: -o-linear-gradient(left,#86c7e9 0,#008dd7 100%);
  background: linear-gradient(90deg,#86c7e9 0,#008dd7 100%);
  opacity: 1;
  border-radius: 22px;
}