
/* 审批日志 */
.vertical-container-sprz {position: relative;width: 100%;margin:30px auto;padding: 0;display: flex;justify-content: center;}
.vertical-container-sprz:before {content: '';/* position: absolute; *//* top: 0; *//* left: 11px; *//* height: 100%; *//* width: 1px; *//* background: #DCDFE3; */}
.vertical-container-sprz:after { content: ''; display: table; clear: both; }

.vertical-container-sprz .vertical-timeline-block {position: relative;width: 200px;}
.vertical-container-sprz .vertical-timeline-block:last-child { padding-bottom: 0; }
.vertical-container-sprz .vertical-timeline-block:before {content: '';position: absolute;top: 24px;left: 11px;height: 1px;width: 100%;background: #DCDFE3;}
.vertical-container-sprz .vertical-timeline-block:after { content: ""; display: table; clear: both; }
.vertical-container-sprz .vertical-timeline-block:last-child:before {display: none; }

.vertical-container-sprz .vertical-timeline-icon {position: absolute;top: 0;left: 0;width: 48px;height: 48px;border-radius: 50%;text-align: center;}
.vertical-container-sprz .vertical-timeline-icon i {display: block;font-size: 28px;line-height: 48px;}

.vertical-container-sprz .vertical-timeline-content {position: relative;left: -38%;top: 60px;}
.vertical-container-sprz .vertical-timeline-content h4 {line-height: 22px;font-size: 16px;color: #1F3149;text-align: center;}
.hand {cursor: pointer}

/* 审批日志环节状态 */
.vertical-timeline-block.lcsp-done:before { background: #3F88CA; }
.vertical-timeline-block.lcsp-done .vertical-timeline-icon { background: #3F88CA; color: #fff; }
.vertical-timeline-block.lcsp-current .vertical-timeline-icon { background: #ffe590; color: #ee9a19; }
.vertical-timeline-block.lcsp-undone .vertical-timeline-icon { background: #ADB3BC; color: #fff; }


/* 投诉详情*/
.tsBox{
    height: 200px;
    border-radius: 12px;
    background-color: #ffff;
    margin-bottom: 178px;
}
.ts-title {
    height: 60px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    font-weight: 500;
    align-items: center;
	justify-content: space-between;
    border-bottom: 1px solid #EAEEF5  ;
}

.ts-title span {
    border-left: 4px solid #0263D5;
    padding-left: 20px;
}

.ts-title .el-button--primary{
    border-radius: 50px;
    background: #0263D5;
	margin-right:15px;
}
