.topbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.topbar .logo{
  display: flex;
  align-items: center;
  margin-left: 80px;
  padding: 16px 0;
}
.topbar .logo img{
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.topbar .logo .title{
  font-family: 'DingTalk JinBuTi';
  font-size: 24px;
}
.topbar .menu{
  display: flex;
  align-items: center;
  margin-right: 80px;
}
.topbar .menu div{
  font-size: 18px;
  margin-left: 48px;
  padding: 0 12px;
  cursor: pointer;
  color: #4E5969;
  font-weight: 600;
}

.topbar .menu div.active{
  font-weight: 600;
  color: #006BEE;
}
.topbar .menu input{
  padding: 8px 24px;
  border-radius: 4px;
  background: #006BEE;
  color: #FFFFFF;
  outline: none;
  border: 0;
  cursor: pointer;
  margin-left: 32px;
  font-size: 16px;
}
.topbar .logo .tag{
  background: linear-gradient(245deg, #FC600C 12%, #FFA509 93%);
  padding: 0px 6px;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 2px;
  height: 17px;
  margin-left: 6px;
}
.topbar .user{
  color: #1D2129 !important;
  padding: 0 !important;
  font-weight:300 !important;
}
.topbar .user span{
  margin: 0 12px;
}