html,
body {
  font-family: "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-seri;
}

h5 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

h5 svg {
  margin-right: .2rem;
}

.header {
  background-color: #f8f9fa;
}

.footer {
  padding: 1rem 0;
  background-color: #f8f9fa;
}

.footer span {
  font-size: .875rem;
  display: block;
}

table {
  font-size: .875rem;
}

.table-sm th,
.table-sm tr td {
  border-right: 1px solid #dee2e6;
}

.table-sm tr td:last-child {
  border-right: 0;
}

.navWrapper input {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-color: #dee2e6 !important;
}

#ysxkPagingValue {
  border-radius: 0;
  border-left: 0;
}

.multi-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multi-column>div {
  width: 49.5%;
}

.footer .copyright {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #333;
}

.copyright .beian_info,
.copyright .beian_info span,
.copyright .copyright_info {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.footer .copyright a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.footer .copyright p {
  margin: 0;
}