.mainNavbar {
  width: 1100px;
  margin: 30px auto;
  display: flex;
  align-items: center;
}
.mainNavbar .logo {
  height: 40px;
}
.mainNavbar > div:last-child {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
}
.mainNavbar > div:last-child .item {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
  cursor: pointer;
}
.mainNavbar > div:last-child .item::before {
  position: absolute;
  transform: translateX(-50px) rotate(0deg);
  content: "";
  width: 2px;
  height: 0px;
  background: #F3D822;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.mainNavbar > div:last-child .item > div:first-child {
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 27px;
  color: #DFDFDF;
  margin-bottom: 5px;
}
.mainNavbar > div:last-child .item > div:last-child {
  height: 15px;
  font-size: 12px;
  font-family: DIN;
  font-weight: 300;
  line-height: 15px;
  color: #DFDFDF;
  opacity: 0.3;
}
.mainNavbar > div:last-child .item:hover::before, .mainNavbar > div:last-child .item.avtive::before {
  opacity: 0.75;
  height: 33px;
}

/*# sourceMappingURL=navbar.css.map */
