.content__intro {
  padding-top: 1.09rem;
}

.content__intro .intro__part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC-Regular;
}

.part_bg {
  margin-bottom: 1.8rem;
}

.part_bg .cmp__title {
  margin-bottom: 0.86rem;
}

.part_bg .bg__desc {
  padding: 0.56rem 0.68rem;
  width: 9.19rem;
  border: 0.03rem solid rgba(112, 112, 112, .63);
  border-radius: 0.35rem;
  box-sizing: border-box;
}

.part_bg .desc__text {
  margin-bottom: 2em;
  line-height: 0.45rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
}

.part_bg .desc__text:last-child {
  margin-bottom: 0;
}

.part_purpose {
  margin-bottom: 1.28rem;
}

.part_purpose .cmp__title {
  margin-bottom: 1rem;
}

.part_purpose .purpose__desc {
  padding: 0.56rem 0.68rem;
  width: 9.19rem;
  background: linear-gradient(180deg, #292929 9%, #181818 100%);
  border-radius: 0.34rem;
  box-sizing: border-box;
}

.part_schedule .cmp__title {
  margin-bottom: 1rem;
}

.part_schedule .schedule__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.56rem 0.68rem;
  margin-bottom: 0.96rem;
  width: 9.19rem;
  background: linear-gradient(180deg, #282828 9%, #232323 100%);
  border-radius: 0.34rem;
  box-sizing: border-box;
}

.part_schedule .desc__text {
  line-height: 0.45rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
}

.part_schedule .cmp__dList {
  padding-left: 0.4rem;
  width: 100%;
}

.part_schedule .schedule__stage {
  display: flex;
  flex-direction: column;
  width: 9.19rem;
}

.part_schedule .stage__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.38rem;
}

.part_schedule .stage__wrap:last-child {
  margin-bottom: 0;
}


.part_schedule .stage__wrap:first-child .stage__item {
  margin-right: 0.66rem;
}

.part_schedule .stage__wrap:first-child .stage__item:last-child {
  margin-right: 0;
}

.part_schedule .stage__wrap:last-child .stage__item {
  margin-right: 0.7rem;
}

.part_schedule .stage__wrap:last-child .stage__item:last-child {
  margin-right: 0;
}

.part_schedule .stage__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 2rem;
  padding: 0.09rem;
  border: 0.03rem solid #2ce390;
  border-radius: 0.2rem;
  box-sizing: border-box;
}

.part_schedule .stage__item .item__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.2rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff, #2ce390);
  border-radius: 0.13rem;
  box-sizing: border-box;
}

.part_schedule .stage__item .sta_title {
  font-size: 0.3rem;
  font-weight: 500;
  color: #000000;
}

.part_schedule .stage__item .sta_line {
  margin: 0.1rem 0;
  width: 100%;
  height: 0.03rem;
  background: rgba(0, 0, 0, .3);
}

.part_schedule .stage__item .sta_date {
  font-size: 0.28rem;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  white-space: nowrap;
}
