:root {
  --blue-900: #233d81;
  --blue-800: #2f4f9a;
  --blue-700: #3a569f;
  --blue-100: #eaf0fc;
  --line: #d5dced;
  --text-main: #2a2e36;
  --text-sub: #5f6a7f;
  --bg: #f5f7fb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  color: var(--text-main);
  background: var(--bg);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 2px solid #5f7fc8;
  outline-offset: 1px;
}

.container {
  width: min(1080px, calc(100vw - 40px));
  margin: 0 auto;
}

.wrap {
  width: min(1230px, calc(100vw - 36px));
  margin: 0 auto;
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*
.header {
  background: var(--white);
  border-bottom: 1px solid #d7deea;
}

.header-top {
  height: 145px;
  display: block;
  padding-top: 0;
}

.logo {
  width: 550px;
  max-width: 100%;
  margin-left: 10px;
  margin-top: 28px;
  overflow: hidden;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header .search {
  width: 350px;
  height: 38px;
  border: 1px solid #b8bfc9;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(176, 176, 176, 0.75);
  overflow: hidden;
  position: absolute;
  top: 68px;
  right: 10px;
}

.header .search .search-query {
  width: 310px;
  height: 33px;
  margin-top: 1px;
  background: #fff;
  border: 0;
  outline: 0;
  padding: 0 10px;
  font-size: 12px;
  color: #999;
  float: left;
}

.header .search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 2px 2px 1px 1px;
  cursor: pointer;
  border-radius: 0;
  background: url(/uiFramework/commonResource/image/2026061015571679068.png) no-repeat center/32px 32px;
}

.header .search .search-submit::before {
  content: none;
}

.header .search .search-submit::after {
  content: none;
}

.top-nav {
  background: linear-gradient(180deg, #355fa8 0%, #274f98 100%);
  color: #f2f6ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.nav {
  background: #2e4e8f;
  color: #fff;
  box-shadow: none;
}

.nav .wrap {
  width: min(1230px, calc(100vw - 36px));
}

.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: min(1230px, calc(100vw - 36px));
  margin-left: auto;
  margin-right: auto;
  gap: 0;
}

.nav > ul.row {
  margin-left: auto;
  margin-right: auto;
}

.nav > ul > li {
  position: relative;
  float: none !important;
  flex: 1 1 0;
  min-width: 0;
  padding: 0 2px;
  text-align: center;
}

.nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.nav > ul > li > a:hover {
  background: #fff;
  color: #2e4e8f;
}

.head_banner_hov {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 0;
  box-shadow: 0 3px 8px rgba(176, 176, 176, 0.75);
  z-index: 30;
  display: none;
}

.head_banner_hov li {
  margin: 0;
}

.head_banner_hov a {
  display: block;
  padding: 0 5px;
  color: #333;
  font-size: 16px;
  line-height: 50px;
  border-right: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.head_banner_hov a:hover {
  background: #2e4e8f;
  color: #fff;
}

.nav > ul > li:hover .head_banner_hov,
.nav > ul > li:focus-within .head_banner_hov {
  display: block;
}
*/



.header-banner {
  background: #fff;
  margin-top:15px!important;
}

.header-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.main-content {
  min-height: 66vh;
  padding-top: 8px;
  padding-bottom: 18px;
}

.page-title {
  display: none;
}

.panel-box {
  background: #fff;
  border: 1px solid #d1daea;
  border-radius: 4px;
  overflow: hidden;
}

.panel-box-head {
  margin: 0;
  min-height: 42px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f5fb;
  color: #2f4f97;
  font-size: 18px;
  font-weight: 600;
}

.panel-box-body {
  padding: 12px 16px 16px;
}

.layout-grid-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 12px;
}

.quick-form {
  display: grid;
  gap: 10px;
}

.quick-form .urgent-input {
  width: 100%;
  height: 52px;
  border: 1px solid #cbd5e8;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 15px;
  color: #3d4e71;
}

.quick-form .urgent-input::placeholder {
  color: #c0c8d8;
}

.quick-form .urgent-btn {
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: #3355a2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}


.policy-bullet-list {
  margin: 2px 0 0;
  padding-left: 24px;
  color: #4c5f87;
  font-size: 17px;
  line-height: 1.52;
}

.policy-bullet-list li,
.policy-bullet-list li a{
  color: #4c5f87;
  font-size: 17px;
  line-height: 1.52;
}

.policy-bullet-list li{
  list-style-type:disc;
}

.declare-panel {
  margin-bottom: 12px;
}

.declare-head {
  justify-content: center;
}

.declare-search-panel {
  padding: 14px 16px 16px;
}

.declare-search-row {
  display: grid;
  grid-template-columns: 170px minmax(280px, 1fr) 190px minmax(280px, 1fr) auto;
  border: 2px solid #3b5eab;
  border-radius: 16px;
  overflow: visible;
  background: #fff;
  position: relative;
  z-index: 8;
}

.declare-search-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c8d3e9;
  color: #2f4f97;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}

.declare-input-wrap,
.declare-code-wrap {
  position: relative;
  min-width: 0;
  border-right: 1px solid #c8d3e9;
}

.declare-input {
  width: 100%;
  height: 52px;
  border: 0;
  outline: 0;
  padding: 0 14px;
  font-size: 15px;
  color: #3d4f75;
}

.declare-input::placeholder {
  color: #c7d0e0;
}

.declare-search-btn {
  border: 0;
  background: linear-gradient(135deg, #3b5eab 0%, #2f4f97 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
  border-radius: 0 13px 13px 0;
}

.declare-search-btn:hover {
  background: linear-gradient(135deg, #2f4f97 0%, #264085 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15), 0 4px 12px rgba(47, 79, 151, 0.3);
}

.layout-grid-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 12px;
}

.placeholder-text {
  min-height: 128px;
  display: flex;
  align-items: center;
  color: #c5cbd7;
  font-size: 16px;
}

.portal-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.portal-main-card,
.portal-side-card,
.bottom-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(24, 49, 103, 0.05);
}

.portal-main-card {
  min-height: 170px;
  padding: 24px 26px;
  background: linear-gradient(130deg, #f4f8ff 0%, #e8effe 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portal-main-card h2 {
  margin: 0;
  color: #26478f;
  font-size: 31px;
  letter-spacing: 1px;
  font-weight: 700;
}

.portal-main-card p {
  margin: 10px 0 0;
  color: #4f648f;
  font-size: 14px;
}

.portal-main-card .portal-enter-btn {
  margin-top: 16px;
  align-self: flex-start;
  border: 1px solid #2c4f9e;
  color: #2c4f9e;
  background: #f5f8ff;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 13px;
}

.portal-side-card {
  padding: 14px 14px 12px;
}

.panel-title {
  margin: 0 0 10px;
  color: #2a498d;
  font-size: 17px;
  font-weight: 700;
}

.panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-list li + li {
  margin-top: 8px;
}

.panel-list a {
  display: block;
  color: #304770;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.self-declare-block {
  margin-bottom: 14px;
}

.self-declare-title {
  margin: 0 0 10px;
  text-align: center;
  color: #2d4d90;
  font-size: 22px;
  font-weight: 700;
}

.query-layout {
  display: block;
  margin-bottom: 14px;
}

.main-query-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(24, 49, 103, 0.05);
  padding: 14px 14px 10px;
}

.urgent-query-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(24, 49, 103, 0.05);
  padding: 12px;
}

.urgent-title {
  margin: 0 0 8px;
  color: #2f4f9a;
  font-size: 16px;
  font-weight: 700;
}

.urgent-form {
  display: grid;
  gap: 8px;
}

.urgent-input {
  width: 100%;
  border: 1px solid #c9d3eb;
  border-radius: 6px;
  min-height: 40px;
  padding: 0 10px;
  font-size: 13px;
}

.urgent-btn {
  border: 0;
  min-height: 38px;
  border-radius: 6px;
  background: var(--blue-800);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.breadcrumb {
  color: var(--text-sub);
  font-size: 13px;
  margin: 0 0 12px;
}

.page-title {
  text-align: center;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  margin: 0 0 16px;
  letter-spacing: 1px;
}

.info-zone {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin: 0 0 16px;
}

.info-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(24, 49, 103, 0.05);
}

.info-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: #f4f7ff;
  padding: 9px 12px;
}

