body {
  background: #f5f7fa;
}
.container-1280 {
  width: 1280px !important;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container-1280 {
    width: 1280px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-1280 {
    width: 970px !important;
  }
}
@media (max-width: 991px) {
  .container-1280 {
    width: 100% !important;
  }
}

.work-news {
  background: #f8f9fa;
  padding: 20px 0 0px;
  border-bottom: none !important;
}
.work-news .row {
  display: flex;
  align-items: stretch;
}

/* ===== 修改：左侧栏宽度从 30% 缩减为 19.5%（原来的65%） ===== */
.gg-news-left {
  padding-right: 10px;
  width: 19.5%;
  flex: 0 0 19.5%;
  display: flex;
  flex-direction: column;
  min-height: 1024px;
}
/* ===== 修改：右侧栏宽度从 70% 扩展为 80.5% ===== */
.gg-news-right {
  padding-left: 10px;
  width: 80.5%;
  flex: 0 0 80.5%;
  display: flex;
  flex-direction: column;
}

.news-list-wrapper {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 18px 20px 10px;
  border-radius: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-list-wrapper .list-tabs {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 14px;
  padding-top:6px;
  padding-bottom:16px;
}
.tabx-item {
  text-align: center;
}

.news-list-wrapper .list-content {
  flex: 1;
}
.news-list-wrapper .list-content .news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s;
}
.news-list-wrapper .list-content .news-item:last-child {
  border-bottom: none;
}
.news-list-wrapper .list-content .news-item:hover {
  padding-left: 6px;
}
.news-list-wrapper .list-content .news-item .item-title {
  flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 12px;
}
.news-list-wrapper .list-content .news-item .item-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.news-list-wrapper .list-content .news-item .item-title a:hover {
  color: #0ba1e4;
}
.news-list-wrapper .list-content .news-item .item-title .label-tag {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: #0ba1e4;
  padding: 0 8px;
  border-radius: 0 !important;
  margin-right: 6px;
  line-height: 18px;
}
.news-list-wrapper .list-content .news-item .item-title .label-tag.hot {
  background: #ff6b6b;
}
.news-list-wrapper .list-content .news-item .item-title .label-tag.notice {
  background: #ffa94d;
}
.news-list-wrapper .list-content .news-item .item-date {
  font-size: 12px;
  color: #555;
  white-space: nowrap;
  flex-shrink: 0;
}
.prev-next-nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.prev-next-nav .nav-item {
    display: flex;
    align-items: center;
    max-width: 48%;
    padding: 6px 12px;
    border-radius: 4px;
    transition: background 0.2s;
    text-decoration: none;
    color: #333;
}
.prev-next-nav .nav-item:hover {
    background: #f5f5f5;
    color: #1e88e5;
    text-decoration: none;
}
.prev-next-nav .nav-item .arrow {
    font-size: 18px;
    margin-right: 10px;
    color: #1e88e5;
}
.prev-next-nav .nav-item .title-text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}
.prev-next-nav .nav-item.disabled {
    color: #bbb;
    cursor: default;
}
.prev-next-nav .nav-item.disabled:hover {
    background: transparent;
    color: #bbb;
}
@media (max-width: 768px) {
    .prev-next-nav .nav-item {
        max-width: 100%;
        width: 100%;
    }
    .prev-next-nav .nav-item .title-text {
        max-width: 200px;
    }
    .prev-next-nav .nav-item.next {
        justify-content: flex-end;
    }
    .prev-next-nav .nav-item.next .arrow {
        margin-right: 0;
        margin-left: 10px;
    }
}

.news_list_dh {
    color: #666;
    text-decoration:none;
}
.news_list_dh:hover {
    color: #666;
    text-decoration:none;
}

body, td, th {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

.station-card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.station-card {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  border: 1px solid #dce3ec;
  border-radius: 8px;
  padding: 18px 24px 16px 24px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  width: 100%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  align-items: stretch;
}
.station-card:hover {
  border-color: #1a5c9e;
  box-shadow: 0 2px 12px rgba(26,92,158,0.12);
}

/* ===== 左侧主内容 ===== */
.station-card .card-main {
  flex: 1;
  min-width: 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* ===== 标题行：名称 + 推荐徽章 ===== */
.station-card .card-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-bottom: 10px;
  padding-right: 110px; /* 为右侧地区标签预留空间 */
}

.station-card .card-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a3c6e;
  text-decoration: none;
  pointer-events: none;
  line-height: 1.4;
}

