.header {
  background-color: #fff;
}
.header .headerCont {
  display: flex;
  padding: 0.75rem;
  justify-content: space-between;
}
.header .headerCont .navs {
  display: flex;
  width: 41.67%;
  align-items: center;
  justify-content: space-between;
}
.header .headerCont .navs .head_navs {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.header .headerCont .navs .activeItem {
  color: #071FD4;
}
.header .logo {
  height: calc(40px + 1.5rem);
}
.header .logo img {
  height: 100%;
}
.w1320 {
  max-width: 1320px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
