.d-slide1 {
  width: 250px;
}
.d-img1 {
  width: 250px;
  height: 360px;
  background-color: #fff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  padding: 8px;
  border-top: solid 2px #f3f3f3;
  border-left: solid 2px #f1f1f1;
}
.d-slide1 p {
  padding: 10px 0;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(229, 229, 229, 1);
}
.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: var(--primary);
}
.d-brand {
  margin-right: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  display: flex;
  width: 315px;
  height: 106px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
}
/*.d-brand img {*/
/*  width: auto;*/
/*  height: auto;*/
/*  margin: auto;*/
/*}*/
/* 发展过程 */
.d-line {
  /*position: absolute;*/
  /*left: 100%;*/
  /*top: 40px;*/
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-items: center;
  row-gap: 36px;
}
.d-line-fix {
   top: 0;
   position: sticky;
   width:fit-content;
}
.d-line-time {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
}
.d-line-time.start {
  border: 1px solid rgba(166, 166, 166, 1);
  color: #a6a6a6;
}
.d-line-tag {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(217, 217, 217, 1);
  cursor: pointer;
}
.d-steps::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0.5);
  width: 1px;
  height: 100%;
  background-color: rgba(201, 201, 201, 1);
}
.d-steps::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary);
}
.d-item {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.d-item:nth-child(even) {
  flex-direction: row-reverse;
}
.d-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  background: url(../images/step.png) no-repeat center/cover;
}
.d-item:nth-child(even)::before {
  transform: translateX(-50%) rotate(180deg);
}
.d-item:nth-child(even) .d-step-h5, .d-item:nth-child(even) .d-step-time {
  text-align: right;
}
/*.d-item:nth-child(even) .d-step-text {*/
/*    text-align-last: right;*/
/*}*/
.d-item:nth-child(even) .d-step-img {
  border-radius: 60px 0 0 0;
}
.d-center {
  width: 160px;
}
.d-col {
  width: 536px;
}
.d-col-l {
  padding-top: 80px;
}
.d-step-time::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 94px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary);
}
.d-step-img {
  overflow: hidden;
  width: 518px;
  height: 320px;
  border-radius: 0 60px 0 0;
}
.d-step-h5 {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 32px;
}
.d-step-time {
  font-size: 36px;
  margin-bottom: 8px;
}
.d-step-text {
  text-align: justify;
  font-size: 16px;
  line-height: 2;
  color: #444;
}
/* 金蚂蚁文化 */
.d-item3 {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
.d-item3:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.d-item3 .d-step-img {
  width: 550px;
}
.d-col3-l {
  width: 590px;
}
.d-rect {
  width: 30px;
  height: 320px;
  background-color: var(--primary);
  margin-right: 10px;
}
/*.d-symbol::before {*/
/*  content: "「";*/
/*  font-size: 18px;*/
/*  margin-left: -10px;*/
/*}*/
/*.d-symbol::after {*/
/*  content: "」";*/
/*  font-size: 18px;*/
/*  margin-left: -5px;*/
/*}*/