/* 下面是步骤条的css样式 */
.step-item { display: inline-block; line-height: 26px; position: relative; background: #ffffff; float: left;}
.step-item-tail { width: 100%; padding: 0 10px; position: absolute; left: 0; top: 13px; }
.step-item-tail i { display: inline-block; width: 100%; height: 1px; vertical-align: top; background: #c2c2c2; position: relative; }
.step-item-tail-done { background: #009688 !important; }
.step-item-head { position: relative; display: inline-block; height: 26px; width: 26px; text-align: center; vertical-align: top; color: #009688; border: 1px solid #009688; border-radius: 50%; background: #ffffff; }
.step-item-head.step-item-head-active { background: #009688; color: #ffffff; }
.step-item-main { background: #ffffff; display: block; position: relative;left: 0px;top: 8px; font-size: 12px;}
.step-item-main-title { font-weight: bolder; color: #555555; }
.step-item-main-desc { color: #aaaaaa; }
.layui-badge{background-color:#009688!important}
/* 步骤条样式结束 */
#shenpi_steps{
    /*padding: 20px 54px;*/
    padding:10px 5px;
    margin-left: 58px;
    width: 96%;
    margin-left: 4%;
    overflow: hidden;
}