#DZLoading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ball-scale > div {
  background-color: #ffe23b;
  border-radius: 100%;
  margin: 2px;
  display: inline-block;
  height: 80px;
  width: 80px;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
@keyframes ball-scale {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
    opacity: 0;
}
}
.el-menu-vertical-demo[data-v-63621120]:not(.el-menu--collapse) {
  width: 200px;
  min-height: 400px;
}
.logout[data-v-63621120] {
  display: block;
  margin: 14px 0 7px 0;
  padding: 7px 0 7px 20px;
  line-height: normal;
  font-size: 12px;
  color: #909399;
  cursor: pointer;
}
.logout .logout_icon[data-v-63621120] {
  margin-right: 7px;
}
.logout .logout_title[data-v-63621120] {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
}
.el-menu--collapse .logout_icon[data-v-63621120] {
  margin-left: 2px;
}
.el-menu--collapse .logout_title[data-v-63621120] {
  display: none;
}
#management[data-v-63621120] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.menu_item_group[data-v-63621120] {
  margin-top: 13px;
}
.menu_group[data-v-63621120] {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
}
.menu_icon[data-v-63621120] {
  margin-right: 13.25px;
}
@media (max-width: 991.98px) {
.hide_menu[data-v-63621120] {
    width: 0;
    overflow: hidden;
}
}
.backstage_menu[data-v-63621120] {
  min-height: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.backstage_menu > div[data-v-63621120] {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.backstage_menu > div .nav_menu[data-v-63621120] {
  min-height: 100vh;
  height: max-content;
}
.backstage_body[data-v-63621120] {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100vh;
  background-color: #F5F5F5;
}
.backstage_body .top_toolbar[data-v-63621120] {
  width: 100%;
  height: 64px;
  min-height: 64px;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.backstage_body .top_toolbar .toolicon[data-v-63621120] {
  color: #b2b9c1;
  cursor: pointer;
}
.backstage_body .top_toolbar .user_tool[data-v-63621120] {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.backstage_body .top_toolbar .user_tool > *[data-v-63621120] {
  margin-right: 10px;
}
.backstage_body .top_toolbar .user_avatar[data-v-63621120] {
  width: 45px;
  height: 45px;
  background-color: #b2b9c1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backstage_body .top_toolbar .user_avatar img[data-v-63621120] {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.backstage_body .body_container[data-v-63621120] {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: calc(100vh - 64px);
}
@media (max-width: 991.98px) {
.backstage_body[data-v-63621120] {
    width: 100vw;
}
.backstage_body .top_toolbar[data-v-63621120] {
    width: 100vw;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-left: 0;
}
.backstage_body .body_container[data-v-63621120] {
    width: 100vw;
}
}
