.row{
    width: 100%;
    height: 48px;
}
.begindiv,.enddiv{
    width: 108px;
    position: relative;
}
.begin-left {
    float: left;
    border-right: 12px solid #2196F3;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left:12px solid transparent;
}
.begin-middle {
    float: left;
    width: 60px;
    background-color: #2196F3;
    text-align: center;
    color: #ffffff;
    padding: 14px 0;
}
.begin-right{
    float: left;
    border-left: 12px solid #2196F3;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right:12px solid transparent;
}
.showprocess-line{
	float: left;
    /*width: calc((100% - 108px*2 - 148px*3 - 20px)/4 - 16px);*/
    width: 20px;
    height: 2px;
    background: #DDDDDD;
    top: 24px;
    position: relative;
    display: inline-block;
    margin: 0 8px;
}
.flow-checkbox{
	float: left;
    /*width: 148px;*/
    display: inline-block;
    position: relative;
    top: 11px;
    font-size: 14px;
    min-width: 100px;
    max-width: 148px;
}
.whitespace{
	float: left;
    width: 108px;
    height:48px;
}
.margin-left-92{
    margin-left: 92px;
}
.checkboxdiv-checked{
    color: #8BC34A;
}

.enddiv{
    display: inline-block;
    position: relative;
   /*  top: 32px; */
}
.end-left {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #2196F3;
    float: left;
}
.end-middle {
    float: left;
    width: 60px;
    background-color: #2196F3;
    text-align: center;
    color: #ffffff;
    padding: 14px 0;
    position: absolute;
    left: 24px;
    float: left;
    z-index: 1;
}
.end-right{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #2196F3;
    position: relative;
    left: 14px;
    float: left;
}