/* Banner 区域 */
.hero {
  position: relative;
  min-height: 600px;
  background: url("../images/bg.png") center/cover no-repeat;
  padding-bottom: 120px; /* 给底部悬浮搜索留空间 */
}
.hero::before {
  /* 轻微覆盖，提升文字对比 */
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.55) 35%, rgba(255,255,255,0.20) 100%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 84px;
}
.hero-left { max-width: 560px; }
.hero-title {
  margin: 0 0 18px 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #1c4fb5;
}
.hero-desc {
  margin: 0 0 28px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 28px;
}

/* 造价信息期刊 胶囊按钮（按图强化） */
.hero-left .btn-primary.btn-lg {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: #005598;
  box-shadow: 0 14px 28px rgba(0, 85, 152, 0.30);
}
.hero-left .btn-primary.btn-lg:hover { filter: brightness(0.95); }

/* 右侧登录卡片 */
.hero-right { width: 380px; }
.login-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(15, 75, 170, 0.18);
  padding: 20px;
}
.login-card-header { display: flex; align-items: center; gap: 14px; }
/* 头像靠右显示，贴合效果图 */
.login-card-header .avatar { order: 2; margin-left: auto; }
.avatar { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; flex: none; background: #eaf2ff; display: grid; place-items: center; box-shadow: 0 0 0 6px #fff; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.greeting .title { font-size: 20px; font-weight: 700; color: #1b3c8b; }
.greeting .subtitle { margin-top: 2px; color: #65748b; font-size: 13px; }
.login-benefits { margin: 16px 0; padding: 12px; text-align: center; background: linear-gradient(180deg, #eaf2ff 0%, #f6f9ff 100%); border: 1px solid #e6efff; border-radius: 8px; color: #3b63a3; font-size: 13px; }
.login-actions { display: flex; gap: 14px; }
.login-actions .btn { flex: 1; }
/* 两个主按钮均为蓝底白字 */
.login-actions .btn-outline { color: #fff; background: var(--primary); border-color: var(--primary); }
.login-actions .btn-outline:hover { background: var(--primary-dark); }
.login-card .btn-ghost {
  margin: 14px auto 0;
  width: auto;
  padding: 0 22px;
  height: 36px;
  border-radius: 999px;
}

/* 搜索区域 */
.search-section {
  background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%);
  padding: 32px 0;
}
.search-panel {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(15, 75, 170, 0.20);
  overflow: hidden;
}
.region {
  padding: 22px;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}
.province { font-size: 20px; font-weight: 700; color: #2c3e64; }
.switch { margin-top: 4px; color: #98a6bd; font-size: 12px; }

.search-body { padding: 18px 22px; }
.search-tabs { display: flex; gap: 18px; margin-bottom: 14px; }
.search-tabs .tab {
  color: #7a8aa6;
  background: transparent;
  height: 30px; padding: 0 6px;
}
.search-tabs .tab.active { color: var(--primary); font-weight: 600; position: relative; }
.search-tabs .tab.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--primary); border-radius: 2px;
}
.search-input-row {
  display: grid;
  grid-template-columns: 1fr 120px 140px;
  gap: 12px;
  align-items: center;
}
.search-input {
  width: 100%; height: 46px; padding: 0 16px;
  border-radius: 8px; border: 1px solid var(--line);
  background: #fff; color: #2a3955;
}
.btn-search { background: var(--primary); color: #fff; border-radius: 10px; }
.btn-publish { background: #f5f7fd; color: #2c3e64; border: 1px solid #dfe7fb; border-radius: 10px; }

/* 响应式 - Banner区域 */
@media (max-width: 1260px) {
  .hero-right { display: none; }
  .search-panel { grid-template-columns: 1fr; }
  .region { border-right: 0; border-bottom: 1px solid var(--line); }
}

/* 最新材价 Section */
.latest { padding: 120px 0 140px; background: #fff; }
.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #2b3f6b;
  margin: 0 0 28px 0;
}
.latest-panel {
  background: #eef4ff;
  border-radius: 18px;
  padding: 18px 18px 26px;
  box-shadow: 0 16px 40px rgba(15, 75, 170, 0.12);
}
.latest-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.lh-left { display: flex; align-items: baseline; gap: 14px; }
.lh-title { font-size: 20px; font-weight: 700; color: #2b3f6b; }
.lh-count { color: #8aa0c4; font-size: 13px; }
.lh-tabs { display: flex; gap: 20px; align-items: center; }
.lh-tabs li { color: #6a7ea3; padding: 6px 10px; border-radius: 8px; }
.lh-tabs li.active { color: #2b3f6b; background: #e1ecff; font-weight: 600; }
.lh-tabs i { margin-left: 4px; }

.materials-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.material-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 75, 170, 0.12);
  overflow: hidden;
}
.mc-head { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 16px 0; }
.mc-title { font-size: 18px; color: #2d3f68; font-weight: 700;}
.mc-price { color: #9aaac5; }
.mc-price strong { color: #2b3f6b; font-weight: 700; }
.mc-body { padding: 10px 16px 16px; }
.row { display: flex; gap: 6px; align-items: center; font-size: 14px; color: #5a6f95; line-height: 26px; }
.k { color: #8aa0c4; }
.divider { height: 1px; background: #edf2fb; margin: 8px 0; }
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; max-width: calc(100% - 70px); }

@media (max-width: 1260px) {
  .materials-grid { grid-template-columns: 1fr 1fr; }
}

/* 询价专业 Section */
.pro { padding: 40px 0 120px; background: #fff; }
.pro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pro-card { background: #fff; border-radius: 18px; box-shadow: 0 16px 40px rgba(15, 75, 170, 0.12); overflow: hidden; }
.pro-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: #eaf2ff; }
.ph-left { display: flex; gap: 10px; align-items: baseline; }
.ph-title { font-weight: 700; color: #2b3f6b; }
.ph-count { color: #8aa0c4; font-size: 13px; }

/* 信息价卡片 */
.info-body { padding: 16px 18px 18px; }
.like-input { height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 0 12px; display: flex; align-items: center; gap: 8px; color: #5a6f95; margin-bottom: 12px; }
/* 缩小并居中“找信息价”按钮 */
.btn.wide { width: 220px; margin: 10px auto 12px; border-radius: 10px; display: block; }
.info-list { margin: 0; padding: 0; list-style: none; color: #5a6f95; text-align: center; }
.info-list li { padding: 10px 0; border-top: 1px dashed #e6ebf1; }

/* 表格样式（中、右卡片） */
.table { padding: 6px 12px 16px; --cols: 1.2fr 1.2fr .6fr 1fr; }
.thead, .tr { display: grid; grid-template-columns: var(--cols); align-items: center; }
.thead { color: #8aa0c4; font-size: 13px; padding: 8px 6px; }
.tbody .tr { color: #2d3f68; font-size: 14px; padding: 10px 6px; border-top: 1px solid #edf2fb; }
/* 强制同一行内各列不换行并省略，保证横向对齐 */
.thead > div, .tbody .tr > div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* 推荐卡片的小筛选 */
.filters { display: flex; gap: 10px; padding: 10px 12px 0; }
.filters span { background: #f2f6ff; color: #6a7ea3; border: 1px solid #e1ecff; border-radius: 8px; padding: 3px 8px; font-size: 12px; }
/* 为你推荐：将筛选放到标题右侧 */
.pro-head .filters { margin-left: auto; padding: 0; gap: 26px; }
.pro-head .filters span { background: none; border: 0; padding: 0; font-size: 14px; color: #6a7ea3; }

@media (max-width: 1260px) {
  .pro-grid { grid-template-columns: 1fr; }
}

/* KPI 最新指标 Section */
.kpi { padding: 40px 0 120px; background: #fff; }
.kpi-panel { background: #eef4ff; border-radius: 18px; box-shadow: 0 16px 40px rgba(15, 75, 170, 0.12); overflow: hidden; }
.kpi-header { background: #e1ecff; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; }
.kh-left { display: flex; align-items: baseline; gap: 12px; }
.kh-title { font-size: 18px; font-weight: 700; color: #2b3f6b; }
.kh-count { color: #8aa0c4; font-size: 13px; }

.kpi-table { padding: 8px 8px 14px; }
.kpi-table .thead.tr { color: #8aa0c4; font-size: 13px; padding: 10px 12px; }
.kpi-table .tbody .tr,
.kpi-table .thead.tr {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr .9fr .9fr 1fr .8fr .8fr 1.2fr 1fr .9fr;
  column-gap: 16px;
  align-items: center;
}
.kpi-table .tbody .tr {
  background: #fff;
  margin: 8px 4px;
  padding: 12px 12px;
  border-radius: 12px;
  color: #2d3f68;
}
.kpi-table .thead.tr > div,
.kpi-table .tbody .tr > div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* 地区选择弹窗 */
.region-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s ease; }
.region-modal.show { opacity: 1; }
.modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.modal-content { position: relative; z-index: 1; width: 700px; max-width: 90vw; background: #fff; border-radius: 16px; box-shadow: 0 24px 60px rgba(15, 75, 170, 0.25); transform: scale(0.95); transition: transform .3s ease; }
.region-modal.show .modal-content { transform: scale(1); }
.modal-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #eef2f7; }
.modal-title { margin: 0; font-size: 20px; font-weight: 700; color: #2b3f6b; }
.modal-close { width: 32px; height: 32px; border-radius: 50%; background: #f4f6fb; color: #8899b2; font-size: 24px; line-height: 1; display: grid; place-items: center; transition: all .2s; }
.modal-close:hover { background: #e8ecf4; color: #2b3f6b; }
.modal-body { padding: 24px; min-height: 320px; }
.selector-container { display: flex; gap: 16px; }
.selector-column { flex: 1; border: 1px solid #eef2f7; border-radius: 12px; overflow: hidden; }
.column-title { padding: 12px 16px; background: #f6f9ff; color: #2b3f6b; font-weight: 600; font-size: 14px; text-align: center; border-bottom: 1px solid #eef2f7; }
.column-list { max-height: 280px; overflow-y: auto; }
.selector-item { padding: 10px 16px; color: #5a6f95; cursor: pointer; transition: all .2s; }
.selector-item:hover { background: #f6f9ff; }
.selector-item.active { background: #eaf2ff; color: var(--primary); font-weight: 600; }
.modal-footer { display: flex; justify-content: flex-end; gap: 14px; padding: 16px 24px; border-top: 1px solid #eef2f7; }
.modal-btn-cancel, .modal-btn-confirm { min-width: 100px; }

/* 登录注册弹窗 */
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.auth-modal.show {
  display: flex;
  opacity: 1;
}
.auth-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.auth-modal-content {
  position: relative;
  z-index: 1;
  width: 940px;
  max-width: 92vw;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(15, 75, 170, 0.30);
  overflow: hidden;
  transform: scale(0.95);
  transition: transform .3s ease;
}
.auth-modal.show .auth-modal-content {
  transform: scale(1);
}
.auth-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #666;
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: all .2s;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.auth-modal-close:hover {
  background: #fff;
  color: #333;
  transform: rotate(90deg);
}
.auth-modal-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.auth-modal-left {
  background: linear-gradient(135deg, #e8f1ff 0%, #f5f9ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.auth-modal-left img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}
.auth-modal-right {
  padding: 50px 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 表单样式 */
.auth-form {
  width: 100%;
}
.auth-form-header {
  margin-bottom: 30px;
  text-align: center;
}
.auth-form-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #2b3f6b;
}
.auth-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
  border-bottom: 2px solid #eef2f7;
  justify-content: center;
}
.auth-tab {
  flex: 0 0 auto;
  padding: 12px 32px;
  font-size: 16px;
  color: #6a7ea3;
  background: transparent;
  border: 0;
  position: relative;
  transition: all .2s;
  cursor: pointer;
}
.auth-tab:hover {
  color: var(--primary);
}
.auth-tab.active {
  color: var(--primary);
  font-weight: 600;
}
.auth-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: var(--primary);
  border-radius: 3px 3px 0 0;
}
.auth-form-body {
  margin-top: 24px;
}
.form-group {
  position: relative;
  margin-bottom: 18px;
}
.form-input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #dde5f1;
  border-radius: 8px;
  font-size: 15px;
  color: #2a3955;
  background: #fff;
  transition: all .2s;
}
.form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 85, 152, 0.08);
}
.form-input::placeholder {
  color: #b0bcd0;
}
.form-group .input-prefix {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #2a3955;
  font-size: 15px;
  pointer-events: none;
}
.form-group .input-prefix + .form-input {
  padding-left: 56px;
}
.get-code-link {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s;
}
.get-code-link:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}
.form-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s;
}
.form-link:hover {
  text-decoration: underline;
}
.form-group .form-link:first-of-type {
  right: 80px;
}
.form-group .form-link:last-of-type {
  right: 16px;
}
.btn-block {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-top: 8px;
}
.auth-submit {
  box-shadow: 0 8px 20px rgba(0, 85, 152, 0.25);
}
.form-footer {
  margin-top: 20px;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  color: #8899b2;
  font-size: 13px;
  line-height: 1.5;
}
.checkbox-label input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: var(--primary);
}
.checkbox-label span a {
  color: var(--primary);
  text-decoration: none;
}
.checkbox-label span a:hover {
  text-decoration: underline;
}
.agreement-link {
  color: var(--primary);
  cursor: pointer;
  transition: all .2s;
}
.agreement-link:hover {
  text-decoration: underline;
}

/* 协议详情弹窗 */
.agreement-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.agreement-modal.show {
  display: flex;
  opacity: 1;
}
.agreement-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.agreement-modal-content {
  position: relative;
  z-index: 1;
  width: 700px;
  max-width: 92vw;
  max-height: 85vh;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(15, 75, 170, 0.30);
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  transition: transform .3s ease;
}
.agreement-modal.show .agreement-modal-content {
  transform: scale(1);
}
.agreement-modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.agreement-modal-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #2b3f6b;
}
.agreement-modal-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f4f6fb;
  color: #8899b2;
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: all .2s;
  cursor: pointer;
}
.agreement-modal-close:hover {
  background: #e8ecf4;
  color: #2b3f6b;
  transform: rotate(90deg);
}
.agreement-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
  color: #2d3f68;
  line-height: 1.8;
  font-size: 14px;
}
.agreement-modal-body h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1b3c8b;
  margin: 24px 0 12px;
}
.agreement-modal-body h2:first-child {
  margin-top: 0;
}
.agreement-modal-body h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2b3f6b;
  margin: 16px 0 8px;
}
.agreement-modal-body p {
  margin: 8px 0;
  text-indent: 2em;
}
.agreement-modal-body ul {
  margin: 8px 0;
  padding-left: 2em;
}
.agreement-modal-body li {
  margin: 4px 0;
  list-style-type: disc;
}
.agreement-modal-footer {
  padding: 16px 24px;
  border-top: 1px solid #eef2f7;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.agreement-agree-btn {
  min-width: 160px;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}
.agreement-agree-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #b0bcd0;
  box-shadow: none;
}
.agreement-agree-btn:disabled:hover {
  background: #b0bcd0;
}

/* 响应式 */
@media (max-width: 960px) {
  .auth-modal-inner {
    grid-template-columns: 1fr;
  }
  .auth-modal-left {
    display: none;
  }
  .auth-modal-right {
    padding: 40px 30px;
  }
}

/* 面包屑导航 */
.breadcrumb-section {
  background: #f7f9fc;
  padding: 16px 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #5a6a8a;
}
.breadcrumb a {
  color: #5a6a8a;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: var(--primary);
}
.breadcrumb i {
  font-size: 12px;
  color: #b0bcd0;
}
.breadcrumb span {
  color: #2c3e64;
  font-weight: 500;
}

/* 筛选区域 */
.filter-section {
  background: #fff;
  padding: 32px 0;
}
.filter-panel {
  background: #fff;
  border: 1px solid #e6efff;
  border-radius: 8px;
  overflow: hidden;
}
.filter-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #eef2f7;
}
.filter-item {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  border-right: 1px solid #eef2f7;
}
.filter-item:last-child {
  border-right: none;
}
.filter-label {
  font-size: 14px;
  color: #5a6a8a;
  white-space: nowrap;
  margin-right: 12px;
}
.filter-value {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.filter-select {
  flex: 1;
  background: #f7f9fc;
  border: 1px solid #e6efff;
  border-radius: 4px;
  padding: 8px 32px 8px 16px;
  font-size: 14px;
  color: #2c3e64;
  cursor: pointer;
  transition: all 0.2s;
  min-height: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-select:hover {
  border-color: var(--primary);
  background: #f0f6ff;
}
.filter-select:focus {
  outline: none;
  border-color: var(--primary);
  background: #fff;
}
.filter-select option {
  padding: 8px;
  background: #fff;
  color: #2c3e64;
}
.filter-value i {
  position: absolute;
  right: 12px;
  font-size: 12px;
  color: #b0bcd0;
  pointer-events: none;
  transition: transform 0.2s;
}

/* 已选条件 */
.selected-filters {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  gap: 16px;
  background: #f7f9fc;
}
.selected-label {
  font-size: 14px;
  color: #5a6a8a;
  white-space: nowrap;
}
.selected-tags {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.selected-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e6efff;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  color: #2c3e64;
}
.selected-tag i {
  font-size: 12px;
  color: #98a6bd;
  cursor: pointer;
  transition: color 0.2s;
  margin-left: 2px;
}
.selected-tag i:hover {
  color: #f56565;
}
.no-filter-hint {
  color: #b0bcd0;
  font-size: 13px;
}
.clear-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #5a6a8a;
  font-size: 13px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.2s;
}
.clear-btn:hover {
  background: #fff;
  color: var(--primary);
}
.clear-btn i {
  font-size: 12px;
}

/* 数据列表区域 */
.data-list-section {
  background: #fff;
  padding: 32px 0 48px;
}

/* 数据工具栏 */
.data-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.data-search {
  flex: 1;
  max-width: 500px;
  position: relative;
  display: flex;
  align-items: center;
}
.data-search i {
  position: absolute;
  left: 16px;
  color: #b0bcd0;
  font-size: 14px;
}
.data-search input {
  width: 100%;
  height: 42px;
  padding: 0 16px 0 40px;
  border: 1px solid #e6efff;
  border-radius: 6px;
  font-size: 14px;
  color: #2c3e64;
  background: #f7f9fc;
  transition: all 0.2s;
}
.data-search input:focus {
  outline: none;
  border-color: var(--primary);
  background: #fff;
}
.data-search input::placeholder {
  color: #b0bcd0;
}
.data-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid #e6efff;
  border-radius: 6px;
  background: #fff;
  color: #5a6a8a;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.action-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #f0f6ff;
}
.action-btn i {
  font-size: 14px;
}
.action-btn.mobile-view {
  color: var(--primary);
  border-color: var(--primary);
}

/* 数据表格 */
.data-table-wrapper {
  border: 1px solid #e6efff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.data-table thead {
  background: linear-gradient(180deg, #e8f2ff 0%, #f0f6ff 100%);
}
.data-table th {
  padding: 16px 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e64;
  border-bottom: 1px solid #e6efff;
  white-space: nowrap;
}
.data-table tbody tr {
  border-bottom: 1px solid #f0f4f8;
  transition: background 0.2s;
}
.data-table tbody tr:hover {
  background: #f7f9fc;
}
.data-table tbody tr:nth-child(even) {
  background: #fafbfd;
}
.data-table tbody tr:nth-child(even):hover {
  background: #f7f9fc;
}
.data-table td {
  padding: 16px 12px;
  font-size: 14px;
  color: #2c3e64;
  border-bottom: 1px solid #f0f4f8;
}
.data-table .checkbox-col {
  width: 50px;
  text-align: center;
}
.data-table input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: var(--primary);
}
.data-table .trend-col {
  text-align: center;
}
.trend-icon {
  color: #f59e0b;
  font-size: 16px;
}

/* 分页器 */
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e6efff;
  border-radius: 4px;
  background: #fff;
  color: #5a6a8a;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-btn:hover:not(:disabled):not(.active) {
  border-color: var(--primary);
  color: var(--primary);
  background: #f0f6ff;
}
.page-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 600;
}
.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.page-btn.prev,
.page-btn.next {
  font-size: 12px;
}
.page-jumper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #e6efff;
}
.page-jumper span {
  font-size: 14px;
  color: #5a6a8a;
}
.page-jumper input {
  width: 50px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #e6efff;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #2c3e64;
}
.page-jumper input:focus {
  outline: none;
  border-color: var(--primary);
}
.pagination-info {
  font-size: 14px;
  color: #5a6a8a;
}
.pagination-info strong {
  color: #2c3e64;
  font-weight: 600;
  margin: 0 4px;
}


