@charset "utf-8";
table {border-collapse: collapse;border-spacing: 0;}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

::-webkit-scrollbar{ width: 8px; height: 8px;}
::-webkit-scrollbar-track{ background-color: #f5f5f5;}
::-webkit-scrollbar-thumb{ background-color: #c1c1c1;}

/*table 样式*/
.tabcon{ width: 100%; overflow-x: auto;}
.tablist {table-layout:fixed;}
.tablist th,.tablist td{ padding: 0 8px; height: 32px; line-height: 32px; text-align: center;}
.tablist tbody tr{ cursor: pointer;}
.tablist tbody tr:nth-child(2n+1){ background-color: rgba(245,247,250,.6);}
.tablist tbody tr:hover{background-color: rgba(245,247,250,1);}
.tablist tbody tr td{position: relative; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#showMore{display: none;position: absolute;background-color: rgba(0,0,0,.6); max-width: 300px; height: auto; padding: 6px 10px; color: #fff; border-radius: 4px; line-height: 22px; }

