.progressC {
  width: 100%;
  height: 3px;
}

.progress-wrap {
  background: #f80;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  margin-bottom: -10px;
}
.progress-wrap .progress-bar {
  background: #ddd;
  left: 0;
  position: absolute;
  top: 0;
}