body {
  background: #fef4f2;
}
.card-item .five {
 width:99% !important;
}
.card-item:first-child .card-title {
    justify-content: left !important; 
}
.crumbs {
    margin-bottom: 120rem;
}

/* 首屏：对标「目标和承诺」左右布局 */
.industry-progress .ip-hero {
  margin-bottom: 120rem;
}

.section-1 .text-box li::after {
    background: none !important;
}
.industry-progress .ip-hero-inner {
  display: flex;
  height: 640rem;
  align-items: center;
}

.industry-progress .ip-hero-text {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-right: 44rem;
}

.industry-progress .ip-hero-text::before {
  content: "";
  position: absolute;
  width: calc(100% + 80rem);
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ef2510, #f0841d);
  opacity: 0.05;
  border-radius: 10rem;
  z-index: 0;
}

.industry-progress .ip-hero-text .ip-body {
  position: relative;
  z-index: 1;
  padding-left: 60rem;
  padding-right: 24rem;
  font-size: 20rem;
  color: var(--main-text-color);
  line-height: 36rem;
  margin: 0;
}

.industry-progress .ip-hero-img-wrap {
  width: 860rem;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.industry-progress .ip-hero-img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 430rem;
  height: 332rem;
  background: linear-gradient(
    45deg,
    var(--sky-start-color),
    var(--sky-end-color)
  );
  border-radius: 12rem;
  margin-right: -56rem;
  z-index: 0;
}

.industry-progress .ip-hero-img {
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: var(--boxshadow);
  border-radius: 12rem;
  overflow: hidden;
  object-fit: cover;
  max-height: 640rem;
}

/* 四宫格： hover 变白 */
.industry-progress .ip-cards-section {
  margin-bottom: 120rem;
}

.industry-progress .ip-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28rem;
  padding: 0 20rem;
}

.industry-progress .ip-card {
  background: #fef6f3;
  border-radius: 12rem;
  box-shadow: var(--boxshadow);
  padding: 40rem 36rem;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.industry-progress .ip-card:hover {
  background: #fff;
  box-shadow: 0 8rem 32rem rgba(0, 0, 0, 0.08);
}

.industry-progress .ip-card-title {
  font-size: 28rem;
  font-weight: 600;
  color: var(--red-color);
  margin: 0 0 24rem;
  line-height: 40rem;
}

.industry-progress .ip-card-body {
  font-size: 20rem;
  line-height: 36rem;
  color: var(--main-text-color);
  margin: 0;
}

.industry-progress .ip-card-figure {
  margin: 0 0 24rem;
  text-align: center;
}

.industry-progress .ip-card-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 12rem;
  box-shadow: var(--boxshadow);
}

.industry-progress .ip-digital-rows {
  display: flex;
  flex-direction: column;
  gap: 28rem;
}

.industry-progress .ip-digital-row {
  display: flex;
  align-items: flex-start;
  gap: 28rem;
}

.industry-progress .ip-digital-row .ip-card-body {
  flex: 1;
  min-width: 0;
}

.industry-progress .ip-digital-row img {
  width: 200rem;
  flex-shrink: 0;
  border-radius: 12rem;
  box-shadow: var(--boxshadow);
  object-fit: cover;
}

/* 生态建设 */
.industry-progress .ip-ecology {
  margin-bottom: 160rem;
  padding: 0 80rem;
}

.industry-progress .ip-ecology .section-title {
  margin-bottom: 48rem;
}

.industry-progress .ip-ecology .ip-body {
  font-size: 20rem;
  line-height: 36rem;
  color: var(--main-text-color);
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .industry-progress .ip-hero-inner {
    flex-direction: column;
    height: auto;
  }

  .industry-progress .ip-hero-img-wrap {
    width: 100%;
    max-width: 860rem;
    margin-top: 40rem;
  }

  .industry-progress .ip-hero-img-wrap::after {
    display: none;
  }

  .industry-progress .ip-cards {
    grid-template-columns: 1fr;
  }

  .industry-progress .ip-digital-row {
    flex-direction: column;
  }

  .industry-progress .ip-digital-row img {
    width: 100%;
    max-width: 400rem;
  }
}
