/* 详情页面积/筛选条（原在 detail-sale.css / detail-building.css 重复，现抽为公共组件） */
/* 加 body 前缀并带 !important，以覆盖 pc-main.min.css 中全局 .cur 的 !important */
body .screen-box{padding:12px 0;border-bottom:1px solid var(--border,#eee)}
body .screen-box dl{display:flex;align-items:center}
body .screen-box dt{font-size:14px;color:var(--text-3,#595959);margin-right:10px;flex-shrink:0}
body .screen-box dd{display:flex;flex-wrap:wrap;gap:6px}
body .screen-box dd a{padding:4px 14px;font-size:13px;color:var(--text-3,#595959)!important;border:1px solid var(--border-2,#f2f2f2);border-radius:4px;cursor:pointer;transition:all .15s;white-space:nowrap;background:transparent!important}
body .screen-box dd a:hover{background:#e6f7ff!important;color:var(--blue-dark,#0590d4)!important;border-color:var(--blue,#17A1E6)!important}
body .screen-box dd a.cur{background:var(--blue-dark,#0590d4)!important;color:#fff!important;border-color:var(--blue-dark,#0590d4)!important;font-weight:600}
