/* WXSSC_PRICE_QUERY_WORKSTATION_V20260701 */
:root {
  --wxq-ink: #172033;
  --wxq-muted: #66758c;
  --wxq-line: #d7e2f2;
  --wxq-soft: #f5f8fc;
  --wxq-blue: #2563eb;
  --wxq-blue-dark: #1d4ed8;
  --wxq-green: #159947;
  --wxq-red: #d82f35;
  --wxq-amber: #b7791f;
  --wxq-shadow: 0 10px 30px rgba(21, 37, 65, .08);
}

body.wx-price-query-pro {
  background:
    linear-gradient(180deg, #eef5ff 0, #f8fbff 260px, #ffffff 720px);
  color: var(--wxq-ink);
}

.wx-price-query-pro .wx-pc2-page {
  max-width: 1520px;
  padding-top: 12px;
  padding-bottom: 56px;
}

.wx-price-query-pro .wx-pc2-card {
  border-radius: 8px;
  border-color: var(--wxq-line);
  box-shadow: var(--wxq-shadow);
}

.wx-price-query-pro .wx-pc2-hero {
  padding: 10px 18px 9px !important;
  margin-bottom: 8px;
}

.wx-price-query-pro .wx-pc2-hero-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
}

.wx-price-query-pro .wx-pc2-hero h1 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 22px !important;
  line-height: 1.2;
  margin: 0 !important;
  letter-spacing: 0;
}

.wx-price-query-pro .wx-pc2-hero p,
.wx-price-query-pro .wx-pc2-workbench-head p {
  max-width: none;
  color: var(--wxq-muted);
}

.wx-price-query-pro .wx-pc2-hero p {
  display: none !important;
}

.wx-price-query-pro .wx-pc2-badge {
  display: inline-flex !important;
  align-items: center !important;
  height: 24px !important;
  margin: 0 0 4px !important;
  padding: 0 9px !important;
  font-size: 12px !important;
  vertical-align: middle !important;
}

.wx-price-query-pro .wx-pc2-hero-actions .wx-pc2-btn {
  height: 32px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
}

.wx-price-query-pro .wx-pc2-badge,
.wx-price-query-pro .wx-pc2-pill,
.wx-price-query-pro .wx-pc2-chip,
.wx-price-query-pro .wx-pc2-stat,
.wx-price-query-pro .wx-pc2-btn {
  border-radius: 8px;
}

.wx-price-query-pro .wx-pc2-meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, auto));
  align-items: center;
  justify-content: start;
  gap: 6px;
  margin-top: 8px !important;
  padding: 5px !important;
  border-radius: 8px;
  background: #f8fbff;
  border: 1px solid #dbe7f7;
}

.wx-price-query-pro .wx-pc2-pill {
  height: 28px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
}

.wx-price-query-pro .wx-pc2-workbench {
  padding: 16px 18px 18px !important;
  border-radius: 8px !important;
}

.wx-price-query-pro .wx-pc2-workbench-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #dce7f5;
}

.wx-price-query-pro .wx-pc2-workbench-head h2 {
  font-size: 22px !important;
  letter-spacing: 0;
  margin-bottom: 2px !important;
}

.wx-price-query-pro .wx-pc2-workbench-head p {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.wxq-command-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px;
  padding: 9px 10px;
  border: 1px solid #d9e5f5;
  border-radius: 8px;
  background: #ffffff;
}

.wxq-command-left,
.wxq-command-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.wxq-command-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  color: #1f2b3f;
}

.wxq-command-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--wxq-green);
  box-shadow: 0 0 0 4px rgba(21, 153, 71, .12);
}

.wxq-kbd {
  min-width: 26px;
  padding: 3px 7px;
  border: 1px solid #cdd9ea;
  border-bottom-width: 2px;
  border-radius: 6px;
  background: #f9fbff;
  color: #32415a;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.wxq-tool-btn {
  height: 34px;
  padding: 0 12px;
  border: 1px solid #cbdaf0;
  border-radius: 8px;
  background: #ffffff;
  color: #24334b;
  font-weight: 800;
  cursor: pointer;
}

.wxq-tool-btn:hover,
.wxq-tool-btn.active {
  border-color: var(--wxq-blue);
  background: #eff5ff;
  color: var(--wxq-blue-dark);
}

.wxq-analysis-proxy-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-right: 8px;
  margin-right: 2px;
  border-right: 1px solid #d9e5f5;
}

