/* 现货专业页 Binance 布局 */
#spot-pro .pro-trade-page{
  max-width:none!important;
  width:100%!important;
  padding:0 10px 18px!important;
}

#spot-pro .pro-symbol-bar{
  display:grid!important;
  grid-template-columns:240px repeat(5,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  background:#111722!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:8px!important;
  padding:10px 14px!important;
  margin-bottom:8px!important;
}

#spot-pro .pro-symbol-main strong{
  font-size:22px!important;
  color:#fff!important;
}

#spot-pro .pro-symbol-main span,
#spot-pro .pro-symbol-bar div span{
  display:block!important;
  color:#8f9bad!important;
  font-size:12px!important;
  margin-top:4px!important;
}

#spot-pro .pro-symbol-bar b{
  font-size:18px!important;
  color:#fff!important;
}

/* 核心三栏 */
#spot-pro .pro-layout{
  display:grid!important;
  grid-template-columns:300px minmax(0,1fr) 330px!important;
  grid-template-rows:560px 300px 220px!important;
  grid-template-areas:
    "book chart markets"
    "book order trades"
    "tabs order movers"!important;
  gap:8px!important;
}

/* 通用卡片 */
#spot-pro .pro-book,
#spot-pro .pro-chart,
#spot-pro .pro-markets,
#spot-pro .pro-order,
#spot-pro .pro-trades,
#spot-pro .pro-tabs,
#spot-pro .pro-movers{
  background:#111722!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:8px!important;
  padding:14px!important;
  overflow:hidden!important;
}

#spot-pro .pro-book{grid-area:book!important;}
#spot-pro .pro-chart{grid-area:chart!important;}
#spot-pro .pro-markets{grid-area:markets!important;}
#spot-pro .pro-order{grid-area:order!important;}
#spot-pro .pro-trades{grid-area:trades!important;}
#spot-pro .pro-tabs{grid-area:tabs!important;}
#spot-pro .pro-movers{grid-area:movers!important;}

/* K线 */
#spot-pro #pro-tv{
  width:100%!important;
  height:515px!important;
  border:0!important;
  border-radius:6px!important;
}

/* 标题 */
#spot-pro h3{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:16px!important;
}

/* 订单簿 */
#spot-pro .book-head,
#spot-pro .book-row,
#spot-pro .trade-head,
#spot-pro .trade-row,
#spot-pro .market-row-pro{
  display:grid!important;
  gap:8px!important;
  align-items:center!important;
  font-size:12px!important;
}

#spot-pro .book-head,
#spot-pro .book-row{
  grid-template-columns:1fr 1fr 1fr!important;
}

#spot-pro .trade-head,
#spot-pro .trade-row{
  grid-template-columns:1fr 1fr 1fr!important;
}

#spot-pro .market-row-pro{
  grid-template-columns:1fr 1fr 1fr!important;
}

#spot-pro .book-head,
#spot-pro .trade-head{
  color:#8f9bad!important;
  padding-bottom:8px!important;
}

#spot-pro .book-row,
#spot-pro .trade-row,
#spot-pro .market-row-pro{
  color:#d8e1ee!important;
  padding:5px 0!important;
  border-bottom:1px solid rgba(255,255,255,.025)!important;
}

#spot-pro .ask,
#spot-pro .spot-ask{
  color:#F6465D!important;
}

#spot-pro .bid,
#spot-pro .spot-bid{
  color:#0ECB81!important;
}

#spot-pro .book-mid,
#spot-pro #pro-mid-price{
  margin:12px 0!important;
  padding:14px 0!important;
  text-align:left!important;
  font-size:26px!important;
  font-weight:900!important;
  color:#F6465D!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
}

/* 市场列表 */
#spot-pro .pro-market-search{
  width:100%!important;
  height:40px!important;
  margin-bottom:12px!important;
  border-radius:8px!important;
  border:1px solid rgba(255,255,255,.1)!important;
  background:#0b111b!important;
  color:#fff!important;
  padding:0 12px!important;
}

#spot-pro .pro-market-tabs{
  display:flex!important;
  gap:12px!important;
  margin-bottom:10px!important;
  color:#8f9bad!important;
  font-size:13px!important;
}

#spot-pro .pro-market-tabs span:first-child{
  color:#FCD535!important;
  border-bottom:2px solid #FCD535!important;
  padding-bottom:5px!important;
}

/* 下单区 */
#spot-pro .order-tabs{
  display:flex!important;
  gap:0!important;
  margin-bottom:16px!important;
}

#spot-pro .order-tabs button{
  flex:1!important;
  height:42px!important;
  border:0!important;
  background:#1b2535!important;
  color:#8f9bad!important;
  font-weight:800!important;
}

#spot-pro .order-tabs button.active{
  background:#0ECB81!important;
  color:#03150e!important;
  border-radius:8px!important;
}

#spot-pro .pro-order label{
  display:block!important;
  margin:12px 0 7px!important;
  color:#8f9bad!important;
  font-size:13px!important;
}

#spot-pro .pro-order input{
  width:100%!important;
  height:42px!important;
  border-radius:8px!important;
  border:1px solid rgba(255,255,255,.1)!important;
  background:#0b111b!important;
  color:#fff!important;
  padding:0 12px!important;
}

#spot-pro .spot-buy-btn,
#spot-pro .pro-order .btn{
  width:100%!important;
  height:48px!important;
  margin-top:18px!important;
  border:0!important;
  border-radius:8px!important;
  background:#0ECB81!important;
  color:#03150e!important;
  font-weight:900!important;
}

/* 当前委托 */
#spot-pro .pro-tabs{
  padding:0!important;
}

#spot-pro .pro-tab-head{
  display:flex!important;
  gap:34px!important;
  height:54px!important;
  align-items:center!important;
  padding:0 18px!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}

#spot-pro .pro-tab-head span{
  color:#8f9bad!important;
  font-weight:800!important;
}

#spot-pro .pro-tab-head span:first-child{
  color:#fff!important;
  position:relative!important;
}

#spot-pro .pro-tab-head span:first-child::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-18px;
  width:36px;
  height:3px;
  background:#FCD535;
}

#spot-pro .pro-tab-empty{
  height:140px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#606b7b!important;
}

/* 移动端 */
@media(max-width:900px){
  #spot-pro .pro-symbol-bar{
    grid-template-columns:1fr 1fr!important;
  }

  #spot-pro .pro-layout{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    grid-template-areas:
      "chart"
      "order"
      "book"
      "markets"
      "trades"
      "movers"
      "tabs"!important;
  }

  #spot-pro #pro-tv{
    height:320px!important;
  }
}

