.container-title {
  margin-top: 6.5333vw;
  text-align: center;
  font-size: 2.9333vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.container-subtitle {
  margin-top: 1.3333vw;
  text-align: center;
  font-size: 1.6vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
}

.container {
  margin: 0 0.4rem 0.8rem 0.4rem;
}

.selecttype {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 4vw;
}

.selecttype {
  color: #878787;
}

.selecttype > ul > li {
  text-align: center;
  display: inline-block;
  font-size: 2.6667vw;
  /* font-family:PingFang-SC-Regular; */
  font-weight: 400;
  margin: 0vw 1.9792vw;
}

.select {
  color: #002a5c;
}

.welfare-desc {
  font-size: 2.6667vw;
  line-height: 4vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #000000;
}

.welfare-image {
  display: block;
  width: 100%;
}

.TALENT_DEVELOP_PAY_PAYMENT .welfare-list {
  margin: 7.0667vw 0;
}

.TALENT_DEVELOP_PAY_PAYMENT .welfare-list-item {
  width: 100%;
  height: 12vw;
  display: flex;
  flex-direction: row;
  border-bottom: 1PX solid #858585;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-image-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 2vw 0vw;
  width: 0.506667rem;
  flex: 0.506667rem 0 0;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-image {
  width: 0.506667rem;
  display: block;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1 0 0;
  width: 40%;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-text-title {
  font-size: 2.6667vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #858585;
  line-height: 0.4rem;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-text-title > span {
  font-size: 1.8667vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #858585;
  line-height: 0.4rem;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-text-title > span:first-child {
  font-size: 0.266667rem;
  margin-right: 0.053333rem;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-text-title > span p {
  display: inline-block;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-text-desc {
  font-size: 1.8667vw;
  font-family: PingFang-SC-Light;
  font-weight: 300;
  color: #858585;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.TALENT_DEVELOP_PAY_PAYMENT .item-text-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}