.pc-header {
  width: 100%;
  height: 66px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.pc-header.bg-white {
  background: #ffffff;
}
.pc-header.bg-white .first-name {
  color: #333;
}
.pc-header.bg-white80 {
  background: rgba(255, 255, 255, 0);
  color: white;
}
.pc-header .responsive-div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-header .responsive-div .logo {
  display: flex;
  align-content: center;
  height: 40px;
}
.pc-header .responsive-div .pc-navigation {
  display: flex;
  height: 66px;
}
.pc-header .responsive-div .pc-navigation .item {
  height: 66px;
  line-height: 66px;
  border-bottom: 2px solid rgba(10, 10, 10, 0);
  position: relative;
}
.pc-header .responsive-div .pc-navigation .item a {
  color: white;
}
.pc-header .responsive-div .pc-navigation .item:hover .first-name,
.pc-header .responsive-div .pc-navigation .item.active .first-name {
  color: #0097cc;
}
/*# sourceMappingURL=component-header-pc.css.map */