body {
  background-color: #EEEFEF;
}

.max-90 {
  max-width: 55%;
}

.plr-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-header {
  min-height: 217px;
  background-image: url('../images/login/bg.png?r=0.125545');
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 70px;
}

.page-header .title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding-top: 30px;
}

.page-header .statistics {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.page-header .statistics .sta-item {
  width: calc(100% / 5 - 50px);
  padding: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-right: calc(5 * 50px / 4);
  margin-bottom: 37px;
  color: #0A1629;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-header .statistics .sta-item:nth-child(5n) {
  margin-right: 0;
}
.page-header .statistics .sta-item div {
  font-size: 14px;
  min-height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header .statistics .sta-item span {
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
}

.container-fluid {
  margin-top: -70px;
}

.search-card .page-title {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
}

.min_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_label {
  position: relative;
  padding-left: 15px;
  color: #0F986C;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.title_label::before {
  content: '';
  position: absolute;
  left: 0;
  height: 80%;
  width: 5px;
  background-color: #0F986C;
}

.title_more {
  color: #919191;
  font-size: .875rem;
  float: right;
}

.title_more .btn-group {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #D6D6D6;
}

.title_more .btn-group .btn {
  border: none;
  padding: .125rem .625rem;
  font-size: .875rem;
}

.title_more .btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  background-color: #0F986C;
}

.title_more .btn-outline-primary:hover {
  background-color: #0F986C;
}

.title_more .btn-outline-primary {
  color: #BEBEBE;
}

/* 标题样式end */

.search-form {
  padding: 0px 25px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.search-form .search-label {
  text-align: right;
  width: auto;
  min-width: auto;
}

.search-form #search-form-box>div {
  /* width: calc(33% - 60px); */
  width: 280px;
}

/* .search-form #search-form-box > div:nth-child(3n - 1) {
  margin: 0 calc((100% - (33% * 3) + 59px * 3) / 2) 10px;
} */

@media (max-width: 1366px) {
  .search-form #search-form-box>div:nth-child(3n - 1) {
    margin: 0 0 10px;
  }

  .search-form #search-form-box>div {
    margin-right: 15px !important;
  }
}


.card .card-footer {
  border: none;
  padding: 15px 25px 15px;
}

.card .card-footer .operate-btn .btn {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 20px;
}

.query-list .card-header {
  border: none;
}

.query-list .operate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.query-list .operate-btn .btn {
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.query-list .list {
  padding: 0 24px 0;
}

.list-item {
  margin-bottom: 10px;
}

.list-item .item-title {
  margin-bottom: 10px;
}

.manage-table {
    border-color: #D9D9D9;
    width: 100%;
    line-height: 33px;
}

.manage-table td {
  padding: 5px 10px;
}

.manage-table .label {
  background-color: #FAFAFA;
  text-align: right;
  width: 20%;
  color: #58606B;
}

.manage-table .value {
  text-align: left;
  width: 30%;
  word-break: break-all;
  color: #000000;
}
