.ac-timeline-wrapper {
  padding: 0 10rpx;
}
.ac-timeline-wrapper .ac-timeline-title {
  font-size: 24rpx;
  color: #9b9a9a;
  margin: 20rpx 0;
}
.ac-timeline-wrapper .ac-timeline-content-wrapper {
  position: relative;
  margin-left: 20rpx;
  padding: 30rpx 0 10rpx;
}
.ac-timeline-wrapper .ac-timeline-content-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2rpx;
  background: #9b9a9a;
  height: 100%;
}
.ac-timeline-wrapper .ac-timeline-content-wrapper .ac-timeline-content-item {
  font-size: 24rpx;
  padding-left: 40rpx;
  position: relative;
  z-index: 1;
  margin-bottom: 40rpx;
}
.ac-timeline-wrapper .ac-timeline-content-wrapper .ac-timeline-content-item .ac-timeline-icon-wrapper {
  position: absolute;
  left: 0;
  padding: 10rpx 0;
  box-sizing: border-box;
  background: #fff;
  transform: translateX(-50%);
}
.ac-timeline-wrapper .ac-timeline-content-wrapper .ac-timeline-content-item .ac-timeline-icon-wrapper .ac-timeline-icon {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 10rpx solid #cfcfcf;
  position: relative;
}
.ac-timeline-wrapper .ac-timeline-content-wrapper .ac-timeline-content-item .ac-timeline-icon-wrapper .ac-timeline-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rpx;
  height: 10rpx;
  background: #fff;
  border-radius: 50%;
}
.ac-timeline-wrapper .ac-timeline-content-wrapper .ac-timeline-content-item .ac-timeline-content {
  padding: 20rpx;
  background: #e5e5e5;
  border-radius: 8rpx;
  margin-bottom: 20rpx;
}