.station-card .card-name .badge-recommend {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 11px;
  padding: 1px 14px;
  border-radius: 3px;
  font-weight: 600;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.5px;
  line-height: 22px;
}

/* ===== 地区标签：绝对定位，右上角，距离上边框和右边框一致 ===== */
.station-card .card-area-badge {
  position: absolute;
  top: -8px;
  right: -12px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #1a3c6e;
  background: #f0f6fe;
  padding: 2px 16px;
  border-radius: 4px;
  border: 1px solid #dce6f5;
  pointer-events: none;
  line-height: 28px;
  white-space: nowrap;
  flex-shrink: 0;
}
.station-card .card-area-badge i {
  margin-right: 6px;
  color: #1a5c9e;
}

/* ===== 信息行：统一使用网格布局，四行对齐 ===== */
.station-card .info-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.station-card .info-row {
  display: flex;
  align-items: flex-start;
  min-height: 28px;
  line-height: 28px;
}

.station-card .info-row .icon-col {
  width: 22px;
  flex-shrink: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 28px;
  margin-right: 6px;
}

.station-card .info-row .label-col {
  width: 76px;
  flex-shrink: 0;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  line-height: 28px;
}

.station-card .info-row .value-col {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  color: #555;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
}

/* ===== 标签样式 ===== */
.station-card .tag {
  display: inline-block;
  font-size: 12px;
  padding: 0 14px;
  border-radius: 3px;
  line-height: 24px;
  height: 24px;
}
.station-card .tag.service {
  background: #e8f0fe;
  color: #1a5c9e;
  border: 1px solid #d4e2f7;
}
.station-card .tag.industry {
  background: #f0f5eb;
  color: #4a7a3a;
  border: 1px solid #dce8d4;
}
.station-card .tag.empty {
  background: #f5f5f5;
  color: #bbb;
  border: 1px solid #e8e8e8;
}

.station-card .phone-text {
  color: #1a5c9e;
  font-weight: 500;
}
.station-card .address-text {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 720px;
}
.station-card .empty-text {
  color: #ccc;
  font-size: 13px;
}

/* ===== 分页 ===== */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 24px 0 10px;
  gap: 6px;
  flex-wrap: wrap;
  border-top: 1px solid #eef2f7;
  margin-top: 10px;
}
.pagination-wrapper .page-item {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #d0d7dd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  transition: 0.2s;
  background: #fff;
}
.pagination-wrapper .page-item:hover {
  background: #f0f6fe;
  border-color: #1a5c9e;
  color: #1a5c9e;
}
.pagination-wrapper .page-item.active {
  background: #1a3c6e;
  color: #fff;
  border-color: #1a3c6e;
}
.pagination-wrapper .page-item.active:hover {
  background: #1a3c6e;
  color: #fff;
}
.pagination-wrapper .page-item.disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

.list-count-info {
  color: #666;
  font-size: 14px;
  padding: 8px 0 12px;
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 4px;
}
.list-count-info strong {
  color: #1a3c6e;
  font-weight: 700;
}
.list-count-info .count-icon {
  color: #1a5c9e;
  margin-right: 6px;
}

.no-data {
  text-align: center;
  padding: 60px 0;
  color: #999;
  font-size: 15px;
}
.no-data i {
  font-size: 48px;
  display: block;
  margin-bottom: 16px;
  color: #dce3ec;
}
.no-data .no-data-text {
  color: #888;
}

/* ===== 响应式 ===== */
@media (max-width: 992px) {
  .station-card .address-text {
    max-width: 280px;
  }
  .station-card .card-header-row {
    padding-right: 100px;
  }
}

