body {
  padding-top: 3.5rem;
}
.List {
  padding: 0 0.5rem;
}
.List .item {
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.List .item .top {
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.List .item .top .time {
  font-size: 0.8667rem;
}
.List .item .center {
  padding: 0.8rem 0;
}
.List .item .center .title {
  font-weight: 700;
  font-size: 1.0667rem;
  color: #101010;
  margin-bottom: 0.8rem;
}
.List .item .center .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.8rem;
}
.List .item .center .txt .all {
  font-weight: 400;
  font-size: 0.8667rem;
  color: #444444;
}
.List .item .center .txt .finish {
  font-weight: 400;
  font-size: 0.8667rem;
  color: #c90707;
}
.List .item .center .txt2 {
  font-weight: 400;
  font-size: 0.8667rem;
  color: #444444;
  line-height: 1.8rem;
}
.List .item .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.List .item .bottom .btn {
  width: 6.8rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #f6390d;
  margin-left: 0.5rem;
}
