.common-head {
  background-color: #fff;
  width: 100%;
  height: 70px;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  position: relative;
  z-index: 1000;
}
.common-head .banxin1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.common-head .banxin1200 .left {
  height: 100%;
  display: flex;
  align-items: center;
}
.common-head .banxin1200 .left > img {
  width: 147px;
  height: 36px;
  margin-right: 53px;
  cursor: pointer;
}
.common-head .banxin1200 .left .nav-items {
  display: flex;
}
.common-head .banxin1200 .left .nav-items > div:not(:last-of-type) {
  margin-right: 40px;
}
.common-head .banxin1200 .left .nav-items > div .nav-item {
  color: #333333;
  font-size: 17px;
  position: relative;
  cursor: pointer;
}
.common-head .banxin1200 .left .nav-items > div .nav-item.serve::before {
  content: '';
  background: url('../images/ziying.png') no-repeat 0 0 / cover;
  position: absolute;
  top: -10px;
  right: -26px;
  width: 28px;
  height: 19px;
}
.common-head .banxin1200 .left .nav-items > div .nav-item.active {
  color: #1450EB;
  font-weight: bold;
}
.common-head .banxin1200 .left .nav-items > div .nav-item.active::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 2px;
  background-color: #1450EB;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.common-head .banxin1200 .left .nav-items > div .nav-item.more i {
  font-size: 12px;
  color: #333333;
}
.common-head .banxin1200 .left .nav-items > div .nav-item.more.hover i {
  color: #1450EB;
}
.common-head .banxin1200 .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-head .banxin1200 .right .input-box {
  background-color: #F6F6F6;
  border-radius: 20px;
  width: 316px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-right: 32px;
}
.common-head .banxin1200 .right .input-box input {
  color: #333333;
  font-size: 14px;
  flex: 1;
  padding-right: 10px;
}
.common-head .banxin1200 .right .input-box div {
  cursor: pointer;
}
.common-head .banxin1200 .right .input-box div i,
.common-head .banxin1200 .right .input-box div span {
  color: #333333;
  font-size: 14px;
}
.common-head .banxin1200 .right > button {
  width: 106px;
  height: 40px;
  background-color: #F6F6F6;
  color: #333333;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
}
.common-head .banxin1200 .right .user-head {
  display: flex;
  align-items: center;
  position: relative;
}
.common-head .banxin1200 .right .user-head:hover .userInfo-pop {
  display: inline-block;
}
.common-head .banxin1200 .right .user-head .head-img {
  position: relative;
  margin-right: 10px;
}
.common-head .banxin1200 .right .user-head .head-img > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.common-head .banxin1200 .right .user-head .head-img::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -2px;
  right: -3px;
  background: url(../images/head-msg.png) 0 0/100% no-repeat;
}
.common-head .banxin1200 .right .user-head .userInfo-pop {
  display: none;
  position: absolute;
  top: 40px;
  right: 50%;
  transform: translateX(50%);
  width: 300px;
  height: 286px;
  border-radius: 4px;
  padding-top: 15px;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-top {
  display: flex;
  background: url('../images/user-pop-bg.png') no-repeat 0 0 / cover;
  padding: 21px 0 19px 20px;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.16);
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-top img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-right: 18px;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-top div > span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-top div p {
  margin-top: 4px;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-top div p span {
  display: inline-block;
  border-radius: 20px;
  background-color: white;
  margin-right: 10px;
  padding: 3px 9px;
  font-size: 12px;
  color: #818EAF;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-center {
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-bottom: 1px solid #EBEBEB;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.16);
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-center div {
  text-align: center;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-center div span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-center div p {
  font-size: 12px;
  color: #666666;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-bottom {
  border-bottom: 1px solid #EBEBEB;
  padding: 14px 23px 12px 23px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.16);
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-bottom a {
  text-align: center;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-bottom a img {
  width: 32px;
  height: 32px;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-bottom a span {
  font-size: 12px;
  color: #818EAF;
  margin-top: 4px;
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-exit {
  padding: 16px;
  text-align: center;
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.16);
}
.common-head .banxin1200 .right .user-head .userInfo-pop .userInfo-pop-exit span {
  cursor: pointer;
  color: #999999;
  font-size: 14px;
}
.common-head .banxin1200 .right .user-head .user-name span:first-of-type {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.common-head .banxin1200 .right .user-head .user-name span:last-of-type {
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}
.nav-popper {
  min-width: 0 !important;
}
.nav-popper .nav-item-child {
  padding: 12px 27px;
}
.nav-popper .nav-item-child > a {
  color: #333333;
  font-size: 16px;
}
.nav-popper .nav-item-child:hover {
  background-color: rgba(249, 250, 253, 0.39);
}
.nav-popper .nav-item-child:hover > a {
  color: #1450EB;
}