@media (max-width: 768px) {
  .station-card {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .station-card .card-main {
    padding-right: 0;
    width: 100%;
  }
  .station-card .card-header-row {
    padding-right: 0;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 8px;
  }
  .station-card .card-name {
    font-size: 16px;
  }
  .station-card .card-area-badge {
    position: relative;
    top: auto;
    right: auto;
    font-size: 13px;
    padding: 0 14px;
    line-height: 26px;
    margin-left: auto;
  }
  .station-card .info-row .label-col {
    width: 65px;
    font-size: 12px;
    line-height: 24px;
  }
  .station-card .info-row .icon-col {
    width: 20px;
    font-size: 13px;
    line-height: 24px;
  }
  .station-card .info-row .value-col {
    font-size: 12px;
    line-height: 24px;
  }
  .station-card .info-row {
    min-height: 24px;
    line-height: 24px;
  }
  .station-card .tag {
    font-size: 11px;
    padding: 0 10px;
    line-height: 22px;
    height: 22px;
  }
  .station-card .address-text {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .station-card {
    padding: 12px 12px;
  }
  .station-card .card-name {
    font-size: 15px;
  }
  .station-card .card-area-badge {
    font-size: 12px;
    padding: 0 12px;
    line-height: 24px;
  }
  .station-card .info-row {
    flex-wrap: wrap;
    min-height: 22px;
    line-height: 22px;
  }
  .station-card .info-row .label-col {
    width: 60px;
    font-size: 12px;
    line-height: 22px;
  }
  .station-card .info-row .icon-col {
    width: 18px;
    font-size: 12px;
    line-height: 22px;
    margin-right: 4px;
  }
  .station-card .info-row .value-col {
    font-size: 12px;
    line-height: 22px;
    flex: 1 1 100%;
    padding-left: 26px;
    margin-top: -4px;
  }
  .station-card .address-text {
    max-width: 160px;
  }
  .station-card .tag {
    font-size: 10px;
    padding: 0 8px;
    line-height: 20px;
    height: 20px;
  }
}

.station-detail {
  padding: 10px 0 20px 0;
}

/* ===== 头部 ===== */
.station-detail .detail-header {
  padding-bottom: 14px;
  border-bottom: 2px solid #eef2f7;
  margin-bottom: 16px;
}
.station-detail .detail-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1a3c6e;
  margin: 0;
  line-height:3;
}

/* ===== 信息行 - 紧凑型4行 ===== */
.station-detail .info-compact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px 18px;
  border: 1px solid #e8ecf1;
  margin-bottom: 0px;
}
.station-detail .info-compact .info-row {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
  line-height: 1.6;
}
.station-detail .info-compact .info-row .icon-col {
  width: 26px;
  flex-shrink: 0;
  text-align: center;
  color: #1a5c9e;
  font-size: 14px;
  margin-right: 8px;
  line-height: 1.6;
}
.station-detail .info-compact .info-row .label-col {
  width: 76px;
  flex-shrink: 0;
  font-size: 13px;
  color: #888;
  font-weight: 500;
  line-height: 1.6;
}
.station-detail .info-compact .info-row .value-col {
  flex: 1;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  word-break: break-all;
  line-height: 1.6;
}
.station-detail .info-compact .info-row .value-col .phone-link {
  color: #1a5c9e;
  text-decoration: none;
}
.station-detail .info-compact .info-row .value-col .phone-link:hover {
  text-decoration: underline;
}
.station-detail .info-compact .info-row .value-col .empty-text {
  color: #ccc;
  font-weight: 400;
}
.station-detail .info-compact .info-row .value-col .tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
}
.station-detail .info-compact .info-row .value-col .tag {
  display: inline-block;
  font-size: 12px;
  padding: 1px 14px;
  border-radius: 3px;
  background: #e8f0fe;
  color: #1a5c9e;
  border: 1px solid #d4e2f7;
  line-height: 22px;
  font-weight: 400;
}
.station-detail .info-compact .info-row .value-col .tag.industry {
  background: #f0f5eb;
  color: #4a7a3a;
  border: 1px solid #dce8d4;
}

/* ===== 站点介绍 ===== */
.station-detail .detail-content {
  margin-top: 4px;
}
.station-detail .detail-content .content-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a3c6e;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #eef2f7;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.station-detail .detail-content .content-title i {
  color: #1a5c9e;
}
.station-detail .detail-content .content-title .area-tag {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #1a3c6e;
  background: #eef4fb;
  padding: 2px 16px;
  border-radius: 14px;
  border: 1px solid #dce6f5;
  line-height: 14px;
  margin-left: 6px;
}
.station-detail .detail-content .content-title .area-tag i {
  color: #1a5c9e;
  margin-right: 4px;
}
.station-detail .detail-content .content-text {
  color: #444;
  line-height: 1.9;
  font-size: 14px;
  padding: 4px 0;
}
.station-detail .detail-content .content-text img {
  max-width: 100%;
  height: auto;
}
.station-detail .detail-content .content-text .empty-tip {
  color: #bbb;
}

