/**!
 * 业务确认
 * date:2023-02-14
 * author: wppei;
 */

body,
html {
    height: 100%;
}

.unbindlink {
    pointer-events: none;
}

.content {
    height: calc(100% - 100px);
    padding-top: 34px;
    color: #333;
    overflow: auto;
}

.confirm {
    margin-bottom: 6px;
}

.confirm-left {
    float: left;
    width: 50%;
    padding: 0 40px;
}

.confirm-tt {
    position: relative;
    padding-left: 15px;
    margin-bottom: 19px;
    line-height: 30px;
    font-size: 20px;
    color: #484e54;
}

.confirm-tt::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 19px;
    background-color: #2868b1;
}

.confirm-item {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}

.handle-label {
    padding-right: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #2868b1;
}

.theme-check {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    width: 16px;
    height: 22px;
    background: url('../images/declare_process/icheckboxh.png') no-repeat center;
}

.material {
    margin: 0 40px;
}

.material-hd {
    height: 48px;
    padding-left: 10px;
    line-height: 47px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #abccf2;
    background: url('../images/material_upload/title_line.png') no-repeat left bottom -1px;
}

.material-label {
    padding-top: 25px;
    font-weight: bold;
    font-size: 16px;
}

.legend {
    padding-top: 32px;
    line-height: 22px;
}

.legend-label {
    margin-right: 12px;
    color: #666;
}

.legend-item {
    margin-right: 32px;
}

.legend-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.legend-item:first-child .legend-icon {
    background-color: #d25c4c;
}

.legend-item:nth-child(2) .legend-icon {
    background-color: #8aca6a;
}

.legend-text {
    color: #666;
}

.material-table {
    padding-top: 26px;
}

.material-table table {
    width: 100%;
    table-layout: fixed;
}

.material-table th {
    height: 55px;
    padding: 0 10px;
    font-size: 15px;
    background-color: #f6f7f9;
}

.material-table td {
    padding: 0 10px;
    height: 53px;
    border-bottom: 1px dashed #e1e3e5;
}

.text-center {
    text-align: center;
}

.file-name {
    margin: 17px 0;
    line-height: 21px;
    color: #333;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.status-rong,
.status-gong {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.status-rong {
    background-color: #d25c4c;
}

.status-gong {
    background-color: #8aca6a;
}

.file-download,
.file-other {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
}

.file-download {
    background-image: url("../images/material_upload/upload.png");
}

.file-other {
    background-image: url("../images/material_upload/look.png");
}

.file-upload {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    color: #2868b1;
    border: 1px solid #2868b1;
    border-radius: 2px;
}

.file-upload.over {
    color: #fff;
    background-color: #2868b1;
}

.form-btns {
    margin-top: 22px;
}

table{
    position:relative;
}
tbody.newnone{
    position:absolute;
    left:0;
    right:0;
}
.newnone{
    margin:0 auto;
    display:block;
    height:200px;
    width:200px;
    background:url('../newwz/css/icon-nothing.png') no-repeat center 40px;
    display: block;
}
.newnone::after{
    content: "无相关内容";
    color: #a4adc2;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    padding-top:30px;
}