.ant-steps {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #333;
   font-size: 12px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none; 
    font-feature-settings: "tnum","tnum";
    display: flex;
    width: 100%;
    font-size: 0;
    text-align: left;
    text-align: initial;
}
.ant-steps-item {
    position: relative;
    display: inline-block;
    flex: 1 1;
    overflow: hidden;
       vertical-align: top;
	}
.ant-steps-label-vertical .ant-steps-item {
    overflow: visible;
}
.ant-steps-item-container {
    outline: none;
}
.ant-steps-item-tail {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
.ant-steps-label-vertical .ant-steps-item-tail {
    margin-left: 58px;
    padding: 3.5px 24px;
}
.fill-page .step .ant-steps-label-vertical .ant-steps-item-tail {
    margin-left: 70px;
}
.ant-steps-item-tail:after {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    border-radius: 1px;
    transition: background .3s;
    content: "";
}
.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after {
    background-color: #00B050;
}
.ant-steps-item-icon {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    font-size: 16px;
     line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 32px;
    transition: background-color .3s,border-color .3s;
}

.fill-page .step .ant-steps-label-vertical .ant-steps-item-icon {
    margin-left: 56px;
}
.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon {
    background: #00B050;
	border: 0;
}
.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon .ant-steps-icon {
    color: #fff;
}
.ant-steps-item-icon .ant-steps-icon {
    position: relative;
    top: -0.5px;
  color: #9B9B9B;
    line-height: 1;
	font-size: 12px;
}
.ant-steps-label-vertical .ant-steps-item-content {
    display: block;
    width: 145px;
    margin-top: 8px;
    text-align: center;
}
.fill-page .step .ant-steps-label-vertical .ant-steps-item-content {
    width: 146px;
}
.ant-steps-item-title {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    color: #333;
   font-size: 12px;
    line-height: 32px;
}
.ant-steps-item-title>p{
	    position: absolute;
	    bottom: 29px;
	    top: 22px;
	    white-space: nowrap;
}
 .ant-steps-item-process .ant-steps-item-title>p{
	 color: #333; 
 }
.ant-steps-label-vertical .ant-steps-item {
    overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-icon {
    display: inline-block;
    margin-left: 42px;
}
.fill-page .step .ant-steps-label-vertical .ant-steps-item-icon {
    margin-left: 56px;
}
.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after, .ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-tail {
    display: none;
}
.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after {
    background-color: #00B050;
}
.ant-steps-item-process .ant-steps-item-title{
	color: #00B050;
}