html, body, #app {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  background: #f0f2f5;
  font: 14px microsoft yahei, PingFangTC-Regular, noto sanf;
}

.pre {
  font-family: inherit;
  margin:  0;
}

a{
  text-decoration: none;
  color:#333;
}
*{
  outline: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight:500;
  margin:0;
}
ul{
  list-style:none;
  padding:0;
  margin:0;
}
p{
  padding:0;
  margin:0;
}
img{
  vertical-align:middle;
}
.text-center{
  text-align:center;
}
.text-right{
  text-align:right;
}
.block{
  display:block;
  width:100%;
}

.avue-home {
  background-color: #303133;
  height: 100%;
  display: table;
  width: 100%;
}
.avue-home__main {
  user-select: none;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.avue-home__loading {
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
}
.avue-home__title {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 10px;
}
.avue-home__sub-title {
  color: #ABABAB;
  font-size: 12px;
}

[class^="icon-"] {
  font-family: "iconfont" !important;
  /* 以下内容参照第三方图标库本身的规则 */
  font-size: 18px !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-menu-item [class^=icon-] {
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}
.el-submenu [class^=icon-] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}
