.example-loading {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(50%,0);
  z-index:999;
}
.ant-table-pagination.ant-pagination {
  float: left;
  margin: 16px 0;
}
/*列表操作栏*/
.table-redact {
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  float: left;
  color: #de1f26;
  border-right: 1px solid #eee;
}
/*列表操作栏*/
.table-del {
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  float: left;
  color: #de1f26;
}
/*底层白色底盒子，上下边距24px;左右边距24px; */
.global-card-config {
  background-color: #FFFFFF;
  padding: 24px 32px 0;
  margin-bottom: 12px;
  box-sizing: border-box;
}
/* 重置按钮样式调整 */
.global-clear-config{
  color: #de1f26 !important;
  background-color: transparent !important;
  border-color: #de1f26 !important;
  text-shadow: none !important;
  padding:0 15px !important;
  margin-left: 0;
}
.btn_loading {
  margin-left: 0;

  background: #000 !important;
}
.btn_loading_right{
  height: 20px !important;
  line-height: 20px !important;
  border-right: 1px solid #eee !important;
}
.btn_loading::before {
  background: #000 !important;
}

