﻿.factor {
}

.table1 {
    width: 100%;
    margin: 0 auto;
}

    .table1 tr {
        line-height: 40px;
        vertical-align: middle;
    }

        .table1 tr td, th {
            border: 1px solid #C5D5C5;
        }

        .table1 tr th {
            width: 30%;
            background-color: #F5F5F5;
        }

        .table1 tr td {
            text-align: left;
            padding-left: 15px;
        }

.btn1 {
    padding: 5px 10px;
    color: #fff;
    background: #1179ca;
    border: none;
    width: 100px;
    cursor: pointer;
    height: 40px;
    margin: 10px;
}

.select_list {
    width: 130px;
    height: 30px;
}

.inpt {
    width: 130px;
    border: 1px solid #ddd;
    text-indent: 5px;
    height: 30px;
}

.bd p {
    text-align: left;
    padding-left: 12px;
    line-height: 25px;
}

.table1 em {
    color: red;
    font-style: normal;
}

.remark {
    color: #ACAEAF;
}

.cankao {
    text-align: left;
    padding-left: 12px;
    color: #ACAEAF;
}