.info-card-title {
  margin: 0;
  font-size: 18px;
  color: #2f4f9a;
  font-weight: 700;
}

.info-more {
  color: #4b619a;
  font-size: 13px;
}

.policy-list,
.news-list {
  margin: 0;
  padding: 10px 12px;
  list-style: none;
}

.policy-list li + li,
.news-list li + li {
  margin-top: 8px;
}

.policy-list a,
.news-title {
  display: block;
  font-size: 14px;
  color: #223150;
}

.policy-list a {
  padding-left: 10px;
  position: relative;
  line-height: 1.5;
}

.policy-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3d62ad;
}

.news-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  align-items: center;
  gap: 10px;
}

.news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-date {
  text-align: right;
  color: #91a0bf;
  font-size: 12px;
}

.search-panel {
  width: min(1080px, 100%);
  margin: 0 auto 14px;
}

.search-row {
  display: grid;
  grid-template-columns: 190px minmax(320px, 1fr) 180px;
  border: 2px solid var(--blue-700);
  border-radius: 8px;
  overflow: visible;
  background: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0 3px 10px rgba(27, 56, 121, 0.06);
}

.search-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c9d3eb;
  color: #5f6f8e;
  font-size: 14px;
  font-weight: 600;
}

.search-input {
  border: 0;
  outline: 0;
  font-size: 14px;
  padding: 0 12px;
  min-height: 52px;
  width: 100%;
}

