.history-container {
  position: relative;
  padding: 4.16665vw 0 .64rem;
  background: #edf1f2;
}

.history-container .history-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.history-container .title-div {
  margin-bottom: .6rem;
}

.history-container .title-div .xian {
  position: relative;
  width: 2.4rem;
  height: .02rem;
  margin: .1rem auto 0;
  background: #ffffff30;
}

.history-container .title-div .xian::after {
  position: absolute;
  top: -0.02rem;
  left: 50%;
  width: 1.2rem;
  height: .04rem;
  content: '';
  background: #e55513;
  transform: translateX(-50%);
}

.history-swiper .swiper-wrapper{
  height: auto;
}
.history-swiper .swiper-slide {
  height: auto;
}


.history-swiper .history-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.2rem;
  /* height: 3.6rem; */
  height: 18.75006vw;
}

.history-swiper .history-img {
  max-width: 6.2rem;
  width: 100%;
}

.history-swiper .history-img .img {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 58%;
  overflow: hidden;
}

.history-swiper .history-img .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.history-swiper .history-desc {
  position: relative;
  max-width: 6.5rem;
  width: 100%;
  height: 100%;
  margin-left: .55rem;
}

.history-swiper .history-desc .shuzi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* font-size: 3.3rem; */
  font-size: 17.187555vw;
  font-family: 'Hind-Bold';

  color: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff, #edf1f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0rem 0rem 0rem #ffffff20;
}


.history-swiper .history-desc .shuzi::after {
  position: absolute;
  bottom: .9rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 5.20835vw;
  content: '';
  background: linear-gradient(to top, #edf1f280, #ffffff00);
}

.history-swiper .history-desc .desc-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history-swiper .history-desc h3 {
  color: #2d2d2d;
  font-size: .32rem;
  font-family: 'Hind-Bold';
}

.history-swiper .history-desc p {
  max-width: 6.35rem;
  width: 100%;
  font-family: 'Hind-Medium';
}


.history-swiper .history-prev,
.history-swiper .history-next {
  width: .72rem;
  height: .72rem;
  border-radius: 50%;
}


.history-swiper .history-prev {
  left: 0;
}

.history-swiper .history-next {
  right: 0;
}

.time-swiper  .swiper-wrapper{
  height: auto;
}
.time-swiper {
  padding: 6.25002vw 0 .4rem;
  background: url(/lib_h/images/about/img_timeline_bg.svg) no-repeat;
  background-repeat: repeat-x;
  background-position-y: 6.25002vw;
}



.time-swiper .swiper-slide {
  opacity: 0.5;
}

.time-swiper .swiper-slide-thumb-active {
  opacity: 1;
}


.time-swiper .time {
  position: relative;
  color: #5f747a;
  font-size: .2rem;
  padding-top: .26rem;
  text-align: center;
  font-family: 'Hind-Medium';
}

.time-swiper .time::before {
  position: absolute;
  top: .1rem;
  left: 47.5%;
  width: .1rem;
  height: .1rem;
  content: '';
  border-radius: 50%;
  background: #5f747a;
  transform: translateX(-50%);
}


@media(max-width: 1279px) {
  .history-swiper .history-item {
    flex-direction: column;
    height: auto;
  }

  .history-swiper .history-desc {
    margin-left: 0;
    margin-top: .4rem;
    /* height: 3rem; */
    height: 25vw;
  }

  .history-swiper .history-desc .shuzi {
    font-size: 25vw;
  }
}

@media(max-width: 1023px) {
  .history-swiper .history-desc {
    height: 30vw;
  }

  .time-swiper {
    padding-top: .2rem;
    background-position-y: .2rem;
  }

  .history-swiper .history-desc .shuzi {
    align-items: flex-end;
  }

  .history-container {
    padding-top: .5rem;
    padding-bottom: .3rem;
  }
}

@media (max-width: 767px) {
  .history-container {
    padding: .4rem 0 0;
  }

  .history-container .title-div {
    margin-bottom: .4rem;
  }

  .history-swiper .history-prev,
  .history-swiper .history-next {
    width: 35px;
    height: 35px;
    top: 37%;
  }

  .history-swiper .swiper-slide {
    height: 100%;
  }



  .history-swiper .history-item {
    margin: 0;
    /* height: 100%; */
  justify-content: flex-start;
  }

  .history-swiper .history-desc .desc-content {
    justify-content: flex-start;
    /* padding-bottom: 30px; */
    margin-top: -140px;
  }

  .history-swiper .history-desc {
    height: 100%;
    margin-top: 0;
    padding-top: 1rem;
  }

  .history-swiper .history-desc h3 {
    font-size: 24px;
    margin: 20px 0 10px;
  }

  .history-swiper .history-desc,
  .history-swiper .history-img,
  .history-swiper .history-desc p {
    max-width: 100%;
  }

  .time-swiper .time {
    font-size: 16px;
  }

  .history-swiper .history-desc .shuzi {
    position: relative;
    font-size: 40vw;
    top: -75px;
    height: auto;
    justify-content: center;
    box-shadow: 0rem 0rem 0rem #ffffff50;
    -webkit-text-fill-color: initial;
  }

  .time-swiper .time::before {
    top: 0.25rem;
  }
}

@media (max-width: 360px) {
  .history-swiper .history-desc .shuzi {
    top: -0.15rem;
  }
}