* {
  margin: 0;
  padding: 0;
}
.history-title {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 150px;
}
.history-title strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.history-title h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}
.history-title h3::after {
  display: block;
  content: "";
  width: 73px;
  height: 2px;
  background: #005bbb;
  margin-top: 12px;
}
.history-title p {
  margin: 14px 0 24px 0;
  font-size: 18px;
  line-height: 36px;
}
.history-title a {
  display: block;
  width: 205px;
  height: 50px;
  border: 1px solid #005bbb;
  font-size: 20px;
  font-weight: 600;
  color: #005bbb;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .history-title {
    left: 0;
  }
}
@media screen and (max-width: 1198px) {
  .history-title {
    left: calc(50% - 480px);
  }
}
@media screen and (max-width: 991px) {
  .history-title {
    left: calc(50% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .history-title {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .history-title strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .history-title h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
  }
  .history-title h3::after {
    margin: 10px auto 0;
  }
  .history-title p {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 40px;
  }
  .history-title a {
    width: 148px;
    height: 35px;
    background: rgba(216, 216, 216, 0);
    border: 1px solid #005bbb;
    font-size: 12px;
    font-weight: 500;
    color: #005bbb;
    line-height: 35px;
  }
}

#historyAxisContainer {
  background: #f7f7f7;
  max-height: 920px;
  min-height: 700px;
  height: 100%;
}
#historyAxis {
  margin: 0 auto;
  max-width: 1920px;
  height: 920px;
  width: 100%;
  position: relative;
  background-color: #fff;
  /* border: 1px solid #f00; */
  overflow: hidden;
  background: url(../img/zwj/bg6.jpg) no-repeat center top;
  background-size: auto 100%;
}
#historyAxis .js-point-list {
  position: absolute;
  width: 5000px;
  left: 50%;
  transform: translateX(-2000px);
  /* padding-left: 200px; */
  bottom: -447px;
  box-sizing: border-box;
  /* transition: transform 1s ease-in-out; */
}
#historyAxis .js-point {
  float: left;
  position: relative;
  width: 400px;
  display: flex;
  gap: 18px;
}
#historyAxis i {
  width: 2px;
  height: 582px;
  /* background-color: #ccc; */
  /* transform: translateY(160px); */
  /* background: linear-gradient(180deg, #2f2f2f 0%, rgba(255, 255, 255, 0) 45%); */
  /* background: linear-gradient(180deg, #ccc 0%, rgba(255,255,255,0) 45%); */
  background: #2f2f2f;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
 #historyAxis .active {
  position: relative;
  transform: translateY(-90px);
  /* background: linear-gradient(180deg, #2f2f2f 0%, rgba(255, 255, 255, 0) 75%); */
  /* background: linear-gradient(180deg, #ccc 0%, rgba(255,255,255,0) 75%); */
  background: #2f2f2f;
}
/* #historyAxis h4 {
    font-family: D-DINCondensed-Bold, D-DINCondensed;
} */
#historyAxis .active h4 {
  position: absolute;
  width: 100px;
  left: -50px;
  top: -60px;
  font-style: normal;
  text-align: center;
  color: #dddddd;
  font-size: 30px;
  z-index: 9;
}
#historyAxis .disabled h4 {
  color: #f0f0f0;
}
#historyAxis .js-point-content-list {
  position: absolute;
  left: 50%;
  width: 410px;
  top: 100%;
  transform: translate(-184px, -495px);
}
#historyAxis .js-point-content-list h4 {
  color: #005bbb;
  font-size: 30px;
  margin-bottom: 10px;
}
#historyAxis .js-point-content-list p {
}

