.ai-sound__in {
  position: relative;
  height: calc(100vh - 270px);
  margin: 0;
}
.ai-sound__handle .sound-adjust {
  padding: 0;
  flex-direction: column;
}
.ai-sound__handle .field-box {
  padding: 0;
  width: 100%;
  margin: 10px 0 0 0;
}
.ai-sound__handle .field-box label {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  font-size: 15px;
}
.ai-sound__handle .field-box .field-slide {
  width: 100%;
}
.ai-sound__handle .field-box .field-slide__title {
  height: 30px;
  align-items: center;
  justify-content: space-between;
}
.ai-sound__handle .field-box .field-slide__title .__reset-btn {
  border-radius: 30px;
  padding: 5px 8px;
  color: #888;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
.ai-sound__handle .field-box .__slide-desc {
  width: 100%;
  position: static;
  height: auto;
  flex-direction: row;
  padding-left: 0;
  margin: 0 0 10px;
}
.ai-sound__handle .field-box .__slide-desc div {
  line-height: 30px;
  width: auto;
  flex: 1;
}
.ai-sound__handle .field-box .__slide-desc div:nth-child(2) {
  text-align: center;
}
.ai-sound__handle .field-box .__slide-desc div:last-child {
  text-align: right;
}
.ai-sound__handle .field-box .__slide-desc.speech-rate__slide > div {
  text-align: center !important;
}
.ai-sound__handle .field-box .__slide-desc::before {
  display: none;
}
.ai-sound__handle .field-box .layui-slider-input {
  left: auto !important;
}
#speech_rate_text {
  position: absolute;
  left: 50px;
  font-weight: bold;
  font-style: normal;
}
.ai-sound__emotion .__emotion .__emotion-label {
  font-size: 15px;
}
.ai-sound__voice .voice-info h2 {
  max-width: 120px;
}
.ai-sound__in .tag-svip,
.ai-sound__in .tag-vip {
  margin: 0;
}
.ai-sound__in .tag-svip,
.ai-sound__in .tag-vip,
.ai-sound__in .tag-normal {
  width: 48px;
  border-radius: 30px;
}
.__voice-modal {
  border-radius: 10px;
  width: 360px;
  overflow-x: hidden;
  position: fixed;
  right: 10px;
  top: 88px;
  overflow-y: auto;
  z-index: 666;
  transition: all 0.5s;
  transform: translateX(0);
  height: calc(100% - 130px);
  background: linear-gradient(to bottom, #eff6ff, #f1f8ff, #f3f9ff, #f3faff, #f5fcff);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.__voice-modal::-webkit-scrollbar {
  display: none;
}
.__voice-modal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.__voice-modal::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.__voice-modal .layui-slider {
  margin: 0 !important;
}
.__voice-modal-in {
  width: 890px;
  height: calc(100% - 40px);
  flex-wrap: nowrap;
}
.__voice-modal__list {
  display: none;
  width: 530px;
  height: 100%;
}
.__voice-modal__list .tag-svip,
.__voice-modal__list .tag-vip {
  margin: 0 4px 0 0;
}
.__voice-modal__list .__sound-filter {
  padding: 10px 15px;
}
.__voice-modal__list .__sound-filter__label {
  margin: 0 15px 0 0;
  padding: 2px 0;
}
.__voice-modal__list .__sound-slide__item,
.__voice-modal__list .__sound-filter__item {
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #666;
  margin: 0 5px 5px 0;
}
.__voice-modal__list .__sound-slide__item.active,
.__voice-modal__list .__sound-filter__item.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.__voice-modal__list .__sound-list .radio input[name=voice] {
  display: block;
}
.__voice-modal__body {
  width: 360px;
  padding: 15px;
  height: calc(100%);
  overflow-y: auto;
}
.__voice-modal__body::-webkit-scrollbar {
  display: none;
}
.__voice-modal__body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.__voice-modal__body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.__voice-modal__title {
  border-bottom: 1px solid rgba(216, 228, 243, 0.8);
  cursor: pointer;
  height: 40px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}
.__voice-modal__info {
  align-items: center;
}
.__voice-modal .ai-sound__top {
  margin: 0;
}
.__voice-modal .ai-sound__voice {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(216, 228, 243, 0.8);
  border-radius: 0;
}
.__voice-modal .ai-sound__voice-in {
  flex: 1;
}
.__voice-modal .ai-sound__voice .voice-image {
  width: 70px;
  height: 70px;
}
.__voice-modal .ai-sound__voice .voice-image__in {
  width: 60px;
  height: 60px;
  padding: 4px;
}
.__voice-modal .ai-sound__voice .voice-info {
  flex: 1;
  padding-left: 10px;
}
.__voice-modal .ai-sound__voice .voice-info__top {
  margin: 0 0 10px 0;
}
.__voice-modal .ai-sound__voice .voice-info__top-level {
  margin: 0 0 0 10px;
}
.__voice-modal .ai-sound__emotion {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid rgba(216, 228, 243, 0.8);
}
.__voice-modal .ai-sound__emotion .__emotion-label {
  margin: 0 0 10px 0;
}
.__voice-modal .__emotion-list .__emotion-item {
  width: calc(100% / 6 - 10px);
  margin: 5px 5px;
  height: 45px;
  border-width: 0;
}
.__voice-modal .ai-sound__handle .field-box {
  background: none;
}
.__voice-modal .layui-slider-wrap-btn {
  width: 18px;
  height: 30px;
}
.__voice-modal__open {
  display: flex;
  align-items: center;
}
.__voice-modal__open-icon {
  width: 30px;
  height: 30px;
  margin: 0 6px 0 0;
  background: url(../images/toggle-icon.png) no-repeat;
  background-size: contain;
}
.__voice-modal__show {
  width: 890px;
}
.__voice-modal__show .__voice-modal__list {
  display: block;
}
.g-tool__newStyle-wrap {
  padding: 0 0 0 0;
}
.g-tool__newstyle-title {
  height: 100px;
}
.g-tool__newstyle-title:after {
  height: 122px;
  top: -22px;
  background-position: right center;
}
.__sound-filter__item {
  padding: 10px;
  margin: 0;
  display: inline;
}
.__sound-slide__item:hover,
.__sound-slide__item.active {
  background-color: transparent;
}
.__sound-tabs__item {
  height: 100%;
}
.__sound-list .__volice {
  position: relative;
  overflow: hidden;
  padding: 15px 8px;
}
.__sound-list .radio {
  width: 50%;
}
.__sound-list .radio .__emotion-status {
  position: absolute;
  right: -20px;
  top: -2px;
  color: #fff;
  background-color: #a1f;
  transform: rotate(45deg);
  width: 60px;
  /* height: 30px; */
  height: 25px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
}
.__sound-list-wrap {
  height: 100%;
}
.__sound-list__wrap {
  height: calc(100% - 258px);
}
.__sound-filter__value{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ai-sound__handle .field-box .layui-slider-input {
  left: 50px !important;
  top: -70px;
}
.__voice-zoom {
  z-index: 665;
  width: 320px;
  height: 80px;
  top: 99px;
  right: 10px ;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  border-radius: 50px;
  padding: 10px;
  background: linear-gradient(to right, #eff6ff, #e1edf8, #d4e4f5, #e8f4fd, #cae9f7);
  transform: translateX(150%);
  transition: all 0.5s ease-in-out;
}
.__voice-zoom__label {
  display: flex;
  align-items: center;
}
.__voice-zoom__label-icon {
  width: 30px;
  height: 30px;
  background: url(../images/toggle-icon.png) no-repeat;
  background-size: contain;
}
.__voice-zoom__label-text{
  color: var(--color-primary);
  margin-left: 3px;
}
.__voice-zoom__body {
  margin-left: 10px;
  display: flex;
  align-items: center;
  flex: 1;
}
.__voice-zoom__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid var(--color-primary);
  background-color: #fff;
  margin-right: 10px;
}
.__voice-zoom__image img {
  border-radius: 50%;
}
.__voice-zoom__info {
  flex: 1;
}
.__voice-zoom__info-top {
  margin: 0 0 10px 0;
}
.__voice-zoom__info-top h2 {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 550;
  margin: 0 5px 0 0;
}
.__mini .__voice-modal {
  transform: translate3d(150%, 0, 0);
}
.__mini .__voice-zoom {
  transform: translate3d(-10px, 0, 0);
}
.__collect-voice {
  padding: 10px 0;
}
.__collect-voice__label {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: var(--color-primary);
}
.__collect-voice__label .mxs-btn {
  border-radius: 30px;
  height: 30px;
  line-height: 18px;
  width: auto;
}
.__collect-list {
  flex-wrap: wrap;
}
.__collect-item {
  margin: 5px;
  width: calc(100% / 6 - 10px);
  cursor: pointer;
  position: relative;
}
.__collect-item__image {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 auto 5px;
  border: 2px solid var(--color-primary);
}
.__collect-item__image img {
  border-radius: 50%;
}
.__collect-item__name {
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.__collect-item input[name=voice] {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
.__collect-status {
  padding: 5px;
}
.__collect-status .iconfont {
  font-size: 22px;
}
.__collect-status__success {
  color: var(--color-purple);
}
.__collect-none {
  flex: 1;
  text-align: center;
  color: #888;
}
.__collect-none .__icon .icon {
  width: 80px;
  height: 80px;
}
.__emotion-play {
  width: 120px;
  height: 36px;
  display: flex;
  cursor: pointer;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.__emotion-play .play-btns {
  margin-right: 5px;
}
.__emotion-play .play-btns .iconfont {
  font-size: 18px;
}
.__emotion-play .pause {
  display: none;
}
.__emotion-play.play .pause {
  display: flex;
}
.__emotion-play.play .play {
  display: none;
}

.__lock{
  margin: 0 10px 0 0;
}
.specialvoice-btn{
  padding: 0 !important;
}
.specialvoice-btn img{

  height: 24px;
}

.__sound-search{
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.__sound-searcg__btn{
  width: 120px;
  padding: 8px 20px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
  border-radius: 0 30px 30px 0;
}
.__sound-search .layui-input,__sound-search .layui-input:hover{
  border-color: var(--color-primary) !important;
  border-radius: 30px 0 0 30px;
}