.bj_table{
    width: 100%;
    border: 1px solid #dddddd;
    overflow-y: scroll;
    padding-right: 10px;
    max-height: 442px;
}

.bj_table tr , .bj_table th{
    text-align: center;
    border: 1px solid #dddddd;
}
.bj_table tbody td {
    line-height: 34px;
    color: #666666;
    font-size: 16px;
    border-right: 1px solid #dddddd;
    padding: 8px 0;
}
.bj_table tbody td input {
    height: 36px;
    line-height: 34px;
    width: 195px;
    border: 1px solid #ececec;
    padding: 0 8px;
    margin-right: 10px;
    display: inline-block;
}
.item_head {
    background: #eff3f5;

    line-height: 48px;
    color: #333333;
    font-size: 16px;
}