/* 交易对 */
#hot-market-list .coin{
    color:#ffffff!important;
    font-weight:700!important;
}

/* 默认价格白色，JS会覆盖 */
#hot-market-list .price{
    color:#ffffff!important;
    font-weight:700!important;
}

/* Binance 红 */
#hot-market-list .up,
#hot-market-list .down{
    color:#F6465D!important;
    font-weight:700!important;
}

/* Binance 绿 */
#hot-market-list .positive,
#hot-market-list .change-up{
    color:#0ECB81!important;
}

/* NEW 标签 */
#hot-market-list .coin-tag{
    background:#FCD535!important;
    color:#000!important;
    border:none!important;
    font-weight:800!important;
}

