.head2 {
  padding: 10px 0 !important;
  position: fixed;
  top: 0;
  background-color: white !important;
  border-bottom: 1px solid #e2e2e2;
  z-index: 999;
  /* display: none; */
}
.head {
  display: flex;
  color: #666;
}

.head .item {
  width: 55px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.head .active {
  border-radius: 2px 2px 0 0;
  color: #fff;
  background: #0084ff;
}
.userinfo-cont {
  display: none;
}
.userinfo {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: black !important;
}
#navbar .dropdown-userinfo a {
  color: #333 !important;
}
.k-right {
  position: absolute;
  right: 0;
  
}

/* #navbarSupportedContent{
  flex: 1;
} */