:root{
  --wx63-width:1300px;
  --wx63-blue:#2563eb;
  --wx63-dark:#0f172a;
  --wx63-muted:#64748b;
  --wx63-line:#dbeafe;
  --wx63-bg:#eaf7ff;
  --wx63-card:#ffffff;
  --wx63-green:#16a34a;
  --wx63-red:#dc2626;
  --wx63-orange:#f97316;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  min-width:1180px;
  background:
    radial-gradient(circle at 12% 0%,rgba(37,99,235,.10),transparent 30%),
    linear-gradient(180deg,#eef9ff 0%,#eaf7ff 48%,#f8fbff 100%);
  color:#0f172a;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  padding-top:86px;
  padding-bottom:46px;
}
a{text-decoration:none;color:inherit}
button,input{font-family:inherit}

.wx63-page{
  width:min(var(--wx63-width), calc(100vw - 32px));
  max-width:var(--wx63-width);
  margin:0 auto;
}

.wx63-ticker{
  height:38px;
  display:grid;
  grid-template-columns:118px 1fr 112px;
  align-items:center;
  gap:14px;
  padding:0 14px;
  border:1px solid rgba(191,219,254,.9);
  border-radius:13px;
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  overflow:hidden;
}
.wx63-ticker-label{
  display:flex;
  align-items:center;
  gap:8px;
  color:#2563eb;
  font-weight:950;
  font-size:13px;
}
.wx63-ticker-dot{
  width:18px;height:18px;border-radius:6px;
  background:#eff6ff;border:1px solid #bfdbfe;
}
.wx63-ticker-run{
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-weight:850;
  font-size:13px;
  color:#0f172a;
}
.wx63-ticker-status{
  text-align:right;
  color:#64748b;
  font-size:12px;
  font-weight:900;
}

.wx63-hero{
  margin-top:12px;
  display:grid;
  grid-template-columns:430px 1fr;
  gap:20px;
  align-items:stretch;
}
.wx63-ad,
.wx63-market,
.wx63-card,
.wx63-price,
.wx63-intel,
.wx63-vip{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(191,219,254,.9);
  border-radius:22px;
  box-shadow:0 16px 42px rgba(15,23,42,.06);
}
.wx63-ad{
  height:390px;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg,#facc15,#f97316);
}
.wx63-ad-inner{
  position:absolute;inset:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  padding:26px 24px;
}
.wx63-ad-copy h2{
  margin:0;
  font-size:34px;
  letter-spacing:-.04em;
}
.wx63-ad-copy p{
  margin:10px 0 0;
  color:#713f12;
  font-size:18px;
  font-weight:900;
}
.wx63-ad-phone{
  width:178px;height:270px;border-radius:28px;
  background:linear-gradient(180deg,#fff,#fef3c7);
  box-shadow:0 28px 70px rgba(120,53,15,.25);
  justify-self:center;
  position:relative;
  border:3px solid rgba(255,255,255,.8);
}
.wx63-ad-phone::before,
.wx63-ad-phone::after{
  content:"";
  position:absolute;
  left:28px;
  width:54px;height:54px;border-radius:50%;
  background:#0f172a;
  box-shadow:inset 0 0 0 10px #334155;
}
.wx63-ad-phone::before{top:34px}
.wx63-ad-phone::after{top:98px}
.wx63-ad-btn{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  height:31px;
  padding:0 22px;
  border-radius:999px;
  background:rgba(255,255,255,.65);
  border:1px solid rgba(120,53,15,.35);
  font-weight:950;
}
.wx63-market{
  height:390px;
  padding:18px 20px;
  overflow:hidden;
}
.wx63-market-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.wx63-market h2{
  margin:0;
  font-size:24px;
  letter-spacing:-.03em;
}
.wx63-market-sub{
  display:inline-flex;
  margin-top:7px;
  padding:4px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-size:12px;
  font-weight:950;
}
.wx63-tabs{display:flex;gap:8px}
.wx63-tab{
  height:30px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  border:1px solid #bfdbfe;
  border-radius:9px;
  color:#334155;
  background:#f8fbff;
  font-size:12px;
  font-weight:950;
}
.wx63-tab.active{
  background:#eff6ff;
  color:#2563eb;
  border-color:#93c5fd;
}
.wx63-chart{
  margin-top:14px;
  height:205px;
  border:1px solid #dbeafe;
  border-radius:16px;
  background:
    linear-gradient(90deg,rgba(148,163,184,.13) 1px,transparent 1px) 0 0/130px 100%,
    linear-gradient(0deg,rgba(148,163,184,.13) 1px,transparent 1px) 0 0/100% 42px,
    linear-gradient(180deg,#f8fbff,#fff);
  position:relative;
  overflow:hidden;
}
.wx63-chart svg{position:absolute;inset:0;width:100%;height:100%}
.wx63-chart-line{fill:none;stroke:#2563eb;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.wx63-chart-area{fill:url(#wx63ChartGrad)}
.wx63-chart-tag{
  position:absolute;
  right:18px;
  top:88px;
  background:#2563eb;
  color:#fff;
  padding:8px 10px;
  border-radius:12px;
  font-weight:1000;
  box-shadow:0 16px 30px rgba(37,99,235,.25);
}
.wx63-bubble{
  position:absolute;
  width:150px;
  min-height:72px;
  padding:10px;
  border-radius:10px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.14);
  border:1px solid #e2e8f0;
  font-size:11px;
  font-weight:850;
}
.wx63-bubble b{display:block;margin-bottom:4px}
.wx63-bubble.red b{color:#dc2626}
.wx63-bubble.green b{color:#16a34a}
.wx63-bubble.orange b{color:#f97316}
.wx63-kpis{
  margin-top:12px;
  height:64px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid #e5edf7;
  border-radius:16px;
  overflow:hidden;
}
.wx63-kpi{
  display:grid;
  place-items:center;
  border-right:1px solid #e5edf7;
}
.wx63-kpi:last-child{border-right:0}
.wx63-kpi b{font-size:24px;line-height:1}
.wx63-kpi span{font-size:12px;color:#64748b;font-weight:850}

.wx63-quick{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
}
.wx63-quick a{
  height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  border-radius:15px;
  font-weight:1000;
  color:#fff;
}
.wx63-quick small{display:block;font-size:12px;opacity:.88;margin-top:3px}
.wx63-quick .blue{background:#2563eb}
.wx63-quick .white{background:#fff;color:#2563eb;border:1px solid #dbeafe}
.wx63-quick .dark{background:#0f172a;color:#facc15}

.wx63-main{
  margin-top:16px;
  display:grid;
  grid-template-columns:minmax(0,820px) 460px;
  gap:20px;
  align-items:start;
}
.wx63-left,.wx63-right{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.wx63-price{
  padding:14px;
}
.wx63-price-top{
  border:1px solid #dbeafe;
  border-radius:16px;
  padding:10px 12px;
  background:#fbfdff;
}
.wx63-note-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  font-size:13px;
  font-weight:900;
}
.wx63-pill{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:0 10px;
  border:1px solid #bfdbfe;
  border-radius:999px;
  background:#f8fbff;
  color:#2563eb;
  font-size:12px;
  font-weight:950;
}
.wx63-dot{
  width:22px;height:22px;border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 0 8px rgba(34,197,94,.12);
}
.wx63-schedule{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:10px;
}
.wx63-schedule div{
  min-height:48px;
  border:1px solid #dbeafe;
  background:#fff;
  border-radius:12px;
  padding:8px 10px;
  font-weight:950;
}
.wx63-schedule span{
  display:block;
  color:#64748b;
  font-size:12px;
  margin-top:2px;
}
.wx63-query-head{
  margin-top:16px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.wx63-query-title h2{
  margin:0;
  font-size:24px;
  letter-spacing:-.03em;
}
.wx63-query-title p{
  margin:4px 0 0;
  color:#64748b;
  font-weight:850;
}
.wx63-status{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:#ecfdf5;
  color:#16a34a;
  font-weight:950;
  font-size:13px;
  border:1px solid #bbf7d0;
}
.wx63-price-stats{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  border:1px solid #e5edf7;
  background:#fbfdff;
  border-radius:14px;
  padding:8px;
}
.wx63-price-stats span{
  min-height:28px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#fff;
  color:#334155;
  font-weight:950;
  font-size:13px;
}
.wx63-search{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr 118px 88px 88px 62px;
  gap:10px;
}
.wx63-search input{
  height:44px;
  border:1px solid #bfdbfe;
  border-radius:999px;
  padding:0 18px;
  font-weight:850;
  outline:none;
}
.wx63-search button{
  height:44px;
  border:1px solid #bfdbfe;
  background:#fff;
  color:#2563eb;
  border-radius:999px;
  font-weight:1000;
  cursor:pointer;
}
.wx63-search button.primary{
  border:0;
  background:#2563eb;
  color:#fff;
}
.wx63-filter{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  padding:9px 0;
  border-bottom:1px solid #edf2f7;
}
.wx63-filter:last-of-type{border-bottom:0}
.wx63-filter b{
  color:#64748b;
  font-size:13px;
  margin-right:2px;
}
.wx63-filter button{
  min-height:29px;
  padding:0 11px;
  border:1px solid #bfdbfe;
  border-radius:999px;
  background:#fff;
  color:#2563eb;
  font-weight:950;
  cursor:pointer;
}
.wx63-filter button.active{
  background:#2563eb;
  color:#fff;
}
.wx63-mode{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:8px;
}
.wx63-mode button{
  text-align:left;
  min-height:58px;
  border:1px solid #dbeafe;
  background:#fff;
  border-radius:14px;
  padding:10px 14px;
  cursor:pointer;
  font-weight:950;
}
.wx63-mode button.active{
  border-color:#2563eb;
  box-shadow:0 0 0 1px #2563eb inset;
}
.wx63-mode span{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:34px;height:28px;
  border-radius:999px;
  background:#2563eb;
  color:#fff;
  margin-right:8px;
}
.wx63-table-info{
  margin:10px 0;
  color:#64748b;
  font-size:13px;
  font-weight:850;
}
.wx63-table-wrap{
  overflow:auto;
  border:1px solid #e5edf7;
  border-radius:14px;
}
.wx63-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
}
.wx63-table th{
  background:#f8fafc;
  color:#475569;
  text-align:left;
  padding:10px 9px;
  border-bottom:1px solid #e5edf7;
}
.wx63-table td{
  padding:10px 9px;
  border-bottom:1px solid #edf2f7;
  vertical-align:top;
  font-weight:800;
}
.wx63-price-mask{
  display:inline-block;
  letter-spacing:.08em;
  line-height:1.2;
  color:#64748b;
  font-weight:950;
}
.wx63-intel,.wx63-vip{
  padding:16px 18px;
}
.wx63-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}
.wx63-card-head h2{
  margin:0;
  font-size:23px;
  letter-spacing:-.03em;
}
.wx63-card-head a{
  color:#2563eb;
  font-size:13px;
  font-weight:950;
}
.wx63-live{
  min-height:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:0 10px;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #e5edf7;
  color:#f97316;
  font-size:12px;
  font-weight:950;
}
.wx63-news-list{
  margin-top:10px;
}
.wx63-news-row{
  min-height:43px;
  display:grid;
  grid-template-columns:54px 45px 1fr 22px;
  gap:10px;
  align-items:center;
  border-bottom:1px solid #edf2f7;
  font-size:13px;
  font-weight:900;
}
.wx63-news-row:last-child{border-bottom:0}
.wx63-news-time{color:#64748b;font-weight:950}
.wx63-news-tag{
  text-align:center;
  border-radius:6px;
  padding:4px 0;
  color:#fff;
  font-size:12px;
}
.wx63-news-tag.red{background:#dc2626}
.wx63-news-tag.green{background:#16a34a}
.wx63-news-tag.orange{background:#f97316}
.wx63-news-tag.purple{background:#7c3aed}
.wx63-news-title{
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.wx63-vip-item{
  border-top:1px solid #edf2f7;
  padding:13px 0;
}
.wx63-vip-item:first-of-type{border-top:0}
.wx63-vip-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.wx63-vip-badge{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  background:#0f172a;
  color:#facc15;
  font-size:12px;
  font-weight:1000;
}
.wx63-vip-type{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-size:12px;
  font-weight:950;
}
.wx63-vip-item h3{
  margin:8px 0 6px;
  font-size:15px;
  line-height:1.45;
}
.wx63-vip-item p{
  margin:0;
  color:#475569;
  font-size:13px;
  line-height:1.7;
}
.wx63-bottom{
  position:fixed;
  left:0;right:0;bottom:0;
  height:38px;
  background:#111827;
  color:#e5e7eb;
  z-index:999;
  border-top:1px solid rgba(255,255,255,.08);
}
.wx63-bottom-run{
  height:100%;
  display:flex;
  align-items:center;
  gap:0;
  overflow:hidden;
  white-space:nowrap;
}
.wx63-bottom-item{
  height:100%;
  min-width:132px;
  padding:0 14px;
  display:flex;
  align-items:center;
  gap:8px;
  border-right:1px solid rgba(255,255,255,.08);
  font-size:12px;
  font-weight:850;
}
.wx63-bottom-dot{
  width:12px;height:12px;border-radius:50%;
  background:#f97316;
}
.wx63-bottom-item.up em{color:#fb7185}
.wx63-bottom-item.down em{color:#34d399}
@media(max-width:980px){
  body{min-width:0;padding-top:78px}
  .wx63-page{width:calc(100vw - 24px)}
  .wx63-hero,.wx63-main{grid-template-columns:1fr}
  .wx63-ad,.wx63-market{height:auto;min-height:280px}
  .wx63-quick,.wx63-schedule,.wx63-mode{grid-template-columns:1fr}
  .wx63-search{grid-template-columns:1fr}
}


/* WXSSC_V631_HOME_FUNCTION_STYLE_START */
.wx63-loading,
.wx63-empty,
.wx63-error{
  color:#64748b;
  font-weight:900;
  background:#f8fafc;
  border:1px solid #e5edf7;
  border-radius:14px;
  padding:12px;
}
.wx63-error{
  color:#991b1b;
  background:#fff1f2;
  border-color:#fecdd3;
}
.wx63-pager{
  margin-top:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  color:#64748b;
  font-size:13px;
  font-weight:850;
}
.wx63-pager-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.wx63-pager button{
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#fff;
  color:#2563eb;
  font-weight:950;
  cursor:pointer;
}
.wx63-pager button:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.wx63-tr-clickable{
  cursor:pointer;
}
.wx63-tr-clickable:hover{
  background:#f8fbff;
}
.wx63-mode small{
  color:#64748b;
}
.wx63-table td small{
  color:#64748b;
}
.wx63-supplier-box{
  margin-top:12px;
  border:1px solid #dbeafe;
  border-radius:16px;
  background:#fbfdff;
  padding:12px;
}
.wx63-supplier-box h3{
  margin:0 0 8px;
  font-size:16px;
}
.wx63-supplier-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.wx63-supplier-grid div{
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:12px;
  padding:9px;
  color:#475569;
  font-size:12px;
  font-weight:850;
}
.wx63-supplier-grid b{
  display:block;
  color:#0f172a;
  margin-bottom:4px;
}
.wx63-vip-item a{
  color:#2563eb;
  font-weight:950;
}
@media(max-width:980px){
  .wx63-supplier-grid{
    grid-template-columns:1fr 1fr;
  }
}
/* WXSSC_V631_HOME_FUNCTION_STYLE_END */








/* WXSSC_V633C2_INDUSTRY_VISUAL_FORCE_START */
/* V63.3-C2：强制第一屏行业化视觉，只作用 V63 首页模块 */

/* 第一屏整体更专业、更紧凑 */
@media(min-width:981px){

  .wx63-hero{
    grid-template-columns:420px minmax(0,1fr) !important;
    gap:18px !important;
    margin-top:10px !important;
  }

  /* 左侧广告彻底去橙色手机广告感 */
  .wx63-ad{
    height:350px !important;
    border-radius:22px !important;
    background:
      radial-gradient(circle at 84% 18%, rgba(59,130,246,.45), transparent 26%),
      radial-gradient(circle at 20% 82%, rgba(34,197,94,.22), transparent 32%),
      linear-gradient(135deg,#020617 0%,#081a2f 42%,#0f3b66 100%) !important;
    border:1px solid rgba(147,197,253,.38) !important;
    box-shadow:0 22px 58px rgba(15,23,42,.24) !important;
    overflow:hidden !important;
  }

  .wx63-ad::before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:
      linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px) 0 0/36px 36px,
      linear-gradient(0deg,rgba(255,255,255,.05) 1px,transparent 1px) 0 0/36px 36px,
      radial-gradient(circle at 70% 50%,rgba(37,99,235,.18),transparent 30%) !important;
    pointer-events:none !important;
  }

  .wx63-ad::after{
    content:"WXSSC AI 情报引擎" !important;
    position:absolute !important;
    right:20px !important;
    top:18px !important;
    padding:5px 11px !important;
    border-radius:999px !important;
    background:rgba(15,23,42,.55) !important;
    border:1px solid rgba(191,219,254,.28) !important;
    color:#dbeafe !important;
    font-size:12px !important;
    font-weight:1000 !important;
    letter-spacing:.04em !important;
    z-index:3 !important;
  }

  .wx63-ad-inner{
    position:absolute !important;
    inset:0 !important;
    z-index:2 !important;
    display:grid !important;
    grid-template-columns:1fr 170px !important;
    align-items:center !important;
    padding:28px 24px !important;
  }

  .wx63-ad-copy h2{
    color:#fff !important;
    font-size:29px !important;
    line-height:1.08 !important;
    letter-spacing:-.04em !important;
    text-shadow:0 12px 28px rgba(0,0,0,.28) !important;
  }

  .wx63-ad-copy h2::after{
    content:"AI行情研判 / 本地报价 / 产业情报" !important;
    display:block !important;
    margin-top:12px !important;
    color:#93c5fd !important;
    font-size:13px !important;
    font-weight:950 !important;
    letter-spacing:0 !important;
  }

  .wx63-ad-copy p{
    max-width:245px !important;
    margin-top:14px !important;
    color:#dbeafe !important;
    font-size:14px !important;
    line-height:1.75 !important;
    font-weight:850 !important;
  }

  .wx63-ad-copy p::after{
    content:"1000+无锡不锈钢微信群 · 供应商报价 · 开平计划 · 钢厂动态" !important;
    display:block !important;
    margin-top:16px !important;
    color:#bfdbfe !important;
    font-size:12px !important;
    line-height:1.6 !important;
    font-weight:900 !important;
  }

  /* 把手机模型改成数据雷达/钢卷AI符号 */
  .wx63-ad-phone{
    width:150px !important;
    height:150px !important;
    border-radius:999px !important;
    justify-self:center !important;
    background:
      radial-gradient(circle at center,#e0f2fe 0 9%,transparent 10%),
      radial-gradient(circle at center,rgba(37,99,235,.16) 0 28%,transparent 29%),
      conic-gradient(from 20deg,#2563eb,#38bdf8,#22c55e,#2563eb) !important;
    border:1px solid rgba(255,255,255,.68) !important;
    box-shadow:
      0 28px 70px rgba(2,6,23,.36),
      0 0 0 18px rgba(37,99,235,.08),
      inset 0 0 0 18px rgba(255,255,255,.70) !important;
    transform:none !important;
    overflow:visible !important;
  }

  .wx63-ad-phone::before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:46px !important;
    height:46px !important;
    transform:translate(-50%,-50%) !important;
    border-radius:999px !important;
    background:#0f172a !important;
    box-shadow:
      0 -68px 0 -18px #60a5fa,
      58px 34px 0 -18px #22c55e,
      -58px 34px 0 -18px #38bdf8 !important;
  }

  .wx63-ad-phone::after{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:190px !important;
    height:190px !important;
    transform:translate(-50%,-50%) !important;
    border-radius:999px !important;
    border:1px dashed rgba(191,219,254,.50) !important;
    background:transparent !important;
    box-shadow:0 0 0 34px rgba(59,130,246,.06) !important;
  }

  .wx63-ad-btn{
    left:24px !important;
    bottom:24px !important;
    transform:none !important;
    height:32px !important;
    padding:0 18px !important;
    border:1px solid rgba(147,197,253,.40) !important;
    background:#2563eb !important;
    color:#fff !important;
    box-shadow:0 12px 28px rgba(37,99,235,.28) !important;
  }

  /* 行情卡片：金融终端感更强 */
  .wx63-market{
    height:350px !important;
    border-radius:22px !important;
    padding:16px 18px !important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,251,255,.96)) !important;
    border-color:#dbeafe !important;
    box-shadow:0 18px 48px rgba(15,23,42,.07) !important;
  }

  .wx63-market h2{
    font-size:23px !important;
  }

  .wx63-market-sub{
    background:#eff6ff !important;
    color:#1d4ed8 !important;
    box-shadow:inset 0 0 0 1px rgba(147,197,253,.45) !important;
  }

  .wx63-tabs{
    gap:6px !important;
  }

  .wx63-tab{
    height:28px !important;
    padding:0 10px !important;
    background:#f8fafc !important;
  }

  .wx63-tab.active{
    background:#eff6ff !important;
    border-color:#60a5fa !important;
    box-shadow:0 8px 18px rgba(37,99,235,.12) !important;
  }

  .wx63-chart{
    height:178px !important;
    margin-top:12px !important;
    border-radius:16px !important;
    background:
      linear-gradient(90deg,rgba(148,163,184,.16) 1px,transparent 1px) 0 0/112px 100%,
      linear-gradient(0deg,rgba(148,163,184,.12) 1px,transparent 1px) 0 0/100% 36px,
      linear-gradient(180deg,#f8fbff,#ffffff) !important;
  }

  .wx63-chart-line{
    stroke-width:4.4 !important;
  }

  .wx63-bubble{
    width:136px !important;
    min-height:60px !important;
    padding:8px !important;
    font-size:10.5px !important;
    border-radius:10px !important;
    box-shadow:0 12px 30px rgba(15,23,42,.12) !important;
  }

  .wx63-chart-tag{
    right:14px !important;
    top:74px !important;
    padding:7px 9px !important;
    border-radius:11px !important;
    font-size:13px !important;
  }

  .wx63-kpis{
    height:58px !important;
    margin-top:10px !important;
    border-radius:15px !important;
  }

  .wx63-kpi b{
    font-size:22px !important;
  }

  .wx63-kpi span{
    font-size:11.5px !important;
  }

  .wx63-quick{
    margin-top:10px !important;
    gap:10px !important;
  }

  .wx63-quick a{
    height:48px !important;
    border-radius:15px !important;
    padding:0 17px !important;
  }

  .wx63-news-row{
    min-height:39px !important;
    grid-template-columns:50px 42px 1fr 20px !important;
    gap:8px !important;
    font-size:12.5px !important;
  }
}

/* 移动端同步 */
@media(max-width:980px){

  .wx63-ad{
    height:210px !important;
    min-height:210px !important;
    background:
      radial-gradient(circle at 78% 12%, rgba(96,165,250,.36), transparent 28%),
      linear-gradient(135deg,#06111f,#123f73) !important;
  }

  .wx63-ad::after{
    right:14px !important;
    top:12px !important;
    font-size:10px !important;
  }

  .wx63-ad-inner{
    grid-template-columns:1fr 86px !important;
    padding:18px !important;
  }

  .wx63-ad-copy h2{
    color:#fff !important;
    font-size:24px !important;
  }

  .wx63-ad-copy h2::after{
    font-size:11px !important;
    margin-top:8px !important;
  }

  .wx63-ad-copy p{
    color:#dbeafe !important;
    font-size:13px !important;
  }

  .wx63-ad-copy p::after{
    font-size:10.5px !important;
    margin-top:8px !important;
  }

  .wx63-ad-phone{
    width:78px !important;
    height:78px !important;
  }

  .wx63-ad-phone::before{
    width:26px !important;
    height:26px !important;
  }

  .wx63-ad-phone::after{
    width:104px !important;
    height:104px !important;
  }

  .wx63-ad-btn{
    left:18px !important;
    bottom:16px !important;
  }

  .wx63-market{
    height:auto !important;
    padding:14px !important;
  }

  .wx63-chart{
    height:160px !important;
  }

  .wx63-bubble{
    display:none !important;
  }
}
/* WXSSC_V633C2_INDUSTRY_VISUAL_FORCE_END */


/* WXSSC_V633D_RADAR_COPY_POLISH_START */
/* V63.3-D：第一屏文案与数据雷达精修，只作用 V63 首页 */

@media(min-width:981px){

  .wx63-ad{
    background:
      radial-gradient(circle at 78% 22%, rgba(59,130,246,.38), transparent 24%),
      radial-gradient(circle at 18% 80%, rgba(16,185,129,.20), transparent 30%),
      linear-gradient(135deg,#020617 0%,#071526 38%,#0d315a 100%) !important;
  }

  .wx63-ad-copy h2{
    font-size:30px !important;
    letter-spacing:-.045em !important;
  }

  .wx63-ad-copy h2::before{
    content:"无锡本地 · 实时报价 · AI研判" !important;
    display:block !important;
    margin-bottom:10px !important;
    color:#93c5fd !important;
    font-size:12px !important;
    font-weight:950 !important;
    letter-spacing:.08em !important;
  }

  .wx63-ad-copy h2::after{
    content:"不锈钢行情情报驾驶舱" !important;
    display:block !important;
    margin-top:11px !important;
    color:#bfdbfe !important;
    font-size:13px !important;
    font-weight:950 !important;
    letter-spacing:0 !important;
  }

  .wx63-ad-copy p{
    max-width:250px !important;
    color:#dbeafe !important;
    font-size:13.5px !important;
    line-height:1.75 !important;
  }

  .wx63-ad-copy p::after{
    content:"供应商报价 · 开平计划 · 钢厂动态 · 群内成交反馈" !important;
    display:block !important;
    margin-top:15px !important;
    padding:8px 10px !important;
    border-radius:12px !important;
    background:rgba(15,23,42,.34) !important;
    border:1px solid rgba(191,219,254,.20) !important;
    color:#bfdbfe !important;
    font-size:11.5px !important;
    line-height:1.5 !important;
    font-weight:900 !important;
  }

  .wx63-ad-phone{
    width:156px !important;
    height:156px !important;
    background:
      radial-gradient(circle at center,#020617 0 13%,transparent 14%),
      radial-gradient(circle at center,rgba(255,255,255,.95) 0 26%,transparent 27%),
      radial-gradient(circle at center,rgba(59,130,246,.28) 0 42%,transparent 43%),
      conic-gradient(from 210deg,#22c55e 0 20%,#38bdf8 20% 58%,#2563eb 58% 82%,#22c55e 82% 100%) !important;
    box-shadow:
      0 30px 80px rgba(2,6,23,.40),
      0 0 0 16px rgba(37,99,235,.08),
      inset 0 0 0 10px rgba(255,255,255,.50) !important;
  }

  .wx63-ad-phone::before{
    width:42px !important;
    height:42px !important;
    background:#020617 !important;
    box-shadow:
      0 -72px 0 -18px #60a5fa,
      62px 36px 0 -18px #22c55e,
      -62px 36px 0 -18px #38bdf8,
      0 0 0 8px rgba(2,6,23,.10) !important;
  }

  .wx63-ad-phone::after{
    width:204px !important;
    height:204px !important;
    border:1px dashed rgba(191,219,254,.52) !important;
    box-shadow:
      0 0 0 30px rgba(59,130,246,.055),
      inset 0 0 36px rgba(96,165,250,.16) !important;
  }

  .wx63-ad-btn{
    background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;
    border-color:rgba(191,219,254,.34) !important;
  }

  .wx63-market{
    background:
      radial-gradient(circle at 90% 20%,rgba(37,99,235,.07),transparent 26%),
      linear-gradient(180deg,#ffffff,#f8fbff) !important;
  }

  .wx63-chart{
    background:
      linear-gradient(90deg,rgba(148,163,184,.18) 1px,transparent 1px) 0 0/104px 100%,
      linear-gradient(0deg,rgba(148,163,184,.13) 1px,transparent 1px) 0 0/100% 34px,
      linear-gradient(180deg,#f8fbff,#ffffff) !important;
  }

  .wx63-bubble{
    border-color:#dbeafe !important;
  }

  .wx63-bubble b{
    font-size:11px !important;
  }

  .wx63-chart-tag{
    background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;
  }

  .wx63-quick .blue{
    background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;
  }

  .wx63-quick .white{
    background:rgba(255,255,255,.96) !important;
  }

  .wx63-quick .dark{
    background:linear-gradient(135deg,#0f172a,#111827) !important;
  }
}

@media(max-width:980px){

  .wx63-ad-copy h2::before{
    content:"无锡本地 · AI研判" !important;
    display:block !important;
    margin-bottom:7px !important;
    color:#93c5fd !important;
    font-size:10.5px !important;
    font-weight:950 !important;
  }

  .wx63-ad-copy h2::after{
    content:"行情情报驾驶舱" !important;
    display:block !important;
    margin-top:8px !important;
    color:#bfdbfe !important;
    font-size:11px !important;
  }

  .wx63-ad-copy p::after{
    display:none !important;
  }

  .wx63-ad-phone{
    width:82px !important;
    height:82px !important;
  }

  .wx63-ad-phone::after{
    width:110px !important;
    height:110px !important;
  }
}
/* WXSSC_V633D_RADAR_COPY_POLISH_END */


/* WXSSC_V633E_FIRST_SCREEN_LOCK_START */
/* V63.3-E：第一屏截图验收微调，只作用 V63 首页第一屏 */

@media(min-width:981px){

  .wx63-ad-copy h2{
    font-size:28px !important;
    line-height:1.05 !important;
  }

  .wx63-ad-copy h2::before{
    margin-bottom:8px !important;
    font-size:11.5px !important;
    opacity:.92 !important;
  }

  .wx63-ad-copy h2::after{
    margin-top:9px !important;
    font-size:12.5px !important;
  }

  .wx63-ad-copy p{
    max-width:230px !important;
    margin-top:12px !important;
    font-size:13px !important;
    line-height:1.62 !important;
  }

  .wx63-ad-copy p::after{
    margin-top:12px !important;
    padding:7px 9px !important;
    font-size:11px !important;
    line-height:1.45 !important;
  }

  .wx63-ad-phone{
    width:148px !important;
    height:148px !important;
    margin-right:4px !important;
  }

  .wx63-ad-phone::after{
    width:190px !important;
    height:190px !important;
    opacity:.86 !important;
  }

  .wx63-ad::after{
    font-size:11.5px !important;
    padding:5px 10px !important;
  }

  .wx63-ad-btn{
    height:31px !important;
    padding:0 17px !important;
    font-size:12.5px !important;
  }

  .wx63-chart-line{
    stroke-width:4px !important;
  }

  .wx63-bubble{
    width:124px !important;
    min-height:54px !important;
    padding:7px !important;
    font-size:10px !important;
    opacity:.94 !important;
  }

  .wx63-bubble b{
    margin-bottom:3px !important;
    font-size:10.2px !important;
  }

  .wx63-chart-tag{
    top:76px !important;
    right:12px !important;
    transform:scale(.96) !important;
    transform-origin:right center !important;
  }

  .wx63-market h2{
    font-size:22px !important;
  }

  .wx63-market-sub{
    font-size:11.5px !important;
  }

  .wx63-kpi b{
    font-size:21px !important;
  }

  .wx63-kpi span{
    font-size:11px !important;
  }

  .wx63-quick a{
    height:46px !important;
  }

  .wx63-quick small{
    font-size:11px !important;
  }

  .wx63-price{
    padding-top:13px !important;
  }

  .wx63-price-top{
    padding:9px 11px !important;
  }

  .wx63-query-title h2{
    font-size:23px !important;
  }

  .wx63-query-title p{
    font-size:13px !important;
  }

  .wx63-intel,
  .wx63-vip{
    padding:14px 16px !important;
  }

  .wx63-card-head h2{
    font-size:21px !important;
  }

  .wx63-news-row{
    min-height:38px !important;
  }
}

@media(max-width:980px){

  .wx63-ad-copy h2{
    font-size:23px !important;
  }

  .wx63-ad-copy p{
    max-width:190px !important;
    font-size:12.5px !important;
    line-height:1.55 !important;
  }

  .wx63-ad-phone{
    width:76px !important;
    height:76px !important;
  }

  .wx63-ad-phone::after{
    width:102px !important;
    height:102px !important;
  }

  .wx63-chart-tag{
    transform:scale(.92) !important;
    transform-origin:right center !important;
  }
}
/* WXSSC_V633E_FIRST_SCREEN_LOCK_END */


/* WXSSC_V634_FIX_PRICE_BUSINESS_START */
/* V63.4-FIX：首页价格中心真实业务细节精修 */

.wx63-price{
  position:relative;
}

.wx63-price-top{
  background:linear-gradient(180deg,#fbfdff,#ffffff) !important;
}

.wx63-note-line{
  line-height:1.65;
}

.wx63-price .wx63-pill{
  font-weight:1000;
}

.wx63-status{
  white-space:nowrap;
}

.wx63-price-stats{
  align-items:center;
}

.wx63-price-stats span{
  min-height:30px;
}

.wx63-price-stats b{
  font-variant-numeric:tabular-nums;
}

.wx63-search input{
  font-size:14px;
}

.wx63-search button{
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.wx63-search button:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(37,99,235,.12);
}

.wx63-filter{
  gap:8px;
}

.wx63-filter button{
  transition:background .15s ease, color .15s ease, border-color .15s ease;
}

.wx63-mode button{
  transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.wx63-mode button:hover{
  transform:translateY(-1px);
}

.wx63-table th{
  white-space:nowrap;
}

.wx63-table td{
  line-height:1.5;
}

.wx63-table td:first-child{
  font-weight:1000;
}

.wx63-table td small{
  display:block;
  margin-top:2px;
  color:#64748b;
  font-weight:800;
}

.wx63-change-up{
  color:#dc2626;
  font-weight:1000;
}

.wx63-change-down{
  color:#16a34a;
  font-weight:1000;
}

.wx63-change-flat{
  color:#64748b;
  font-weight:1000;
}

.wx63-member-lock{
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#64748b;
  font-size:12px;
  font-weight:950;
}

.wx63-row-meta{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:3px;
}

.wx63-row-chip{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:0 6px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-size:11px;
  font-weight:900;
}

.wx63-supplier-box{
  box-shadow:0 12px 28px rgba(15,23,42,.04);
}

.wx63-supplier-box h3{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.wx63-supplier-note{
  color:#64748b;
  font-size:12px;
  font-weight:850;
}

.wx63-business-note{
  margin-top:10px;
  padding:10px 12px;
  border:1px dashed #bfdbfe;
  border-radius:14px;
  background:#f8fbff;
  color:#475569;
  font-size:12.5px;
  font-weight:850;
  line-height:1.7;
}

@media(max-width:980px){
  .wx63-status{
    white-space:normal;
  }

  .wx63-price-stats{
    gap:6px;
  }

  .wx63-price-stats span{
    min-height:28px;
    font-size:12px;
  }

  .wx63-table{
    min-width:720px;
  }

  .wx63-supplier-grid{
    grid-template-columns:1fr 1fr;
  }
}
/* WXSSC_V634_FIX_PRICE_BUSINESS_END */





/* WXSSC_V634_LIST_DENSITY_START */
/* V63.4-LIST：首页价格列表密度优化，只作用 V63 价格表 */

.wx63-table-info{
  margin:9px 0 8px !important;
  color:#475569 !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1.45 !important;
}

.wx63-table-wrap{
  border-radius:16px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.wx63-table{
  width:100% !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
  font-size:13px !important;
}

.wx63-table th,
.wx63-table td{
  box-sizing:border-box !important;
}

.wx63-table th{
  height:44px !important;
  padding:8px 10px !important;
  background:#f8fafc !important;
  color:#475569 !important;
  font-size:13px !important;
  font-weight:1000 !important;
  border-bottom:1px solid #e5edf7 !important;
  white-space:nowrap !important;
}

.wx63-table td{
  padding:9px 10px !important;
  min-height:0 !important;
  height:auto !important;
  vertical-align:middle !important;
  border-bottom:1px solid #edf2f7 !important;
  font-size:13px !important;
  line-height:1.38 !important;
}

/* 列宽：品名/公司/规格/价格/涨跌/日期 */
.wx63-table th:nth-child(1),
.wx63-table td:nth-child(1){
  width:27% !important;
}

.wx63-table th:nth-child(2),
.wx63-table td:nth-child(2){
  width:18% !important;
}

.wx63-table th:nth-child(3),
.wx63-table td:nth-child(3){
  width:22% !important;
}

.wx63-table th:nth-child(4),
.wx63-table td:nth-child(4){
  width:14% !important;
}

.wx63-table th:nth-child(5),
.wx63-table td:nth-child(5){
  width:7% !important;
  text-align:center !important;
}

.wx63-table th:nth-child(6),
.wx63-table td:nth-child(6){
  width:12% !important;
  white-space:nowrap !important;
}

/* 品名列：最多两行，别把整行撑爆 */
.wx63-table td:nth-child(1){
  font-size:14px !important;
  font-weight:1000 !important;
}

.wx63-table td:nth-child(1) > small{
  display:inline-flex !important;
  margin:4px 6px 0 0 !important;
  min-height:20px !important;
  padding:0 7px !important;
  border-radius:999px !important;
  background:#f1f5f9 !important;
  color:#64748b !important;
  font-size:11px !important;
  font-weight:900 !important;
}

/* 隐藏主列表里过于技术化的数据来源标签，只保留到详情里 */
.wx63-table .wx63-row-meta{
  margin-top:4px !important;
  gap:4px !important;
}

.wx63-table .wx63-row-meta .wx63-row-chip:nth-child(n+2){
  display:none !important;
}

.wx63-table .wx63-row-chip{
  min-height:20px !important;
  padding:0 7px !important;
  font-size:11px !important;
  border-radius:999px !important;
  background:#eff6ff !important;
  color:#2563eb !important;
}

/* 公司/规格单元格不要换得太散 */
.wx63-table td:nth-child(2),
.wx63-table td:nth-child(3){
  color:#0f172a !important;
  font-weight:950 !important;
  word-break:break-word !important;
}

/* 价格权限胶囊压缩 */
.wx63-member-lock{
  min-height:24px !important;
  padding:0 9px !important;
  font-size:12px !important;
  border-radius:999px !important;
  white-space:nowrap !important;
}

.wx63-table td:nth-child(4) small{
  display:block !important;
  margin-top:3px !important;
  color:#64748b !important;
  font-size:11.5px !important;
  font-weight:850 !important;
}

/* 涨跌和日期对齐 */
.wx63-change-up,
.wx63-change-down,
.wx63-change-flat{
  display:inline-flex !important;
  justify-content:center !important;
  align-items:center !important;
  min-width:34px !important;
  height:24px !important;
  border-radius:999px !important;
  font-size:12.5px !important;
}

.wx63-change-up{
  background:#fff1f2 !important;
  color:#dc2626 !important;
}

.wx63-change-down{
  background:#ecfdf5 !important;
  color:#16a34a !important;
}

.wx63-change-flat{
  background:#f8fafc !important;
  color:#64748b !important;
}

.wx63-table td:nth-child(6){
  color:#0f172a !important;
  font-weight:950 !important;
  font-variant-numeric:tabular-nums !important;
}

/* 行交互更明确 */
.wx63-tr-clickable{
  cursor:pointer !important;
  transition:background .15s ease, box-shadow .15s ease !important;
}

.wx63-tr-clickable:hover{
  background:#f8fbff !important;
  box-shadow:inset 3px 0 0 #2563eb !important;
}

/* 分页按钮收紧 */
.wx63-pager{
  margin-top:12px !important;
  font-size:13px !important;
}

.wx63-pager button{
  min-height:32px !important;
  padding:0 13px !important;
  font-size:13px !important;
}

/* 供应商详情提示区别再抢表格注意力 */
.wx63-supplier-box{
  margin-top:12px !important;
  border-radius:16px !important;
}

/* 移动端：表格横向滚动但行高保持紧凑 */
@media(max-width:980px){
  .wx63-table{
    min-width:760px !important;
    font-size:12.5px !important;
  }

  .wx63-table th{
    height:40px !important;
    padding:7px 8px !important;
    font-size:12px !important;
  }

  .wx63-table td{
    padding:8px 8px !important;
    font-size:12.5px !important;
  }

  .wx63-table td:nth-child(1){
    font-size:13px !important;
  }

  .wx63-member-lock{
    font-size:11px !important;
    padding:0 7px !important;
  }
}
/* WXSSC_V634_LIST_DENSITY_END */





/* WXSSC_V634_DRAWER_ONE_START */
/* V63.4-DRAWER-ONE：价格行详情抽屉单一化，防重复触发 */

body.wx63-drawer-open{
  overflow:hidden !important;
}

.wx63-one-mask{
  position:fixed;
  top:72px;
  left:0;
  right:0;
  bottom:38px;
  background:rgba(15,23,42,.22);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
  z-index:2147481000;
}

.wx63-one-mask.show{
  opacity:1;
  pointer-events:auto;
}

.wx63-one-drawer{
  position:fixed;
  top:72px;
  right:0;
  bottom:38px;
  width:min(500px, calc(100vw - 24px));
  background:#fff;
  border-left:1px solid #dbeafe;
  box-shadow:-28px 0 64px rgba(15,23,42,.18);
  transform:translateX(108%);
  transition:transform .22s ease;
  z-index:2147481100;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.wx63-one-drawer.show{
  transform:translateX(0);
}

.wx63-one-head{
  min-height:72px;
  padding:18px 20px 14px;
  border-bottom:1px solid #e5edf7;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  background:linear-gradient(180deg,#f8fbff,#ffffff);
}

.wx63-one-title b{
  display:block;
  color:#0f172a;
  font-size:20px;
  line-height:1.25;
  letter-spacing:-.025em;
}

.wx63-one-title span{
  display:block;
  margin-top:5px;
  color:#64748b;
  font-size:12.5px;
  font-weight:850;
}

.wx63-one-close{
  width:36px;
  height:36px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#fff;
  color:#475569;
  font-size:18px;
  font-weight:1000;
  cursor:pointer;
}

.wx63-one-body{
  flex:1;
  overflow:auto;
  padding:18px 20px 22px;
}

.wx63-one-company{
  margin:0 0 14px;
  padding:14px;
  border:1px solid #dbeafe;
  border-radius:16px;
  background:#f8fbff;
}

.wx63-one-company h3{
  margin:0;
  font-size:20px;
  line-height:1.35;
  letter-spacing:-.025em;
}

.wx63-one-company p{
  margin:8px 0 0;
  color:#64748b;
  font-size:13px;
  font-weight:850;
  line-height:1.65;
}

.wx63-one-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.wx63-one-field{
  min-height:82px;
  padding:13px;
  border:1px solid #e5edf7;
  border-radius:15px;
  background:#fff;
}

.wx63-one-field b{
  display:block;
  margin-bottom:7px;
  color:#0f172a;
  font-size:13px;
  font-weight:1000;
}

.wx63-one-field span{
  display:block;
  color:#475569;
  font-size:14px;
  font-weight:900;
  line-height:1.48;
  word-break:break-word;
}

.wx63-one-lock{
  display:inline-flex !important;
  align-items:center;
  gap:4px;
  padding:3px 8px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#64748b !important;
  font-size:12px !important;
  font-weight:950 !important;
}

.wx63-one-note{
  margin-top:14px;
  padding:13px 14px;
  border-radius:16px;
  border:1px dashed #bfdbfe;
  background:#f8fbff;
  color:#475569;
  font-size:13px;
  line-height:1.75;
  font-weight:850;
}

.wx63-one-actions{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.wx63-one-actions a,
.wx63-one-actions button{
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#fff;
  color:#2563eb;
  font-weight:1000;
  cursor:pointer;
  text-decoration:none;
}

.wx63-one-actions .primary{
  border-color:#2563eb;
  background:#2563eb;
  color:#fff;
}

.wx63-tr-clickable{
  cursor:pointer !important;
}

.wx63-tr-clickable:hover{
  background:#f8fbff !important;
}

.wx63-tr-clickable.wx63-row-selected{
  background:#eff6ff !important;
  box-shadow:inset 3px 0 0 #2563eb !important;
}

/* 旧底部详情若运行态残留，强制隐藏 */
.wx63-price > #wx63SupplierBox{
  display:none !important;
}

@media(max-width:980px){
  .wx63-one-mask{
    top:72px;
    bottom:0;
  }

  .wx63-one-drawer{
    top:auto;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    max-height:82vh;
    border-left:0;
    border-top:1px solid #dbeafe;
    border-radius:22px 22px 0 0;
    transform:translateY(108%);
    box-shadow:0 -24px 54px rgba(15,23,42,.20);
  }

  .wx63-one-drawer.show{
    transform:translateY(0);
  }

  .wx63-one-head{
    min-height:64px;
    padding:16px 18px 12px;
  }

  .wx63-one-body{
    padding:14px 16px 18px;
  }

  .wx63-one-grid{
    grid-template-columns:1fr;
  }

  .wx63-one-field{
    min-height:auto;
  }
}
/* WXSSC_V634_DRAWER_ONE_END */
