/* 星级流转明细：红色升星、绿色降星（股票配色）。 */
#drillRows tr.drill-rise td{background:#fff0f0!important;color:#bb1f28;font-weight:600}
#drillRows tr.drill-rise td:first-child{border-left:4px solid #e53935}
#drillRows tr.drill-fall td{background:#effaf3!important;color:#157a45;font-weight:600}
#drillRows tr.drill-fall td:first-child{border-left:4px solid #159947}
#drillRows tr.drill-rise small{color:#e53935}
#drillRows tr.drill-fall small{color:#159947}
