﻿ /*表格*/
.global-table{width:100%;border:1px solid #b9bcc4;}
.global-table tbody tr td{border:1px solid #b9bcc4;padding:0px 5px;text-align:center;line-height:35px;min-height:35px;overflow:hidden;white-space: nowrap;}
.global-table thead{font-size:12px;width:100%;line-height:32px;text-align:center;background-color:#EAEAEA;}
.global-table thead tr{width:100px;}
.global-table tr th{color:#000;overflow:hidden;white-space:nowrap;border:1px solid #b9bcc4;padding:0 5px;line-height:40px;}
.global-table tfoot tr td{border:1px solid #b9bcc4;padding:0px 5px;text-align:center;min-height:35px;white-space: nowrap;overflow:hidden;}

/*粉色头部*/
.global-change{width:100%;border:1px solid #b9bcc4;}
.global-change tbody tr td{border:1px solid #b9bcc4;padding:0px 5px;text-align:center;line-height:35px;min-height:35px;overflow:hidden;white-space: nowrap;}
.global-change thead{font-size:12px;width:100%;line-height:32px;text-align:center;background-color:#fff4e8;}
.global-change thead tr{width:100px;}
.global-change tr th{color:#000;overflow:hidden;white-space:nowrap;border:1px solid #b9bcc4;padding:0 5px;line-height:40px;}
.global-change tfoot tr td{border:1px solid #b9bcc4;padding:0px 5px;text-align:center;min-height:35px;white-space: nowrap;overflow:hidden;}


/*无表格线*/
.global-noline{width:100%;border:1px solid #b9bcc4;}
.global-noline tbody tr td{padding:0px 5px;text-align:center;line-height:35px;min-height:35px;overflow:hidden;}
.global-noline thead{font-size:12px;width:100%;line-height:32px;text-align:center;background-color:#EAEAEA;}
.global-noline tbody tr{width:100px;border:1px solid #b9bcc4;}
.global-noline tr th{color:#000;overflow:hidden;white-space:nowrap;padding:0 5px;line-height:45px;}
.global-noline tfoot tr td{border:1px solid #b9bcc4;padding:0px 5px;text-align:right;line-height:35px;white-space: nowrap;overflow:hidden;}