.time {
  width: 1200px;
  margin-top: 18px;
  height: 87px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  /* padding: 0 44px; */
  --swiper-navigation-color: #3A3939;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 25px;
  /* 设置按钮大小 */ margin-top: 35px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 68px;
  height: 100%;
  background: #F1F1F1;
  border-radius: 4px;
  top: 0;
  margin-top: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-slide {
  line-height: 87px;
  color: #959696;
  font-size: 19px;
  text-align: center;
}
.swiper-slide-active {
  color: #D22427;
  font-size: 31px;
}
.layui-timeline-axis {
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #D22427;
}
.layui-timeline {
  margin-top: 55px;
  width: 50%;
  position: relative;
  left: 50%;
}
.layui-timeline .layui-timeline-item:nth-child(odd) .layui-timeline-content {
  position: relative;
  top: 4px;
  left: -100%;
  padding-left: 0;
  padding-right: 61px;
}
.layui-timeline .layui-timeline-item:nth-child(odd) .layui-timeline-content .layui-timeline-title {
  text-align: right;
  position: relative;
}
.layui-timeline .layui-timeline-item:nth-child(odd) .layui-timeline-content .layui-timeline-title::after {
  content: '';
  display: block;
  position: absolute;
  right: -62px;
  top: 10px;
  width: 61px;
  height: 2px;
  background: #D22427;
}
.layui-timeline .layui-timeline-item:nth-child(even) .layui-timeline-content {
  position: relative;
  top: 4px;
  padding-left: 61px;
}
.layui-timeline .layui-timeline-item:nth-child(even) .layui-timeline-content .layui-timeline-title {
  position: relative;
}
.layui-timeline .layui-timeline-item:nth-child(even) .layui-timeline-content .layui-timeline-title::before {
  content: '';
  display: block;
  position: absolute;
  left: -62px;
  top: 10px;
  width: 61px;
  height: 2px;
  background: #D22427;
}
.layui-timeline-title {
  color: #393939;
  font-size: 19px;
}
.layui-text h3.layui-timeline-title {
  font-weight: bold;
}
.layui-timeline-info {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 22px;
}
.layui-timeline-item:before {
  left: 9px;
  background-color: #ccc;
}
#main {
  padding-bottom: 60px;
}


.history .wrapper {
  width: calc(186px * 5);
}