.title{
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  color: #6e778f;
  clear: both;
  font-weight: bold;
}
.el-divider--horizontal {
  margin: 10px 0 15px 0;
}
.bottomDiv {
  margin-bottom: 10px;
}

.businessDate {
  .el-form-item {
    margin-bottom: 0px;
  }
  .span-left {
    margin-left: 110px;
  }
  margin-bottom: 10px;
}

.table-form {
  .el-form-item {
    margin-bottom: 0px;
  }
}

.btn-operate {
  height: 40px;
}

.table-btn {
  margin: 0 9px 0 1px;
}

.dialog-tab {
  >>> .el-tabs--card > .el-tabs__header {
    border-bottom: 1px solid #dfe4ed !important;
  }
  >>> .el-tabs--card .el-tabs__nav {
    padding-left: 0px !important;
  }
}