.search-input-wrap {
  position: relative;
  min-width: 0;
  border-right: 1px solid #c9d3eb;
}

.search-input::placeholder {
  color: #b8bfd0;
}

.search-btn {
  border: 0;
  border-left: 1px solid #2852a5;
  background: var(--blue-800);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.search-btn:hover {
  background: var(--blue-700);
}

.suggestion-list {
  position: absolute;
  top: calc(100% + 6px);
  left: -1px;
  right: -1px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  border: 1px solid #b9c8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 47, 102, 0.15);
  max-height: 320px;
  overflow: auto;
  z-index: 12;
}

.suggestion-item {
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 9px 14px;
  cursor: pointer;
}

.suggestion-item:hover {
  background: #eef4ff;
}

.suggestion-primary {
  display: block;
  color: #243f82;
  font-weight: 600;
  font-size: 14px;
}

.suggestion-secondary {
  display: block;
  color: #586684;
  margin-top: 2px;
  font-size: 12px;
}

.search-note {
  margin: 12px 2px 0;
  color: #495976;
  font-size: 13px;
  display: inline-block;
  background: #bfd2f2;
  padding: 3px 8px;
}

.helper-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 34px;
}

.mini-btn {
  background: var(--blue-800);
  border: 0;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.2s ease;
}

.mini-btn:hover {
  background: var(--blue-700);
}

.result-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(24, 49, 103, 0.04);
}

.bottom-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.bottom-card-head {
  margin: 0;
  padding: 11px 14px;
  color: #2f4f9a;
  font-size: 17px;
  border-bottom: 1px solid #dce3f1;
  background: #f4f7ff;
}

.bottom-card-body {
  padding: 12px 14px;
  min-height: 172px;
}

.empty-slot {
  width: 100%;
  height: 100%;
  min-height: 146px;
  border: 1px dashed #d3dced;
  border-radius: 6px;
  background: #fbfcff;
}

.bottom-columns .urgent-query-card {
  min-height: 100%;
}

.news-mini-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-mini-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 8px;
  align-items: center;
}

.news-mini-list li + li {
  margin-top: 8px;
}

.news-mini-list a {
  color: #31496f;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-mini-date {
  text-align: right;
  color: #8a98b7;
  font-size: 12px;
}

.result-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.result-title {
  margin: 0;
  color: var(--blue-800);
  font-size: 19px;
  font-weight: 700;
}

.result-summary {
  margin: 0;
  font-size: 13px;
  color: var(--text-sub);
}

.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}

.result-table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.result-table th,
.result-table td {
  border: 1px solid var(--line);
  padding: 9px 10px;
  white-space: nowrap;
  word-break: keep-all;
  vertical-align: middle;
}

.result-table thead th {
  background: var(--blue-100);
  color: #294784;
  font-weight: 600;
}

.result-table tbody tr:hover {
  background: #f8faff;
}

.col-id {
  width: 70px;
  text-align: center;
}

.col-action {
  width: 104px;
}

.col-code {
  width: 250px;
}

.col-co {
  width: 220px;
}

.result-table td:first-child {
  text-align: center;
}

