.fc-table-item {
  display: block;
  min-width: 0;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: visible;
  border-bottom: 1px solid #e9ebee;
}
.hc-sub-menu .hc-sub-menu__icon {
  position: relative;
}
.table .el-table__body-wrapper {
  overflow-x: hidden;
}
.el-form-item.is-required .el-form-item__label:before {
  display: none;
}
.hc-textbox .el-input .el-input__inner {
  font-size: 13px !important;
}
body,
html {
  overflow: hidden;
}
.moreBtn {
  margin-left: 10px;
  font-size: 12px;
}
.backUrlTip {
  height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: left;
  line-height: 22px;
}
.el-dialog {
  width: 70% !important;
}
.backups-index {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.backups-index /deep/ .el-button {
  margin-left: 10px;
}
.backups-index .fontColor_FF6600 {
  color: #FF6600;
}
.backups-index .fontColor_507AFE {
  color: #507AFE;
}
.backups-index .fontColor_07B759 {
  color: #07B759;
}
.backups-index .fontColor_FF4C4C {
  color: #FF4C4C;
}
.backups-index .el-form-item.is-required .el-form-item__label:before {
  display: none;
}
.backups-index .marginleft20 {
  margin-left: 20px;
}
.backups-index .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.backups-index .header .left {
  display: flex;
  align-items: center;
}
.backups-index .header .left .el-select {
  margin-right: 10px;
}
.backups-index .table {
  margin-top: 10px;
  flex: 1;
  width: 100%;
}
.el-dialog__body {
  padding: 20px;
}
.el-dialog__body .el-select {
  width: 100%;
}
.tox-tinymce-aux {
  position: relative;
  z-index: 99999;
}

