.bingo-template-14  {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bingo-template-14 .container {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  background-color: #f5f7ff;
  padding: 20px;
}

.bingo-template-14 .timeline-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.bingo-template-14 .timeline {
  position: relative;
}

.bingo-template-14 .timeline::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 12px;
  background-color: #4456b4;
}

.bingo-template-14 .timeline-item {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
}

.bingo-template-14 .timeline-item:first-child {
  padding-top: 0;
}

.bingo-template-14 .circle-container {
  position: relative;
  width: 170px;
  min-width: 170px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.bingo-template-14 .step-number {
  position: absolute;
  top: -20px;
  right: calc(50% - 30px);
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  z-index: 3;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.bingo-template-14 .step-number:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}

.bingo-template-14 .timeline-item:nth-child(odd) .step-number:after {
  border-right-color: #1c94e4;
}

.bingo-template-14 .timeline-item:nth-child(even) .step-number:after {
  border-right-color: #a4488c;
}

.bingo-template-14 .timeline-item:nth-child(odd) .circle,
.timeline-item:nth-child(odd) .content-box {
  background-color: #eff5ff;
  border: 6px solid #9dc9ea;
}

.bingo-template-14 .timeline-item:nth-child(even) .circle,
.timeline-item:nth-child(even) .content-box,
.both-content-box .content-box:last-child,
.both-content-box .content-box:last-child h4 {
  background-color: #fefdf9;
  border: 6px solid #fabdbd;
}

.bingo-template-14 .timeline-item:nth-child(odd) .dot {
  background-color: #9dc9ea;
}

.bingo-template-14 .timeline-item:nth-child(even) .dot {
  background-color: #fabdbd;
}

.bingo-template-14 .timeline-item:nth-child(odd) .step-number {
  background-color: #1c94e4;
}

.bingo-template-14 .timeline-item:nth-child(even) .step-number {
  background-color: #a4488c;
}

.bingo-template-14 .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bingo-template-14 .dots {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.bingo-template-14 .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #4456b4;
}

.bingo-template-14 .timeline-item .step-number {
  color: #fff;
  background-color: #4456b4;
}

.bingo-template-14 .circle img {
  height: 50px;
  margin-bottom: 6px;
}

.bingo-template-14 .circle-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  color: #092338;
}

.bingo-template-14 .content-box {
  flex: 1;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  position: relative;
}

.bingo-template-14 .content-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.bingo-template-14 .content-box p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

.bingo-template-14 .content-box p:last-child {
  margin-bottom: 0;
}

.bingo-template-14 .content-box ul {
  list-style: none;
  counter-reset: item;
}

.bingo-template-14 .content-box li {
  counter-increment: item;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.bingo-template-14 .content-box li:before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #4456b4;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.bingo-template-14 .timeline-item:last-child {
  background-color: #4456b4;
  border-radius: 0;
  padding-top: 50px;
}

.bingo-template-14 .both-content-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.bingo-template-14 .both-content-box .content-box:first-child {
  margin-bottom: 70px;
}

.bingo-template-14 .both-content-box ul {
  list-style-type: none;
}

.bingo-template-14 .both-content-box ul li {
  margin-bottom: 15px;
}

.bingo-template-14 .both-content-box h4 {
  font-size: 18px;
  background-color: #fff;
  padding: 6px 20px;
  border-radius: 10px;
  position: absolute;
  top: -35px;
  left: 5%;
  border: 4px solid #9dc9ea;
}

.bingo-template-14 .both-content-box img {
  height: 80px;
  position: absolute;
  top: -65px;
  right: 5%;
}

.bingo-template-14 .both-content-box ul a {
  color: #7138a1;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .bingo-template-14 .timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .bingo-template-14 .timeline-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .bingo-template-14 .circle-container {
    width: 100%;
    margin-bottom: 30px;
    min-width: auto;
  }

  .bingo-template-14 .dots {
    display: none;
  }

  .bingo-template-14 .content-box {
    width: 100%;
    margin-top: 20px;
  }
}