#historyAxis .js-point-content {
  position: absolute;
  left: 0;
  top: -86px;
  width: 100%;
  opacity: 0;
}
#historyAxis .js-point-content .con {
  overflow: hidden;
  font-size: 20px;
  color: #333;
  line-height: 2;
}
#historyAxis .js-point-content .con .left {
  float: left;
  font-weight: bold;
  margin-right: 18px;
}
#historyAxis .js-point-content .con .txt {
  overflow: hidden;
}
#historyAxis .js-btn {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#historyAxis .js-btn-left {
  left: 44px;
  background-image: url(../img/zwj/left.png) ;
}
#historyAxis .js-btn-left:hover {
  background-image: url(../img/zwj/left-1.png) ;
}
#historyAxis .js-btn-right {
  right: 44px;
  background-image: url(../img/zwj/right.png) ;
}
#historyAxis .js-btn-right:hover {
  background-image: url(../img/zwj/right-1.png) ;
}
/* #historyAxis .point {
    animation: move 1s ease-in-out forwards;
} */
#historyAxis .js-point-list .active-out {
  /* animation: move 1s ease-in-out forwards, active-in 1s ease-in-out forwards; */
}
@media only screen and (min-width: 1199px) {
    #historyAxis .active h4,
    #historyAxis .js-point-content-list h4 {
      font-size: 1.562vw;
      margin-bottom: 0.520vw;
    }
    #historyAxis .js-point-content-list p {
    }
    #historyAxis .js-point-content {
      left: 0;
      /* top: -4.479vw; */
      opacity: 0;
    }
    #historyAxis .js-point-content .con {
      font-size: 1.041vw;
      line-height: 2;
    }
    #historyAxis .js-point-content .con .left {
      font-weight: bold;
      margin-right: 0.937vw;
    }
    #historyAxis .js-point-content .con .txt {
    }
    #historyAxis .js-btn {
      top: 50%;
      width: 2.5vw;
      height: 2.5vw;
      transform: translateY(-50%);
    }
    }

@keyframes move {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-400px, 0);
  }
}
#historyAxis .js-point-content-list .active-in {
  animation: opacity-show 1s ease-in-out 1s forwards;
}

#historyAxis .js-point-content-list .active-out {
  animation: opacity-hide 0.5s ease-in-out forwards;
}
#historyAxis .js-point-content-list .active-stop {
  opacity: 1;
}

/* active stop */
#historyAxis .js-point-list .active-stop i:nth-of-type(5),
#historyAxis .js-point-list .active-stop i:nth-of-type(17) {
  transform: translateY(-10px);
}
#historyAxis .js-point-list .active-stop i:nth-of-type(6),
#historyAxis .js-point-list .active-stop i:nth-of-type(16) {
  transform: translateY(-30px);
}
#historyAxis .js-point-list .active-stop i:nth-of-type(7),
#historyAxis .js-point-list .active-stop i:nth-of-type(15) {
  transform: translateY(-60px);
}
#historyAxis .js-point-list .active-stop i:nth-of-type(8),
#historyAxis .js-point-list .active-stop i:nth-of-type(14) {
  transform: translateY(-90px);
}
#historyAxis .js-point-list .active-stop i:nth-of-type(9),
#historyAxis .js-point-list .active-stop i:nth-of-type(13) {
  transform: translateY(-120px);
}
#historyAxis .js-point-list .active-stop i:nth-of-type(10),
#historyAxis .js-point-list .active-stop i:nth-of-type(12) {
  transform: translateY(-150px);
}
#historyAxis .js-point-list .active-stop i:nth-of-type(11) {
  transform: translateY(-432px);
  background: linear-gradient(180deg, #005bbb 0%, rgba(255, 255, 255, 0) 100%);
}
#historyAxis .js-point-list .active-stop i:nth-of-type(11) h4 {
  opacity: 0;
}

