.header_box {
  width: 100%;
  height: 1rem;
  background: #ffffff;
  padding: 0rem 4.5rem;
  display: flex;
  align-items: center;
}

.company_img {
  height: 100%;
  display: flex;
  align-items: center;
}

.company_img img {
  width: .45rem;
  height: .4rem;
  margin-right: .2rem;
}

.company_img .name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: .325rem;
  color: #0062FF;
}

.header_tabs {
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 1.625rem;
}

.header_tabs .type {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: .2rem;
  color: #333333;
  margin-right: 1rem;
  cursor: pointer;
  text-decoration: none;
}
.header_tabs .type:hover {
  color: #0062FF;
}
.header_tabs .type.active {
  color: #0062FF;
}