.phoenix-mutiSelectList__emptyWrapper {
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
}

.phoenix-mutiSelectList__emptyContentWrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, Helvetica, "Helvetica Neue", "Microsoft YaHei", Tahoma;
  width: 100%;
}

.phoenix-mutiSelectList__emptyText {
  font-size: 12px;
  line-height: 20px;
  color: #565e66;
  margin-top: 8px;
}