/* active in */
#historyAxis .js-point-list .active-in i:nth-of-type(5),
#historyAxis .js-point-list .active-in i:nth-of-type(17) {
  animation: active-in-10 1s ease-in-out forwards;
}
#historyAxis .js-point-list .active-in i:nth-of-type(6),
#historyAxis .js-point-list .active-in i:nth-of-type(16) {
  animation: active-in-30 1s ease-in-out forwards;
}
#historyAxis .js-point-list .active-in i:nth-of-type(7),
#historyAxis .js-point-list .active-in i:nth-of-type(15) {
  animation: active-in-60 1s ease-in-out forwards;
}
#historyAxis .js-point-list .active-in i:nth-of-type(8),
#historyAxis .js-point-list .active-in i:nth-of-type(14) {
  animation: active-in-90 1s ease-in-out forwards;
}
#historyAxis .js-point-list .active-in i:nth-of-type(9),
#historyAxis .js-point-list .active-in i:nth-of-type(13) {
  animation: active-in-120 1s ease-in-out forwards;
}
#historyAxis .js-point-list .active-in i:nth-of-type(10),
#historyAxis .js-point-list .active-in i:nth-of-type(12) {
  animation: active-in-150 1s ease-in-out forwards;
}
#historyAxis .js-point-list .active-in i:nth-of-type(11) {
  animation: active-in-327 1s ease-in-out forwards;
}
#historyAxis .js-point-list .active-in i:nth-of-type(11) h4 {
  animation: opacity-hide 0.2s ease-in-out 0.5s forwards;
}
/* active out */
#historyAxis .js-point-list .active-out i:nth-of-type(5),
#historyAxis .js-point-list .active-out i:nth-of-type(17) {
  animation: active-in-10 1s ease-in-out 0.5s forwards reverse;
}
#historyAxis .js-point-list .active-out i:nth-of-type(6),
#historyAxis .js-point-list .active-out i:nth-of-type(16) {
  animation: active-in-30 1s ease-in-out 0.5s forwards reverse;
}
#historyAxis .js-point-list .active-out i:nth-of-type(7),
#historyAxis .js-point-list .active-out i:nth-of-type(15) {
  animation: active-in-60 1s ease-in-out 0.5s forwards reverse;
}
#historyAxis .js-point-list .active-out i:nth-of-type(8),
#historyAxis .js-point-list .active-out i:nth-of-type(14) {
  animation: active-in-90 1s ease-in-out 0.5s forwards reverse;
}
#historyAxis .js-point-list .active-out i:nth-of-type(9),
#historyAxis .js-point-list .active-out i:nth-of-type(13) {
  animation: active-in-120 1s ease-in-out 0.5s forwards reverse;
}
#historyAxis .js-point-list .active-out i:nth-of-type(10),
#historyAxis .js-point-list .active-out i:nth-of-type(12) {
  animation: active-in-150 1s ease-in-out 0.5s forwards reverse;
}
#historyAxis .js-point-list .active-out i:nth-of-type(11) {
  animation: active-in-327 1s ease-in-out 0.5s forwards reverse;
}
#historyAxis .js-point-list .active-out i:nth-of-type(11) h4 {
  animation: opacity-show 0.3s ease-in-out 1s forwards;
}

