.wx-fm{
  max-width:1180px;
  margin:16px auto;
  padding:0 12px;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
}
.wx-fm-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.wx-fm-card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(226,232,240,.9);
  border-radius:18px;
  box-shadow:0 14px 40px rgba(15,23,42,.07);
  overflow:hidden;
}
.wx-fm-head{
  padding:14px 16px;
  border-bottom:1px solid #eef2f7;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.wx-fm-head h2{
  margin:0;
  font-size:17px;
  color:#0f172a;
  letter-spacing:-.03em;
}
.wx-fm-head span{
  color:#64748b;
  font-size:12px;
}
.wx-fm-more{
  color:#2563eb;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
}
.wx-fm-list{
  padding:10px 12px;
  display:grid;
  gap:9px;
}
.wx-fm-item{
  border:1px solid #eef2f7;
  background:#fff;
  border-radius:14px;
  padding:12px;
}
.wx-fm-item strong{
  display:block;
  font-size:14px;
  color:#0f172a;
}
.wx-fm-item p{
  margin:6px 0 0;
  color:#64748b;
  font-size:12px;
  line-height:1.65;
}
.wx-fm-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:8px;
  color:#64748b;
  font-size:11px;
}
.wx-fm-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:3px 8px;
  border-radius:999px;
  background:#eef2ff;
  color:#1d4ed8;
  font-size:11px;
  font-weight:900;
}
.wx-fm-market{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:12px;
}
.wx-fm-market-card{
  border:1px solid #eef2f7;
  background:#fff;
  border-radius:14px;
  padding:12px;
}
.wx-fm-market-card span{
  display:block;
  color:#64748b;
  font-size:12px;
}
.wx-fm-market-card strong{
  display:block;
  margin-top:6px;
  color:#0f172a;
  font-size:20px;
}
.wx-fm-up{color:#dc2626!important;font-weight:900}
.wx-fm-down{color:#16a34a!important;font-weight:900}
.wx-fm-empty{
  padding:24px;
  text-align:center;
  color:#64748b;
  font-size:13px;
}
.wx-fm-wide{
  grid-column:1 / -1;
}
.wx-fm-adgrid{
  padding:12px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.wx-fm-ad{
  border:1px solid #dbeafe;
  background:linear-gradient(135deg,#fff,#eff6ff);
  border-radius:14px;
  padding:13px;
  text-decoration:none;
}
.wx-fm-ad strong{display:block;color:#0f172a}
.wx-fm-ad p{margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.6}
@media(max-width:900px){
  .wx-fm-grid{grid-template-columns:1fr}
  .wx-fm-market,.wx-fm-adgrid{grid-template-columns:1fr}
}
