@charset "UTF-8";
.table-wp{position: relative}
/*默认表格*/
.tui-table{table-layout: fixed;}
.tui-table th,
.tui-table td {
    color: #333;
    text-align: left;
/*    white-space: nowrap;*/
}
.tui-table caption{font-size: 20px;font-weight: bold;}
.tui-table th{color: #000;height: 24px;}
.tui-table thead tr:nth-of-type(2) th{border-top:1px solid #ccc;}
.tui-table td{height: 24px;color: #000;}
.tui-table tbody tr{position: relative;}

/*竖边框、交替背景*/
.tui-table.style--a tbody tr:nth-of-type(odd){background-color:#ccc;}
.tui-table.style--a th,
.tui-table.style--a td{border-width:0 1px;}