.action-btn {
  border: 1px solid #2e4e95;
  color: #2e4e95;
  background: #f5f8ff;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.2s ease;
}

.action-btn:hover {
  background: #e9f0ff;
}

.empty-row {
  text-align: center;
  color: var(--text-sub);
}

.pager {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.pager-btn {
  border: 1px solid #95a8d1;
  background: #f9fbff;
  color: #2b4a8f;
  border-radius: 6px;
  padding: 5px 12px;
  cursor: pointer;
}

.pager-btn:disabled {
  cursor: not-allowed;
  color: #97a1b9;
  background: #f3f3f3;
}

.page-info {
  font-size: 13px;
  color: var(--text-sub);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.stat-card {
  color: #fff;
  border-radius: 6px;
  padding: 12px 14px;
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 5px;
}

.stat-top {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
}

.stat-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
}

.stat-icon svg {
  width: 26px;
  height: 26px;
  stroke: rgba(255, 255, 255, 0.88);
  fill: none;
  stroke-width: 1.7;
}

.stat-card:nth-child(1) {
  background: linear-gradient(90deg, #2e5b9f, #365f9f);
}

.stat-card:nth-child(2) {
  background: linear-gradient(90deg, #2f6b95, #347da1);
}

.stat-card:nth-child(3) {
  background: linear-gradient(90deg, #2f8690, #3195a1);
}

.stat-value {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  font-family: "DIN Alternate", "DIN Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

.stat-label {
  margin: 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.92);
}

.site-footer {
  background: #fff;
  border-top: 1px solid #d8d8d8;
  padding: 18px 0 22px;
}

.footer-related {
  border: 1px solid #d7deef;
  background: #f9fbff;
  padding: 12px 14px;
  border-radius: 6px;
}

.footer-related-title {
  margin: 0 0 8px;
  color: #2d477f;
  font-size: 14px;
  font-weight: 600;
}

.footer-related-main {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.footer-related-main a {
  color: #2f456f;
  font-size: 13px;
}

.footer-related-main a:hover {
  color: #254d9d;
  text-decoration: underline;
}

.footer-more-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.footer-detail {
  border: 1px solid #d8deeb;
  background: #fff;
  border-radius: 4px;
  padding: 8px 10px;
}

.footer-detail summary {
  cursor: pointer;
  list-style: none;
  color: #334f8a;
  font-weight: 600;
  font-size: 13px;
}

.footer-detail summary::-webkit-details-marker {
  display: none;
}

.footer-detail-list {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 10px;
}

.footer-detail-list a {
  color: #495c80;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-bottom-links {
  margin: 14px 0 8px;
  text-align: center;
  color: #38445c;
  line-height: 1.6;
  font-size: 13px;
}

.footer-bottom-links a {
  margin: 0 6px;
}

.footer-bottom {
  margin: 0;
  text-align: center;
  color: #5d6577;
  font-size: 13px;
  line-height: 1.8;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
}

.modal[hidden="true"] {
  display: none!important;
}

.modal[hidden="false"] {
  display: grid!important;
}

.modal-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.modal-card {
  position: relative;
  width: min(1200px, calc(100vw - 40px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(17, 30, 62, 0.25);
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 12px 16px;
  background: var(--blue-100);
}

.modal-title {
  margin: 0;
  color: #2c4a8e;
  font-size: 18px;
  font-weight: 700;
}

.modal-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #2b2b2b;
}

.modal-body {
  padding: 14px 16px 18px;
}

.detail-grid {
  display: grid;
  gap: 10px;
}

.detail-section + .detail-section {
  margin-top: 16px;
}

.detail-section-title {
  margin: 0 0 10px;
  font-size: 15px;
  color: #2b4b90;
  font-weight: 700;
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.detail-table th,
.detail-table td {
  border: 1px solid var(--line);
  padding: 9px 10px;
  line-height: 1.55;
  font-size: 13px;
  word-break: normal;
  overflow-wrap: anywhere;
}

.detail-table th {
  width: 15%;
  background: #eef3fd;
  color: #27458a;
  font-weight: 700;
  text-align: left;
}

.detail-table td {
  width: 35%;
  background: #fff;
  color: #2f3442;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 768px) {
  .container {
    width: calc(100vw - 24px);
  }

  .wrap {
    width: calc(100vw - 24px);
  }

  .header-top {
    height: auto;
    min-height: 126px;
    padding-top: 8px;
  }

  .header-top .fl,
  .header-top .fr {
    float: none;
  }

  .logo {
    width: min(340px, 100%);
    margin-left: 0;
    margin-top: 0;
  }

  .header .search {
    position: static;
    width: min(320px, 100%);
    height: 36px;
    margin-top: 8px;
    box-shadow: 0 0 4px rgba(176, 176, 176, 0.55);
  }

  .header .search .search-query {
    width: calc(100% - 36px);
    height: 100%;
    margin-top: 0;
    font-size: 12px;
  }

  .portal-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .layout-grid-top,
  .layout-grid-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .panel-box-head {
    min-height: 40px;
    padding: 0 14px;
    font-size: 17px;
  }

  .quick-form .urgent-input,
  .quick-form .urgent-btn {
    height: 42px;
    font-size: 14px;
    border-radius: 8px;
  }

  .policy-bullet-list {
    font-size: 15px;
    line-height: 1.5;
  }

  .declare-search-panel {
    padding: 10px 12px 12px;
  }

  .declare-search-row {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }

  .declare-search-tag {
    border-right: 0;
    border-bottom: 1px solid #c8d3e9;
    min-height: 36px;
    font-size: 14px;
  }

  .declare-input-wrap,
  .declare-code-wrap {
    border-right: 0;
    border-bottom: 1px solid #c8d3e9;
  }

  .declare-input {
    height: 42px;
    font-size: 14px;
  }

  .declare-search-btn {
    height: 46px;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    padding: 0 24px;
  }

  .portal-main-card {
    min-height: 130px;
    padding: 16px;
  }

  .portal-main-card h2 {
    font-size: 25px;
  }

  .self-declare-title {
    font-size: 19px;
  }

  .query-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }


/*
  .nav > ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: center;
    width: calc(100vw - 24px);
  }
*/
  .nav > ul > li {
    flex: 0 0 auto;
  }

  .nav > ul > li > a {
    min-width: 90px;
    font-size: 14px;
    padding: 10px 6px;
    border-right: 0;
  }

  .head_banner_hov {
    position: fixed;
    left: 12px;
    right: 12px;
    top: auto;
  }

  .breadcrumb {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .page-title {
    margin-bottom: 22px;
    font-size: clamp(22px, 4.6vw, 28px);
  }

  .info-zone {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .info-card-title {
    font-size: 16px;
  }

  .search-row {
    grid-template-columns: 1fr;
    border-width: 1px;
  }

  .search-tag {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #c9d3eb;
    padding: 8px 12px;
    font-size: 13px;
    background: #f9fbff;
  }

  .search-input {
    min-height: 46px;
    font-size: 14px;
  }

  .search-input-wrap {
    border-right: 0;
    border-bottom: 1px solid #c9d3eb;
  }

  .suggestion-list {
    left: 0;
    right: 0;
  }

  .search-btn {
    min-height: 42px;
    font-size: 20px;
    border-left: 0;
  }

  .helper-actions {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }

  .result-section {
    padding: 12px;
  }

  .result-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .col-action {
    width: 84px;
  }

  .col-code {
    width: 180px;
  }

  .col-co {
    width: 160px;
  }

  .result-table th,
  .result-table td {
    padding: 8px 7px;
    font-size: 12px;
  }

  .stats-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bottom-columns {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stat-card {
    min-height: 74px;
  }

  .stat-top {
    grid-template-columns: 36px 1fr;
    gap: 8px;
  }

  .stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }

  .stat-icon svg {
    width: 22px;
    height: 22px;
  }

  .stat-value {
    font-size: 30px;
  }

  .stat-label {
    font-size: 15px;
  }

  .detail-table,
  .detail-table tbody,
  .detail-table tr,
  .detail-table th,
  .detail-table td {
    display: block;
    width: 100%;
  }

  .detail-table tr {
    border-bottom: 1px solid var(--line);
  }

  .detail-table tr:last-child {
    border-bottom: 0;
  }

  .detail-table th {
    border-bottom: 0;
  }

  .detail-table td {
    border-top: 0;
  }

  .footer-more-grid {
    grid-template-columns: 1fr;
  }

  .footer-detail-list {
    grid-template-columns: 1fr;
  }
}