.develop-content .time-axis {
  width: 10rem;
  height: 19.733333rem;
  padding: 0 0.4rem;
  background: url('../images/develop/bg-01.png') no-repeat;
  background-size: cover;
  position: relative;
}
.develop-content .time-axis .sec-title {
  padding: 1.066667rem 0;
}
.develop-content .time-axis .time-line .li-slide {
  width: 9.2rem;
  text-align: center;
  position: relative;
}
.develop-content .time-axis .time-line .li-slide .line {
  position: relative;
  height: 0.026667rem;
  background: #dddddd;
  margin: 0.44rem 0 0.613333rem;
}
.develop-content .time-axis .time-line .li-slide .line .dian {
  width: 0.373333rem;
  height: 0.373333rem;
  background-color: #fff;
  box-shadow: 0px 3px 11px 0px rgba(6, 18, 53, 0.16);
  position: relative;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.develop-content .time-axis .time-line .li-slide .line .dian::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  background: linear-gradient(124deg, #009fea 0%, #00e1b3 100%);
}
.develop-content .time-axis .time-line .li-slide .year {
  font-size: 0.8rem;
  font-family: Arial-BoldItalicMT, Arial;
  color: #00C0CF;
  line-height: 0.8rem;
  transition: all 0.5s;
}
.develop-content .time-axis .time-line .li-slide .tit {
  margin-bottom: 0.853333rem;
  font-size: 0.4rem;
  height:.88rem;
  font-weight: 500;
  color: #333333;
}
.develop-content .time-axis .time-line .li-slide .info {
  height: 10.8rem;
  padding: 0.52rem 0.52rem 0;
  background: #fff;
  box-shadow: 0px 23px 43px 0px rgba(12, 27, 69, 0.1);
  text-align: left;
}
.develop-content .time-axis .time-line .li-slide .info .img {
  width: 100%;
  height: 4.786667rem;
  margin-bottom: 0.4rem;
}
.develop-content .time-axis .time-line .li-slide .info .img img {
  width: 100%;
  height: 100%;
}
.develop-content .time-axis .time-line .li-slide .info .des {
  font-size: 0.373333rem;
  color: #666666;
}
.develop-content .time-axis .time-line .li-slide .info .des p {
  line-height: 0.746667rem;
}
.develop-content .time-axis .time-line .swiper-button-next,
.develop-content .time-axis .time-line .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 1.2rem;
  z-index: 10;
  width: 3.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #C5C5C5;
  font-size: 0.373333rem;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
}
.develop-content .time-axis .time-line .swiper-button-prev {
  left: 1.8rem;
  right: auto;
}
.develop-content .time-axis .time-line .swiper-button-prev:hover .swiper-button-prev:before {
  margin-right: 20px;
}
.develop-content .time-axis .time-line .swiper-button-prev:after {
  content: '';
}
.develop-content .time-axis .time-line .swiper-button-prev:before {
  content: '';
  display: inline-block;
  font-size: 1px;
  vertical-align: middle;
  transition: all 0.3s;
  width: 0.64rem;
  height: 0.12rem;
  background: url(../images/develop/arrow.png) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-right: 10px;
}
.develop-content .time-axis .time-line .swiper-button-next {
  background: linear-gradient(124deg, #009fea 0%, #00e1b3 100%);
  right: 1.8rem;
  left: auto;
}
.develop-content .time-axis .time-line .swiper-button-next:hover .swiper-button-next:before {
  margin-right: 20px;
}
.develop-content .time-axis .time-line .swiper-button-next:after {
  content: '';
  display: inline-block;
  font-size: 1px;
  vertical-align: middle;
  transition: all 0.3s;
  width: 0.64rem;
  height: 0.12rem;
  background: url(../images/develop/arrow.png) no-repeat;
  background-size: cover;
  margin-left: 10px;
  vertical-align: baseline;
  vertical-align: -webkit-baseline-middle;
}
