*, ::before, ::after {
  /* box-sizing: border-box; */
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 24px;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

[role=button], button {
  cursor: pointer;
}

.layui-laydate-footer span:hover {
  color: #0284c7;
}

.search_cont {
  box-sizing: border-box;
  width: 100%;
  margin-top: 25px;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.search_cont h3 {
  font-size: 24px;
  line-height: 32px;
  color: #2d66a5;
  text-align: center;
  margin: 10px 0 30px;
  /* padding-left: 16px;
  border-left: 5px solid #2d66a5; */
}

.search_cont hr {
  margin: 20px 0;
  height: 1px;
  border: none;
  background: #e5e7eb;
}

.search_form {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.search_form .line {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.search_form label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #6b7280;
}

.search_form label span {
  font-size: 16px;
  line-height: 24px;
  width: 64px;
  text-align: right;
  margin-right: 16px;
}

.search_form label .input-group {
  box-sizing: border-box;
  width: 340px;
  display: flex;
  align-items: center;
}

.search_form label em {
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.search_form input,
.search_form select {
  box-sizing: border-box;
  display: block;
  width: 340px;
  border-color: rgb(209 213 219);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  border-radius: 6px;
  color: #6b7280;
}

.search_form input.date {
  width: 150px;
}

.search_form select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggc3Ryb2tlPSIjNmI3MjgwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNNiA4bDQgNCA0LTQiLz48L3N2Zz4=");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 40px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.search_form input.date {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%236b7280" d="M19 4h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V9h14v10zM7 11h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"%2F%3E%3C%2Fsvg%3E');
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 40px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.search_form input:focus,
.search_form select:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 0px #fff, 0 0 0 3px rgb(191, 219, 254), 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.search_cont table {
  box-sizing: border-box;
  margin: 40px 0px;
  font-size: 14px;
  line-height: 20px;
  text-indent: 0;
  border-color: inherit;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

.search_cont table th {
  padding: 16px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgb(148 163 184);
  border-color: rgb(241 245 249);
  border-bottom-width: 3px;
}

.search_cont table th.center {
  text-align: center;
}

.search_cont table td {
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(100 116 139);
  border-color: rgb(241 245 249);
  border-bottom-width: 1px;
  max-width: 600px;
}

.search_cont table td.center {
  text-align: center;
}

.search_cont table a {
  color: rgb(100 116 139);
  text-decoration: none;
}

.search_cont table a:hover {
  color: #555;
}

.search_cont .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.search_cont .button-group button {
  display: inline-flex;
  justify-content: center;
  border-radius: 6px;
  border-width: 1px;
  border-color: transparent;
  background-color: #0284c7;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.search_cont .button-group button:hover {
  background-color: #0369a1;
}

.search_cont .button-group button + button {
  margin-left: 16px;
}

.new-page {
  margin: 30px 0 20px;
}

.new-page a {
  cursor: pointer;
}

.new-page a, .new-page span {
  color: #6b7280;
  background-color: #eee;
  border: none;
}

.new-page span, .new-page a:hover {
  color: #fff;
  background-color: #2d8fff;
  border: none;
}

.new-page .pg-prev::after {
	content: '上一页'
}

.new-page .pg-next::after {
	content: '下一页'
}

.isPc .new-page.page2 a,
.isPc .new-page.page2 span,
.isPc .new-page.page2 a:hover {
  border: none;
}

.isWap .search_form label {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}

.isWap .search_form .line {
  margin-bottom: 0;
}

.isWap .search_form input,
.isWap .search_form select {
  width: 100%;
}

.isWap .search_form label .input-group {
  width: 100%;
}

.isWap .search_form input.date {
  width: 45%;
}

.isWap .search_form label em {
  width: 10%;
}

.isWap .search_form label span {
  margin-bottom: 8px;
}

.isWap .search_cont .button-group {
  margin-top: 20px;
}