
#app {
  width: 100%;
  height: 100%;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.svg-icon[data-v-c8a70580] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-size: 16px; }

.el-pagination {
  width: 100%;
  text-align: right;
  margin-top: 16px; }
  .el-pagination .el-pagination__total {
    float: left; }
  .el-pagination .page-count {
    font-weight: 400;
    margin: 0 8px;
    float: left; }

.el-table::before {
  height: 0; }

.el-drawer .el-drawer__header {
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #ddd; }

.el-drawer .el-drawer__body {
  padding: 20px; }
  .el-drawer .el-drawer__body .footer {
    height: 100px;
    text-align: center; }
  .el-drawer .el-drawer__body .el-form {
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden; }
    .el-drawer .el-drawer__body .el-form .el-select {
      width: 100%; }

.custom-tooltip {
  width: 200px; }

