/* ============================================
   care-mode.css — 关爱版大字体高对比度样式
   浙江德清农村商业银行 PC端关爱版样式
   字体放大1.5倍 / 高对比度(≥4.5:1) / 无障碍友好
   ============================================ */

/* === Reset (standalone, replaces base.css) === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  font-size: 21px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  font-size: 21px;
  color: #000;
  background: #fff;
  line-height: 1.8;
  min-width: 1200px;
}
a { color: #0056b3; text-decoration: none; transition: color 0.3s ease; }
a:hover { color: #003d82; text-decoration: underline; }
ul, ol { list-style: none; }
img { max-width: 100%; vertical-align: middle; border: 0; }
input, button, textarea, select { font-family: inherit; font-size: inherit; }
h1 { font-size: 36px; font-weight: bold; line-height: 1.4; color: #000; }
h2 { font-size: 28px; font-weight: bold; line-height: 1.4; color: #000; }
h3 { font-size: 24px; font-weight: bold; line-height: 1.4; color: #000; }
h4 { font-size: 20px; font-weight: bold; line-height: 1.4; color: #000; }
h5, h6 { font-weight: bold; line-height: 1.4; color: #000; font-size: 20px; }
table { border-collapse: collapse; border-spacing: 0; }

/* === Focus States (Accessibility) === */
*:focus { outline: 3px solid #f97316; outline-offset: 2px; }

/* === Layout Containers === */
.w1000 { width: 1000px; margin: 0 auto; }
.w1200 { width: 1440px; max-width: calc(100% - 48px); margin: 0 auto; }

/* === Float & Clear === */
.fl { float: left; }
.fr { float: right; }
.clearfix::after { content: ''; display: table; clear: both; }
.clearfix { *zoom: 1; }

/* === Color Utilities (high contrast overrides) === */
.text-primary { color: #0056b3; }
.text-orange { color: #c2410c; }
.text-red { color: #b91c1c; }
.text-gray { color: #555; }
.text-white { color: #fff; }
.bg-primary { background-color: #0056b3; }
.bg-white { background-color: #fff; }
.bg-gray { background-color: #f8f8f8; }

/* === Buttons (larger touch targets) === */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 1.5;
  min-height: 44px;
  box-shadow: none;
  text-shadow: none;
  transition: background 0.2s ease;
}
.btn:hover { background: #f0f0f0; color: #000; }
.btn-primary { background: #0056b3; color: #fff; border-color: #0056b3; }
.btn-primary:hover { background: #003d82; color: #fff; border-color: #003d82; }
.btn-outline { border: 2px solid #0056b3; color: #0056b3; background: transparent; }
.btn-outline:hover { background: #0056b3; color: #fff; }
.btn-orange { background: #c2410c; color: #fff; border-color: #c2410c; }
.btn-orange:hover { background: #9a3412; color: #fff; border-color: #9a3412; }
.btn-lg { padding: 14px 32px; font-size: 20px; min-height: 50px; }
.btn-sm { padding: 8px 18px; font-size: 16px; min-height: 38px; }

/* === Spacing Utilities === */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }

/* === Text Utilities === */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.font-bold { font-weight: bold; }
.font12 { font-size: 16px; }
.font16 { font-size: 18px; }
.font18 { font-size: 20px; }
.font20 { font-size: 22px; }
.font24 { font-size: 26px; }

/* === Display Utilities === */
.hide { display: none; }
.show { display: block; }

/* === Back to Top === */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 48px;
  height: 48px;
  background: #0056b3;
  color: #fff;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  z-index: 999;
  font-size: 22px;
  box-shadow: none;
  transition: background 0.3s;
}
.back-to-top:hover { background: #003d82; }
/* ============================================
   Navigation & Structural Modules (module.css)
   ============================================ */

/* --- Top Bar --- */
.top-bar {
  background: #f8f8f8;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}
.top-bar a { color: #000; margin: 0 10px; }
.top-bar a:hover { color: #0056b3; text-decoration: underline; }
.top-bar .hotline { color: #000; font-size: 18px; font-weight: bold; }
.top-bar .top-links { float: right; }
.top-bar .top-links .divider { color: #555; margin: 0 6px; }
.top-bar .netbank-wrapper { position: relative; display: inline-block; }
.top-bar .netbank-trigger { cursor: pointer; }
.top-bar .netbank-dropdown {
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  background: #fff;
  border: 2px solid #000;
  box-shadow: none;
  z-index: 100;
  min-width: 160px;
}
.top-bar .netbank-dropdown a {
  display: block;
  padding: 10px 18px;
  color: #000;
  margin: 0;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.top-bar .netbank-dropdown a:hover { background: #f0f0f0; color: #0056b3; }

/* --- Main Header --- */
.main-header {
  background: #fff;
  padding: 16px 0;
  border-bottom: 2px solid #000;
  box-shadow: none;
}
.main-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo-area { display: flex; align-items: center; }
.main-header .logo-icon {
  width: 52px;
  height: 52px;
  background: #0056b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-right: 14px;
  flex-shrink: 0;
}
.main-header .logo-icon svg { width: 28px; height: 28px; }
.main-header .logo-text h1 {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
}
.main-header .logo-text p {
  font-size: 16px;
  color: #555;
  letter-spacing: 1px;
}
.main-header .header-search { position: relative; }
.main-header .header-search input {
  width: 260px;
  height: 42px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 0 40px 0 16px;
  font-size: 16px;
  outline: none;
  background: #fff;
  color: #000;
}
.main-header .header-search input:focus { border-color: #f97316; }
.main-header .header-search .search-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
}
.main-header .header-search .search-btn:hover { color: #0056b3; }

/* --- Main Nav --- */
.main-nav {
  background: #0056b3;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 40;
}
.nav-list { display: flex; align-items: stretch; }
.nav-list .nav-item { position: relative; }
.nav-list .nav-item > a {
  display: block;
  color: #fff;
  padding: 12px 16px;
  font-size: 16px;
  transition: none;
  white-space: nowrap;
  min-height: 44px;
  line-height: 20px;
}
/* Care mode: triangle indicator for nav items with sub-menus */
.care-mode .nav-item > a[aria-expanded] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 12px;
}
.care-mode .nav-item > a[aria-expanded]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid rgba(255,255,255,0.75);
  flex-shrink: 0;
  transition: transform 0.15s;
}
.care-mode .nav-item > a[aria-expanded="true"]::before {
  transform: rotate(180deg);
  border-top-color: #fff;
}
.care-mode .nav-item > a[aria-expanded="true"] {
  background: #003d82;
}
.nav-list .nav-item > a:hover { color: #fff; background: #003d82; text-decoration: underline; }
.nav-list .nav-item.active > a { background: #003d82; color: #fff; text-decoration: underline; }
.nav-list .nav-item .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 220px;
  border: 2px solid #000;
  border-top: 3px solid #003d82;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.2);
  z-index: 50;
}
/* Care mode: keep sub-menu visible when expanded (override hover-only behavior) */
.care-mode .nav-item .sub-menu { display: none; }
.care-mode .nav-item > a[aria-expanded="true"] + .sub-menu { display: block !important; }
.care-mode .nav-list .sub-menu a {
  display: block;
  padding: 12px 20px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.care-mode .nav-list .sub-menu a:hover { background: #f0f0f0; color: #0056b3; text-decoration: underline; }

/* --- Third-level Sub-menu (L3) — left triangle + highlight --- */
.care-mode .nav-list .sub-item.has-sub-l3 > a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border-left: 4px solid #0056b3;
  padding-left: 14px;
  font-weight: bold;
  color: #1e3a8a;
}
.care-mode .nav-list .sub-item.has-sub-l3 > a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0056b3;
  flex-shrink: 0;
  transition: transform 0.15s;
}
.care-mode .nav-list .sub-item.has-sub-l3 > a[aria-expanded="true"]::before {
  transform: rotate(90deg);
}
.care-mode .nav-list .sub-item.has-sub-l3 > a[aria-expanded="true"] {
  background: #dbeafe;
  color: #003d82;
}
.care-mode .sub-menu-l3 {
  display: none;
  background: #fafafa;
  border-left: 4px solid #0056b3;
  margin-left: 0;
  box-shadow: none;
}
.care-mode .sub-item > a[aria-expanded="true"] + .sub-menu-l3 {
  display: block !important;
}
.care-mode .sub-menu-l3 a {
  display: block;
  padding: 12px 20px 12px 32px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
}
.care-mode .sub-menu-l3 a:hover {
  background: #eff6ff;
  color: #0056b3;
  text-decoration: underline;
}
.nav-list .nav-item .sub-menu a {
  display: block;
  padding: 12px 20px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  transition: none;
}
.nav-list .nav-item .sub-menu a:hover { background: #f0f0f0; color: #0056b3; text-decoration: underline; }

/* --- Footer --- */
.site-footer {
  background: #222;
  color: #ddd;
  padding: 40px 0 0;
  margin-top: 40px;
  box-shadow: none;
}
.footer-columns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #555;
}
.footer-col { flex: 1; }
.footer-col h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 0;
}
/* Friend links section: ensure visible spacing */
.footer-col h4[style*="margin-top"] {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #444;
}
.footer-col .footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-col .footer-links a { color: #ddd; font-size: 16px; text-decoration: underline; }
.footer-col .footer-links a:hover { color: #fff; }
.footer-contact li {
  font-size: 16px;
  line-height: 2.2;
  color: #ddd;
}
.footer-contact li::before { margin-right: 8px; }
.footer-qrcode { display: flex; gap: 16px; justify-content: flex-end; }
.footer-qrcode .qr-item { text-align: center; }
.footer-qrcode .qr-img {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  margin-bottom: 8px;
}
.footer-qrcode .qr-img img { width: 100%; height: 100%; }
.footer-qrcode .qr-label { font-size: 16px; color: #ddd; }
.footer-bottom {
  text-align: center;
  padding: 18px 0;
  margin-top: 18px;
  font-size: 16px;
  color: #bbb;
}
.footer-bottom a { color: #bbb; text-decoration: underline; }
.footer-bottom a:hover { color: #fff; }
.footer-bottom .icp-info { margin-bottom: 4px; }

/* --- Breadcrumb --- */
.breadcrumb-bar {
  background: #f8f8f8;
  border-bottom: 2px solid #000;
  padding: 12px 0;
  font-size: 16px;
  color: #000;
}
.breadcrumb-bar a { color: #0056b3; }
.breadcrumb-bar a:hover { text-decoration: underline; }
.breadcrumb-bar .crumb-sep { margin: 0 8px; color: #555; }
.breadcrumb-bar .crumb-current { color: #000; font-weight: bold; }

/* --- Sidebar Navigation --- */
.page-sidebar {
  width: 240px;
  float: left;
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  overflow: hidden;
}
.sidebar-title {
  background: #0056b3;
  color: #fff;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: bold;
}
.sidebar-nav li { border-bottom: 1px solid #ddd; }
.sidebar-nav li a {
  display: block;
  padding: 14px 20px 14px 30px;
  color: #000;
  font-size: 16px;
  transition: none;
}
.sidebar-nav li a:hover { background: #f0f0f0; color: #0056b3; text-decoration: underline; }
.sidebar-nav li.active a {
  color: #0056b3;
  background: #f0f0f0;
  border-left: 4px solid #0056b3;
  font-weight: bold;
}

/* --- Pagination --- */
.pagination { text-align: center; padding: 30px 0; }
.pagination a,
.pagination span {
  display: inline-block;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  margin: 0 4px;
  border: 2px solid #000;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  transition: none;
}
.pagination a:hover { border-color: #0056b3; color: #0056b3; text-decoration: underline; }
.pagination .active { background: #0056b3; color: #fff; border-color: #0056b3; }
.pagination .disabled { color: #999; border-color: #ccc; cursor: default; }

/* --- Page Layout: Sidebar + Main --- */
.page-main { display: flex; gap: 24px; }
.page-content {
  flex: 1;
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 28px;
  min-height: 400px;
  box-shadow: none;
}
/* ============================================
   Sub-page Styles (page.css)
   ============================================ */

/* --- Page Banner --- */
.page-banner {
  width: 100%;
  height: 200px;
  background: #0056b3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  box-shadow: none;
}
.page-banner h2 { font-size: 36px; text-shadow: none; color: #fff; }

/* --- Article List Page --- */
.article-list-page { padding: 0; }
.article-list-page .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 2px solid #ddd;
}
.article-list-page .list-item:last-child { border-bottom: none; }
.article-list-page .list-item .item-title {
  flex: 1;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.article-list-page .list-item .item-title:hover { color: #0056b3; text-decoration: underline; }
.article-list-page .list-item .item-title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.article-list-page .list-item .item-date { font-size: 16px; color: #555; white-space: nowrap; }

/* --- Article Detail Page --- */
.article-detail-page {}
.article-detail-page .detail-title {
  font-size: 28px;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.5;
}
.article-detail-page .detail-meta {
  text-align: center;
  font-size: 16px;
  color: #555;
  padding-bottom: 18px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 24px;
}
.article-detail-page .detail-meta span { margin: 0 14px; }
.article-detail-page .detail-body {
  font-size: 21px;
  line-height: 1.8;
  color: #000;
}
.article-detail-page .detail-body p { margin-bottom: 18px; }
.article-detail-page .detail-body img { max-width: 100%; height: auto; margin: 14px 0; border-radius: 4px; }
.article-detail-page .detail-attachments {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 2px solid #ddd;
}
.article-detail-page .detail-attachments h4 { font-size: 20px; color: #000; margin-bottom: 12px; }
.article-detail-page .detail-attachments .att-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
}
.article-detail-page .detail-attachments .att-item .att-icon { color: #0056b3; margin-right: 10px; display: inline-flex; align-items: center; }
.article-detail-page .detail-attachments .att-item a { color: #0056b3; font-size: 16px; text-decoration: underline; }
.article-detail-page .detail-attachments .att-item a:hover { color: #003d82; }
.article-detail-page .detail-back {
  text-align: center;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 2px solid #ddd;
}
.article-detail-page .detail-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 2px solid #ddd;
  font-size: 16px;
}
.article-detail-page .detail-nav a { color: #0056b3; text-decoration: underline; }
.article-detail-page .detail-nav a:hover { color: #003d82; }

/* --- Product List Page --- */
.product-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.product-filter .filter-tab {
  padding: 8px 22px;
  border: 2px solid #000;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: none;
  background: #fff;
}
.product-filter .filter-tab:hover,
.product-filter .filter-tab.active {
  border-color: #0056b3;
  color: #0056b3;
  background: #f0f0f0;
}
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 24px;
  transition: none;
  background: #fff;
  box-shadow: none;
}
.product-card:hover { border-color: #0056b3; }
.product-card .card-icon {
  width: 52px;
  height: 52px;
  background: #f0f0f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #0056b3;
  margin-bottom: 16px;
}
.product-card .card-icon svg { width: 28px; height: 28px; }
.product-card h4 { font-size: 20px; color: #000; margin-bottom: 10px; }
.product-card .card-desc { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 16px; }
.product-card .card-link { font-size: 16px; color: #0056b3; font-weight: bold; text-decoration: underline; }

/* --- Product Detail Page --- */
.product-detail-top {
  display: flex;
  gap: 36px;
  margin-bottom: 36px;
}
.product-detail-img {
  width: 420px;
  flex-shrink: 0;
  background: #f8f8f8;
  border: 2px solid #000;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  box-shadow: none;
}
.product-detail-img img { max-width: 100%; }
.product-detail-info { flex: 1; }
.product-detail-info h2 { font-size: 28px; color: #000; margin-bottom: 18px; }
.product-detail-info .product-meta { font-size: 16px; color: #222; line-height: 2.4; }
.product-detail-info .product-meta .meta-label { color: #555; margin-right: 10px; }
.product-detail-info .product-apply { margin-top: 28px; }
.product-features { margin-top: 24px; }
.product-features h3 {
  font-size: 24px;
  color: #000;
  padding-left: 12px;
  border-left: 4px solid #0056b3;
  margin-bottom: 18px;
}
.product-features .feature-list li {
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  border-bottom: 1px dashed #ddd;
}

/* --- Search Results Page --- */
.search-bar {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.search-bar input {
  flex: 1;
  height: 48px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 16px;
  outline: none;
  background: #fff;
  color: #000;
}
.search-bar input:focus { border-color: #f97316; }
.search-bar .search-btn {
  height: 48px;
  padding: 0 32px;
  background: #0056b3;
  color: #fff;
  border: 2px solid #0056b3;
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  border-radius: 4px;
}
.search-bar .search-btn:hover { background: #003d82; }
.search-result-item {
  padding: 18px 0;
  border-bottom: 2px solid #ddd;
}
.search-result-item h4 { font-size: 20px; margin-bottom: 8px; }
.search-result-item h4 a { color: #000; }
.search-result-item h4 a:hover { color: #0056b3; text-decoration: underline; }
.search-result-item .result-desc { font-size: 16px; color: #222; line-height: 1.8; }
.search-result-item .result-url { font-size: 16px; color: #0056b3; margin-top: 6px; text-decoration: underline; }
.search-highlight { background: #ffeb3b; padding: 0 2px; }
.search-summary { font-size: 16px; color: #555; margin-bottom: 24px; }

/* --- Calculator Page --- */
.calc-form {
  background: #fff;
  padding: 28px;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: none;
}
.calc-form .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.calc-form .form-label {
  width: 120px;
  text-align: right;
  font-size: 16px;
  color: #000;
  margin-right: 14px;
}
.calc-form input,
.calc-form select {
  height: 44px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 16px;
  outline: none;
  min-width: 220px;
  background: #fff;
  color: #000;
}
.calc-form input:focus,
.calc-form select:focus { border-color: #f97316; }
.calc-result {
  margin-top: 24px;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 4px;
  display: none;
  border: 2px solid #000;
}
.calc-result .result-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
}
.calc-result .result-row:last-child { border-bottom: none; }
.calc-result .result-label { color: #222; }
.calc-result .result-value { color: #0056b3; font-weight: bold; font-size: 22px; }
/* --- Exchange Rate Table --- */
.rate-table { width: 100%; border-collapse: collapse; }
.rate-table th {
  background: #0056b3;
  color: #fff;
  padding: 14px 18px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #000;
}
.rate-table td {
  padding: 12px 18px;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  color: #000;
}
.rate-table tr:hover td { background: #f0f0f0; }
.rate-update-time { font-size: 16px; color: #555; margin-bottom: 18px; }

/* --- Branches Page --- */
.branch-filter {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  align-items: center;
}
.branch-filter select {
  height: 44px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 16px;
  outline: none;
  min-width: 180px;
  background: #fff;
  color: #000;
}
.branch-card {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 18px;
  transition: none;
  box-shadow: none;
}
.branch-card:hover { border-color: #0056b3; }
.branch-card h4 { font-size: 20px; color: #000; margin-bottom: 12px; }
.branch-card .branch-info { font-size: 16px; color: #222; line-height: 2.2; }
.branch-card .branch-info .info-label { color: #555; margin-right: 8px; }

/* --- Sitemap Page --- */
.sitemap-section { margin-bottom: 36px; }
.sitemap-section h3 {
  font-size: 24px;
  color: #000;
  padding-bottom: 12px;
  border-bottom: 3px solid #0056b3;
  margin-bottom: 18px;
}
.sitemap-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.sitemap-links a {
  display: block;
  padding: 10px 14px;
  font-size: 16px;
  color: #0056b3;
  border: 2px solid #000;
  border-radius: 4px;
  transition: none;
  text-decoration: underline;
}
.sitemap-links a:hover { background: #f0f0f0; border-color: #0056b3; }

/* --- 404 Page --- */
.error-page { text-align: center; padding: 80px 24px; }
.error-page .error-code { font-size: 120px; color: #0056b3; font-weight: bold; opacity: 0.5; }
.error-page .error-msg { font-size: 28px; color: #000; margin: 24px 0; }
.error-page .error-desc { font-size: 18px; color: #555; margin-bottom: 36px; }

/* --- Legal Page --- */
.legal-content {
  line-height: 2.2;
  font-size: 21px;
  color: #000;
}
.legal-content h3 { font-size: 24px; margin: 24px 0 12px; color: #000; }
.legal-content p { margin-bottom: 16px; }
/* ============================================
   Homepage Styles (index.css)
   ============================================ */

/* --- Banner Carousel --- */
.banner-section {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #e5e7eb;
}
.banner-slide { position: relative; width: 100%; height: 420px; }
.banner-slide .bd { position: relative; width: 100%; height: 420px; overflow: hidden; }
.banner-slide .bd ul { width: 100%; height: 100%; }
.banner-slide .bd li { width: 100%; height: 420px; position: relative; }
.banner-slide .bd li img { width: 100%; height: 420px; object-fit: cover; }
.banner-slide .bd li .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
.banner-slide .bd li .banner-text h2 { font-size: 36px; font-weight: bold; margin-bottom: 14px; text-shadow: none; }
.banner-slide .bd li .banner-text p { font-size: 20px; text-shadow: none; }
.banner-slide .hd { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 5; }
.banner-slide .hd li {
  display: inline-block;
  width: 36px;
  height: 6px;
  background: rgba(255,255,255,0.5);
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.banner-slide .hd li.on { background: #fff; width: 48px; }
.banner-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* --- Banner Quick Service Panel --- */
.banner-quick-panel {
  position: absolute;
  right: calc((100% - 1440px) / 2);
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 4px;
  box-shadow: none;
  border: 2px solid #000;
  padding: 22px 18px;
  z-index: 10;
}
.banner-quick-panel h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.quick-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 10px;
}
.quick-panel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 10px 6px;
  border-radius: 4px;
  transition: none;
  border: 1px solid transparent;
}
.quick-panel-item:hover { background: #f0f0f0; color: #0056b3; border-color: #0056b3; }
.quick-panel-item .qp-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 50%;
  transition: none;
  color: #0056b3;
}
.quick-panel-item:hover .qp-icon { background: #0056b3; color: #fff; }
.quick-panel-item .qp-icon svg { width: 20px; height: 20px; }
.quick-panel-item:hover .qp-icon svg { stroke: #fff; }
.quick-panel-item .qp-text { font-size: 16px; white-space: nowrap; }
.quick-panel-grid .quick-panel-item:last-child:nth-child(odd) { grid-column: 1 / -1; }

/* --- Quick Entry Bar --- */
.quick-entry {
  background: #fff;
  border-bottom: 2px solid #000;
  padding: 0;
}
.quick-entry-inner {
  display: flex;
  align-items: center;
  height: 80px;
}
.quick-links { display: flex; gap: 0; flex: 1; }
.quick-links .quick-item {
  flex: 1;
  text-align: center;
  border-right: 2px solid #ddd;
  padding: 12px 0;
  cursor: pointer;
  transition: none;
}
.quick-links .quick-item:last-child { border-right: none; }
.quick-links .quick-item:hover { background: #f0f0f0; }
.quick-links .quick-item .qi-icon { font-size: 30px; color: #0056b3; margin-bottom: 6px; }
.quick-links .quick-item .qi-icon svg { width: 30px; height: 30px; display: block; margin: 0 auto; }
.quick-links .quick-item:nth-child(odd) .qi-icon { color: #0056b3; }
.quick-links .quick-item:nth-child(even) .qi-icon { color: #0056b3; }
.quick-links .quick-item .qi-text { font-size: 16px; color: #000; }
.quick-links .quick-item:hover .qi-text { color: #0056b3; }
.notice-bar {
  width: 420px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border-left: 2px solid #000;
  height: 100%;
}
.notice-bar .notice-label { color: #b91c1c; font-weight: bold; font-size: 16px; white-space: nowrap; margin-right: 14px; }
.notice-bar marquee { font-size: 16px; color: #000; }
/* --- Home Section Common --- */
.home-section { padding: 10px 0; }
.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-left: 14px;
  border-left: 5px solid #0056b3;
  margin-bottom: 18px;
}
.section-title-orange { border-left-color: #c2410c; }
.section-more {
  float: right;
  font-size: 16px;
  color: #0056b3;
  margin-top: 4px;
  text-decoration: underline;
}
.section-more:hover { color: #003d82; }

/* --- Smart Service --- */
.smart-service {
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: none;
  padding: 28px;
}
.service-grid {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-top: 18px;
}
.service-item { width: 18%; min-width: 80px; cursor: pointer; }
.service-item .svc-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 10px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #0056b3;
  transition: none;
}
.service-item .svc-icon svg { width: 28px; height: 28px; }
.service-item:hover .svc-icon { background: #0056b3; color: #fff; }
.service-item:hover .svc-icon svg { stroke: #fff; }
.service-item:nth-child(odd) .svc-icon { color: #0056b3; }
.service-item:nth-child(even) .svc-icon { color: #0056b3; background: #f0f0f0; }
.service-item:nth-child(even):hover .svc-icon { background: #0056b3; color: #fff; }
.service-item .svc-text { font-size: 16px; color: #000; }
.service-item:hover .svc-text { color: #0056b3; }

/* --- Huimin Life --- */
.huimin-life {
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: none;
  padding: 28px;
}
.huimin-item {
  display: flex;
  align-items: center;
  padding: 14px;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 14px;
  transition: none;
  border: 1px solid #ddd;
}
.huimin-item:hover { background: #f0f0f0; border-color: #0056b3; }
.huimin-tag {
  background: #c2410c;
  color: #fff;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 2px;
  margin-right: 14px;
  white-space: nowrap;
}
.huimin-info { flex: 1; }
.huimin-info h4 { font-size: 18px; color: #000; margin-bottom: 4px; }
.huimin-info .huimin-date { font-size: 16px; color: #555; }
.huimin-btn {
  font-size: 16px;
  color: #c2410c;
  border: 2px solid #c2410c;
  padding: 6px 14px;
  border-radius: 4px;
  white-space: nowrap;
  transition: none;
}
.huimin-btn:hover { background: #c2410c; color: #fff; }

/* --- Finance Tabs --- */
.finance-section {
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: none;
  padding: 28px;
}
.finance-tabs {
  display: flex;
  border-bottom: 2px solid #000;
  margin-bottom: 24px;
}
.finance-tab {
  padding: 10px 28px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: none;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.finance-tab:hover { color: #0056b3; text-decoration: underline; }
.finance-tab.active {
  color: #0056b3;
  border-bottom-color: #0056b3;
  font-weight: bold;
}
.finance-panel { display: none; }
.finance-panel.active { display: flex; flex-wrap: wrap; gap: 20px; }
.finance-card {
  flex: 1;
  min-width: 300px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 24px;
  transition: none;
  box-shadow: none;
}
.finance-card:hover { border-color: #0056b3; }
.finance-card h4 { font-size: 20px; color: #000; margin-bottom: 10px; }
.finance-card p { font-size: 16px; color: #555; margin-bottom: 14px; }
.finance-card .card-link { color: #0056b3; font-size: 16px; font-weight: bold; text-decoration: underline; }
.finance-card .card-link:hover { color: #003d82; }
/* --- News List --- */
.news-section {
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: none;
  padding: 28px;
}
.news-section .section-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 18px;
}
.news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
.news-list li:last-child { border-bottom: none; }
.news-list .news-title {
  flex: 1;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 18px;
}
.news-list .news-title:hover { color: #0056b3; text-decoration: underline; }
.news-list .news-date { font-size: 16px; color: #555; white-space: nowrap; }

/* --- Bank Profile --- */
.profile-section {
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: none;
  padding: 28px;
}
.profile-stats {
  background: #f8f8f8;
  padding: 24px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ddd;
}
.profile-stats h4 { color: #000; font-size: 20px; margin-bottom: 12px; }
.profile-stats .stat-num { font-size: 28px; color: #0056b3; font-weight: bold; }
.profile-stats .stat-text { font-size: 16px; color: #555; margin-top: 6px; }
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.profile-grid a {
  display: block;
  text-align: center;
  padding: 16px 10px;
  border: 2px solid #000;
  border-radius: 4px;
  color: #0056b3;
  font-size: 16px;
  transition: none;
  text-decoration: underline;
}
.profile-grid a:hover { background: #f0f0f0; border-color: #0056b3; }
.profile-grid .grid-icon { font-size: 26px; color: #0056b3; display: block; margin-bottom: 8px; }
.profile-grid .grid-icon svg { width: 26px; height: 26px; }
.profile-grid a:nth-child(odd) .grid-icon { color: #0056b3; }
.profile-grid a:nth-child(even) .grid-icon { color: #0056b3; }

/* --- Video Section --- */
.video-section {
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: none;
  padding: 28px;
}
.video-main-wrap {
  margin-bottom: 10px;
}
.video-main-player {
  width: 100%;
  height: 160px;
  border-radius: 4px;
  object-fit: cover;
  background: #000;
}
.video-caption { text-align: center; font-size: 16px; color: #000; margin-top: 8px; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.video-thumb-wrap {
  cursor: pointer;
}
.video-thumb-player {
  width: 100%;
  height: 90px;
  border-radius: 4px;
  object-fit: cover;
  background: #000;
}
.video-grid .video-label { text-align: center; font-size: 16px; color: #000; margin-top: 6px; }

/* --- Home Grid Layout --- */
.home-grid-2 { display: flex; gap: 24px; }
.home-grid-2 > div { flex: 1; }
.home-grid-3 { display: flex; gap: 24px; }
.home-grid-3 .col-2 { flex: 2; }
.home-grid-3 .col-1 { flex: 1; }