.timeline {
  position: relative;
  width: 80%;
  margin: 160px auto 0 auto;
  padding: 50px 0;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 100%;
  background: #ccc; /* 灰 */
  z-index: 1;
  transform: translateX(-50%);
}

.time-title h3 b {
  color: #3c3c43;
  position: relative;
}

.time-title h3 b span {
  color: #3c3c43 !important;
  font-size: 26px;
}

img.aaaaa {
  position: absolute;
  bottom: -12px;
  left: 35%;
  width: 23px;
}

.time-title p {
  font-size: 24px;
  color: #3c3c43;
  font-weight: 800;
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 0;
  background: #1d1d1f;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-ellipse {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 50px;
  background: #fff;
  color: #3c3c43;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 15;
  border: 3px solid #7f0019;
  border-radius: 50px;
}

.timeline-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #7f0019;
  color: #fff;
  font-weight: bold;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
  z-index: 10;
}

.timeline-item {
  position: relative;
  width: 45%;
  margin: 100px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
  z-index: 5;
}

.timeline-item:nth-child(even) {
  left: 55%;
  padding-left: 50px;
}

.timeline-item:nth-child(odd) {
  left: 0;
  padding-right: 50px;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-content {
  background: #fff;
}

.timeline-padd {
  padding: 20px 16px 0 16px;
}
.timeline-date {
  margin: 0 0 10px 0;
  background: #7f0019;
  display: inline-block;
  color: #fff;
  font-weight: 800;
  padding: 2px 14px;
  border-radius: 20px;
  font-size: 16px;
}

.timeline-date span {
  font-size: 20px;
}
.couponBox h3.timeline-title {
  font-size: 18px;
  margin-bottom: 9px;
}

p.timeline-desc {
  font-size: 16px;
  color: #2f2725;
  margin-bottom: 16px;
}

.muji-card {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  overflow: hidden;
  text-decoration: none;
  color: #1d1d1f;
  transition: background 0.2s ease;
}

.muji-card:hover {
  background: #f0f0f0;
}

.muji-card__img {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.muji-card__img img {
  width: 90px;
  height: auto;
  display: block;
}

.muji-card__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 20px;
}

.muji-card__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.muji-card__arrow {
  width: 20px;
  height: 20px;
  stroke: #1d1d1f;
}

.muji-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: 16px;
  color: #1d1d1f;
  text-decoration: none;
  transition: opacity 0.2s ease;
  margin-bottom: 24px;
}

.muji-detail-btn:hover {
  opacity: 0.7;
}

.muji-detail-btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #f5f0e6;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .muji-card {
    background: #ffff;
  }

  #timeline {
    padding: 96px 0 !important;
  }
  .timeline-circle {
    display: none;
  }
  .timeline-item:nth-child(even) {
    left: 0%;
    padding-left: 0px;
  }

  .timeline-item:nth-child(odd) {
    left: 0;
    padding-right: 0px;
  }

  .timeline {
    position: relative;
    width: 100%;
    margin-top: 100px;
  }

  .timeline-item {
    width: 100%;
  }

  .timeline-content {
    background: #f5f5f5;
  }

  .timeline-padd {
    padding: 20px 16px 16px 16px;
  }

  #timeline .section-title-small {
    margin-bottom: 64px !important;
  }

  .timeline-item {
    margin: 85px 0;
  }

  .timeline-date {
    font-size: 14px;
  }
  .timeline-date span {
    font-size: 16px;
  }
  .couponBox h3.timeline-title {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
