.top {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.top .top-content {
  width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.top .top-content .top-content--logo img {
  height: 90px;
}

.top .top-content .top-content--menu {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .top-content .top-content--menu li {
  margin: 0 20px;
}

.top .top-content .top-content--menu li a {
  padding: 7px 15px;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.top .top-content .top-content--menu li a:hover, .top .top-content .top-content--menu li a.active {
  background-color: #FFF;
  -webkit-filter: opacity(0.9);
          filter: opacity(0.9);
  color: #000;
}

.top .top-content .top-content--menu li:last-child {
  margin-right: 0;
}

.top .top-content .top-content--menu li a {
  color: #FFF;
}
/*# sourceMappingURL=top.css.map */
