/* 移动端修复：币种详情盘口/成交无需左右滑动 */
@media(max-width:768px){

  #coin-detail .trade-layout{
    display:block!important;
  }

  #coin-detail .table-card{
    padding:12px!important;
    overflow-x:hidden!important;
  }

  #coin-detail table{
    width:100%!important;
    min-width:0!important;
    table-layout:fixed!important;
  }

  #coin-detail th,
  #coin-detail td{
    padding:9px 6px!important;
    font-size:12px!important;
    white-space:normal!important;
    word-break:break-word!important;
  }

  #order-book-body td:nth-child(1),
  #recent-trades-body td:nth-child(1){
    width:28%!important;
  }

  #order-book-body td:nth-child(2),
  #recent-trades-body td:nth-child(2){
    width:36%!important;
  }

  #order-book-body td:nth-child(3),
  #recent-trades-body td:nth-child(3){
    width:36%!important;
  }
}
