.el-table td {
  text-align: center;
}

.el-table th {
  text-align: center;
}

.el-date-editor.el-input {
  width: 100%;
}

.el-message-box__content {
  font-size: 18px;
}

.el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: flex;
  flex-direction: column
}

.el-dialog__body {
  overflow: auto
}

.el-date-editor {
  width: 300px;
}

.el-select-dropdown__item {
  font-size: 18px;
}

.el-form-item__label {
  font-size: 18px;
}

.el-tabs__item {
  font-size: 18px;
}

.el-input {
  font-size: 18px;
}

.el-form-item__error {
  font-size: 18px;
}

.el-submenu__title {
  font-size: 18px;
}

.el-menu-item {
  font-size: 18px;
}

.el-breadcrumb {
  font-size: 18px;
}

.el-table {
  font-size: 18px;
}

.el-tree-node__label {
  font-size: 18px;
}

.el-pagination {
  font-size: 18px;
}

.el-button {
  font-size: 14px;
}

body {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  /*background: url(assets/bg1.jpg) center !important;
        background-size: cover;*/
/ / background: #1F2D3D;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

#app {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

.el-submenu [class^=fa] {
  vertical-align: baseline;
  margin-right: 10px;
}

.el-menu-item [class^=fa] {
  vertical-align: baseline;
  margin-right: 10px;
}

.toolbar {
  padding: 10px;
  margin: 10px 0px;
}
.el-form-item {
  margin-bottom: 22px;
}

.fade-enter-active,
.fade-leave-active {
  transition: all .2s ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
.el-table__body tr.current-row > td {
  background-color: #9FB6CD;
}

.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #9FB6CD;
}

.iconfont {
  margin-right: 10px;
  font-size: 20px;
}

