.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
body .data-table th{background-color:#f34c7b;color:#fff;border:1px solid #e9ecf5;height:45px;text-align:center;font-weight:normal;}
body .data-table td{background-color:#fafbff;border:1px solid #e9ecf5;height:40px;text-align:left;text-indent: 5px;}
body .data-table{margin:0.5rem 0rem 0;overflow:hidden;}
body .data-table .t_l{width:75px;float:left;}
body .data-table .t_l table{width:100%;}
body .data-table .t_l table th{border-bottom:0;border-right:0;}
body .data-table .t_l table td{border-right:0;}
/**word-break: break-all;加上这句就对不齐了**/
body .data-table .t_l .t_l_freeze{height:500px;overflow:hidden;width:100%;}
body .data-table .t_l .t_l_freeze table{transition-timing-function:cubic-bezier(0.1,0.57,0.1,1);transition-duration:0ms;}
body .data-table .t_r{margin-left:75px;}
body .data-table .t_r table{width:720px;}
body .data-table .t_r table th{border-bottom:0;width:75px;background-color:#464b5e;}
body .data-table .t_r table td{width:75px;}
body .data-table .t_r .t_r_t{width:100%;overflow:hidden;}
body .data-table .t_r .t_r_t table{transition-timing-function:cubic-bezier(0.1,0.57,0.1,1);transition-duration:0ms;}
body .data-table .t_r .t_r_content{width:100%;height:500px;overflow:hidden;}
body .data-table .sub-cate td{color:#6e758f;font-size:1.2rem;background-color:#fff;}
