@charset "UTF-8";
/*
    项目通用颜色变量
*/
/*
    zIndex层级
*/
/*
    各种字体大小
*/
/*
    字体颜色
*/
/*
    基础路径
*/
[data-v-5d5084f0]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #23345E;
  menuHover: #1890FF;
  subMenuBg: #23345E;
  subMenuHover: #1890FF;
  sideBarWidth: 256px;
}
.template[data-v-5d5084f0] {
  width: 100%;
  height: 100%;
}
.template > div[data-v-5d5084f0] {
    width: 100%;
    height: 100%;
}
.template .hi[data-v-5d5084f0] {
    position: absolute;
    z-index: 2;
}
.template .center[data-v-5d5084f0] {
    position: relative;
    z-index: 1;
}

