.content__other {
  padding-top: 1.09rem;
}

.content__other .other__part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC-Regular;
}

.content__other .cmp__title {
  margin-bottom: 0.8rem;
}

.content__other .desc__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.34rem;
}

.content__other .desc__title {
  margin-bottom: 0.24rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 700;
  color: #34e494;
}

.content__other .desc__text {
  padding-left: 1em;
  line-height: 0.4rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
}

.content__other .honor__desc,
.content__other .explain__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 0.48rem 0.52rem 0.38rem 0.53rem;
  width: 8.9rem;
  background: linear-gradient(180deg, #3b3b3b 9%, #2b2b2b 100%);
  border-radius: 0.34rem;
  box-sizing: border-box;
}

.content__other .part_honor {
  margin-bottom: 1.63rem;
}

.content__other .part_stage {
  margin-bottom: 1.63rem;
}

.content__other .cmp__title {
  margin-bottom: 0.8rem;
}

.content__other .part_stage .stage__desc {
  position: relative;
  margin-bottom: 0.8rem;
  padding: 1.12rem 0.52rem 0.64rem;
  width: 8.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12) 9%, rgba(62, 62, 62, .12) 100%);
  border-radius: 0.34rem;
  box-sizing: border-box;
}

.content__other .desc__tag {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.04rem 0.8rem;
  height: 0.6rem;
  font-size: 0.38rem;
  font-weight: 500;
  color: #ffffff;
  background: #30c783;
  transform: translateX(-50%);
  border-radius: 0.3rem;
}



