.table-body {
    padding: 20px;
    background-color: #fff;
}
.form_header{
    background: #FAFAFA !important;
}
.el-table th>.cell{
    color: #000;
}
.el-table__body .cell{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
}

.input-item {
    display: inline-block;
    width: 250px;
    margin: 0 0 20px;
}
.select {
    display: flex;
    align-items: center;
    float: left;
    margin-right: 10px;
}

.select .txt {
    margin-right: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}
.input-item .el-input__inner {
    border-right: 0;
}

.input-item .el-input__inner:hover{
    border: 1px solid #dcdfe6;
    border-right: 0;
    outline: 0;
}

.input-item .el-input__inner:focus{
    border: 1px solid #dcdfe6;
    border-right: 0;
    outline: 0;
}
.input-item .el-input-group__append {
    background-color: #fff;
    border-left: 0;
    width: 10%;
    padding: 0;
}

.input-btn {
    display: inline-block;
    margin-left: 36px;
}
.stop{
    color: #E02020;
}
.state_stop{
    position: relative;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    margin-left: 6px;
}
.state_stop::after{
    position: absolute;
    content: "";
    left: -12px;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.65);
}
.state_start{
    position: relative;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    margin-left: 6px;
}
.state_start::after{
    position: absolute;
    content: "";
    left: -12px;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    background: #6DD400;
}
.el-range-separator{
    width:24% !important;
}
.el-table .info-row, .el-table .info-row .cell {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb;
}
