.voiceList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
.voiceList .voice_12 {
  width: 8rem !important; 
  background-image: url("../images/voice-12.png") !important;
}
.voiceList .voice_12_play {
  width: 8rem !important;
  background-image: url("../images/voice-12-play.png") !important;
  height: 3.2rem;
  border-radius: 0.4rem;
}
.voiceList .voice_15 {
  width: 9rem !important;
  background-image: url("../images/voice-15.png") !important;
}
.voiceList .voice_15_play {
  width: 9rem !important;
  background-image: url("../images/voice-15-play.png") !important;
  height: 3.2rem;
  border-radius: 0.4rem;
}
.voiceList .voice_18 {
  width: 10rem !important;
  background-image: url("../images/voice-18.png") !important;
}
.voiceList .voice_18_play {
  width: 10rem !important;
  background-image: url("../images/voice-18-play.png") !important;
  height: 3.2rem;
  border-radius: 0.4rem;
}
.voiceList .voice_23 {
  width: 12rem !important;
  background-image: url("../images/voice-23.png") !important;
}
.voiceList .voice_23_play {
  width: 12rem !important;
  background-image: url("../images/voice-23-play.png") !important;
  height: 3.2rem;
  border-radius: 0.4rem;
}
.voiceList .voice_26 {
  width: 13rem !important;
  background-image: url("../images/voice-26.png") !important;
}
.voiceList .voice_26_play {
  width: 13rem !important;
  background-image: url("../images/voice-26-play.png") !important;
  height: 3.2rem;
  border-radius: 0.4rem;
}
.voiceList .voice_30 {
  width: 14rem !important;
  background-image: url("../images/voice-30.png") !important;
}
.voiceList .voice_30_play {
  width: 14rem !important;
  background-image: url("../images/voice-30-play.png") !important;
  height: 3.2rem;
  border-radius: 0.4rem;
}
.voiceList .voice-l {
  display: inline-flex;
  align-items: center;
}
.voiceList .voice-l .voice-status {
  width: 16.3rem;
  height: 3.2rem;
  background-image: url("../images/voice-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}
.voiceList .voice-l .voice-status img {
  width: 3rem;
  height: 3rem;
  margin-left: 1.5rem;
  display: none;
}
.voiceList .voice-l .radius {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: red;
  margin-left: 0.8rem;
}
.voiceList .voice-r {
  width: 7.4rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  opacity: 1;
  text-align: center;
  background: #f2f2f2;
  font-family: PingFang SC;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4rem;
  letter-spacing: 0em;
  color: #bbbbbb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.4rem;
}

.change-text {
  display: none;
  margin-top: 1.2rem;
  padding: 0.8rem 1.2rem;
  font-family: PingFang SC;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0.02em;
  color: #525252;
  text-align: justify;
  background: #f8f9fb;
  border-radius: 0.4rem;
  position: relative;
}
/* .change-text div {
	width: 1.4rem;
	height: 1.4rem;
	transform: rotate(45deg);
	border-radius: 0.1rem;
	opacity: 1;
	background: #f3f3f3;
	position: absolute;
	top: -0.5rem;
	right: 4.4rem;
} */