.mp-1-header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  box-shadow: 0 4px 8px -2px rgb(0 0 0 / 5%);
  padding: 0 20px;
  display: flex;
  background-color: #fff;
}
.mp-1-header > .mp-1-dropdown .mp-1-logo {
  min-width: 236px;
  display: flex;
  flex-shrink: 1;
}
.mp-1-header > .mp-1-dropdown .mp-1-logo > img {
  width: 35px;
  height: 32px;
  vertical-align: top;
  margin: 8px 10px 0 0;
}
.mp-1-header > .mp-1-dropdown .mp-1-logo > .mp-1-title {
  height: 48px;
  line-height: 48px;
  color: #2f54eb;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
}

.mp-1-header > .mp-1-systems {
  height: 48px;
  line-height: 48px;
  flex: 1;
}
.mp-1-header > .mp-1-systems > a {
  text-decoration: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 0 15px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  transition: color .3s;
  -webkit-text-decoration-skip: objects;
}
.mp-1-header > .mp-1-systems > a.mp-1-active {
  color: #1890ff;
}

.mp-1-header > .mp-1-user {
  flex-shrink: 1;
  padding: 0 10px;
  margin-right: -10px;
  cursor: pointer;
}
.mp-1-header > .mp-1-user:hover {
  background: rgba(0, 0, 0, 0.025);
}
.mp-1-header > .mp-1-user > div > #avatar {
  width: 24px;
  height: 24px;
  background: #ccc;
  border-radius: 50%;
  vertical-align: top;
  margin: 12px 4px 0 0;
}
.mp-1-header > .mp-1-user > div > #username {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  min-width: 28px;
}

.mp-1-body {
  margin-top: 48px;
  height: calc(100vh - 48px);
  background-color: rgb(240, 242, 245);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#micro-app, #micro-app>div {
  height: 100%;
}