.menu_top {
  width: 100%;
  background: #001529;
  height: 60px;
}
.menu_top .top{
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_top .top .userInfoContent{
  display: flex;
  height: 100%;
  align-items: center;
}
.menu_top .top .userInfo1{
  height: 60px;
  color: rgb(192, 188, 188);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.menu_top .top .userInfo1 .info1,.info2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.menu_top .top .userInfo1 .info1{
  margin-right: 20px;
}
.menu_top .top .userInfo1 .info1,.info2 .infoName{
  margin: 0 10px;
}
.menu_top .top .userInfo1 .info2{
  margin-right: 30px;
}
.menu_top .top .userInfo2{
  width: 140px;
  display: flex;
  align-items: center;
}
.menu_top .top .userInfo2 .info{
  color: rgb(192, 188, 188);
}
.menu_top .top .userInfo2 .info .infoName{
  margin-right: 10px;
}
.changeInstance .ant-select-arrow{
  color: #c0bcbc;
}
.changeInstance .ant-select-selection-item{
  color: #c0bcbc;
}