﻿body {
    font-family: 'Microsoft YaHei','Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #FFF;
    color: #000305;
    font-size: 100%;
    line-height: 150%;
    height: 100%;
    overflow: hidden;
}

.printdiv {
    padding: 4px;
}

.tdLeft {
    text-align: left;
}

.tdRight {
    text-align: right;
}

.tdCenter {
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px;
    font-size: 14px;
}

    table.a1 {
        border-collapse: collapse;
    }

        table.a1 td {
            border: 1px solid #000;
        }

.banner .v th a.sele {
    color: #1aac19;
}

.tr_t {
    color: #FFFFFF;
    background-color: #337FE5;
}

.table-head {
    background-color: #999;
    color: #000;
}

.table-body {
    width: 100%;
    height: 85%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .table-head table, .table-body table {
        width: 100%;
    }

    .table-head tr, .table-body tr {
        line-height: 35px;
    }

.table-head th {
    text-align: center;
}

.table-body table tr:nth-child(2n+1) {
    background-color: #fafafa;
}

