body {
  padding-top: 60px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  padding: 0 15px;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo__icon {
  height: 45px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-namemenu {
  height: 100%;
}
.menu-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-item > a {
  font-weight: 600 !important;
  font-size: 15px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  color: #20292f;
}
.menu-item:last-child > a {
  padding-right: 0;
}
.menu-item > a:hover, .menu-item.current_page_item > a {
  color: #71818c;
}