.optimization-box{width: 100%;display: flex;justify-content: space-between;}
.top-process .top-process-min{margin-top: 12px;}

.top-process .top-process-min:last-child{margin-bottom: 0px;}
/* .optimization-box{margin-bottom: 20px;}
.optimization-box:last-child{margin-bottom: 0px;} */
.process{text-align: center;flex-grow: 1;height: 50px;line-height: 50px; font-size: 14px;color: #333;background: #FFFFFF;border-right:1px solid #fff;position: relative;}
.process .incon{width: 14px;height: 14px;margin-left: 7px;display: none;}
.process:last-child .triangle_border_right{display: none;}
.StatusBlue{background: #007DEE; color: #fff;}
.StatusYellow{background: #EE7B00;color: #fff; }
.StatusRed{background: #F92020;color: #fff;}
.triangle_border_right{ 
    width:0;
    height:0;
    border-width:25px 0 25px 21px;
    border-style:solid;
    border-color:transparent transparent transparent #e5e5e5;/*透明 透明 透明 灰*/
    position:absolute;
    top: 0;
    right: -21px;
    z-index: 2;
}
.right-border{
    display:block;
    width:0;
    height:0;
    border-width:25px 0 24px 19px;
    border-style:solid;
    border-color:transparent transparent transparent #fff;/*透明 透明 透明 */
    position:absolute;
    top:-25px;
    right: 2px;
    z-index: 3;
 }
 .StatusBlue .right-border{
    border-color:transparent transparent transparent #007DEE;/*透明 透明 透明 */
 }
 .StatusYellow .right-border{
    border-color:transparent transparent transparent #EE7B00;/*透明 透明 透明 */
 }
 .StatusRed .right-border{
    border-color:transparent transparent transparent #F92020;/*透明 透明 透明 */
 }
