.top-header {
  height: 64px;
  background: linear-gradient(90deg, #1B242E 0%, #212930 100%);
  display: flex;
  padding: 0 360px;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #fff;
}
.top-header .logo {
  width: 200px;
  height: 55px;
}
.top-header .header-right {
  display: flex;
  flex-direction: row; 
  width: 325px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 23px;
  cursor: pointer;
}
.top-header .header-right .navList {
  width: 81px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.top-header .header-right .navList.active {
  height: 60px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4FADFF;
/*  border: 1px solid #324152;
  background: linear-gradient(90deg, #24303C 0%, #202930 100%);*/
}
