@charset "UTF-8";
/* 页头部分 */
#headerPc {
  width: 100%;
  height: 64PX;
  padding-left: 100px;
  position: fixed;
  top: 0;
  background: rgb(13, 16, 46);
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#headerPc #logo {
  width: 60px;
  height: 100%;
  cursor: pointer;
}
#headerPc #logo img {
  width: 60px;
  height: 45px;
}
#headerPc #navbar {
  width: 70%;
  height: 100%;
  margin-left: 175px;
}
#headerPc #navbar .navbar {
  height: 102%;
  position: relative;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
#headerPc #navbar .navbar .navbar_icon {
  width: 100%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -8px;
  display: none;
}
#headerPc #navbar .active {
  border-bottom: 2px solid #fff;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
}
#headerPc #navbar .active .navbar_icon {
  display: flex;
}/*# sourceMappingURL=headerPc.css.map */