.experience-wrap {
  padding: 0.82rem 0 1.5rem 0;
}
.experience-title-wrap {
  text-align: center;
}
.experience-title-cn {
  font-size: 0.36rem;
  color: #333;
}
.experience-title-en {
  font-size: 0.24rem;
  color: #cecece;
  padding: 0.1rem 0 0.86rem 0;
}

.experience-container {
  position: relative;
  overflow: hidden;
  height: 5.36rem;
}
.experience-notice {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: -5rem;
  width: 2.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 0.16rem;
  color: #fff;
  text-align: right;
  transition: left 0.5s ease-in;
}
.experience-notice-close {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.18rem;
  cursor: pointer;
}
.experience-notice-icon {
  width: 0.32rem;
  height: 0.32rem;
}
.experience-notice-icon img {
  width: 100%;
  height: 100%;
}
.experience-notice-text {
  padding-left: 0.1rem;
}
.experience-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.experience-item {
  flex: none;
}
.experience-item-future {
  width: 1.4rem;
}
.experience-item-before {
  width: 4.55rem;
}
.experience-item_time-en {
  font-size: 0.24rem;
  color: #cecece;
}
.experience-item_time .experience-item_time-line {
  width: 1.31rem;
  height: 0.02rem;
  background-color: #f0f0f0;
  margin-right: 0.08rem;
}
.experience-item_time-cn {
  font-size: 0.18rem;
  color: #f6aa00;
}
.experience-item-before .experience-item_time {
  padding-top: 0.12rem;
  padding-bottom: 0.38rem;
}
.experience-item_time-icon {
  flex: none;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #ffe1b1;
}
.experience-item_time-icon::after {
  position: absolute;
  left: 0.04rem;
  top: 0.04rem;
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #f8c167;
}
.experience-item_time-val {
  font-size: 0.24rem;
  color: #cecece;
  padding: 0 0.05rem 0 0.06rem;
}
.experience-item-before .experience-item_time-line {
  flex: 1;
  height: 0.02rem;
  background-color: #f0f0f0;
  margin-right: 0.08rem;
}
.experience-item_desc {
  width: 100%;
  max-height: 4.64rem;
  padding-right: 1.17rem;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  scrollbar-color: #dcdcdc #f4f4f4;
  -ms-overflow-style: none;
  user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.experience-item_desc::-webkit-scrollbar {
  display: none;
}
.experience-item-before:last-child {
  width: 3.35rem;
}
.experience-item-before:last-child .experience-item_time-line {
  width: 2.5rem;
}
.experience-item-before:last-child .experience-item_desc {
  padding-right: 0;
}