.wxq-analysis-label {
  color: #52627a;
  font-size: 12px;
  font-weight: 900;
}

.wx-price-query-pro .wx-pc2-stats {
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.wx-price-query-pro .wx-pc2-stat {
  min-height: 40px !important;
  padding: 7px 12px !important;
  background: #ffffff;
  border-color: #d8e4f4;
}

.wx-price-query-pro .wx-pc2-stat b {
  font-size: 18px !important;
}

.wx-price-query-pro .wx-pc2-stat.up b {
  color: var(--wxq-red);
}

.wx-price-query-pro .wx-pc2-stat.down b {
  color: var(--wxq-green);
}

.wx-price-query-pro .wx-pc2-search-row {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(300px, 1.5fr) minmax(150px, .35fr) minmax(150px, .35fr) 150px;
  gap: 8px;
  margin: 0 -4px 8px !important;
  padding: 8px 4px !important;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e0e9f6;
}

.wx-price-query-pro .wx-pc2-input,
.wx-price-query-pro .wx-pc2-select {
  height: 42px !important;
  border-radius: 8px;
  background: #ffffff;
  border-color: #cbdaf0;
}

.wx-price-query-pro .wx-pc2-input:focus,
.wx-price-query-pro .wx-pc2-select:focus {
  outline: 2px solid rgba(37, 99, 235, .25);
  border-color: var(--wxq-blue);
}

.wx-price-query-pro .wx-pc2-btn.primary.big {
  height: 42px !important;
  border-radius: 8px;
  background: var(--wxq-blue);
}

.wxq-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: var(--wxq-muted);
  font-size: 13px;
}

.wxq-active-filters b,
.wxq-active-filters span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid #d8e4f4;
  background: #f8fbff;
  color: #2a3950;
}

.wx-price-query-pro .wx-pc2-filter-row {
  padding: 7px 0 !important;
  border-top: 1px solid #edf2f8;
}

.wx-price-query-pro .wx-pc2-filter-label {
  width: 48px;
  color: #40516a;
}

.wx-price-query-pro .wx-pc2-chip {
  min-height: 30px !important;
  padding: 0 12px !important;
}

.wx-price-query-pro .wx-pc2-modes {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px !important;
}

.wx-price-query-pro .wx-pc2-mode {
  min-height: 38px !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  align-items: center;
}

.wx-price-query-pro .wx-pc2-mode i {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  font-size: 12px !important;
}

.wx-price-query-pro .wx-pc2-mode b {
  font-size: 15px !important;
}

.wx-price-query-pro .wx-pc2-mode span {
  display: none !important;
}

.wx-price-query-pro .wx-pc2-status {
  margin-top: 8px;
  border-radius: 8px;
  background: #f7fbff;
}

.wx-price-query-pro .wx-pc2-table-card {
  border-radius: 8px;
  border-color: #d6e2f3;
  box-shadow: none;
}

.wx-price-query-pro .wx-pc2-table-scroll {
  max-height: 720px;
  overflow: auto;
}

.wx-price-query-pro .wx-pc2-table {
  min-width: 1040px;
}

.wx-price-query-pro .wx-pc2-table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 12px 14px;
  background: #f2f6fb;
  color: #52627a;
  border-bottom: 1px solid #ccd9ea;
}

.wx-price-query-pro .wx-pc2-table tbody td {
  padding: 11px 14px;
  border-bottom: 1px solid #edf2f8;
}

.wx-price-query-pro .wx-pc2-row {
  cursor: pointer;
}

.wx-price-query-pro .wx-pc2-row:hover td {
  background: #f8fbff;
}

.wx-price-query-pro.wxq-density-compact .wx-pc2-table tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.wx-price-query-pro.wxq-density-compact .wx-pc2-product-v6820e2d2 b,
.wx-price-query-pro.wxq-density-compact .wx-pc2-price-num {
  font-size: 15px;
}

.wx-price-query-pro.wxq-wide-table .wx-pc2-page {
  max-width: 1760px;
}

.wx-price-query-pro .wx-pc2-price-num {
  font-size: 18px;
  color: #142033;
}

.wx-price-query-pro .wx-pc2-change-up {
  color: var(--wxq-red);
  background: #fff4f4;
  border-color: #ffd1d1;
}

.wx-price-query-pro .wx-pc2-change-down {
  color: var(--wxq-green);
  background: #f0fff6;
  border-color: #c7f1d6;
}

.wx-price-query-pro .wx-pc2-change-flat {
  color: #6a7890;
  background: #f7f9fc;
  border-color: #dfe7f2;
}

