.mic-Step {
  display: inline-block;
  width: 250px;
  text-align: center;
}
.mic-Step .progress-title {
  font-size: 16px;
}
.mic-Step .progress-body {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 40px;
}
.mic-Step .progress-body h3 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background-color: #D6DAE6;
}
.mic-Step .progress-line {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #D6DAE6;
}
.mic-Step.done .progress-body h3,
.mic-Step.done .progress-line {
  background-color: #EE494D;
}
