.nav-height {
  position: relative;
  height: 2.5rem;
  background: #F5F5F5;
}
.nav-fixed{
	position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
}
.nav-wrap {
  width: 100%;
  height: 2.5rem;
  background: #fff;
}

.nav-wrap.navFix {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #e3e3e3 \9;
  z-index: 99999;
}

.nav-wrap ul {
  padding: 0;
  margin: 0 auto;
  display: block;
  border-bottom: 2px solid #eee;
}

.nav-wrap.navFix ul {
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-wrap li {
  display: inline-block;
  text-align: left;
  height: 2.5rem;
  line-height: 2.5rem;
  float: left;
}

.nav-wrap li a {
  display: block;
  padding: 0 0.93rem;
  font-size: 0.93rem;
  color: #575757;
  font-weight: 400;
  text-decoration: none;
      font-family: FZLTXIHJW--GB1-0;
      white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-wrap li a.active {
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#4194FE), to(#0366E6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-family: FZLTZCHJW--GB1-0;
}
.nav-wrap li a.active:after{
  content: '';
  display: inline-block;
  width: 1.875rem;
  height: 0.1875rem;
  background-image: linear-gradient(90deg, #4194FE 0%, #0366E6 100%);
  border-radius: 0.9375rem;
  position: absolute;
  left: 1.69rem;
  bottom: 0rem;
}