.wx-price-query-pro .wx-pc2-pager {
  margin-top: 12px;
  justify-content: flex-end;
}

.wx-price-query-pro .wx-pc2-modal {
  border-radius: 8px;
}

/* Take over the older trader action bar without removing its useful analysis actions. */
body.wx-price-query-pro.wx-price-trader-v672c6-ready .wx-pc2-page {
  width: min(1520px, calc(100vw - 36px)) !important;
  margin-top: 0 !important;
}

body.wx-price-query-pro.wx-price-trader-v672c6-ready .wx-pc2-hero,
body.wx-price-query-pro.wx-price-trader-v672c6-ready .wx-pc2-workbench,
body.wx-price-query-pro.wx-price-trader-v672c6-ready .wx-pc2-input,
body.wx-price-query-pro.wx-price-trader-v672c6-ready .wx-pc2-select,
body.wx-price-query-pro.wx-price-trader-v672c6-ready .wx-pc2-btn.big {
  border-radius: 8px !important;
}

body.wx-price-query-pro .wx-pc2-trader-actions {
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 0 8px !important;
  padding: 7px 9px !important;
  border-color: #d9e5f5 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.wx-price-query-pro .wx-pc2-trader-actions.wxq-legacy-trader-hidden {
  display: none !important;
}

body.wx-price-query-pro .wx-pc2-trader-left::before {
  content: "分析";
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 8px;
  color: #52627a;
  font-size: 12px;
  font-weight: 900;
}

body.wx-price-query-pro .wx-pc2-trader-right {
  display: none !important;
}

