.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;
}

.loadmore {
  margin-top: 10.1333vw;
  text-align: center;
  font-size: 2.6667vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
  margin-bottom: 1.6vw;
}

.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;
}

.voice-list-item {
  margin-top: 11.0667vw;
  display: flex;
  flex-direction: row;
  border-bottom: 0.1333vw solid #e9e9e9;
  padding-bottom: 2.6667vw;
  justify-content: center;
}

.item-image {
  width: 24.5333vw;
  height: 24.5333vw;
}

.item-image > img {
  display: block;
  width: 24.5333vw;
  height: 24.5333vw;
}

.item-text {
  display: flex;
  flex-direction: column;
  padding-left: 6.6667vw;
  justify-content: center;
  flex: 1;
}

.item-text > .name {
  font-size: 3.2vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #000000;
}

.item-text > .desc {
  margin-top: 2.6667vw;
  font-size: 2.4vw;
  line-height: 3.7333vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #818181;
}