@keyframes opacity-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* NEW ACTIVE IN */
@keyframes active-in-327 {
  0% {
    transform: translateY(-90px);
    /* background: linear-gradient(180deg, #ccc 0%, rgba(255, 255, 255, 0) 75%); */
    background: #2f2f2f;
  }
  100% {
    transform: translateY(-432px);
    /* background: linear-gradient(
      180deg,
      #005bbb 0%,
      rgba(255, 255, 255, 0) 100%
    ); */
    background: #005bbb;
  }
}
@keyframes active-in-150 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150px);
  }
}
@keyframes active-in-120 {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-120px);
  }
}
@keyframes active-in-90 {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-90px);
  }
}
@keyframes active-in-60 {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
@keyframes active-in-30 {
  0% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes active-in-10 {
  0% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/* mobile active in */
@keyframes mobile-active-in-140 {
  0% {
    transform: translateY(-90px);
    background: linear-gradient(180deg, #ccc 0%, rgba(255, 255, 255, 0) 75%);
  }
  100% {
    transform: translateY(-140px);
    background: linear-gradient(
      180deg,
      #005bbb 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
@keyframes mobile-active-in-100 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes mobile-active-in-80 {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-80px);
  }
}
@keyframes mobile-active-in-60 {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
@keyframes mobile-active-in-40 {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
@keyframes mobile-active-in-20 {
  0% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mobile-active-in-7 {
  0% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}

@media screen and (max-width: 600px) {
  #historyAxisContainer {
    /* max-height: 700px; */
    min-height: 600px;
  }
  #historyAxis {
    background-size: 100% auto;
  }
  #historyAxis .js-btn-left {
    /* left: 10px; */
    display: none;
  }
  #historyAxis .js-btn-right {
    /* right: 10px; */
    display: none;
  }
  #historyAxis .js-point-list {
    bottom: -580px;
    bottom: -630px;
  }
  #historyAxis i {
    height: 400px;
  }
  #historyAxis .js-point-content-list {
    text-align: center;
    width: calc(100% - 170px);
    transform: translate(-50%, 0);
    top: auto;
    bottom: 375px;
  }
  #historyAxis .js-point-content {
    transform: translateY(-100%);
    top: 0;
  }
  #historyAxis .js-point-content-list h4 {
    font-size: 40px;
  }
  #historyAxis .js-point-content-list p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
  }
  #historyAxis .js-point-list {
    padding-left: 200px;
    /* display: none; */
  }

  /* active stop */
  #historyAxis .js-point-list .active-stop i:nth-of-type(5),
  #historyAxis .js-point-list .active-stop i:nth-of-type(17) {
    transform: translateY(-7px);
  }
  #historyAxis .js-point-list .active-stop i:nth-of-type(6),
  #historyAxis .js-point-list .active-stop i:nth-of-type(16) {
    transform: translateY(-20px);
  }
  #historyAxis .js-point-list .active-stop i:nth-of-type(7),
  #historyAxis .js-point-list .active-stop i:nth-of-type(15) {
    transform: translateY(-40px);
  }
  #historyAxis .js-point-list .active-stop i:nth-of-type(8),
  #historyAxis .js-point-list .active-stop i:nth-of-type(14) {
    transform: translateY(-60px);
  }
  #historyAxis .js-point-list .active-stop i:nth-of-type(9),
  #historyAxis .js-point-list .active-stop i:nth-of-type(13) {
    transform: translateY(-80px);
  }
  #historyAxis .js-point-list .active-stop i:nth-of-type(10),
  #historyAxis .js-point-list .active-stop i:nth-of-type(12) {
    transform: translateY(-100px);
  }
  #historyAxis .js-point-list .active-stop i:nth-of-type(11) {
    transform: translateY(-140px);
    background: linear-gradient(
      180deg,
      #005bbb 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  #historyAxis .js-point-list .active-stop i:nth-of-type(11) h4 {
    opacity: 0;
  }

  /* active in */
  #historyAxis .js-point-list .active-in i:nth-of-type(5),
  #historyAxis .js-point-list .active-in i:nth-of-type(17) {
    animation: mobile-active-in-7 1s ease-in-out forwards;
  }
  #historyAxis .js-point-list .active-in i:nth-of-type(6),
  #historyAxis .js-point-list .active-in i:nth-of-type(16) {
    animation: mobile-active-in-20 1s ease-in-out forwards;
  }
  #historyAxis .js-point-list .active-in i:nth-of-type(7),
  #historyAxis .js-point-list .active-in i:nth-of-type(15) {
    animation: mobile-active-in-40 1s ease-in-out forwards;
  }
  #historyAxis .js-point-list .active-in i:nth-of-type(8),
  #historyAxis .js-point-list .active-in i:nth-of-type(14) {
    animation: mobile-active-in-60 1s ease-in-out forwards;
  }
  #historyAxis .js-point-list .active-in i:nth-of-type(9),
  #historyAxis .js-point-list .active-in i:nth-of-type(13) {
    animation: mobile-active-in-80 1s ease-in-out forwards;
  }
  #historyAxis .js-point-list .active-in i:nth-of-type(10),
  #historyAxis .js-point-list .active-in i:nth-of-type(12) {
    animation: mobile-active-in-100 1s ease-in-out forwards;
  }
  #historyAxis .js-point-list .active-in i:nth-of-type(11) {
    animation: mobile-active-in-140 1s ease-in-out forwards;
  }
  #historyAxis .js-point-list .active-in i:nth-of-type(11) h4 {
    animation: opacity-hide 0.2s ease-in-out 0.5s forwards;
  }
  /* active out */
  #historyAxis .js-point-list .active-out i:nth-of-type(5),
  #historyAxis .js-point-list .active-out i:nth-of-type(17) {
    animation: mobile-active-in-7 1s ease-in-out 0.5s forwards reverse;
  }
  #historyAxis .js-point-list .active-out i:nth-of-type(6),
  #historyAxis .js-point-list .active-out i:nth-of-type(16) {
    animation: mobile-active-in-20 1s ease-in-out 0.5s forwards reverse;
  }
  #historyAxis .js-point-list .active-out i:nth-of-type(7),
  #historyAxis .js-point-list .active-out i:nth-of-type(15) {
    animation: mobile-active-in-40 1s ease-in-out 0.5s forwards reverse;
  }
  #historyAxis .js-point-list .active-out i:nth-of-type(8),
  #historyAxis .js-point-list .active-out i:nth-of-type(14) {
    animation: mobile-active-in-60 1s ease-in-out 0.5s forwards reverse;
  }
  #historyAxis .js-point-list .active-out i:nth-of-type(9),
  #historyAxis .js-point-list .active-out i:nth-of-type(13) {
    animation: mobile-active-in-80 1s ease-in-out 0.5s forwards reverse;
  }
  #historyAxis .js-point-list .active-out i:nth-of-type(10),
  #historyAxis .js-point-list .active-out i:nth-of-type(12) {
    animation: mobile-active-in-100 1s ease-in-out 0.5s forwards reverse;
  }
  #historyAxis .js-point-list .active-out i:nth-of-type(11) {
    animation: mobile-active-in-140 1s ease-in-out 0.5s forwards reverse;
  }
  #historyAxis .js-point-list .active-out i:nth-of-type(11) h4 {
    animation: opacity-show 0.3s ease-in-out 1s forwards;
  }
}
