.macro_collect_title {
    text-align: center;
    font-family: "MicrosoftYaHei-Bold";
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 57px;
}

.macro_collect_table_box {
    box-sizing: border-box;
    margin: 34px 40px 0 40px;
    overflow: auto;
    border: solid 1px #e6e6e6;
}

.macro_collect_table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.macro_collect_th {
    color: #000000;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    padding: 20px 5px;
}

.macro_collect_th_head {
    background: #fafafa;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.macro_collect_th textarea {
    width: calc(100% - 10px);
    border: 0 none;
    outline: none;
    height: 70px;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    font-family: "微软雅黑";
}

.macro_collect_th_summary textarea {
    border: none;
    outline: none;
    padding-top: 10px;
    height: 300px;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    font-family: "微软雅黑";
}

.macro_collect_th .collect_opinion {
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
}

.macro_collect_th .collect_document {
    text-align: left;
    margin-top: 20px;
}

.macro_collect_table select {
    border: 1px solid #dddddd;
    appearance: auto;
    background: #fff;
    width: 114px;
    height: 36px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.macro_collect_empty {
    float: left;
    margin-left: 116px;
    width: calc(100% - 450px);
    padding: 15px 17px 15px 17px;
    margin-bottom: 20px;
}