.timeline {
  margin-top: 0.6rem;
}

.time-content {
  padding-bottom: 0.1rem;
  font-size: 0.2rem;
}

.timeline-heading span {
  font-size: 0.34rem !important;
  font-weight: bold;
  color: #000;
}

.timeline-body {
  padding-top: 0.2rem !important;
  position: relative;
  min-height: 50px;
}

.timeline-body::after {
  content: '';
  width: 1px;
  height: 95%;
  position: absolute;
  top: 0.10rem;
  left: 0.95rem;
  background: #DADADA;
  z-index: -1;
}

.timeline-body .item-content-box {
  margin-bottom: 0.1rem;
}

.time-month-box {
  display: flex;
  margin-bottom: 0.3rem;
  margin-left: 0.3rem;
}

.time-month-box .month-box {
  font-size: 0.2rem;
  color: #666666;
  padding-right: 0.11rem;
  width: 0.75rem;
  position: relative;
}

.time-month-box .month-box::after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  top: 0.08rem;
  right: 0.14rem;
  background: #EC6C1F;
  border-radius: 50%;
  margin-left: 0.08rem;
}

.time-month-box .time-content {
  width: 7rem;
}

.timeline-mobile {
  width: 100%;
  box-sizing: border-box;
  padding: 0.74rem 0.24rem 0;
}

.timeline-mobile .control-year {
  display: flex;
  align-items: center;
  height: 0.48rem;
  box-sizing: border-box;
  padding: 0 0.08rem;
  line-height: 0.36rem;
  background: #F3F3F3;
  font-size: 0.12rem;
  color: #333;
}

.timeline-mobile .control-year .current-year {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: #ED6D1F;
}

.timeline-mobile .control-year .current-arrow {
  width: 0.22rem;
  height: 0.11rem;
  margin-left: 0.14rem;
}

.timeline-mobile .current-list {
  margin-top: 0.5rem;
}

.timeline-mobile .current-list .item {
  position: relative;
  padding: 0.16rem 0 0.32rem;
}

.timeline-mobile .current-list .item .date {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333333;
}

.timeline-mobile .current-list .item .word {
  font-size: 0.14rem;
  font-weight: 400;
  color: #383838;
  line-height: 0.2rem;
  margin-top: 0.2rem;
}

.year-picker {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

.year-picker .picker-content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
}

.year-picker .picker-content .picker-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 0.4rem;
  background: #FAFAF8;
}

.year-picker .picker-content .picker-head .picker-confirem {
  margin-right: 0.24rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #ED6D1F;
}

.year-picker .picker-content .picker-list {
  padding: 0.4rem 0;
}

.year-picker .picker-content .picker-list .picker-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.3rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: rgba(56, 56, 56, 0.6);
  box-sizing: border-box;
}

.year-picker .picker-content .picker-list .picker-item.picker-active {
  color: #383838;
  background: #FAFAF8;
  border: 0.01rem solid #d2d2d2;
}

@media screen and (max-width: 1450px) {
  .time-month-box .month-box::after {
    right: 0.16rem;
  }
}

@media screen and (max-width: 1300px) {
  .time-month-box .month-box::after {
    right: 0.18rem;
  }
}
