.__write-box .video-right #pad-wrapper {
  margin: 15px 0;
  padding: 0;
}
.__write-box .video-right textarea {
  box-shadow: none;
  font-size: 15px;
  line-height: 2;
}
.ai-toggle__btn {
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  position: absolute;
  padding: 2px 6px;
  border-radius: 15px 0 15px 0;
  background-color: #ff8951;
}
.ai-sound__header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.ai-sound__in {
  margin:0 0 158px 0;
}
.ai-sound__edit {
  width: 100%;
  padding: 5px;
}
.ai-sound__edit .mxs-textarea {
  border: none;
  height: 400px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
}
.ai-sound__edit .inline-control {
  /* padding: 0px 10px 32px; */
  position: relative;
  background-color: #fff;
  border-radius: 40px;
}
.ai-sound__edit .actions {
  padding: 0px 15px;
}
.ai-sound__edit .__btn-group .mxs-btn {
  margin: 0 auto;
}
.ai-sound__top {
  /* padding: 15px; */
  margin: 0 0 72px 0;
}
.ai-sound__title input[type=text] {
  border: 1px solid #eee;
  box-shadow: none;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.ai-sound__title .inner {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.ai-sound__title .inner-title__item {
  display: none;
  align-items: center;
}
.ai-sound__title .inner-title__item.active {
  display: flex;
}
.ai-sound__title .inner-title__item .edit {
  padding: 8px;
  margin: 0 5px;
  cursor: pointer;
  color: #0a56ce;
}
.ai-sound__events {
  background-color: #ffffff;
  padding: 15px;
}
.ai-sound__voice {
  position: relative;
  width: 100%;
  /* height: 296px; */
  /* background: #ffffff url(../images/voice-bg.png) no-repeat center bottom ; */
  background-size: cover;
  padding: 33px 10px 10px;
  cursor: pointer;
  align-items: center;
  transition: all 0.3s;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
.ai-sound__voice:hover {
  /* background-color: #eee; */
}
.ai-sound__voice .voice-image {
  width: 182px;
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}
.ai-sound__voice .voice-image__in{
  padding: 14px;
  width: 152px;
  height: 152px;
    border: 4px solid #3D7EFF;
    border-radius: 50%;
}
.ai-sound__voice .voice-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ai-sound__voice .voice-info {
  /* margin: 0 10px; */
}
.ai-sound__voice .voice-info h2 {
  font-weight: bold;
  font-size: 18px;
  color: #1D2129;
  line-height: 20px;
  max-width: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* margin: 0 0 10px 0; */
}

.ai-sound__voice .voice-desc{
  align-items: center;
  justify-content: center;
}
.ai-sound__voice .voice-desc__text {
  align-items: center;
}
.ai-sound__voice .voice-desc__img{
  width: 50px;
  height: 50px;
  margin: 0 12px 0 0;
  background: url(../images/toggle-icon.png) no-repeat ;
  background-size: contain;
}
.ai-sound__voice .voice-desc h3{
  font-weight: bold;
color: #000308;
font-size: 22px;
margin: 0 7px 0 0;
}
.ai-sound__voice .voice-desc span{
  color: rgba(0,0,0,0.5);
  font-size: 12px;
}

.ai-sound__handle {
  flex: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  /* background-color: #f3f4f7; */
  position: relative;
}
.ai-sound__handle-in{
  flex: 1;
  height: 100%;
  max-height: 296px;
}
.ai-sound__handle .field-box {
  margin: 0;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  padding: 75px 24px 28px;
  justify-content: center;
}
.ai-sound__handle .field-box label {
  /* width: 50px; */
  margin: 0;
  position: absolute;
  top: -45px;
    left: -60px;
    font-size: 18px;
    font-weight: bold;
    color: #1D2129;
}
.ai-sound__handle .field-box .field-slide {
  position: relative;
}

.ai-sound__handle .__slide-desc {
  position: absolute;
  bottom: 0px;
  left: 10px;
  /* width: 40px; */
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  color: #888;
  /* width: calc(100% - 80px); */
  padding-left: 30px;
  line-height: 8px;
}
.ai-sound__handle .__slide-desc::before{
  content: "";
  height: 100%;
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/slide-px.png) no-repeat;
  background-size: cover;
}
.ai-sound__handle .__slide-desc > div {
  width: 35px;
  text-align: left;
  /* flex: 1; */
  /* text-align: center; */
}

.ai-sound__handle .sound-adjust {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* padding: 20px 0; */
}
.tag {
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  /* width: 44px; */
  height: 20px;
  line-height: 1;
  margin: 0 4px 4px 0;
}
.tag.tag-0 {
  background: rgba(79,63,240,0.1);
  color: #4F3FF0;
}
.tag.tag-1 {
  background: rgba(255,148,46,0.1);
  color: #FF942E;
}
.tag.tag-2 {
  background-color: #dae6ff;
  color: #007cff;
}
.tag-primary {
  background-color: #0a56ce;
  color: #fff;
}
.tag-warning {
  color: #fff;
  background-color: #fea406;
}
.tag-error {
  color: #fff;
  background-color: #f00;
}
.tag-normal {
  background-color: #dae6ff;
  color: var(--color-primary);
}
.tag-vip {
 
  color: #fff;
  background-color: #f00;
}
.tag-svip {
  background-image:linear-gradient(to right,#171615,#44413F) ;
  color: #FFBA53;
 
}
.ai-sound__in .tag-svip,.ai-sound__in .tag-vip {
  width: 48px;
  border-radius: 30px;

   margin: 0 36px 0 8px;

}
.ai-sound__in .tag{
  margin-bottom: 0;
}
.layui-slider-wrap-btn {
  border: 2px solid #f78611;
}
.ai-sound__events {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 90px;
}
.ai-sound__events .events-item {
  cursor: pointer;
  padding: 5px 15px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ai-sound__events .events-item .iconfont {
  font-size: 25px;
}
.ai-sound__events .events-item .iconfont.icon-red {
  color: #f00;
}
.ai-sound__events .events-item p {
  margin: 2px 0 0 0;
}
.ai-sound__events .events-item:hover {
  background-color: #f5f5f5;
}
.ai-sound__events .events-bar {
  margin: 0 10px;
  height: 60%;
  border-left: 1px solid #dfdfdf;
}
.__sound-list-wrap {
  display: flex;
}
.layui-layer-page .layui-layer-content {
  overflow: hidden !important;
}
.__sound-slide {
  flex-direction: column;
  padding: 0 0;
  width: 120px;
  border-right: 1px solid #eee;
}
.__sound-slide__item {
  text-align: center;
  padding: 10px 10px;
  color: var(--font-color-main);
}
.__sound-slide__item:hover,
.__sound-slide__item.active {
  background-color: #f5f5f5;
  color: var(--link-color);
}
.__sound-list {
  flex: 1;
}
.__sound-list__wrap {
  height: 350px;
  overflow: auto;
  padding: 0 10px 10px;
}
.__sound-list .radio {
  float: left;
  position: relative;
  width: 33.33%;
  padding: 3px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.__sound-list .radio input[name=voice], input[name=collectvoice] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 110;
  display: block !important;
}
.__sound-list .radio.active .__volice {
  border: 1px solid var(--color-primary);
  
}
.__sound-list .radio.active .__volice .__volice-title h3 {
  font-weight: bold;
  color: var(--color-primary);
}
.__sound-list .radio.active .play-btns {
  display: flex !important;
}
.__sound-list .__volice {
  cursor: pointer;
  background-color: #F6F8FB;
  border: 1px solid #eee;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.__sound-list .__volice-image {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  z-index: 112;

}
.__sound-list .__volice-image img {
  width: 100%;
  height: 100%;
}
.__sound-list .__volice-image .play-btns {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.__sound-list .__volice-image .play-btns .iconfont {
  color: #fff;
  font-size: 22px;
}
.__sound-list .__volice-image .play-btns .play {
  display: inline ;
}
.__sound-list .__volice-image .play-btns .pause {
  display: none;
}
.__sound-list .__volice-image:hover .play-btns {
  display: flex !important;
 
}
.__sound-list .__volice-image.play .play {
  display: none !important;
}
.__sound-list .__volice-image.play .pause {
  display: inline !important;
}
.__sound-list .__volice-image.play .play-btns {
  display: flex !important;
}
.__sound-list .__volice-title {
  flex: 1;
  margin: 0 8px;
}
.__sound-list .__volice-title h3 {
  font-size: 13px;
  margin: 0 0 5px 0;
}
.__sound-tabs {
  flex: 1;
}
.__sound-tabs .__sound-tabs__item.active {
  display: block;
}
.__sound-list__wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.__sound-list__wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.layui-layer-btn a {
  height: auto !important;
  /* margin: 0; */
  width: 100px;
  border: none;
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
}
.layui-layer-btn .layui-layer-btn0 {
  background-color: var(--color-primary) !important;
}
.layui-layer-btn .layui-layer-btn1{
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  background-color: transparent !important;
}
.__audio-generrate {
  min-height: 200px;
  width: 100%;
  padding: 50px;
  align-items: center;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}
.__audio-generrate .__paly {
  padding: 10px 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.__audio-generrate .__paly .iconfont {
  font-size: 36px;
  color: #383737;
}
.__audio-generrate .__paly .icon-zanting {
  display: none;
}
.__audio-generrate .__paly.__cur .icon-zanting {
  display: flex;
}
.__audio-generrate .__paly.__cur .icon-bofang {
  display: none;
}
.__audio-generrate__handle {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__audio-generrate__handle .down-btn {
  background-color: #fea406;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.__audio-generrate__progress {
  flex: 1;
  max-width: 100%;
}

.__audio-generrate__progress #audio2{
  width: 100%;
}
.toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}
.toggle-icon .iconfont {
  font-size: 25px;
  color: var(--color-primary);
}
/*2022/09/29*/
.__sound-filter {
  padding: 10px;
}
.__sound-filter__item {
  display: inline-block;
  margin: 0 8px 0 0;
  color: #888;
}
.__sound-filter__item.active,
.__sound-filter__item:hover {
  color: var(--color-primary);
}
.filter-none {
  width: 150px;
  margin: 50px auto;
}
.filter-none__title {
  text-align: center;
  color: #888;
  font-size: 14px;
}
.filter-none svg {
  max-width: 100%;
}


/* 2022/11/12 添加情绪 */
.__emotion{
  display: flex;
  align-items: center;
}
.__emotion-label{
  width: 50px;
}
.__emotion-list{
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.__emotion-list .__emotion-item{
  width: calc(100% / 7 - 20px);
  height: 70px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin: 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.__emotion-list .__emotion-item.active{
  /* border-color: #101010; */
}
.__emotion-list .__emotion-item.active .__emotion-item__text{
  background-color: #273550;
}
.__emotion-item{
  border: 8px solid rgba(61,126,255,0.4);
}

.__emotion-list .__emotion-item__text{
  background-color: #3D7EFF;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 叙述 */
.narration-relaxed{
  border-color: rgba(10,202,131,0.4);
}
.narration-relaxed .__emotion-item__text{
  background-color: #0ACA83;
}
.embarrassed{
  border-color: rgba(6,215,246,0.4);
}
.embarrassed .__emotion-item__text{
  background-color: #22CAE3;
}

.fearful{
  border: 8px solid rgba(161,98,247,0.4);
}
.fearful .__emotion-item__text{
  background-color: #A162F7;
}
.cheerful{
  border: 8px solid rgba(255,135,67,0.4);
}
.cheerful .__emotion-item__text{
  background-color: #FF8743;
}
.disgruntled {
  border: 8px solid rgba(164,77,39,0.4);
}
.disgruntled .__emotion-item__text{
  background-color: #A44D27;
}
.serious{
  border: 8px solid rgba(33,91,178,0.4);
}
.serious .__emotion-item__text{
  background-color: #215BB2;
}
.angry{
  border: 8px solid rgba(235,28,15,0.4);
}
.angry .__emotion-item__text{
  background-color: #EB1C0F;
}
.sad{
  border: 8px solid rgba(98,154,172,0.4);
}
.sad .__emotion-item__text{
  background-color: #629AAC;
}
.depressed{
  border: 8px solid rgba(5,25,148,0.4);
}
.depressed .__emotion-item__text{
  background-color: #051994;
}
.chat{
  border: 8px solid rgba(39,164,118,0.4);
}
.chat .__emotion-item__text{
  background-color: #27a476;
}
.assistant{
  border: 8px solid rgba(242,85,85,0.4);
}
.assistant .__emotion-item__text{
  background-color: #F25555;
}
.newscast{
  border: 8px solid rgba(205,144,68,0.4);
}
.newscast .__emotion-item__text{
  background-color: #CD9044;
}
.customerservice .__emotion-item__text{
  background-color: #159957;
}
.narration-professional .__emotion-item__text{
  background-color: #4568dc;
}
.sports_commentary_excited {
  border: 8px solid rgba(242,85,85,0.4);
}
.sports_commentary_excited .__emotion-item__text{
  background-color: #F25555;
}


/* 2023/ 02 / 21 */

.ai-sound__emotion {
  background-color: #ffffff;
  border-radius: 40px;
  /* flex: 1; */
  margin: 0 32px;
  padding:33px  24px 0;
 max-height: 296px;
 overflow-y:auto ;
 width: 687px;
}

.ai-sound__emotion .__emotion{
  display: block;
}
.ai-sound__emotion .__emotion .__emotion-label{
  font-size: 18px;
  font-weight: bold;
  color: #1D2129;
  line-height: 20px;
  width: 100%;
  margin: 0 0 28px 0;
}
.layui-slider-vertical{
  margin:0 33px 0 0 ;
  width: 6px;
  border: 1px solid #DDE6F2;
  background: #F2F3F7;
border-radius: 2px 2px 2px 2px;
}
.layui-slider-input{
  border: 1px solid #E2E3EA;
  border-radius: 4px 4px 4px 4px;
}
.layui-slider-input-btn i{
  color: #2E313A;
}
.layui-slider-wrap-btn{
  width: 30px;
  height: 18px;
  border: none;
  background: url(../images/slide-btn.png) no-repeat ;
  background-size: contain;
}
/* end */



.js-down__zimu{
  margin-left: 5px;
  background-color: #0ACA83;
}

.dropdown-box .layui-form{
  margin: 10px 0;
}