/* ===== 底部：返回 + 浏览量 左右布局 ===== */
.station-detail .detail-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}
.station-detail .back-link {
  color: #1a5c9e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}
.station-detail .back-link:hover {
  color: #0d3d7a;
  text-decoration: underline;
}
.station-detail .back-link i {
  margin-right: 6px;
}
.station-detail .detail-count {
  color: #aaa;
  font-size: 13px;
}
.station-detail .detail-count i {
  color: #1a5c9e;
  margin-right: 4px;
}
.station-detail .detail-count strong {
  color: #1a3c6e;
  font-weight: 700;
}

/* ===== 响应式 ===== */
@media (max-width: 768px) {
  .station-detail .detail-title {
    font-size: 20px;
  }
  .station-detail .info-compact {
    padding: 10px 14px;
  }
  .station-detail .info-compact .info-row .label-col {
    width: 65px;
    font-size: 12px;
  }
  .station-detail .info-compact .info-row .value-col {
    font-size: 13px;
  }
  .station-detail .info-compact .info-row .icon-col {
    width: 22px;
    font-size: 13px;
  }
  .station-detail .detail-content .content-title {
    font-size: 15px;
  }
  .station-detail .detail-content .content-title .area-tag {
    font-size: 12px;
    padding: 1px 14px;
    line-height: 22px;
  }
  .station-detail .detail-footer {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .station-detail .detail-title {
    font-size: 17px;
  }
  .station-detail .info-compact {
    padding: 8px 10px;
    gap: 4px;
  }
  .station-detail .info-compact .info-row {
    flex-wrap: wrap;
    padding: 2px 0;
  }
  .station-detail .info-compact .info-row .label-col {
    width: 58px;
    font-size: 12px;
    line-height: 1.5;
  }
  .station-detail .info-compact .info-row .icon-col {
    width: 20px;
    font-size: 12px;
    margin-right: 6px;
    line-height: 1.5;
  }
  .station-detail .info-compact .info-row .value-col {
    font-size: 12px;
    flex: 1 1 100%;
    padding-left: 28px;
    margin-top: -2px;
  }
  .station-detail .info-compact .info-row .value-col .tag {
    font-size: 10px;
    padding: 0 10px;
    line-height: 20px;
  }
  .station-detail .detail-content .content-title {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .station-detail .detail-content .content-title .area-tag {
    font-size: 12px;
    padding: 1px 12px;
    line-height: 22px;
    margin-left: 0;
  }
  .station-detail .detail-content .content-text {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* ===== 地图样式 ===== */
.map-footer {
  font-size: 12px;
  color: #8899aa;
  padding: 8px 4px 0;
  text-align: right;
}

#gzMapContainer {
  width: 100%;
  height: 680px;
  background: #f2f5f8;
  border-radius: 8px;
}

/* ===== 响应式 ===== */
@media (max-width: 768px) {
  #gzMapContainer {
    height: 350px;
  }
}

/* ===== 搜索栏整体布局 ===== */
.search-bar-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  background: #f8f9fa;
  padding: 10px 16px;
  border-radius: 6px;
  margin-bottom: 18px;
  min-height: 52px;
}

/* ===== 统一的下拉选择器样式 ===== */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  height: 36px;
  vertical-align: middle;
  flex-shrink: 0;
}

.custom-select-wrapper .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 120px;
  max-width: 200px;
  height: 36px;
  padding: 0 32px 0 16px;
  background: #fff;
  border: 1px solid #d0d7dd;
  border-radius: 20px;
  color: #333;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  line-height: 1;
  font-family: inherit;
}

.custom-select-wrapper .dropdown-toggle:hover {
  border-color: #1e88e5;
}

.custom-select-wrapper .dropdown-toggle:focus {
  border-color: #1e88e5;
  box-shadow: 0 0 0 3px rgba(30,136,229,0.12);
  outline: none;
}

.custom-select-wrapper .dropdown-toggle .selected-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  text-align: left;
  font-size: 13px;
  line-height: 34px;
}

.custom-select-wrapper .dropdown-toggle .selected-text.placeholder {
  color: #999;
}

.custom-select-wrapper .dropdown-toggle .selected-text.has-value {
  color: #333;
}

