/* 0917.cn 宝鸡生活信息网 v2 — 一比一对标 pszx.com 门户风：直角、无动画、无渐变
   主色：导航蓝 #3598db · 链接蓝 #1a5aa8 · 发布橙 #ff7e00 · 入驻青 #18b59a · 置顶红 #e4393c */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", -apple-system, sans-serif; font-size: 14px; color: #333; background: #efefef; line-height: 1.6; }
a { color: #1a5aa8; text-decoration: underline; }
a:hover { color: #e4393c; }
ul { list-style: none; }
.ps-wrap { max-width: 1180px; margin: 0 auto; padding: 0 12px; }
i { font-style: normal; }

/* ================= 顶部工具条 ================= */
.ps-topbar { background: #eeeff1; border-bottom: 1px solid #e0e2e6; font-size: 12px; color: #666; }
.ps-topbar-in { display: flex; justify-content: space-between; align-items: center; height: 32px; }
.ps-date em.wx { display: inline-block; width: 13px; height: 13px; vertical-align: -2px; margin: 0 3px 0 6px; }
.wx-sun { background: #f5b83d; border-radius: 50%; }
.wx-rain { background: #93a9c4; border-radius: 8px 8px 3px 3px; width: 15px !important; height: 9px !important; vertical-align: -1px !important; }
.wx-sep { color: #ccc; margin: 0 6px; }
.ps-toplinks a { color: #555; text-decoration: none; margin: 0 4px; }
.ps-toplinks a:hover { color: #e4393c; }
.ps-toplinks i { color: #ccc; margin: 0 2px; }
.ps-loginbtn {
  display: inline-block; color: #fff !important; font-size: 12px;
  padding: 2px 9px; margin-left: 6px; text-decoration: none !important; border-radius: 2px;
}
.ps-loginbtn.qq { background: #58a6e8; }
.ps-loginbtn.qq:hover { background: #4a97d9; color: #fff !important; }
.ps-loginbtn.wx { background: #52c356; }
.ps-loginbtn.wx:hover { background: #46b44a; color: #fff !important; }

/* ================= 头部 ================= */
.ps-header { background: #fff; }
.ps-head-in { display: flex; align-items: center; gap: 30px; padding: 20px 12px 14px; }
.ps-logo { display: flex; flex-direction: column; line-height: 1.1; text-decoration: none; flex: none; }
.ps-logo-main { font-size: 40px; font-weight: 700; color: #1a5aa8; font-family: "Kaiti SC", "STKaiti", "Microsoft YaHei", serif; letter-spacing: 2px; }
.ps-logo-url { font-size: 15px; color: #e4393c; font-weight: 600; margin-top: 2px; text-decoration: none; }
.ps-search { flex: 1; max-width: 480px; }
.ps-search form { display: flex; border: 1px solid #b9cbdc; background: #fff; }
.ps-search-sel { display: flex; align-items: center; padding: 0 14px; font-size: 14px; color: #333; border-right: 1px solid #e5e5e5; white-space: nowrap; cursor: pointer; }
.ps-search-sel b { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #999; margin-left: 6px; }
.ps-search input { flex: 1; border: none; outline: none; padding: 10px 12px; font-size: 14px; min-width: 0; }
.ps-search button { width: 56px; border: none; background: #fff; cursor: pointer; position: relative; }
.ps-search button i { display: block; width: 16px; height: 16px; border: 2px solid #8a94a0; border-radius: 50%; margin: 0 auto; position: relative; }
.ps-search button i:after { content: ""; position: absolute; width: 8px; height: 2px; background: #8a94a0; bottom: -5px; right: -6px; transform: rotate(45deg); }
.ps-search button:hover { background: #f4f8fc; }
.ps-hot { font-size: 12px; color: #e4393c; margin-top: 7px; }
.ps-hot a { color: #1a5aa8; margin-right: 10px; text-decoration: none; }
.ps-hot a:hover { color: #e4393c; text-decoration: underline; }
.ps-head-btns { display: flex; gap: 12px; flex: none; margin-left: auto; }
.ps-btn-publish, .ps-btn-join {
  display: flex; align-items: center; gap: 8px; color: #fff !important;
  font-size: 16px; font-weight: 600; padding: 12px 22px; text-decoration: none;
}
.ps-btn-publish { background: #ff7e00; }
.ps-btn-publish:hover { background: #f06d00; color: #fff !important; }
.ps-btn-join { background: #18b59a; }
.ps-btn-join:hover { background: #129d85; color: #fff !important; }
.ps-btn-publish b, .ps-btn-join b { width: 18px; height: 18px; border: 2px solid #fff; position: relative; flex: none; }
.ps-btn-publish b:after { content: "+"; position: absolute; left: 1px; top: -4px; font-size: 14px; }
.ps-btn-join b:after { content: ""; position: absolute; left: 3px; top: -3px; width: 8px; height: 6px; background: #fff; }
.ps-btn-join b:before { content: ""; position: absolute; left: 1px; top: 3px; width: 12px; height: 2px; background: #fff; }

/* ================= 主导航 ================= */
.ps-nav { background: #3598db; }
.ps-nav .ps-wrap { display: flex; flex-wrap: wrap; }
.ps-nav a { color: #fff; text-decoration: none; padding: 0 14px; line-height: 44px; font-size: 15px; white-space: nowrap; }
.ps-nav a:hover, .ps-nav a.on { background: #1f7cb8; }

/* ================= 快速导航 ================= */
.ps-quick { background: #fff; border-bottom: 1px solid #e8eaed; }
.ps-quick-in { display: flex; flex-wrap: wrap; align-items: center; padding: 9px 12px; font-size: 13px; }
.ps-quick-label { color: #e4393c; font-weight: 600; margin-right: 8px; }
.ps-quick-in a { color: #1a5aa8; margin-right: 14px; text-decoration: none; }
.ps-quick-in a:hover { color: #e4393c; text-decoration: underline; }

/* ================= 主区域布局 ================= */
.ps-main { margin-top: 14px; }
.ps-home { display: flex; gap: 14px; align-items: flex-start; }
.ps-listcol { flex: 1; min-width: 0; position: relative; }
.ps-sidecol { width: 300px; flex: none; }

/* 左侧竖排红字标签 */
.ps-side-tab {
  position: absolute; left: -34px; top: 10px;
  writing-mode: vertical-lr; letter-spacing: 4px;
  color: #e4393c; font-size: 14px; font-weight: 600;
  border-left: 3px solid #e4393c; padding-left: 5px;
}

/* ================= 面板 ================= */
.ps-panel { background: #fff; border: 1px solid #e3e6e9; margin-bottom: 14px; }
.ps-panel-hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; border-bottom: 1px solid #eef0f2;
}
.ps-panel-hd b { font-size: 17px; color: #333; }
.ps-panel-hd .ps-more { font-size: 13px; text-decoration: none; color: #1a5aa8; }
.ps-more-orange { color: #ff7e00 !important; }
.ps-panel-bd { padding: 12px 16px; }

/* ===== 信息流 ===== */
.feed-hd b { font-size: 18px; }
.feed-links a { font-size: 13px; margin-left: 14px; }
.ps-notice { margin: 10px 16px 0; background: #fff5f0; border: 1px solid #f7d6c4; color: #d2451e; font-size: 13px; padding: 7px 12px; }
.ps-notice b { color: #c0392b; }
.ps-feed-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 26px; padding: 8px 16px 14px; }
.ps-feed-item {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 0; border-bottom: 1px dotted #e5e7ea; font-size: 14px; min-width: 0;
}
.ps-topbadge { background: #e4393c; color: #fff; font-size: 12px; padding: 1px 7px; flex: none; text-decoration: none; }
.ps-arrow {
  width: 0; height: 0; flex: none; margin-right: 2px;
  border-left: 6px solid #3598db; border-top: 4px solid transparent; border-bottom: 4px solid transparent;
}
.ps-feed-title {
  flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  color: #1a5aa8; text-decoration: underline;
}
.ps-feed-title:hover { color: #e4393c; }
.ps-pics { color: #ff7e00; font-size: 12px; flex: none; }
.ps-feed-time { color: #999; font-size: 12px; flex: none; }
.ps-feed-empty { padding: 30px 0; text-align: center; color: #999; grid-column: 1 / -1; }

/* ===== 侧栏 ===== */
.ps-side-list { padding: 6px 16px; }
.ps-side-list li { padding: 8px 0; border-bottom: 1px dotted #e8eaed; font-size: 13px; line-height: 1.5; }
.ps-side-list li:last-child { border-bottom: none; }
.ps-side-list li:before { content: "· "; color: #3598db; font-weight: 700; }
.ps-side-list a { color: #1a5aa8; }
.ps-num { color: #e4393c; font-size: 15px; }
.ps-merchants { padding: 4px 16px 10px; }
.ps-merchant { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px dotted #e8eaed; }
.ps-merchant:last-child { border-bottom: none; }
.ps-merchant-logo {
  width: 44px; height: 44px; background: #3598db; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700; flex: none;
}
.ps-merchant-info { display: flex; flex-direction: column; line-height: 1.4; }
.ps-merchant-info b { font-size: 14px; color: #333; }
.ps-merchant-info i { font-size: 12px; color: #999; }
.ps-merchant-tel { display: flex; align-items: center; color: #666 !important; font-size: 13px !important; margin-top: 2px; }
.ps-merchant-tel .tel-ic {
  display: inline-block; width: 11px; height: 11px; margin-right: 5px;
  border: 1.5px solid #8a94a0; border-radius: 3px; position: relative; flex: none;
}
.ps-merchant-tel .tel-ic:after { content: ""; position: absolute; left: 3px; top: 3px; width: 2.5px; height: 2.5px; background: #8a94a0; border-radius: 50%; }

/* ================= 页脚 ================= */
.ps-footer { margin-top: 24px; }
.ps-catguide .ps-panel-bd p { padding: 5px 0; font-size: 13px; line-height: 2; }
.ps-catguide em { color: #e4393c; font-weight: 600; font-style: normal; }
.ps-catguide a { color: #1a5aa8; margin-right: 13px; white-space: nowrap; }
.ps-catguide i { color: #ddd; margin: 0 3px; }
.ps-adbanner {
  position: relative; background: #2f86d6; color: #fff; height: 112px;
  display: flex; align-items: center; padding: 0 44px; margin-bottom: 14px;
}
.ps-ad-left b { font-size: 38px; color: #ffe23d; letter-spacing: 5px; white-space: nowrap; }
.ps-ad-join { font-family: "Kaiti SC", "STKaiti", "KaiTi", serif; font-size: 27px; color: #ff5a4e; font-weight: 700; margin-left: 18px; }
.ps-ad-sub { display: block; font-size: 15px; letter-spacing: 9px; color: #eaf4ff; margin-top: 2px; }
.ps-ad-btn {
  margin-left: auto; background: #ff7e00; color: #fff !important; text-decoration: none !important;
  font-size: 18px; font-weight: 600; padding: 13px 36px; white-space: nowrap;
}
.ps-ad-btn:hover { background: #f06d00; }
.ps-ad-tag { position: absolute; right: 6px; bottom: 6px; font-size: 11px; color: #cfe4f7; font-style: normal; border: 1px solid #9cc6ea; padding: 0 5px; line-height: 1.5; }
.ps-flinks a { margin-right: 22px; font-size: 13px; }
.ps-link-en { color: #aaa; font-size: 13px; margin-left: 8px; font-weight: 400; }
.ps-foot-cols { display: flex; gap: 60px; padding: 22px 16px 26px; background: #fff; border: 1px solid #e3e6e9; margin-bottom: 0; }
.ps-foot-col { display: flex; flex-direction: column; gap: 8px; }
.ps-foot-col b { font-size: 15px; color: #333; margin-bottom: 4px; }
.ps-foot-col a { font-size: 13px; color: #666; text-decoration: none; }
.ps-foot-col a:hover { color: #e4393c; }
.ps-foot-contact { margin-left: auto; font-size: 13px; color: #555; line-height: 2; }
.ps-hotline b { color: #e4393c; }
.ps-hotline span { color: #e4393c; font-size: 17px; font-weight: 700; font-style: italic; letter-spacing: .5px; }
.ps-foot-contact i { color: #1a5aa8; }
.ps-foot-qrs { display: flex; gap: 24px; padding-left: 46px; }
.ps-qr { display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 12px; color: #666; }
.ps-qr img { width: 88px; height: 88px; display: block; border: 1px solid #e3e6e9; padding: 3px; background: #fff; }
.ps-copybar { background: #dcecf8; margin-top: 0; padding: 14px 0 18px; text-align: center; font-size: 12px; color: #666; }
.ps-copybar p { margin-bottom: 4px; }
.ps-copybar a { color: #1a5aa8; }

/* ================= 右侧浮动客服 ================= */
.ps-float { position: fixed; right: 6px; bottom: 90px; width: 54px; z-index: 99; }
.ps-float-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 54px; height: 54px; margin-bottom: 6px; color: #fff !important;
  font-size: 12px; text-decoration: none !important; gap: 2px;
}
.ps-float-btn b { width: 16px; height: 14px; border: 2px solid #fff; border-radius: 2px; position: relative; }
.ps-float-btn.blue { background: #58a6e8; }
.ps-float-btn.green { background: #52c356; }
.ps-float-btn.orange { background: #ff9d3c; }
.ps-float-btn.top { background: #b5bcc2; }
.ps-float-btn.top b { border-width: 0 0 0 2px; height: 0; width: 10px; border-color: transparent transparent #fff transparent; border-left-color: transparent; transform: rotate(-45deg); margin-bottom: 4px; }
.ps-float-btn:hover { opacity: .9; }

/* ================= 内页通用（保留组件，统一新配色） ================= */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 12px; }
.crumb { padding: 12px 0 4px; color: #777; font-size: 13px; }
.layout-2col { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.col-main { flex: 1; min-width: 0; }
.col-side { width: 300px; flex: none; }
.panel { background: #fff; border: 1px solid #e3e6e9; margin-bottom: 14px; padding: 12px 14px; }
.panel-title { font-size: 17px; border-left: 4px solid #3598db; padding-left: 10px; margin-bottom: 10px; line-height: 1.3; }
.panel-side { font-size: 12px; color: #999; font-weight: 400; float: right; margin-top: 4px; }
.panel-body { padding: 2px 0; }
.text-muted { color: #777; font-size: 13px; }
.text-muted p { margin-bottom: 6px; }
.header-search { display: flex; flex: 1; max-width: 460px; }
.header-search.inline { flex: none; margin: 10px 0; max-width: 360px; }
.header-search input { flex: 1; border: 2px solid #3598db; padding: 7px 10px; font-size: 14px; outline: none; }
.header-search button { border: none; background: #3598db; color: #fff; padding: 0 18px; font-size: 14px; cursor: pointer; }

.post-list .post-item { padding: 9px 2px; border-bottom: 1px dashed #e8e8e8; display: flex; align-items: center; gap: 6px; }
.post-item .post-title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.pic-count { color: #ff7e00; font-size: 12px; }
.tag-top { background: #e4393c; color: #fff; font-size: 12px; padding: 1px 6px; flex: none; }
.post-meta { color: #999; font-size: 12px; flex: none; }
.post-empty { padding: 20px 0; color: #999; text-align: center; }
.sub-tabs { margin: 10px 0; }
.sub-tabs a { display: inline-block; background: #fff; border: 1px solid #e3e6e9; padding: 6px 16px; margin: 0 6px 6px 0; text-decoration: none; }
.sub-tabs a.on { background: #3598db; color: #fff; border-color: #3598db; }
.side-cats li { padding: 8px 0; border-bottom: 1px dashed #eee; }
.side-cat-top { font-weight: 600; font-size: 14px; }
.side-cat-children { display: block; margin-top: 4px; }
.side-cat-children a { display: inline-block; font-size: 12px; color: #666; margin-right: 8px; }

/* 详情页 */
.detail-title { font-size: 22px; margin-bottom: 8px; line-height: 1.4; }
.detail-meta { color: #777; font-size: 13px; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 12px; }
.detail-meta span { margin-right: 16px; }
.detail-meta .price { color: #e4393c; }
.detail-content { font-size: 15px; }
.detail-imgs { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.detail-imgs img { width: 100%; height: 150px; object-fit: cover; border: 1px solid #e3e6e9; }
.detail-contact { margin-top: 16px; background: #f8f9fa; border: 1px solid #e8eaed; padding: 12px 14px; }
.detail-contact h3 { font-size: 15px; margin-bottom: 8px; color: #1a5aa8; }
.detail-contact p { margin-bottom: 4px; font-size: 15px; }
.detail-contact label { display: inline-block; width: 60px; color: #999; font-size: 13px; }
.detail-warn { margin-top: 12px; color: #b26a00; font-size: 12px; background: #fff8e6; border: 1px solid #f0e0b0; padding: 8px 10px; }

/* 发布表单 */
.publish-panel { max-width: 760px; margin: 0 auto 24px; }
.btn-publish { background: #ff7e00; color: #fff !important; padding: 8px 16px; font-size: 15px; text-decoration: none; display: inline-block; }
.btn-publish.big { display: inline-block; padding: 10px 24px; font-size: 16px; }
.btn-publish:hover { color: #fff !important; background: #f06d00; }
.form-row { display: flex; margin-bottom: 14px; }
.form-row > label { width: 110px; flex: none; padding-top: 8px; font-size: 14px; }
.form-row > label i { color: #e4393c; font-style: normal; margin-right: 2px; }
.form-row input[type="text"], .form-row input[type="number"], .form-row textarea,
.form-row input[type="password"] { flex: 1; border: 1px solid #ccc; padding: 8px 10px; font-size: 14px; outline: none; }
.form-row textarea { resize: vertical; }
.form-row input:focus, .form-row textarea:focus { border-color: #3598db; }
.form-row button[type="submit"] { background: #ff7e00; color: #fff; border: none; padding: 9px 30px; font-size: 15px; cursor: pointer; margin-left: 110px; }
.cat-select { flex: 1; display: flex; flex-wrap: wrap; gap: 6px 14px; }
.cat-radio { font-size: 13px; padding-top: 8px; cursor: pointer; white-space: nowrap; }
.cat-radio input { vertical-align: -2px; margin-right: 3px; }
.agree { flex: 1; font-size: 12px; color: #777; cursor: pointer; }
.err { color: #e4393c; font-size: 12px; margin-left: 8px; }
.alert { padding: 10px 14px; margin: 10px 0; border: 1px solid; font-size: 14px; }
.alert.ok { color: #2e7d32; border-color: #9ccc9c; background: #f2fbf2; }
.alert.err { color: #c0392b; border-color: #e6a49c; background: #fdf3f2; }

/* ================= 内页面包屑白条（pszx 同款） ================= */
.ps-crumbbar { background: #fff; border-bottom: 1px solid #e8eaed; padding: 12px 0; color: #777; font-size: 13px; }
.ps-crumbbar a { color: #1a5aa8; text-decoration: none; }
.ps-crumbbar a:hover { color: #e4393c; }

/* ================= 发布页（仿 pszx post.aspx） ================= */
.pub-layout { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.pub-main { flex: 1; min-width: 0; }
.pub-aside { width: 300px; flex: none; }
.pub-steps { display: flex; align-items: center; gap: 8px; padding: 12px 2px; font-size: 14px; color: #888; }
.pub-steps .on { color: #e4393c; font-weight: 600; }
.pub-steps i { color: #ccc; }
.pub-steps span:before { content: ""; display: inline-block; width: 16px; height: 16px; border: 2px solid #ccc; border-radius: 50%; margin-right: 5px; vertical-align: -4px; }
.pub-steps span.on:before { border-color: #e4393c; background: #e4393c; }
.pub-card { padding: 20px 24px; }
.pub-hd { font-size: 18px; margin-bottom: 16px; font-weight: 600; }
.pub-hd em { font-size: 13px; color: #999; font-style: normal; font-weight: 400; }
.pub-hd .req { color: #e4393c; }
.pub-row { display: flex; margin-bottom: 16px; }
.pub-row > label { width: 96px; flex: none; padding-top: 8px; font-size: 14px; color: #333; }
.pub-row > label .req { color: #e4393c; margin-right: 2px; }
.pub-row > label.agree { width: auto; flex: 1; padding-top: 2px; }
.pub-ctrl { flex: 1; min-width: 0; }
.pub-ctrl input[type="text"], .pub-ctrl input[type="number"], .pub-ctrl textarea {
  width: 100%; border: 1px solid #d5d9de; padding: 9px 10px; font-size: 14px; outline: none;
}
.pub-ctrl textarea { resize: vertical; }
.pub-ctrl input:focus, .pub-ctrl textarea:focus, .pub-select:focus { border-color: #3598db; }
.pub-select { width: 100%; max-width: 320px; border: 1px solid #d5d9de; padding: 9px 8px; font-size: 14px; background: #fff; outline: none; }
.pub-select-sm { max-width: 200px; }
.pub-inline { display: flex; align-items: center; gap: 8px; }
.pub-inline input[type="text"], .pub-inline input[type="number"] { width: 180px; flex: none; }
.pub-readonly { background: #f5f6f7; color: #555; }
.pub-unit { color: #666; font-size: 14px; }
.pub-longterm { font-size: 13px; color: #666; margin-left: 14px; cursor: pointer; }
.pub-more a { font-size: 13px; color: #3598db; text-decoration: none; }
.pub-more a:hover { text-decoration: underline; }
.pub-upload {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 92px; height: 92px; background: #f7f8f9; border: 1px dashed #c9ced4;
  cursor: pointer; position: relative; overflow: hidden;
}
.pub-upload input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.pub-upload-plus { font-size: 34px; color: #b9bec4; line-height: 1; font-weight: 300; }
.pub-upload-txt { font-size: 12px; color: #888; margin-top: 4px; }
.pub-upload:hover { border-color: #3598db; }
.pub-upload-hint { font-size: 12px; color: #999; margin-top: 8px; }
.pub-topbar-tip { background: #fffbe6; border: 1px solid #f3e3a8; color: #d48b06; font-size: 13px; padding: 8px 12px; margin-bottom: 10px; }
.pub-topbar-tip b { color: #d48b06; }
.pub-topzone { background: #fffdf2; border: 1px solid #f3e3a8; padding: 12px 14px 16px; margin-bottom: 18px; }
.pub-top-tabs { font-size: 14px; margin-bottom: 12px; }
.pub-top-tabs a { display: inline-block; padding: 3px 12px; margin-right: 6px; cursor: pointer; color: #555; text-decoration: none; }
.pub-top-tabs a.on { background: #e4393c; color: #fff; }
.pub-top-cards { display: flex; gap: 10px; flex-wrap: wrap; }
.pub-topcard {
  width: 108px; padding: 12px 0; background: #fff; border: 1px solid #e3e6e9;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  cursor: pointer; text-decoration: none; font-size: 13px; color: #333;
}
.pub-topcard b { font-size: 15px; }
.pub-topcard span { color: #777; }
.pub-topcard em { color: #e4393c; font-style: normal; font-weight: 600; }
.pub-topcard input { display: none; }
.pub-topcard:hover { border-color: #e4393c; }
.pub-topcard:has(input:checked) { border-color: #e4393c; background: #fff5f5; }
.pub-submit {
  background: #3598db; color: #fff; border: none; padding: 11px 44px;
  font-size: 16px; cursor: pointer;
}
.pub-submit:hover { background: #2b86c4; }
.pub-notice h3 { font-size: 15px; margin-bottom: 10px; }
.pub-notice p { font-size: 13px; color: #555; line-height: 1.9; margin-bottom: 10px; text-align: justify; }

/* ================= 分类筛选面板（仿 pszx） ================= */
.ps-filter { padding: 4px 16px; }
.ps-filter-row { display: flex; align-items: flex-start; padding: 9px 0; border-bottom: 1px dashed #eef0f2; font-size: 13px; }
.ps-filter-row:last-child { border-bottom: none; }
.ps-filter-row > em { color: #888; font-style: normal; width: 62px; flex: none; line-height: 24px; }
.ps-filter-links { flex: 1; min-width: 0; display: flex; flex-wrap: wrap; gap: 4px 0; }
.ps-filter-links a { padding: 2px 11px; margin-right: 6px; color: #1a5aa8; text-decoration: none; border-radius: 2px; white-space: nowrap; }
.ps-filter-links a:hover { color: #e4393c; }
.ps-filter-links a.on { background: #3598db; color: #fff; }
.ps-filter-links a.on:hover { color: #fff; }
.ps-filter-links .fl-publish { color: #ff7e00; font-weight: 600; }
.ps-filter-price form { display: flex; align-items: center; gap: 6px; color: #555; line-height: 24px; }
.ps-filter-price input[type="number"] { width: 88px; height: 26px; border: 1px solid #d5d9de; padding: 0 8px; font-size: 13px; outline: none; }
.ps-filter-price input:focus { border-color: #3598db; }
.ps-filter-price button { height: 26px; padding: 0 14px; border: none; background: #3598db; color: #fff; font-size: 13px; cursor: pointer; }
.ps-filter-price button:hover { background: #2b86c4; }
.ps-filter-cancel { color: #e4393c !important; margin-left: 10px; text-decoration: none; }
.ps-filter-cancel:hover { text-decoration: underline; }
.ps-filter-view { margin-left: auto; color: #999; line-height: 24px; white-space: nowrap; }
.ps-filter-view a { color: #666; text-decoration: none; cursor: pointer; margin-left: 4px; }
.ps-filter-view a.on { color: #3598db; font-weight: 600; }
.ps-filter-view .vg, .ps-filter-view .vl { display: inline-block; width: 12px; height: 10px; border: 1px solid currentColor; margin-right: 3px; vertical-align: -1px; position: relative; }
.ps-filter-view .vg:after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: currentColor; }
.ps-filter-view .vl:after { content: ""; position: absolute; left: 1px; right: 1px; top: 2px; height: 1px; background: currentColor; box-shadow: 0 3px 0 currentColor, 0 6px 0 currentColor; }
/* 方框/列表切换：列表态 */
.card-grid.as-list { display: block; }
.card-grid.as-list .infocard { flex-direction: row; align-items: center; gap: 10px; min-height: 0; padding: 10px 12px; }
.card-grid.as-list .infocard-title { -webkit-line-clamp: 1; margin: 0; max-width: 46%; }
.card-grid.as-list .infocard-body { -webkit-line-clamp: 1; flex: 1; }
.card-grid.as-list .infocard-body br { display: none; }
.card-grid.as-list .infocard-foot { border: none; padding: 0; margin-left: auto; }

/* ================= 分类信息卡 v2（仿 pszx 黄置顶/绿普通） ================= */
.infocard { position: relative; display: flex; flex-direction: column; gap: 6px;
  background: #eaf7e6; border: 1px solid #d5ecd0; padding: 0 12px 8px;
  text-decoration: none !important; min-height: 150px; }
.infocard:hover { border-color: #3598db; }
.infocard-badge { position: absolute; left: 0; top: 6px; background: #e4393c; color: #fff; font-size: 12px; padding: 2px 8px; z-index: 1; }
.infocard-title { font-size: 15px; font-weight: 600; color: #24631d; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
  margin: 12px -12px 0; padding: 6px 12px 6px 40px; border-bottom: 1px dashed rgba(0,0,0,.06); }
.infocard.is-top { background: #fdf3e3; border-color: #f3e0bc; }
.infocard.is-top .infocard-title { color: #9a3b12; border-bottom-color: rgba(0,0,0,.08); }
.infocard-body { font-size: 12px; color: #5e7a58; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; flex: 1; padding-top: 2px; }
.infocard-body i { font-style: normal; color: #7d9976; }
.infocard.is-top .infocard-body { color: #8a6d3b; }
.infocard.is-top .infocard-body i { color: #b08d52; }
.infocard-foot { display: flex; align-items: center; font-size: 12px; color: #8aa085; border-top: 1px dashed rgba(0,0,0,.08); padding: 6px 0 2px; }
.infocard-foot i { font-style: normal; }
.if-left { flex: 1; }
.if-price { color: #e4393c; font-size: 15px; font-weight: 700; }
.cat-publish { background: #ff7e00; color: #fff !important; font-size: 14px; font-weight: 600; padding: 6px 14px; text-decoration: none !important; }
.cat-publish:hover { background: #f06d00; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 14px; }
.infocard-empty { grid-column: 1 / -1; background: #fff; border: 1px solid #e3e6e9; padding: 40px 0; text-align: center; color: #999; }
.infocard-empty a { color: #1a5aa8; }

/* ================= 搜索页（仿 pszx 白面板） ================= */
.ps-searchbox { padding: 16px 20px 18px; }
.ss-count { font-size: 14px; color: #555; margin-bottom: 6px; }
.ss-count em { color: #ff7e00; font-style: normal; font-weight: 700; font-size: 17px; margin: 0 3px; }
.ss-count i { color: #999; font-style: normal; font-size: 13px; }
.ss-results { margin-top: 8px; }
.ss-item { display: flex; align-items: center; gap: 7px; padding: 11px 2px; border-bottom: 1px dotted #e8eaed; font-size: 15px; min-width: 0; }
.ss-item .ps-feed-title, .ss-title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #1a5aa8; }
.ss-item.istop .ss-title { color: #e4393c; font-weight: 600; }
.ss-price { color: #e4393c; font-size: 14px; flex: none; }
.ss-none { padding: 22px 0; color: #999; text-align: center; }
.ss-none a { color: #3598db; }
.ss-filterlabel { margin-top: 14px; padding-top: 12px; border-top: 1px solid #eef0f2; font-size: 13px; color: #999; }
.ss-cats { display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 6px; }
.ss-cats a { font-size: 13px; color: #1a5aa8; text-decoration: none; }
.ss-cats a:hover { color: #e4393c; text-decoration: underline; }

/* ================= 资讯公告（仿 pszx 左分类栏+文章列表） ================= */
.news-layout { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.news-side { width: 240px; flex: none; }
.news-main { flex: 1; min-width: 0; }
.news-cats { padding: 6px 0; }
.news-cats-hd { text-align: center; font-size: 16px; font-weight: 600; padding: 12px 0 10px; border-bottom: 1px solid #eef0f2; margin-bottom: 6px; }
.news-cats a { display: block; text-align: center; padding: 10px 0; margin: 0 18px; font-size: 14px; color: #333; text-decoration: none; border-bottom: 1px solid #f4f5f7; }
.news-cats a:last-child { border-bottom: none; }
.news-cats a.on { color: #3598db; border-bottom: 2px solid #3598db; font-weight: 600; }
.news-list { padding: 4px 22px; }
.news-item { padding: 18px 0 16px; border-bottom: 1px solid #f0f2f4; }
.news-item:last-child { border-bottom: none; }
.news-item h3 { font-size: 17px; color: #333; margin-bottom: 8px; line-height: 1.5; }
.news-item h3:hover { color: #e4393c; }
.news-sum { font-size: 13px; color: #888; line-height: 1.8; }
.news-meta { margin-top: 8px; font-size: 12px; color: #aaa; }
.news-meta i { font-style: normal; color: #3598db; margin-right: 14px; }

/* ================= 本地问答（仿 pszx） ================= */
.wenda-layout { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.wenda-main { flex: 1; min-width: 0; }
.wenda-panel { padding: 0 20px; }
.wenda-tabs { display: flex; gap: 30px; border-bottom: 1px solid #eef0f2; padding: 4px 0 0; }
.wenda-tabs a { font-size: 15px; color: #555; text-decoration: none; padding: 10px 2px 11px; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.wenda-tabs a.on { color: #3598db; border-bottom-color: #3598db; font-weight: 600; }
.wenda-item { position: relative; padding: 16px 0 16px 34px; border-bottom: 1px solid #f4f5f7; }
.wenda-item:last-child { border-bottom: none; }
.wq-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #999; margin-bottom: 8px; }
.wq-avatar { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: #cfd6dd; color: #fff; font-size: 12px; position: absolute; left: 0; top: 16px; }
.wq-name { color: #666; }
.wq-row { display: flex; align-items: center; gap: 8px; }
.wq-solved { background: #3a9d4a; color: #fff; font-size: 12px; padding: 1px 8px; flex: none; }
.wq-title { font-size: 15px; color: #333; text-decoration: none; }
.wq-title:hover { color: #e4393c; }
.wq-count { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 44px; height: 48px; background: #f2f4f6; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.wq-count b { color: #3a9d4a; font-size: 18px; line-height: 1.1; }
.wq-count i { font-style: normal; font-size: 10px; color: #999; }
.wenda-side { width: 300px; flex: none; }
.wq-card { display: flex; flex-direction: column; gap: 3px; border: 1px solid; padding: 14px 16px; margin-bottom: 12px; text-decoration: none !important; position: relative; }
.wq-card b { position: absolute; left: 16px; top: 14px; width: 30px; height: 30px; border-radius: 4px; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.wq-card .t { font-size: 16px; font-weight: 600; margin-left: 42px; }
.wq-card .d { font-size: 12px; color: #888; margin-left: 42px; }
.wq-card.green { border-color: #cde8cf; background: #f2fbf3; }
.wq-card.green .t { color: #3a9d4a; }
.wq-card.green b { background: #3a9d4a; }
.wq-card.red { border-color: #f3cdc9; background: #fdf4f3; }
.wq-card.red .t { color: #e4393c; }
.wq-card.red b { background: #e4393c; }
.wqa-side-panel { padding-bottom: 6px; }
.wqa-side-hd { font-size: 15px; font-weight: 600; padding: 12px 16px 2px; }

/* ================= 本地商家 ================= */
.bendi-panel { padding: 18px 22px 22px; }
.bendi-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.bendi-hd h1 { font-size: 20px; }
.bendi-hd h1 span { font-size: 13px; color: #999; font-weight: 400; margin-left: 10px; }
.bendi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.bendi-card { display: flex; gap: 12px; background: #f8fbf7; border: 1px solid #e2ecdf; padding: 14px 16px; text-decoration: none !important; }
.bendi-card:hover { border-color: #3598db; }
.bendi-logo { width: 46px; height: 46px; background: #3598db; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; flex: none; }
.bendi-logo.join { background: #ff9d3c; }
.bendi-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.bendi-info b { font-size: 15px; color: #333; }
.bendi-info i { font-style: normal; font-size: 12px; color: #999; }
.bendi-info em { font-style: normal; font-size: 13px; color: #e4393c; font-weight: 600; }
.bendi-join { background: #fffaf3; border-color: #f3e3c8; }

/* ================= 关于系列页 ================= */
.about-panel { padding: 20px 26px 26px; max-width: 900px; }
.about-panel h1 { font-size: 20px; border-left: 4px solid #3598db; padding-left: 10px; margin-bottom: 14px; }
.about-body p { font-size: 14px; color: #444; line-height: 2; margin-bottom: 8px; }
.about-body a { color: #1a5aa8; }

/* ================= 详情页（仿 pszx） ================= */
.detail-layout { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.detail-main { flex: 1; min-width: 0; }
.detail-side { width: 300px; flex: none; }
.detail-card { padding: 18px 22px; }
.detail-title { font-size: 24px; line-height: 1.4; font-weight: 600; }
.detail-title .tag-top { vertical-align: 4px; margin-right: 8px; }
.detail-price { color: #e4393c; font-size: 22px; font-weight: 700; margin-left: 10px; }
.detail-meta { display: flex; align-items: center; justify-content: space-between; color: #999; font-size: 13px; padding: 10px 0 12px; border-bottom: 1px solid #f0f2f4; margin-bottom: 14px; }
.dm-left span { margin-right: 18px; }
.dm-left i { font-style: normal; margin-right: 18px; }
.detail-ops { display: flex; align-items: center; gap: 13px; font-size: 13px; white-space: nowrap; }
.detail-ops em { color: #999; font-style: normal; }
.detail-ops a { color: #555; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.detail-ops a:hover { color: #e4393c; }
.detail-ops .op-ic { flex: none; }
.detail-ops .op-poster { color: #3a9d4a; }
.detail-ops .op-poster:hover { color: #2f8039; }
.detail-meta .price { color: #e4393c; }
.detail-content { font-size: 15px; line-height: 1.9; color: #333; white-space: pre-wrap; }
.detail-imgs { margin-top: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.detail-imgs img { width: 100%; height: 260px; object-fit: cover; border: 1px solid #e3e6e9; }
.contact-card { margin-top: 18px; background: #f8f9fa; border: 1px solid #e8eaed; }
.contact-hd { display: flex; align-items: center; gap: 8px; color: #e4393c; font-size: 17px; font-weight: 600; padding: 12px 16px 0; }
.contact-hd:before { content: ""; width: 18px; height: 14px; background: #e4393c; clip-path: polygon(0 0, 100% 0, 100% 70%, 55% 70%, 30% 100%, 30% 70%, 0 70%); }
.contact-hint { font-size: 12px; color: #d48b06; background: #fffbe6; border: 1px solid #f3e3a8; margin: 10px 16px; padding: 6px 10px; }
.contact-hint b { color: #e4393c; }
.contact-rows { padding: 4px 16px 14px; }
.contact-rows p { margin-bottom: 9px; font-size: 14px; color: #333; display: flex; align-items: center; flex-wrap: wrap; }
.ct-ic { width: 15px; height: 15px; color: #a6adb5; margin-right: 7px; flex: none; }
.contact-rows label { color: #999; font-size: 13px; }
.contact-phone { color: #e4393c; font-size: 22px; font-weight: 700; letter-spacing: 1px; }
.contact-count { color: #999; font-size: 12px; margin-left: 14px; }
.contact-count a { color: #1a5aa8; }
.contact-share { border-top: 1px solid #eef0f2; padding: 11px 16px; font-size: 13px; color: #999; display: flex; align-items: center; gap: 18px; }
.contact-share a { color: #1a5aa8; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.contact-share a:hover { color: #e4393c; }
.sh-ic { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; font-size: 10px; line-height: 1; flex: none; }
.sh-ic.wx { background: #52c356; }
.sh-ic.qz { background: #f5b83d; }
.sh-ic.wb { background: #e6594c; }
.sh-ic.wx:after { content: "微"; }
.sh-ic.qz:after { content: "Q"; }
.sh-ic.wb:after { content: "博"; }
.detail-warn { margin-top: 14px; color: #b26a00; font-size: 12px; background: #fff8e6; border: 1px solid #f0e0b0; padding: 8px 12px; }
.detail-nav { padding: 14px 18px; }
.detail-nav-hd { font-size: 16px; font-weight: 600; border-left: 4px solid #e4393c; padding-left: 9px; margin-bottom: 10px; }
.detail-nav-links { display: flex; flex-wrap: wrap; gap: 6px 18px; padding: 10px 14px; border: 1px solid #eef0f2; background: #fbfcfd; }
.detail-nav-links a { font-size: 14px; text-decoration: none; }
.detail-nav-links .dn-parent { font-weight: 600; color: #e4393c; }
.rel-list { padding: 4px 14px; }
.rel-list li { display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px dotted #e8eaed; }
.rel-list li:last-child { border-bottom: none; }
.rel-thumb { width: 90px; height: 68px; flex: none; background: #f2f4f6; border: 1px solid #e8eaed; }
.rel-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rel-more { text-align: center; border-top: 1px dotted #e8eaed; margin: 2px 14px 0; padding: 11px 0 9px; }
.rel-more a { font-size: 13px; color: #3598db; text-decoration: none; }
.rel-more a:hover { color: #e4393c; }
.rel-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.rel-title { font-size: 14px; color: #1a5aa8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rel-desc { font-size: 12px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rel-price { color: #e4393c; font-size: 14px; font-weight: 600; }

/* 分页 */
.pager { text-align: center; padding: 12px 0 4px; }
.pager .pagination { display: inline-flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.pager .pagination a, .pager .pagination span { display: inline-block; padding: 5px 11px; border: 1px solid #d8dbe0; background: #fff; color: #444; text-decoration: none; }
.pager .pagination a:hover { border-color: #3598db; color: #3598db; }
.pager .pagination .active span { background: #3598db; color: #fff; border-color: #3598db; }
.pager .pagination .disabled span { color: #bbb; }

/* ================= 移动端专属组件（默认隐藏，≤760px 显示） ================= */
.m-icons, .m-tabs, .m-tabbar, .m-top, .m-footlinks { display: none; }

/* ================= 移动端（一比一对标 pszx.com 手机版） ================= */
@media (max-width: 760px) {
  body { padding-bottom: 56px; }

  /* —— 隐藏桌面件 —— */
  .ps-topbar, .ps-nav, .ps-quick, .ps-head-btns, .ps-hot,
  .ps-search-sel, .ps-side-tab, .feed-hd, .ps-notice,
  .ps-sidecol, .ps-float,
  .ps-adbanner, .ps-foot-cols, .ps-catguide, .ps-footer .ps-panel,
  .detail-ops,
  .ps-search button i:after { display: none !important; }

  /* —— 头部：Logo 左 + 搜索右 —— */
  .ps-header { border-bottom: 1px solid #e8eaed; }
  .ps-head-in { display: flex; align-items: center; gap: 12px; padding: 10px 12px; }
  .ps-logo-main { font-size: 26px; letter-spacing: 1px; }
  .ps-logo-url { font-size: 11px; }
  .ps-search { max-width: none; flex: 1; }
  .ps-search form { border: 1px solid #ddd; background: #f5f6f7; }
  .ps-search input { padding: 9px 12px; font-size: 14px; background: transparent; }
  .ps-search button { width: 44px; background: transparent; }
  .ps-search button i { border-color: #aaa; }
  .ps-search button:hover { background: transparent; }

  /* —— 分类图标宫格（2 行 5 列） —— */
  .m-icons {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 14px 4px; background: #fff; padding: 16px 8px 6px; margin-bottom: 8px;
  }
  .m-icon { display: flex; flex-direction: column; align-items: center; gap: 5px; text-decoration: none !important; }
  .m-icon b {
    width: 44px; height: 44px; border-radius: 10px;
    color: #fff; font-size: 20px; font-weight: 600;
    display: flex; align-items: center; justify-content: center;
  }
  .m-icon span { font-size: 12px; color: #333; }

  /* —— 分类 Tab 横滑 —— */
  .m-tabs {
    display: flex; overflow-x: auto; white-space: nowrap;
    background: #fff; padding: 0 10px; border-bottom: 1px solid #eee;
    -webkit-overflow-scrolling: touch;
  }
  .m-tabs a {
    flex: none; padding: 11px 12px; font-size: 15px;
    color: #333; text-decoration: none;
    border-bottom: 2px solid transparent; margin-bottom: -1px;
  }
  .m-tabs a.on { color: #e4393c; border-bottom-color: #e4393c; font-weight: 600; }

  /* —— 信息流：单列纯列表 —— */
  .ps-main { margin-top: 0; }
  .ps-home { display: block; }
  .ps-feed { border: none; margin-bottom: 0; }
  .ps-feed-grid { display: block; padding: 0 12px; column-gap: 0; }
  .ps-feed-item {
    display: flex; align-items: center; padding: 13px 2px;
    border-bottom: 1px solid #f2f3f5; font-size: 15px;
  }
  .ps-feed-item:last-child { border-bottom: none; }
  .ps-feed-title { color: #333; text-decoration: none; }
  .ps-feed-item.istop .ps-feed-title { color: #e4393c; }
  .ps-feed-time { color: #999; font-size: 13px; display: inline-flex; align-items: center; gap: 3px; }
  .m-clock {
    display: inline-block; width: 11px; height: 11px;
    border: 1.5px solid #b9bec4; border-radius: 50%; position: relative; flex: none;
  }
  .m-clock:after {
    content: ""; position: absolute; left: 3.5px; top: 0.5px;
    width: 1.5px; height: 4.5px; background: #b9bec4;
  }
  .pager { padding-bottom: 10px; }

  /* —— 移动页脚 —— */
  .m-footlinks {
    display: flex; justify-content: center; align-items: center; gap: 14px;
    background: #eef0f2; padding: 13px 0; font-size: 14px; margin-top: 10px;
  }
  .m-footlinks a { color: #444; text-decoration: none; }
  .m-footlinks i { color: #ccc; }
  .ps-footer { margin-top: 0; }
  .ps-copybar { background: #f7f8f9; padding: 10px 0 14px; font-size: 12px; }
  .ps-copybar p:first-child { display: none; }

  /* —— TOP 圆钮 —— */
  .m-top {
    display: flex; position: fixed; right: 10px; bottom: 70px;
    width: 42px; height: 42px; border-radius: 50%;
    background: #cfd4d9; color: #fff !important; font-size: 11px;
    align-items: center; justify-content: center; z-index: 98;
    box-shadow: none; text-decoration: none !important;
  }

  /* —— 底部 TabBar（统一内联 SVG 线性图标，5 等分） —— */
  html, body { overflow-x: hidden; }
  .m-tabbar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0;
    background: #fff; border-top: 1px solid #e5e7ea; z-index: 99; height: 54px;
  }
  .m-tabbar a {
    flex: 1 1 0; min-width: 0; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    font-size: 11px; color: #666; text-decoration: none !important; gap: 2px;
    padding: 0 2px; text-align: center; white-space: nowrap;
  }
  .m-tabbar a.on { color: #e4393c; }
  .mi { display: block; width: 23px; height: 23px; flex: none; }
  .mi svg { display: block; width: 100%; height: 100%; }
  .m-tab-publish b {
    width: 46px; height: 46px; border-radius: 50%; background: #ff7e00;
    display: flex; align-items: center; justify-content: center;
    margin-top: -20px; border: 3px solid #fff; flex: none;
  }
  .m-tab-publish b svg { width: 22px; height: 22px; }
  .m-tab-publish span { color: #ff7e00; font-weight: 600; }
  .m-tab-publish { color: #ff7e00 !important; }

  /* —— 通用内页移动适配 —— */
  .layout-2col { flex-direction: column; }
  .col-side { width: 100%; }
  .form-row { flex-direction: column; }
  .form-row > label { padding: 0 0 4px; }
  .form-row button[type="submit"] { margin-left: 0; }
  .detail-imgs { grid-template-columns: repeat(2, 1fr); }

  /* —— 发布页移动端 —— */
  .pub-layout { flex-direction: column; }
  .pub-steps { flex-wrap: wrap; font-size: 13px; }
  .pub-steps span:before { width: 13px; height: 13px; vertical-align: -2px; }
  .pub-aside { width: 100%; }
  .pub-card { padding: 14px 12px; }
  .pub-row { flex-direction: column; }
  .pub-row > label { padding: 0 0 5px; }
  .pub-select { max-width: 100%; }
  .pub-top-cards { gap: 8px; }
  .pub-topcard { width: calc(50% - 4px); }
  .pub-submit { width: 100%; }

  /* —— 卡片墙移动端：单列列表行（仿 pszx 手机版分类列表） —— */
  .card-grid { grid-template-columns: 1fr; gap: 0; margin-bottom: 8px; background: #fff; border-top: 1px solid #eee; }
  .infocard {
    flex-direction: row; align-items: center; gap: 8px; min-height: 0;
    padding: 13px 12px; background: #fff; border: none; border-bottom: 1px solid #f2f3f5;
  }
  .infocard-badge { top: 50%; transform: translateY(-50%); }
  .infocard-title {
    -webkit-line-clamp: 1; margin: 0; padding: 0 0 0 36px; border-bottom: none;
    font-size: 15px; flex: 1; min-width: 0;
  }
  .infocard-body { display: none; }
  .infocard-foot { border-top: none; padding: 0; margin-left: auto; flex: none; }
  .cat-head h1 { font-size: 17px; }

  /* —— 筛选面板移动端 —— */
  .ps-filter-row { flex-wrap: wrap; padding: 8px 0; }
  .ps-filter-row > em { flex: 0 0 100%; width: 100%; line-height: 1.8; }
  .ps-filter-links { flex: 1 1 100%; }
  .ps-filter-price form { flex-wrap: wrap; }
  .ps-filter-view { display: none; }

  /* —— 新页面移动端 —— */
  .news-layout, .wenda-layout { flex-direction: column; }
  .news-side, .wenda-side { width: 100%; }
  .news-cats { display: flex; flex-wrap: wrap; padding: 4px 10px; }
  .news-cats-hd { width: 100%; text-align: left; padding: 10px 8px 6px; border-bottom: none; }
  .news-cats a { width: auto; margin: 0; padding: 6px 12px; border: none; }
  .news-list { padding: 0 14px; }
  .wenda-tabs { gap: 20px; }
  .wq-count { display: none; }
  .bendi-grid { grid-template-columns: 1fr; }
  .about-panel { padding: 14px; }

  /* —— 详情页移动端 —— */
  .detail-layout { flex-direction: column; }
  .detail-side { width: 100%; }
  .detail-card { padding: 14px 12px; }
  .detail-title { font-size: 19px; }
  .detail-price { font-size: 18px; margin-left: 6px; }
  .contact-phone { font-size: 19px; }
}
