header {
  height: 114px;
}
.header-t {
  background: #373739;
  position: relative;
  border-radius: 0;
}
.header-t_title,
.header-user span,
.header-t_person,
.header-t_my,
.header-t_complaint,
.header-t_follow,
.header-t_tel {
  color: rgba(255, 255, 255, 0.7);
}
.header-t_tm,
.header-t_jd {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
}
.header-dropdown_my {
  box-shadow: 0px 25px 60px 0px rgb(95 103 110 / 45%);
}
.header-b {
  background: white;
  box-shadow: 0 5px 8px rgb(0 0 0 / 6%);
  position: relative;
  top: 0;
}
.header-b .header-logo {
  background-image: url(../image/logo.png);
}
.header-b .header-b_item {
  color: #000000;
}
.header-b .header-b_item.active,
.header-b .header-b_item:hover {
  color: #f50a0a;
}
.header-b .header-b_item.active::after,
.header-b .header-b_item:hover::after {
  width: 13px;
}
.header-b .header-b_item > .icon-arrow_b_white {
  width: 0;
}
.header-b .header-b_item > .icon-arrow_b_gray {
  width: 7px !important;
}
.header-b .header-dropdown {
  box-shadow: 0px 25px 60px 0px rgb(95 103 110 / 45%);
}
