html,
body,
#app {
  height: 100%;
  margin: 0;
  padding: 0;
}
.w-e-text-container {
  height: 200px !important;
}
.tab-form {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avue-home {
  background-color: #303133;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* .is-circle {
    font-size: 16px !important;
} */

.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;
}

.avue-tree__content {
  padding: 5px 0 0 5px !important;
  height: calc(100% - 32px);
}

.el-table__body-wrapper::-webkit-scrollbar {
  height: 10px;
}
/* form表单样式调整项 */
.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
  margin-bottom: 4px !important;
}
.el-form-item__error {
  display: inline-block;
}
.el-collapse-item__header {
  margin: 0 !important;
}

.avue-group__title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #22254E !important;
}

.avue-group__icon {
  color: #00a7ea !important;
}

.el-table--small .el-table__cell {
  padding: 1px 0 !important;
}

.is-disabled .el-input-number__decrease {
  display: none;
}
.is-disabled .el-input-number__increase {
  display: none;
}

.flow_header {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  background-color: #fff;
  z-index: 999;
}
.header_name {
  font-size: 18px;
}
.steps_m {
  margin-top: 80px;
}

.input-with-select .el-input-group__append {
  width: 100px;
  background-color: #fff;
  padding: 0;
}

.input-with-select .el-input-group__append .el-select {
  margin: -1px 0;
}

.el-empty {
  height: 100px !important;
  padding: 0 !important;
}
.el-empty__image {
  width: 60px !important;
}