/* 进度条 */
body{
  background: #f6f6f6;
}
.collect{
  margin-top: 2rem;
}
.schedule_box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.22rem;
  height: 1.76rem;
  display: flex;
  justify-content: center;
  margin-left: 0.06rem;
}

/* 进度条 */
.content {
  margin: 0.70rem 1.00rem;
}

#scheduleX {
  width: 3.00rem;
  height: 0.25rem;
  border-radius: 0.05rem;
  background-color: #7d8e91;
  border: 0.01rem solid #7a7a7a;
}

#scheduleX .xList {
  background-color: #2bd74c;
  border-radius: 0.05rem;
  width: 0%;
  height: 100%;
  position: relative;
}

#scheduleX .xList .xNum {
  font-size: 0.07rem;
  position: absolute;
  top: 45%;
  right: 5%;
  color: #fff;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
}