.tables thead {
  font-weight: 600;
}
.tables .ivu-table {
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
}
.tables .ivu-table th {
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(243, 243, 243, 0.23);
}
.tables .ivu-table td {
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
}
.tables .ivu-table table {
  width: 100% !important;
}
.tables .ivu-table-body {
  background-color: transparent;
}
.tables .table-btn {
  position: absolute;
  top: 5px;
  padding: 10px;
  background: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tables .table-btn button {
  background-color: #6d7ce0;
  border-color: #6d7ce0;
  margin-right: 10px;
}
.tables .table-btn button span .iconfont {
  font-size: 10px;
  margin-right: 3px;
}
.tables .table-btn .search-col {
  display: inline-block;
  width: 200px;
}
.tables .table-btn .search-input {
  display: inline-block;
  width: 200px;
  margin-left: 2px;
}
.tables .table-btn .search-btn {
  margin-left: 2px;
}
.tables .table-btn button {
  background-color: #6d7ce0;
  border-color: #6d7ce0;
  margin-right: 10px;
}
.tables .table-btn button span .iconfont {
  font-size: 10px;
  margin-right: 3px;
}
.tables .marginBot {
  height: 10px;
  background: #eff0f0;
}
.tables .search-con {
  padding: 10px;
  background: #ffffff;
}
.tables .search-con .search-col {
  width: 500px;
  margin-right: 5px;
}
.tables .search-con .search-col .ivu-input {
  border-radius: 20px;
  cursor: pointer;
}
.tables .search-con .header-con-btn {
  display: inline-block;
  margin-left: 20px;
}
.tables .search-con .header-con-btn .search-btn {
  padding: 5px 10px;
  background-color: #5b97f2;
  border-color: #5b97f2;
}
.tables .search-con .header-con-btn .resertBtn {
  padding: 5px 10px;
  color: #b9b9b9;
  border: 1px solid #b9b9b9;
}
