html,
body,
#app {
    height: 100%;
    margin: 0;
    padding: 0;
}

.avue-home {
    background-color: #303133;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.avue-home__main {
    user-select: none;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.avue-home__footer {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    padding: 1em 0;
}

.avue-home__footer > a {
    font-size: 12px;
    color: #ABABAB;
    text-decoration: none;
}

.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;
}
.mz-card {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  transition: all .2s ease-in-out;
}
.mz-card-bordered {
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  border: 1px solid transparent;
  padding-bottom: 20px;
}
.mz-card_title {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  clear: both;
  height: 40px;
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfdf;
  font: 600 16px/40px "Microsoft YaHei";
  overflow: hidden;
}
.mz-card_title:before {
  content: '';
  margin-right: 10px;
  width: 5px;
  height: 16px;
  background-color: #409eff;
  border-radius: 100px;
}
.mz-card_title_sub {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  clear: both;
  height: 40px;
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfdf;
  font: 600 16px/40px "Microsoft YaHei";
  overflow: hidden;
}

.vouter-inner-table {
  clear: both;
  overflow: hidden;
  padding: 5px 20px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dashed #dfdfdf;
}
.vit-no {
  float: left;
  width: 2%;
  text-align: center;
}
.vit-title {
  float: left;
  width: 88%;
  text-indent: 24px;
}
.vit-menu {
  float: right;
  width: 10%;
  text-align: center;
}
.vouter-inner-table:last-child {
  border: 0
}
