.navbar-wrap {
  padding: 0 130px;
  background-color: #fff;
}
.navbar {
  width: 100%;
  height: 107px;
}
.navbar-logo {
  width: 230px;
  height: 71px;
}
.navbar-menu-item {
  font-family: PingFang SC, PingFang SC;
  font-size: 27px;
  color: #333;
  height: 107px;
  margin: 0 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 6px solid #fff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.navbar-menu-item:hover {
  color: #E1841C;
}
.navbar-menu-item.active {
  color: #E1841C;
  border-bottom: 6px solid #E1841C;
}