
.table_box {border:solid #E3E3E3 1px;border-bottom-width:0px;}
.table { width:100%; border-collapse:collapse; border:solid #E3E3E3 0px; }
.table .head { background-color:#E3E3E3; height:35px; border-bottom:solid #1285f8 0px; }
.table .head .cell { text-align:left; padding-left:10px; border-top-style:solid; border-top-color:#F0F0F0; border-top-width:0px; line-height:35px; 
					/* 列首永远固定在头部  */
					position:sticky;
            		top:0;
            		background-color:#E3E3E3;
            		}
.table .no_result { background-color:#F9F9F9; color:#999999; height:35px; text-align:left; padding-left:5px; border-bottom-style:solid; border-bottom-color:#D9D9D1; border-bottom-width:1px; }
.table .row_0 { cursor:default; background-color:#FFFFFF; height:35px; }
.table .row_0 .cell { text-align:left; padding-left:10px; padding-right:5px; border-bottom-style:solid; border-bottom-color:#E3E3E3; border-bottom-width:1px; line-height:35px; }
.table .row_1 { cursor:default; background-color:#FFFFFF; height:35px; }
.table .row_1 .cell { text-align:left; padding-left:10px; padding-right:5px; border-bottom-style:solid; border-bottom-color:#E3E3E3; border-bottom-width:1px; line-height:35px; }
.table .focus { background-color:#f6f6f6; }
.table .mouseover { background-color:#f6f6f6; }
.table .sticky_heading_1 {
	position:sticky;
    left:0; /* 首行永远固定在左侧 */
    z-index:2;
    background-color:#E3E3E3; }
.table .sticky_heading_2 {
	position:sticky;
    left:45; /* 首行永远固定在左侧 */
    z-index:2;
    background-color:#E3E3E3; }
.table .sticky_cell_1 {
	position:sticky;
    left:0; /* 首行永远固定在左侧 */
    z-index:1;
    background-color:#f6f6f6;}
.table .sticky_cell_2 {
	position:sticky;
    left:45; /* 首行永远固定在左侧 */
    z-index:1;
    background-color:#f6f6f6; }
            
.table .grid_0 { background-color:#F9F9F9; height:30px; }
.table .grid_0 .cell { text-align:left; padding-left:5px; border-bottom:solid #DDDDDD 1px; border-left:solid #DDDDDD 1px; }
.table .grid_1 { background-color:#F9F9F9; height:30px; }
.table .grid_1 .cell { text-align:left; padding-left:5px; border-bottom:solid #DDDDDD 1px; border-left:solid #DDDDDD 1px; }
