.JUZHONG {
	text-align: center;
}
table{
    width: 100%;
    border-collapse: collapse;
  border: 0px;
}

table caption{
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
}

th,td{
    border: 0px solid #999;
    text-align: center;
    padding: 3px 0;
}

table thead tr{
    background-color: #008c8c;
    color: #fff;
}

table tbody tr:nth-child(odd) {
    background-color: #ffffff99;
}
  table tbody tr:nth-child(even) {
    background-color: #cdc8ff33;
}

table tbody tr:hover{
    background-color: #fff;
}

table tbody tr td:first-child{
    color: #f40;
}

table tfoot tr td{
    text-align: right;
    padding-right: 20px;
}
