* {
  font-size: 14px;
}

html,
body,
#app {
  margin: 0;
  height: 100%;
}
.fullheightExceptTag {
  height: calc(100% - 35px);
}
.fullheight {
  height: 100%;
}

.scrollbar-fullheight {
  height: 100%;
}

.scrollbar-fullheight > .el-scrollbar__wrap {
  overflow-x: auto;
  margin-bottom: 0 !important;
}

.scrollbar-fullheight > .el-scrollbar__wrap > .el-scrollbar__view {
  margin-bottom: 10px;
}

.inputs {
  display: inline-block;
  position: relative;
}

/*解决el-table的列边框有错位的问题*/

body .el-table th.gutter {
  display: table-cell !important;
}

/*通用删除按钮和其他按钮之间的分组问题*/

.fe-delete-button + .el-button,
.el-button + .fe-delete-button {
  margin-left: 10px;
}

div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.header-popper {
  border-color: #dedede;
  border-radius: 0;
  top: 0;
  padding: 0 !important;
}

.form-table {
  width: 100%;
  border-top: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
}

.form-table > thead > tr > th,
.form-table > tbody > tr > th {
  text-align: right;
  color: #666;
  font-weight: normal;
}

.form-table > tbody > tr > th.group-th {
  text-align: left;
  background: #f9f9f9;
  font-weight: bold;
}

.form-table > thead > tr.sub-table-header > th {
  text-align: center;
  background: #fafafa;
}

.form-table > tbody > tr > th > span,
.form-table > thead > tr > th > span {
  color: #f00;
}

.form-table > tbody > tr > th,
.form-table > tbody > tr > td,
.form-table > tfoot > tr > td,
.form-table > thead > tr > th {
  border-right: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
  padding: 15px;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
}

.form-table > tfoot > tr > td {
  padding: 5px 10px;
}

.is-required:before {
  content: '*';
  color: #f56c6c;
  margin-right: 4px;
}

.show-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.show-ellipsis2 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

ol.guide-ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
}

ol.guide-ol > li {
  font-size: 1.2em;
  list-style: none;
  margin: 0 0 0.5em 1.95em;
  padding: 0.5em 1em;
  position: relative;
  line-height: 1.6em;
  color: #555;
}

ol.guide-ol > li > code {
  font-size: 1em;
  font-weight: bold;
  color: #f48d2f;
}

ol.guide-ol > li:before {
  background: #8da97d;
  color: white;
  content: counter(li);
  counter-increment: li;
  font-size: 1.2em;
  line-height: 1em;
  padding: 0.5em 0;
  position: absolute;
  top: 0.6em;
  left: -1.8em;
  text-align: center;
  width: 2em;
}
a {
  color: #155bd4;
}
.sideDrawer .el-drawer__header {
  position: relative;
  padding: 10px 14px 10px 20px;
  margin-bottom: 0;
  border-bottom: #c4c4c6 1px solid;
}
.sideDrawer .el-drawer__body {
  overflow-y: auto;
}
.sideDrawer .el-drawer__header span {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.sideDrawer .el-drawer__header .el-button--primary span {
  color: #fff;
}
.sideDrawer .iconFull {
  position: absolute;
  top: 12px;
  font-size: 16px;
  cursor: pointer;
  right: 70px;
  color: #8c8c90;
}
.sideDrawer .el-icon-close {
  font-size: 20px;
}
.sideDrawer .el-drawer__body {
  padding-bottom: 50px;
}
.sideDrawer .demo-drawer__footer {
  position: fixed;
  width: -webkit-fill-available;
  width: -moz-available;
  bottom: 0;
  z-index: 888;
  background: #f2f3f5;
  padding: 11px 0;
  text-align: center;
}
.searchNoEnd .search-container__col div {
  justify-content: flex-start !important;
}
.sideDrawer .el-button.el-button--small {
  background: #ffffff;
  border-color: #8c8c90;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #8c8c90;
  line-height: 20px;
  padding: 6px 20px;
}
.sideDrawer .el-button--primary.el-button--small {
  background: #155bd4;
  border-color: #155bd4;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding: 6px 20px;
}
.sideDrawer .el-button--primary.is-circle {
  background: #155bd4;
  border-color: #155bd4;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding: 12px;
}
.sideDrawer .el-button--success.el-button--small {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 20px;
}
.sideDrawer .el-button--success.is-circle {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px;
}
.sideDrawer .el-button--warning.el-button--small {
  background: #ebb563;
  border-color: #ebb563;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 20px;
}
.sideDrawer .el-button--warning.is-circle {
  background: #ebb563;
  border-color: #ebb563;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px;
}
.sideDrawer .marginLeft16 {
  margin-left: 16px !important;
}
:focus {
  outline: 0;
}

.sideDrawer .el-link.el-link--primary {
  color: #155bd4 !important;
}
.iconMore {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.sideDrawer .dialog-header-title {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.sideDrawerNopadBottom .el-drawer__body {
  padding-bottom: 0;
}
.el-popover.advancedPopover {
  left: unset !important;
  right: 20px;
}
.el-tooltip__popper.is-dark {
  max-width: 600px;
}
