.header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header a {
  color: inherit;
}
.header a:hover {
  text-decoration: none;
  color: #ff468c;
}
.header .header-content {
  height: 4rem;
}
.header .header-left {
  gap: 0 1rem;
}
.header .header-right {
  gap: 0 1rem;
}/*# sourceMappingURL=header.css.map */