body.wx-price-query-pro .wx-pc2-trader-action {
  height: 30px !important;
  padding: 0 10px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  border-color: #cbdaf0 !important;
  color: #1d4ed8 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

body.wx-price-query-pro .wx-pc2-trader-action.primary {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
}

/* WXSSC 20260702 price table pro data visual */
body.wx-price-query-pro .wx-pc2-table-card{
  border-color:#bfdbfe !important;
  border-radius:10px !important;
  box-shadow:0 10px 28px rgba(15,23,42,.045) !important;
}

body.wx-price-query-pro .wx-pc2-table{
  table-layout:fixed !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
}

body.wx-price-query-pro .wx-pc2-table thead th{
  height:38px !important;
  padding:0 14px !important;
  background:linear-gradient(180deg,#f8fbff,#eef6ff) !important;
  border-bottom:1px solid #bfdbfe !important;
  color:#52627a !important;
  font-size:13px !important;
  font-weight:950 !important;
}

body.wx-price-query-pro .wx-pc2-table tbody td{
  height:54px !important;
  padding:7px 14px !important;
  border-bottom:1px solid #e6edf7 !important;
  color:#0f172a !important;
  font-size:14px !important;
  font-weight:850 !important;
  vertical-align:middle !important;
}

body.wx-price-query-pro .wx-pc2-table tbody tr:nth-child(even) td{
  background:#fcfdff !important;
}

body.wx-price-query-pro .wx-pc2-table tbody tr:hover td{
  background:#f7fbff !important;
}

body.wx-price-query-pro .wx-pc2-table th:nth-child(4),
body.wx-price-query-pro .wx-pc2-table td:nth-child(4){
  text-align:center !important;
}

body.wx-price-query-pro .wx-pc2-table th:nth-child(5),
body.wx-price-query-pro .wx-pc2-table td:nth-child(5),
body.wx-price-query-pro .wx-pc2-table th:nth-child(6),
body.wx-price-query-pro .wx-pc2-table td:nth-child(6){
  text-align:center !important;
}

body.wx-price-query-pro .wx-pc2-table td:nth-child(2),
body.wx-price-query-pro .wx-pc2-table td:nth-child(3){
  color:#111827 !important;
  font-weight:900 !important;
}

body.wx-price-query-pro .wx-pc2-price-cell-v6820e2d2{
  text-align:center !important;
}

body.wx-price-query-pro .wx-pc2-price-cell-v6820e2d2 .wx-pc2-price-num{
  display:inline-flex !important;
  align-items:baseline !important;
  justify-content:center !important;
  min-width:82px !important;
  padding:2px 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#0f172a !important;
  font-family:"DIN Alternate","Roboto Mono","SFMono-Regular",Consolas,"PingFang SC","Microsoft YaHei",sans-serif !important;
  font-size:17px !important;
  font-weight:950 !important;
  letter-spacing:.01em !important;
  font-variant-numeric:tabular-nums !important;
  line-height:1 !important;
  box-shadow:none !important;
}

body.wx-price-query-pro .wx-pc2-price-cell-v6820e2d2 .wx-pc2-price-num::before{
  content:none !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2{
  display:inline-grid !important;
  grid-auto-flow:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  min-width:62px !important;
  height:28px !important;
  padding:0 9px !important;
  border-radius:999px !important;
  border:1px solid transparent !important;
  font-family:"DIN Alternate","Roboto Mono","SFMono-Regular",Consolas,"PingFang SC","Microsoft YaHei",sans-serif !important;
  font-size:13px !important;
  font-weight:950 !important;
  font-variant-numeric:tabular-nums !important;
  box-shadow:none !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2 b{
  font:inherit !important;
  line-height:1 !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2 small{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:17px !important;
  height:17px !important;
  padding:0 4px !important;
  border-radius:999px !important;
  color:#fff !important;
  font-size:10px !important;
  font-weight:950 !important;
  line-height:17px !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-up{
  color:#dc2626 !important;
  background:#fff1f2 !important;
  border-color:#fda4af !important;
  box-shadow:inset 2px 0 0 #ef4444 !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-up small{
  background:#ef4444 !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-up::before{
  content:none !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-down{
  color:#16a34a !important;
  background:#f0fdf4 !important;
  border-color:#86efac !important;
  box-shadow:inset 2px 0 0 #22c55e !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-down small{
  background:#22c55e !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-down::before{
  content:none !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-flat{
  min-width:48px !important;
  height:24px !important;
  padding:0 8px !important;
  color:#94a3b8 !important;
  background:transparent !important;
  border-color:#e5edf7 !important;
  font-size:12px !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-flat small{
  min-width:auto !important;
  height:auto !important;
  padding:0 !important;
  background:transparent !important;
  color:#94a3b8 !important;
  line-height:1 !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-flat b{
  display:none !important;
}

body.wx-price-query-pro .wx-pc2-change-v6820e2d2.wx-pc2-change-flat::before{
  content:none !important;
}

body.wx-price-query-pro .wx-pc2-date-cell-v6820e2d2{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  width:100% !important;
  white-space:nowrap !important;
}

body.wx-price-query-pro .wx-pc2-date-cell-v6820e2d2 b{
  color:#0f172a !important;
  font-family:"DIN Alternate","Roboto Mono","SFMono-Regular",Consolas,"PingFang SC","Microsoft YaHei",sans-serif !important;
  font-size:14px !important;
  font-weight:950 !important;
  line-height:1 !important;
  font-variant-numeric:tabular-nums !important;
}

body.wx-price-query-pro .wx-pc2-date-cell-v6820e2d2 em{
  height:22px !important;
  padding:0 9px !important;
  border-radius:999px !important;
  border:1px solid #fed7aa !important;
  background:#fff7ed !important;
  color:#ea580c !important;
  font-size:11px !important;
  font-style:normal !important;
  font-weight:950 !important;
  line-height:20px !important;
}

body.wx-price-query-pro.wxq-density-compact .wx-pc2-table tbody td{
  height:48px !important;
  padding-top:6px !important;
  padding-bottom:6px !important;
}

body.wx-price-query-pro.wxq-density-compact .wx-pc2-price-cell-v6820e2d2 .wx-pc2-price-num{
  font-size:16px !important;
}

body.wx-price-query-pro.wxq-density-compact .wx-pc2-change-v6820e2d2{
  height:26px !important;
  min-width:58px !important;
  font-size:12px !important;
}

@media (max-width: 980px) {
  .wx-price-query-pro .wx-pc2-page {
    padding: 18px 12px 42px;
  }

  .wx-price-query-pro .wx-pc2-hero,
  .wx-price-query-pro .wx-pc2-workbench {
    padding: 16px;
  }

  .wx-price-query-pro .wx-pc2-hero-top,
  .wx-price-query-pro .wx-pc2-workbench-head {
    grid-template-columns: 1fr;
  }

  .wx-price-query-pro .wx-pc2-meta,
  .wx-price-query-pro .wx-pc2-stats,
  .wx-price-query-pro .wx-pc2-search-row {
    grid-template-columns: 1fr;
  }

  .wx-price-query-pro .wx-pc2-search-row {
    position: static;
  }

  .wxq-command-bar {
    align-items: stretch;
  }
}
