.progressC {
  width: 100%;
  height: 55px;
}

.progress-wrap {
  background: #e23473;
  overflow: hidden;
  position: relative;
  /*margin-top: 21px;
  margin-bottom: -10px;*/
}
.progress-wrap .progress-bar {
  background: #ddd;
  left: 0;
  position: absolute;
  top: 0;
}
