html, body {
    background: #f6f6f6;
}

#steps {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.step {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 2px;
    margin-left: 0;
}

.line {
    width: calc(100% - 20px);
    margin-left: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #ededed;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    color: #252524;
}

.line:last-child {
    border-bottom: none;
}

.line:first-child {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.line:first-child .label {
    display: none;
}

.line:first-child:before {
    content: '环节-';
    float: left;
    padding-left: 15px;
}

.line:first-child .value {
    color: #252524;
}

.label {
    border-right: none;
    background: #ffffff;
    text-align: left;
    padding-left: 15px;
    width: 110px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.line .value {
    padding-left: 0;
    color: #8c8c8c;
    width: calc(100% - 180px);
}

.line .value > button {
    line-height: 20px;
    margin-top: -6px;
    margin-bottom: -6px;
}

.line:nth-child(2) .value {
    color: #226fdb;
}

.line:nth-child(3) {
    padding-bottom: 7px;
}

.line:nth-child(3) .value {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 2px;
    line-height: 30px;
    margin-top: -3px;
    color: #ffffff;
    background: #2170d9;
}

.step.noDeal .line:nth-child(3) .value {
    background: #f7ae50;
}

.step.backNoAccept .line:nth-child(3) .value {
    background: #f7ae50;
}

.step.backNoDeal .line:nth-child(3) .value {
    background: #f7ae50;
}

.step.noAccept .line:nth-child(3) .value {
    color: #ffffff;
    background: #ff5959;
}

#buttons {
    text-align: left;
    width: auto;
    margin-top: 0;
}

#buttons button {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
    cursor: pointer;
    padding: 0 15px;
    height: 30px;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    margin-right: 10px;
}