.process {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 750 / 1580;
  padding-top: 2rem;
  box-sizing: border-box;
  background-image: url("/material/mobile/images/licheng_bg.jpg");
  background-size: 100% 100%;
}
.process .title {
  width: 100%;
  aspect-ratio: 750/68;
}

.process .list .item {
  position: relative;
  width: 100%;
  padding: 0 3.5rem 0.2rem 2rem;
  box-sizing: border-box;
  position: relative;
  font-size: 0.8rem;
  color: #666;
  flex-shrink: 0;
}

.process .list .item .line {
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  background-color: #c59f66;
  width: 1px;
  height: calc(100% - 0.7rem);
}

.process .list .item .line::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.1rem;
  top: -0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #c59f66;
}

.process .list .item .time {
  color: #1058aa;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
}
