.table{
    width: 1002px;
    max-width: 1002px;
    margin: 0 auto;
    border-left: 1px solid #8698a6;
    border-right: 1px solid #8698a6;
}

.table .table-title{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    background: url("../images/chart/title_02.jpg");
    color: #FFFFFF;
}

.table span{
    display: inline-block;
    float: left;
    text-align: center;
}

.table .serialId{
    width: 76px;
    height: 100%;
    text-align: center;
}

.table .region{
    width: 231px;
    height: 100%;
    border-left: 1px solid #ddd;
}

.table .table-body .row{
    width: 100%;
    height: 184px;
    margin: 0;
    background-color: #fff0d9;
    border-bottom: 1px solid #8698a6;
}

.table .table-body .row:nth-child(odd){
    background-color: #fceeee;
}

.table .table-body .row div{
    float: left;
    vertical-align: middle;
}

.table .table-body .row .serialId{
    line-height: 184px;
}

.table .table-body .row div span{
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #5d6d84;
    font-size:18px;
}

.table .table-body .row div span.red{
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 5px;
    background-color: #d80404;
    border-radius: 50%;
    color: #FFFFFF;
}