header {
  padding-bottom: 62px;
}
.page {
  padding: 0 10%;
}
.container-header {
  padding: 94px 0;
}
.container-header .title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.container-header .sub-title {
  font-size: 18px;
  color: #666666;
}

/*流程 */
.stage {
  padding: 110px 0;
  background-color: #fff;
}

/* 制定规划 */

.customization {
  background-color: #f3f6f7;
  padding-bottom: 120px;
}

.customization-item {
  flex: 1;
  width: 23%;
  margin-right: 2%;
}

.customization-item:last-child {
  margin-right: 0;
}

.customization-item .customization-title {
  font-weight: 700;
  font-size: 26px;
  color: #333;
  margin: 40px 0 20px 0;
}

.customization-item .customization-desc {
  font-size: 16px;
  color: #666;
  text-align: center;
}

/* 设立目标 */
.target {
  padding-bottom: 140px;
}

/* 执行计划 */
.plan {
  background-color: #f3f6f7;
  padding-bottom: 116px;
}
.plan-item {
  width: 24%;
  margin-right: 1%;
  /* padding: 50px 40px; */
  padding: 2%;
  background-color: #fff;
  border-radius: 20px;
}
.plan-item:last-child {
  margin-right: 0;
}
.plan-item .plan-title {
  color: var(--primary-color);
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.plan-item .plan-intro {
  color: #666;
  font-size: 16px;
  text-align: left;
  margin-bottom: 38px;
}

.plan-sub-item {
  margin-bottom: 18px;
  align-items: baseline;
}
.plan-sub-item img {
  margin-right: 8px;
}

.plan-sub-item p {
  font-size: 14px;
  color: #000;
}
.plan-item .grade-list img {
  width: 48%;
  margin-bottom: 30px;
}

/* 追踪 */

.trace {
  background-color: #fff;
  padding-bottom: 204px;
}
.trace-item {
  width: 24%;
  margin-right: 1%;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
}
.trace-item:last-child {
  margin-right: 0;
}
.trace-item-content {
  padding: 36px 20px;
}
.trace-item-content h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}
.trace-item-content p {
  color: #666666;
  font-size: 16px;
}
.path-item {
  /* background-color: #ecf9f2; */
  border-radius: 20px 20px 0 20px;
  padding: 4% 3% 8%;
  width: 50%;
  background: #ecf9f2 url("/pc/images/circle_01.png") no-repeat right bottom;
  background-size: 180px;
}
.path-item img {
  width: 114px;
  height: 114px;
  margin: 0 40px 0 0;
}
.path-item h4 {
  font-weight: 700;
  font-size: 26px;
}
.path-item p {
  font-size: 16px;
  margin-top: 18px;
  color: #3b3b3b;
}
.path-item:nth-child(2) {
  background-color: #ebf3f9;
  border-radius: 20px 20px 20px 0;
  text-align: right;
  background-image: url("/pc/images/circle_02.png");
  background-position: left bottom;
}
.path-item:nth-child(3) {
  background-color: #ebf3f9;
  border-radius: 20px 0 20px 20px;
  padding: 8% 3% 4%;
  background-image: url("/pc/images/circle_03.png");
  background-position: top right;
}
.path-item:nth-child(4) {
  border-radius: 0 20px 20px 20px;
  padding: 8% 3% 4%;
  text-align: right;
  background-image: url("/pc/images/circle_04.png");
  background-position: top left;
}
.path-item:nth-child(2) img,
.path-item:nth-child(4) img {
  margin: 0 0 0 40px;
}

@media (max-width: 992px) {
  .path-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .customization-list {
    flex-wrap: wrap;
  }
  .customization-item {
    flex: 0 1 auto;
    width: 48%;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 10%;
  }
  .plan-list {
    flex-wrap: wrap;
  }
  .plan-item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
    border-radius: 10px;
    padding: 20px;
  }
  .trace-item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .trace-item:nth-child(2n - 1) {
    margin-right: 4%;
  }
  .plan-sub-item img {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 768px) {
  .path-item {
    background-size: 50px;
  }
  .path-item img {
    width: 68px;
    height: 68px;
    margin-right: 20px;
  }
  .path-item h4 {
    font-size: 14px;
  }
  .path-item p {
    font-size: 12px;
  }
  .page {
    padding: 0 8%;
  }
  .stage {
    padding: 40px 0;
  }
  .container-header {
    padding: 40px 0;
  }
  .container-header .title {
    font-size: 16px;
  }
  .container-header .sub-title {
    font-size: 14px;
  }
  .customization-item {
    width: 48%;
  }
  .plan-item {
    width: 98%;
  }
  .trace-item {
    width: 98%;
  }
  .trace-item {
    margin-right: 0 !important;
  }
  .trace-item img {
    width: 100%;
    object-fit: contain;
  }
  .trace-item-content h4 {
    font-size: 14px;
  }
  .trace-item-content p {
    font-size: 12px;
  }
  .customization-item .customization-title {
    font-size: 14px;
    margin: 16px 0 8px;
    /* margin-bottom: 6px; */
  }
  .customization-item .customization-desc {
    font-size: 12px;
  }
  .customization-item img {
    width: 60px;
    height: 60px;
    /* margin-bottom: 10px; */
  }
  .plan-item .plan-title {
    font-size: 16px;
  }
  .plan-item .plan-intro {
    font-size: 14px;
  }
  .plan-sub-item p {
    font-size: 12px;
  }
  .plan {
    padding-bottom: 40px;
  }
  .trace {
    padding-bottom: 80px;
  }
  .customization {
    padding-bottom: 20px;
  }
  .target {
    padding-bottom: 60px;
  }
  .plan-sub-item img {
    width: 11px;
    height: 11px;
  }
}