.custom-select-wrapper .dropdown-toggle .caret {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #999;
  flex-shrink: 0;
  transition: 0.2s;
}

.custom-select-wrapper .dropdown-toggle.open .caret {
  transform: translateY(-50%) rotate(180deg);
}

/* ===== 统一弹出面板 ===== */
.custom-dropdown-panel {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 1000;
  min-width: auto;
  width: max-content;
  max-width: 680px;
  background: #fff;
  border: 1px solid #d0d7dd;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  padding: 10px 12px;
  max-height: 380px;
  overflow-y: auto;
}

.custom-dropdown-panel.open {
  display: block;
}

.custom-dropdown-panel .panel-title {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.custom-dropdown-panel .panel-title .selected-count {
  font-weight: 400;
  color: #1e88e5;
  font-size: 11px;
  margin-left: 6px;
}

.custom-dropdown-panel .option-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.custom-dropdown-panel .option-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.15s;
  font-size: 13px;
  min-height: 30px;
}

.custom-dropdown-panel .option-item:hover {
  background: #f0f7ff;
}

.custom-dropdown-panel .option-item.active {
  background: #e3f0ff;
}

.custom-dropdown-panel .option-item input[type="radio"],
.custom-dropdown-panel .option-item input[type="checkbox"] {
  margin-right: 8px;
  flex-shrink: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  accent-color: #1e88e5;
}

.custom-dropdown-panel .option-item label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  line-height: 1.4;
  color: #333;
}

/* 面板底部按钮 */
.custom-dropdown-panel .panel-actions {
  padding-top: 8px;
  border-top: 1px solid #eee;
  margin-top: 6px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.custom-dropdown-panel .panel-actions .btn {
  border-radius: 16px;
  padding: 4px 18px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  height: 28px;
  line-height: 20px;
  box-sizing: border-box;
  transition: 0.2s;
}

.custom-dropdown-panel .panel-actions .btn-confirm {
  background: #1e88e5;
  color: #fff;
}
.custom-dropdown-panel .panel-actions .btn-confirm:hover {
  background: #1565c0;
}

.custom-dropdown-panel .panel-actions .btn-clear {
  background: #f0f0f0;
  color: #666;
}
.custom-dropdown-panel .panel-actions .btn-clear:hover {
  background: #e0e0e0;
}

/* 关键词输入框 */
.search-bar-wrapper input[type="text"] {
  flex: 1;
  min-width: 120px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #d0d7dd;
  border-radius: 20px;
  background: #fff;
  font-size: 13px;
  outline: none;
  transition: 0.2s;
  line-height: 34px;
  box-sizing: border-box;
}

.search-bar-wrapper input[type="text"]:focus {
  border-color: #1e88e5;
  box-shadow: 0 0 0 3px rgba(30,136,229,0.12);
}

/* 搜索按钮 */
.search-bar-wrapper .btn-search {
  height: 36px;
  padding: 0 24px;
  background: #1e88e5;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  line-height: 36px;
  box-sizing: border-box;
  white-space: nowrap;
}
.search-bar-wrapper .btn-search:hover {
  background: #1565c0;
}

/* ===== 响应式 ===== */
@media (max-width: 768px) {
  .search-bar-wrapper {
    gap: 8px 10px;
    padding: 10px 12px;
  }

  .custom-select-wrapper,
  .custom-select-wrapper .dropdown-toggle,
  .search-bar-wrapper input[type="text"],
  .search-bar-wrapper .btn-search {
    height: 34px;
    font-size: 12px;
  }

  .custom-select-wrapper .dropdown-toggle {
    min-width: 100px;
    max-width: 150px;
    padding: 0 28px 0 12px;
  }

  .custom-select-wrapper .dropdown-toggle .selected-text {
    line-height: 32px;
    font-size: 12px;
  }

  .custom-dropdown-panel {
    max-width: 300px;
    left: -10px;
    padding: 8px 10px;
  }

  .custom-dropdown-panel .option-item {
    font-size: 12px;
    padding: 4px 8px;
    min-height: 28px;
  }
}

@media (max-width: 480px) {
  .search-bar-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-select-wrapper,
  .custom-select-wrapper .dropdown-toggle,
  .search-bar-wrapper input[type="text"],
  .search-bar-wrapper .btn-search {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }

  .custom-dropdown-panel {
    left: 0;
    right: 0;
    max-width: 100%;
    min-width: unset;
  }
}