.null-data {
  text-align: center;
  margin: 0 auto;
}
.null-data img {
  width: 234px;
  height: 158px;
  display: block;
  margin: 0 auto 10px;
}
.search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid #DCDFE6;
  padding-bottom: 10px;
  position: relative;
}
.search > div.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search > div.flex span {
  white-space: nowrap;
}
.search .dataExportBtn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  background-color: #022e8a;
  color: white;
}
.footBar {
  margin-top: 10px;
  text-align: center;
}
.footBar .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #022e8a;
}
.formBox .btnBox {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.formBox .btnBox > div {
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #022e8a;
  color: #022e8a;
  background-color: white;
  border-radius: 100px;
  cursor: pointer;
}
.formBox .btnBox > div.deep {
  border: 1px solid #b4bfd3;
  background-color: #b4bfd3;
  color: white;
}
.formBox .btnBox > div.btn {
  background-color: #022e8a;
  color: white;
}
.formBox .upload {
  width: 200px;
  height: 120px;
  border: 1px dotted #c0c4cc;
  line-height: normal;
  overflow: hidden;
}
.formBox .upload.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.formBox .upload i {
  font-size: 30px;
  color: #c0c4cc;
}
.formBox .upload img {
  width: 100%;
}
.tableList {
  padding: 10px 20px;
}
.tableList .item {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
.tableList .item .title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tableList .item .title .label {
  font-size: 12px;
  padding: 2px 6px;
  border: 2px solid #022e8a;
  color: #022e8a;
  font-weight: bold;
}
.tableList .item .state {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid #022e8a;
  background-color: white;
  color: #022e8a;
  font-weight: bold;
  border-radius: 100px;
}
.tableList .item .state.deep {
  background-color: #022e8a;
  color: white;
}
.tableList .item .el-row {
  margin-top: 10px;
}
.tableList .item .el-col {
  font-size: 14px;
  color: #333333;
}
.tableList .item .el-col span {
  font-size: 14px;
  font-weight: bold;
}
.sortBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  color: #4d4841;
  margin-top: 20px;
}
.sortBox .total {
  font-size: 14px;
}
.sortBox .total span {
  font-size: 14px;
  font-weight: bold;
  color: #184195;
}
.sortBox .el-select {
  width: 140px !important;
}
.sortBox .el-select input {
  text-align: center;
  height: 30px;
}
.sortBox .el-select .el-input__suffix {
  display: none;
}
