.qicheng_lead_time {
  padding-top: var(--title-font-padding-top);
  padding-bottom: calc(120px + var(--border-radius-lg));
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(1, 76, 148, 0.7) 0%,
      rgba(1, 76, 148, 0.9) 100%
    ),
    #014c94;
  z-index: 8;
}

.qicheng_lead_time-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}

.qicheng_lead_time-title-container {
  text-align: center;
  margin-bottom: 94px;
}

.qicheng_lead_time-title {
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--title-font-size-xl);
  font-weight: 900;
  line-height: 1.3333;
}

.qicheng_lead_time-subtitle {
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--text-font-size-xxl);
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}

.qicheng_lead_time-list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1014px;
}

.lead-time-item {
  display: grid;
  grid-template-columns: auto 240px;
}

.lead-time-head {
  margin-bottom: 16px;
}

.lead-time-item:not(.lead-time-head) {
  border-top: 1px solid #fff;
  padding-top: 26px;
  padding-bottom: 33px;
}

.lead-time-label {
  font-family: var(--font-family);
  font-size: var(--title-font-size-xsm);
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

.lead-time-head_label {
  font-family: var(--font-family);
  font-size: var(--text-font-size-xxl);
  font-weight: 400;
  line-height: 124%;
  color: #fff;
}

.lead-time-value {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

.lead-time-value-num {
  font-size: var(--title-font-size-xsm);
  line-height: normal;
}

.lead-time-value-unit {
  font-size: var(--title-font-size-xsm);
  margin-left: max(0.2rem, 4px);
  line-height: normal;
}

@media screen and (max-width: 1440px) {
  .qicheng_lead_time {
    padding-bottom: calc(100px + var(--border-radius-lg));
  }
}

@media screen and (max-width: 1024px) {
  .qicheng_lead_time {
    padding-bottom: calc(80px + var(--border-radius-lg));
  }

  .qicheng_lead_time-title-container {
    margin-bottom: 50px;
  }

  .qicheng_lead_time-list {
    max-width: 100%;
  }

  .lead-time-item {
    grid-template-columns: auto 200px;
  }

  .lead-time-item:not(.lead-time-head) {
    padding-top: 20px;
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 820px) {
  .lead-time-item {
    grid-template-columns: auto 180px;
  }

  .lead-time-item:not(.lead-time-head) {
    padding-top: 16px;
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  .qicheng_lead_time {
    padding-bottom: calc(60px + var(--border-radius-lg));
  }

  .qicheng_lead_time-title-container {
    margin-bottom: 40px;
  }

  .lead-time-item {
    grid-template-columns: auto 150px;
  }

  .lead-time-head {
    margin-bottom: 12px;
  }

  .lead-time-item:not(.lead-time-head) {
    padding-top: 14px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 552px) {
  .qicheng_lead_time {
    padding-bottom: calc(50px + var(--border-radius-lg));
  }

  .qicheng_lead_time-title-container {
    margin-bottom: 30px;
  }

  .qicheng_lead_time-list {
    padding: 0 1.2rem;
  }

  .lead-time-item {
    grid-template-columns: auto 120px;
  }

  .lead-time-head {
    margin-bottom: 10px;
  }

  .lead-time-item:not(.lead-time-head) {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
