.__mulitple-voice {
  min-height: calc(100vh - 80px);
}
.__mulitple-voice__edit {
  width: 940px;
}
.__mulitple-voice .__voice-zoom {
  top: 78px;
}
.__voice-generate {
  flex: 1;
  height: calc(100vh - 270px);
}
.__voice-generate .__empty {
  padding: 10px 0;
  line-height: 30px;
  color: #888;
}
.__voice-generate__top {
  width: 100%;
  margin: 30px 0 0 0;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 18px;
}
.__voice-generate__body {
  height: calc(100% - 112px);
  min-height: 363px;
  overflow-y: auto;
  overflow-x: hidden ;
  padding: 0 0 50px 0;
}
.__voice-generate__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.__voice-generate__footer .mxs-btn {
  width: 150px;
  background: var(--linear-login-top--);
  box-shadow: 0px 12px 24px 0px rgb(226 168 255 / 34%);
  border: none;
  border-radius: 50px;
  height: 50px;
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__voice-generate__footer .mxs-btn__shape {
  background: none;
  box-shadow: none;
  border: 1px solid var(--color-primary);
}
.__voice-generate .__list-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.__voice-generate .__list-item .__play .icon-zanting {
  display: none;
}
.__voice-generate .__list-item .__play.play .icon-bofang {
  display: none;
}
.__voice-generate .__list-item .__play.play .icon-zanting {
  display: flex;
}
.__voice-generate .__list-item__top .__info__text {
  width: 400px;
}
.__voice-generate .__list-item__top .__info-image {
  width: 45px;
  height: 45px;
  border-radius: 10%;
  margin: 0 10px 0 0;
}
.__voice-generate .__list-item__top .__info-name {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.__voice-generate .__list-item__top .__info .__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #888;
  font-size: 12px;
}
.__voice-generate .__list-item__bottom {
  margin: 15px 0 0 0;
}
.__voice-generate .__list-item__bottom .__handle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.__voice-generate .__list-item__bottom .__handle__left {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
.__voice-generate .__list-item__bottom .__handle__left .__play {
  cursor: pointer;
}
.__voice-generate .__list-item__bottom .__handle__left .__play .iconfont {
  color: #101010;
  font-size: 28px;
}
.__voice-generate .__list-item__bottom .__handle__left .__time {
  margin: 0 0 0 5px;
  color: #888;
}
.__voice-generate .__list-item__bottom .__handle .__ai-write__btn:last-child {
  margin: 0;
}
.__voice-generate .__list-item__right .__info {
  text-align: right;
}
.__voice-generate .__list-item__right .__info-image {
  margin-left: 10px;
  margin-right: 0;
}
.__voice-generate .__list-item__right .__text {
  text-align: right;
}
.__audio-generrate__progress audio {
  width: 100%;
}
.__audio-generrate__handle {
  justify-content: flex-end;
}


@media (max-width: 1499px) {
  .__mulitple-voice__edit {
    /* padding: 0 ; */
    width: 760px;
  }
}