.downloadAppPopup[data-v-f204a4b4] {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.downloadAppPopup .tip[data-v-f204a4b4] {
  margin-bottom: 20px;
}
.downloadAppPopup button[data-v-f204a4b4] {
  width: 110px;
  height: 30px;
  background-color: #FFA228;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.downloadAppPopup button[data-v-f204a4b4]:hover {
  opacity: 0.9;
}
.menu[data-v-f204a4b4] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu .inner[data-v-f204a4b4] {
  border-bottom: solid 1px #eee;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 50px;
}
.menu .left .tit[data-v-f204a4b4] {
  cursor: pointer;
  display: inline-table;
  line-height: 30px;
  background-color: #F3F4F7;
  padding: 0 15px;
  border-radius: 30px;
}
.menu .left .tit span[data-v-f204a4b4] {
  font-size: 14px;
}
.menu .left .tit i[data-v-f204a4b4] {
  font-size: 18px;
  color: #FEA406;
  margin-left: 10px;
}
.menu .left .tit[data-v-f204a4b4]:hover {
  opacity: 0.9;
}
.menu .left input[data-v-f204a4b4] {
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 30px;
  outline: none;
  border: none;
  background-color: #F3F4F7;
}
.menu .left input[data-v-f204a4b4]::-webkit-input-placeholder {
  color: #999;
}
.menu .left input[data-v-f204a4b4]::-moz-placeholder {
  color: #999;
}
.menu .left input[data-v-f204a4b4]:-ms-input-placeholder {
  color: #999;
}
.menu .left input[data-v-f204a4b4]::-ms-input-placeholder {
  color: #999;
}
.menu .left input[data-v-f204a4b4]::placeholder {
  color: #999;
}
.menu .right[data-v-f204a4b4] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .right i[data-v-f204a4b4] {
  font-size: 16px;
  margin-right: 5px;
}
.menu .right a[data-v-f204a4b4] {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}
.menu .right span[data-v-f204a4b4] {
  font-size: 12px;
  color: #999;
  padding-right: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .right button[data-v-f204a4b4] {
  font-size: 12px;
  height: 32px;
  border-radius: 20px;
  padding: 0 15px;
  margin-left: 15px;
  line-height: 34px;
}
.menu .right .saveBtn[data-v-f204a4b4] {
  background-color: #eeeff3;
  color: #000;
}
.menu .right .composeBtn[data-v-f204a4b4] {
  font-weight: 600;
  padding: 0 25px;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  overflow: hidden;
  background-color: #7ADBFA;
}
.menu .right .composeBtn[data-v-f204a4b4]::after {
  -webkit-animation: ani-compose-f204a4b4 3s linear infinite;
          animation: ani-compose-f204a4b4 3s linear infinite;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.menu .right .composeBtn[data-v-f204a4b4]::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #91F6EB), color-stop(60%, #91F6EB), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #91F6EB 40%, #91F6EB 60%, transparent 100%);
}
.menu .right .composeBtn span[data-v-f204a4b4] {
  position: relative;
  z-index: 1;
  padding-right: 0;
  color: #333;
}
.menu button[data-v-f204a4b4] {
  color: #666;
  border-radius: 15px;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu button[data-v-f204a4b4]:hover {
  border-color: #000;
  color: #000;
}
.menu button[data-v-f204a4b4]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@-webkit-keyframes ani-compose-f204a4b4 {
0% {
    left: -100%;
}
100% {
    left: 100%;
}
}
@keyframes ani-compose-f204a4b4 {
0% {
    left: -100%;
}
100% {
    left: 100%;
}
}

button[data-v-6fd74e54] {
  outline: none;
}
.anchor[data-v-6fd74e54] {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.anchor .anchorInfo[data-v-6fd74e54] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.anchor .anchorInfo .left[data-v-6fd74e54]:hover {
  background-color: #f0f0f0;
}
.anchor .anchorInfo .left[data-v-6fd74e54] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 100px;
  background-color: #F3F4F7;
  border-radius: 8px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: relative;
}
.anchor .anchorInfo .left .avatar[data-v-6fd74e54] {
  width: 68px;
  height: 68px;
  border: solid 2px #FE3406;
  border-radius: 68px;
  overflow: hidden;
}
.anchor .anchorInfo .left .avatar img[data-v-6fd74e54] {
  width: 100%;
}
.anchor .anchorInfo .left .content[data-v-6fd74e54] {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.anchor .anchorInfo .left .content .title[data-v-6fd74e54] {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.anchor .anchorInfo .left .content .labelList[data-v-6fd74e54] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.anchor .anchorInfo .left .content .labelList .label[data-v-6fd74e54] {
  font-size: 12px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 4px;
  background-color: #eee;
  margin-right: 10px;
}
.anchor .anchorInfo .left .rightIcon[data-v-6fd74e54] {
  position: absolute;
  right: 0;
  top: 32px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  right: 15px;
  color: #FFA228;
}
.anchor .anchorInfo .left .rightIcon i[data-v-6fd74e54] {
  font-size: 16px;
}
.anchor .anchorInfo .left .collect[data-v-6fd74e54]:hover {
  background-color: #f5f5f5;
}
.anchor .anchorInfo .left .collect[data-v-6fd74e54]:active {
  background-color: #f0f0f0;
}
.anchor .anchorInfo .left .collect[active='1'] .iconfont[data-v-6fd74e54] {
  color: #FFA228;
}
.anchor .anchorInfo .left .collect[data-v-6fd74e54] {
  position: absolute;
  right: 8px;
  top: 17px;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 0 0 4px 0;
}
.anchor .anchorInfo .left .collect .iconfont[data-v-6fd74e54] {
  font-size: 20px;
  color: #999;
}
.anchor .anchorInfo .right[data-v-6fd74e54] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 20px;
  background-color: #F3F4F7;
  border-radius: 8px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anchor .anchorInfo .right > div[data-v-6fd74e54]:first-child {
  margin-bottom: 20px;
}
.anchor .anchorInfo .right .emotionList[data-v-6fd74e54] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.anchor .anchorInfo .right .emotionList .list[data-v-6fd74e54] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.anchor .anchorInfo .right .emotionList .list .emotion[active='true'] .emoj[data-v-6fd74e54] {
  border: solid 1px #D6D6D6;
}
.anchor .anchorInfo .right .emotionList .list .emotion[active='true'] .text[data-v-6fd74e54] {
  color: #FF2D2D;
}
.anchor .anchorInfo .right .emotionList .list .emotion[data-v-6fd74e54] {
  margin-right: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.anchor .anchorInfo .right .emotionList .list .emotion .emoj[data-v-6fd74e54] {
  width: 28px;
  height: 28px;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anchor .anchorInfo .right .emotionList .list .emotion .emoj img[data-v-6fd74e54] {
  width: 100%;
}
.anchor .anchorInfo .right .emotionList .list .emotion .text[data-v-6fd74e54] {
  font-size: 10px;
}
.anchor .anchorInfo .right .btm[data-v-6fd74e54] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.anchor .anchorInfo .right .btm .speed[data-v-6fd74e54] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.anchor .anchorInfo .right .btm .speed > span[data-v-6fd74e54] {
  white-space: nowrap;
}
.anchor .anchorInfo .right .btm .intonation[data-v-6fd74e54] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin: 0 10px;
}
.anchor .anchorInfo .right .btm .intonation > span[data-v-6fd74e54] {
  white-space: nowrap;
}
.anchor .anchorInfo .right .btm .speed[data-v-6fd74e54]:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.anchor .anchorInfo .right .btm .speed[data-v-6fd74e54]:nth-child(2) {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.anchor .anchorInfo .right .btm .speed[data-v-6fd74e54]:nth-child(2) .el-slider__bar {
  background: -webkit-gradient(linear, left top, right top, from(#cf6ae2), color-stop(38%, #9ea9de), color-stop(60%, #0fcfef), to(#f31010)) !important;
  background: linear-gradient(90deg, #cf6ae2 0%, #9ea9de 38%, #0fcfef 60%, #f31010 100%) !important;
}
.anchor .anchorInfo .right .btm .speed[hide=true][data-v-6fd74e54] {
  opacity: 0.5;
  position: relative;
}
.anchor .anchorInfo .right .btm .speed[hide=true] .mist[data-v-6fd74e54] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.anchor .anchorInfo .right .btm .drag[data-v-6fd74e54] {
  width: 80%;
}
.anchor .anchorInfo .right .btm .drag[data-v-6fd74e54] .el-slider__button {
  width: 15px;
  height: 15px;
}
.anchor .anchorInfo .right .btm .drag[data-v-6fd74e54] .el-slider__button-wrapper {
  margin-top: -1px;
}
.anchor .anchorInfo .right .btm .drag[data-v-6fd74e54] .el-slider__runway {
  height: 4px !important;
}
.anchor .anchorInfo .right .btm .drag[data-v-6fd74e54] .el-slider__bar {
  height: 4px!important;
  background: -webkit-gradient(linear, left top, right top, from(#0fc1f9), color-stop(38%, #21d62e), color-stop(60%, #e1da0f), to(#d8552c)) !important;
  background: linear-gradient(90deg, #0fc1f9 0%, #21d62e 38%, #e1da0f 60%, #d8552c 100%) !important;
}
.anchor .anchorInfo .right .btm .drag[data-v-6fd74e54] .el-slider__stop {
  display: none;
}
.anchor .anchorInfo .right .btm .drag[data-v-6fd74e54] .el-slider__marks-text {
  margin-top: 10px;
  font-size: 12px !important;
}
.anchor .anchorInfo .right .btm .drag[data-v-6fd74e54] .el-slider__marks .el-slider__marks-text:last-child {
  left: 100%!important;
  margin-left: -8px;
}

.bgAudioPopup[data-v-d1a1bc9a] {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 500px;
}
.bgAudioPopup .cateSelect[data-v-d1a1bc9a] {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .cateSelect select[data-v-d1a1bc9a] {
  width: 250px;
  height: 40px;
  padding: 0 10px;
  outline: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bgAudioPopup .cateSelect select option[data-v-d1a1bc9a] {
  height: 40px;
}
.bgAudioPopup .cateSelect .file[data-v-d1a1bc9a] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
  line-height: 40px;
  height: 40px;
  margin-left: 30px;
  overflow: hidden;
}
.bgAudioPopup .cateSelect .file input[data-v-d1a1bc9a] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.bgAudioPopup .cateSelect .file button[data-v-d1a1bc9a] {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #7540EE;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.bgAudioPopup .cateSelect .file button[data-v-d1a1bc9a] span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bgAudioPopup .cateSelect .file button .iconfont[data-v-d1a1bc9a] {
  font-size: 20px;
  margin-right: 5px;
}
.bgAudioPopup .cateSelect .file:hover button[data-v-d1a1bc9a] {
  background-color: #6a40cb;
}
.bgAudioPopup .musicList[data-v-d1a1bc9a] {
  padding-top: 10px;
}
.bgAudioPopup .musicList .music[active="true"][data-v-d1a1bc9a] {
  background-color: #F6F6F6;
  padding-top: 10px;
}
.bgAudioPopup .musicList .music[data-v-d1a1bc9a] {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bgAudioPopup .musicList .music .top[data-v-d1a1bc9a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 40px;
}
.bgAudioPopup .musicList .music .top .left[data-v-d1a1bc9a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .musicList .music .top .left .controller[data-v-d1a1bc9a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.bgAudioPopup .musicList .music .top .left button[data-v-d1a1bc9a] {
  font-size: 20px;
  cursor: pointer;
  color: #7540EE;
}
.bgAudioPopup .musicList .music .top .left span[data-v-d1a1bc9a] {
  font-size: 14px;
  color: #333;
}
.bgAudioPopup .musicList .music .top .right[data-v-d1a1bc9a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .musicList .music .top .right .time[data-v-d1a1bc9a] {
  font-size: 14px;
  color: #999;
  padding-right: 40px;
}
.bgAudioPopup .musicList .music .top .right button[data-v-d1a1bc9a] {
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  background-color: #7540EE;
  padding: 4px 10px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  line-height: 18px!important;
  height: auto;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .musicList .music .bottom span[data-v-d1a1bc9a] {
  font-size: 12px;
  color: #666;
  margin-right: 15px;
}
.bgAudioPopup .musicList .music .bottom .rate[data-v-d1a1bc9a] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 45px;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] .el-slider__button {
  width: 15px;
  height: 15px;
  border-color: #7540EE !important;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] .el-slider__button-wrapper {
  margin-top: -1px;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] .el-slider__runway {
  height: 4px !important;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] .el-slider__bar {
  height: 4px!important;
  background: #7540EE !important;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] .el-slider__stop {
  display: none;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] .el-slider__marks-text {
  margin-top: 10px;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] .el-slider__marks .el-slider__marks-text:first-child {
  left: 0!important;
  margin-left: 13px;
}
.bgAudioPopup .musicList .music .bottom[data-v-d1a1bc9a] .el-slider__marks .el-slider__marks-text:last-child {
  left: 100%!important;
  margin-left: -8px;
}

.bgAudioPopup[data-v-a8a9ffa4]::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.bgAudioPopup[data-v-a8a9ffa4]::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.bgAudioPopup[data-v-a8a9ffa4] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}
.bgAudioPopup .cateSelect[data-v-a8a9ffa4] {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .cateSelect select[data-v-a8a9ffa4] {
  width: 250px;
  height: 40px;
  padding: 0 10px;
  outline: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bgAudioPopup .cateSelect select option[data-v-a8a9ffa4] {
  height: 40px;
}
.bgAudioPopup .cateSelect .file[data-v-a8a9ffa4] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
  line-height: 40px;
  height: 40px;
  margin-left: 30px;
  overflow: hidden;
}
.bgAudioPopup .cateSelect .file input[data-v-a8a9ffa4] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.bgAudioPopup .cateSelect .file button[data-v-a8a9ffa4] {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #7540EE;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.bgAudioPopup .cateSelect .file button[data-v-a8a9ffa4] span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bgAudioPopup .cateSelect .file button .iconfont[data-v-a8a9ffa4] {
  font-size: 20px;
  margin-right: 5px;
}
.bgAudioPopup .cateSelect .file:hover button[data-v-a8a9ffa4] {
  background-color: #6a40cb;
}
.bgAudioPopup .musicList[data-v-a8a9ffa4] {
  padding-top: 10px;
}
.bgAudioPopup .musicList .music[active="true"][data-v-a8a9ffa4] {
  background-color: #F6F6F6;
}
.bgAudioPopup .musicList .music[data-v-a8a9ffa4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.bgAudioPopup .musicList .music .top[data-v-a8a9ffa4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 40px;
}
.bgAudioPopup .musicList .music .top .left[data-v-a8a9ffa4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .musicList .music .top .left .controller[data-v-a8a9ffa4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.bgAudioPopup .musicList .music .top .left button[data-v-a8a9ffa4] {
  font-size: 20px;
  cursor: pointer;
  color: #7540EE;
}
.bgAudioPopup .musicList .music .top .left span[data-v-a8a9ffa4] {
  font-size: 14px;
  color: #333;
}
.bgAudioPopup .musicList .music .top .right[data-v-a8a9ffa4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .musicList .music .top .right .time[data-v-a8a9ffa4] {
  font-size: 14px;
  color: #999;
  padding-right: 40px;
}
.bgAudioPopup .musicList .music .top .right button[data-v-a8a9ffa4] {
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  background-color: #7540EE;
  padding: 4px 10px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  line-height: 18px!important;
  height: auto;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .musicList .music .bottom span[data-v-a8a9ffa4] {
  font-size: 12px;
  color: #666;
  margin-right: 15px;
}
.bgAudioPopup .musicList .music .bottom .rate[data-v-a8a9ffa4] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 45px;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] .el-slider__button {
  width: 15px;
  height: 15px;
  border-color: #7540EE !important;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] .el-slider__button-wrapper {
  margin-top: -1px;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] .el-slider__runway {
  height: 4px !important;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] .el-slider__bar {
  height: 4px!important;
  background: #7540EE !important;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] .el-slider__stop {
  display: none;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] .el-slider__marks-text {
  margin-top: 10px;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] .el-slider__marks .el-slider__marks-text:first-child {
  left: 0!important;
  margin-left: 13px;
}
.bgAudioPopup .musicList .music .bottom[data-v-a8a9ffa4] .el-slider__marks .el-slider__marks-text:last-child {
  left: 100%!important;
  margin-left: -8px;
}

.bgAudioPopup[data-v-1dbdf740] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
}
.bgAudioPopup .voiceList .voice[data-v-1dbdf740]:nth-child(6n) {
  margin-right: 0;
}
.bgAudioPopup .voiceList .voice[data-v-1dbdf740] {
  width: 40px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.bgAudioPopup .voiceList .voice .avatar[data-v-1dbdf740] {
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  border: solid 1px #fff;
  border-radius: 40px;
  overflow: hidden;
}
.bgAudioPopup .voiceList .voice .avatar img[data-v-1dbdf740] {
  width: 40px;
  height: 40px;
  display: block;
}
.bgAudioPopup .voiceList .voice .avatar .handle[data-v-1dbdf740] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 40px;
}
.bgAudioPopup .voiceList .voice .avatar .handle button[data-v-1dbdf740] {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.bgAudioPopup .voiceList .voice span[data-v-1dbdf740] {
  font-size: 12px;
  color: #333;
}
.bgAudioPopup .voiceList .voice[active='true'] .avatar[data-v-1dbdf740] {
  border-color: #FFA228;
}
.bgAudioPopup .confirm[data-v-1dbdf740] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bgAudioPopup .confirm button[data-v-1dbdf740] {
  width: 80px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #FFA228;
  border-radius: 2px;
  cursor: pointer;
}
.bgAudioPopup .confirm button[active='true'][data-v-1dbdf740] {
  background-color: #ccc;
  cursor: inherit;
}

.bgAudioPopup[data-v-5818f9ca] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.bgAudioPopup .list button[data-v-5818f9ca] {
  width: 100%;
  line-height: 30px;
  cursor: pointer;
  text-align: left;
  color: #333;
  padding-left: 15px;
}
.bgAudioPopup .list button[data-v-5818f9ca]:hover {
  background-color: #f5f5f5;
}
.bgAudioPopup .custom[data-v-5818f9ca] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .custom input[data-v-5818f9ca] {
  width: 100%;
  padding: 0 5px;
  line-height: 25px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 4px;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 12px;
  color: #333;
}
.bgAudioPopup .custom button[data-v-5818f9ca] {
  white-space: nowrap;
  cursor: pointer;
  color: #4399F2;
  padding: 0 5px;
  margin-left: 5px;
  font-size: 12px;
}

.bgAudioPopup[data-v-1549ba00] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
}
.bgAudioPopup[data-v-1549ba00] .el-switch.is-checked .el-switch__core {
  background-color: #FF7757;
  border-color: #FF7757;
}
.bgAudioPopup input[data-v-1549ba00] {
  outline: none;
}
.bgAudioPopup input[data-v-1549ba00]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bgAudioPopup .title[data-v-1549ba00] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.bgAudioPopup .title span[data-v-1549ba00] {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
}
.bgAudioPopup .title .right[data-v-1549ba00] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup p[data-v-1549ba00] {
  font-size: 12px;
  color: #666;
  padding: 15px 0;
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
  line-height: 18px;
}
.bgAudioPopup .table[data-v-1549ba00] {
  border: solid 1px #ddd;
}
.bgAudioPopup .table .thead[data-v-1549ba00] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FAFAFA;
  line-height: 44px;
  border-bottom: solid 1px #ddd;
}
.bgAudioPopup .table .thead span[data-v-1549ba00] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666;
}
.bgAudioPopup .table .tbody[data-v-1549ba00] {
  display: grid;
}
.bgAudioPopup .table .tbody .item[data-v-1549ba00]:last-child {
  border-bottom: none;
}
.bgAudioPopup .table .tbody .item[data-v-1549ba00] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ddd;
}
.bgAudioPopup .table .tbody .item > div[data-v-1549ba00] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 12px;
}
.bgAudioPopup .table .tbody .item input[data-v-1549ba00] {
  width: 55px;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #ddd;
  border-radius: 4px;
}
.bgAudioPopup .table .tbody .item > div:nth-child(2) span[data-v-1549ba00] {
  width: 55px;
  display: block;
}
.bgAudioPopup .table .tbody .ipt[data-v-1549ba00] {
  position: relative;
  overflow: hidden;
}
.bgAudioPopup .table .tbody .ipt .regulator[data-v-1549ba00] {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 4px 4px 0;
  background-color: #fafafa;
}
.bgAudioPopup .table .tbody .ipt .regulator button:first-child i[data-v-1549ba00]::after {
  margin-top: 1.5PX;
}
.bgAudioPopup .table .tbody .ipt .regulator button[data-v-1549ba00]:hover {
  background-color: #eee;
}
.bgAudioPopup .table .tbody .ipt .regulator button[data-v-1549ba00] {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.bgAudioPopup .table .tbody .ipt .regulator button i[data-v-1549ba00] {
  width: 8PX;
  height: 3.53553391PX;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.bgAudioPopup .table .tbody .ipt .regulator button i[data-v-1549ba00]::after {
  content: '';
  display: block;
  width: 5PX;
  height: 5PX;
  background-color: #54698d;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2.5PX;
}

.bgAudioPopup[data-v-0e8f9ea1] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] .el-slider__button {
  width: 15px;
  height: 15px;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] .el-slider__button-wrapper {
  margin-top: -1px;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] .el-slider__runway {
  height: 4px !important;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] .el-slider__bar {
  height: 4px!important;
  background: -webkit-gradient(linear, left top, right top, from(#0fc1f9), color-stop(38%, #21d62e), color-stop(60%, #e1da0f), to(#d8552c)) !important;
  background: linear-gradient(90deg, #0fc1f9 0%, #21d62e 38%, #e1da0f 60%, #d8552c 100%) !important;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] .el-slider__stop {
  display: none;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] .el-slider__marks-text {
  margin-top: 10px;
  font-size: 12px;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] .el-slider__marks .el-slider__marks-text:first-child {
  left: 0!important;
  margin-left: 13px;
}
.bgAudioPopup .speed[data-v-0e8f9ea1] .el-slider__marks .el-slider__marks-text:last-child {
  left: 100%!important;
  margin-left: -8px;
}
.bgAudioPopup .custom[data-v-0e8f9ea1] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .custom button[data-v-0e8f9ea1] {
  padding: 5px 15px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  background-color: #4399F2;
  margin-left: 10px;
  font-size: 12px;
}

.bgAudioPopup[data-v-cc4d9376] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .list[data-v-cc4d9376] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.bgAudioPopup .list button[data-v-cc4d9376]:hover {
  background-color: #f0f0f0;
}
.bgAudioPopup .list button[data-v-cc4d9376] {
  width: 100%;
  line-height: 32px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.bgAudioPopup .list button i[data-v-cc4d9376] {
  width: 18px;
  height: 18px;
  background-color: #E6F1FF;
  color: #1577FF;
  border-radius: 18px;
}
.bgAudioPopup .list button span[data-v-cc4d9376] {
  width: 60%;
  display: inline-block;
}

.bgAudioPopup[data-v-725e5d95] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .list[data-v-725e5d95] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.bgAudioPopup .list button[data-v-725e5d95]:hover {
  background-color: #f0f0f0;
}
.bgAudioPopup .list button[data-v-725e5d95] {
  width: 100%;
  line-height: 32px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.bgAudioPopup .list button i[data-v-725e5d95] {
  width: 18px;
  height: 18px;
  background-color: #E6F1FF;
  color: #1577FF;
  border-radius: 18px;
}
.bgAudioPopup .list button span[data-v-725e5d95] {
  width: 60%;
  display: inline-block;
}

.bgAudioPopup[data-v-b0e4ee9c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgAudioPopup .list[data-v-b0e4ee9c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.bgAudioPopup .list button[data-v-b0e4ee9c]:hover {
  background-color: #f0f0f0;
}
.bgAudioPopup .list button[data-v-b0e4ee9c] {
  width: 100%;
  line-height: 32px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.bgAudioPopup .list button i[data-v-b0e4ee9c] {
  width: 18px;
  height: 18px;
  background-color: #E6F1FF;
  color: #1577FF;
  border-radius: 18px;
}
.bgAudioPopup .list button span[data-v-b0e4ee9c] {
  width: 60%;
  display: inline-block;
}

button[data-v-b7194db4] {
  outline: none;
}
.handler[data-v-b7194db4] {
  position: relative;
  overflow: hidden;
}
.handler br[data-v-b7194db4] {
  display: contents;
}
.handler .handleMenu[data-v-b7194db4] {
  width: 100%;
  height: 80px;
  border-bottom: solid 2px #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.handler .handleMenu .ul[fixed='true'][data-v-b7194db4] {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 80px;
  border-bottom: solid 1px #eee;
}
.handler .handleMenu .ul[data-v-b7194db4] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.handler .handleMenu .ul .li[data-v-b7194db4] {
  padding: 0 8.2px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
}
.handler .handleMenu .ul .li i[data-v-b7194db4] {
  font-size: 24px;
  position: relative;
}
.handler .handleMenu .ul .li .text[data-v-b7194db4] {
  font-size: 12px;
  color: #333;
  margin-top: 2px;
  white-space: nowrap;
}
.handler .handleMenu .ul .li .more[data-v-b7194db4] {
  right: 4px;
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  color: #888;
}
.handler .handleMenu .ul .li[data-v-b7194db4]:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  background-color: #f5f5f5;
  border-radius: 4px;
}
.handler .handleMenu .ul .li[disabled=true][data-v-b7194db4] {
  cursor: default;
}
.handler .handleMenu .ul .li[disabled=true] .iconfont[data-v-b7194db4] {
  color: #ccc !important;
}
.handler .handleMenu .ul .li[disabled=true] .text[data-v-b7194db4] {
  color: #ccc !important;
}
.handler .handleMenu .ul .li[disabled=true][data-v-b7194db4]:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: none;
}
.handler .handleMenu .ul .bar[data-v-b7194db4] {
  width: 2px;
  height: 50%;
  background-color: #eee;
  margin: 0 5px;
}
.handler .handleMenu .ul .red[data-v-b7194db4] {
  color: #FE2C2C;
}
.handler .handleMenu .ul .blue[data-v-b7194db4] {
  color: #4399F2;
}
.handler .handleMenu .ul .orange[data-v-b7194db4] {
  color: #FE7656;
}
.handler .handleMenu .ul .purple[data-v-b7194db4] {
  color: #7540EE;
}
.handler .handleMenu .ul .black[data-v-b7194db4] {
  color: #000;
}
.handler .handleMenu .ul .li.disabled .iconfont[data-v-b7194db4] {
  color: #eee !important;
}
.handler .handleMenu .ul .li.disabled .text[data-v-b7194db4] {
  color: #eee !important;
}
.handler .handleMenu .ul .li.disabled .more[data-v-b7194db4] {
  color: #eee !important;
}
.handler .handleMenu .right i.iconfont[data-v-b7194db4] {
  font-size: 18px;
  color: #999;
}
.handler .backgroundMusic[data-v-b7194db4] {
  position: absolute;
  bottom: 20px;
  right: 415px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(117, 64, 238, 0.2);
  border-radius: 4px;
  padding: 6px 15px;
  line-height: 30px;
}
.handler .backgroundMusic .controller[data-v-b7194db4] {
  font-size: 28px;
  color: #7540EE;
  margin-right: 8px;
}
.handler .backgroundMusic .controller .iconfont[data-v-b7194db4] {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px #9C84D2;
          box-shadow: 0px 0px 4px 0px #9C84D2;
  cursor: pointer;
}
.handler .backgroundMusic .name[data-v-b7194db4] {
  color: #7540EE;
  font-size: 14px;
  margin-right: 15px;
}
.handler .backgroundMusic .close[data-v-b7194db4] {
  cursor: pointer;
}
.handler .backgroundMusic .close .iconfont[data-v-b7194db4] {
  font-size: 14px;
  color: #7540EE;
}

.edition[data-v-f4c41b5c] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99;
  background-color: #fff;
  overflow-y: auto;
}
.edition .edit_mask[data-v-f4c41b5c] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
}
.edition[data-v-f4c41b5c] .paragraph {
  position: relative;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage {
  width: 100%;
  padding: 40px 20px;
  outline: none;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  min-height: 400px;
  white-space: pre-wrap;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage.empty::after {
  content: var(--ssml-placeholder);
  cursor: text;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .alpha,
.edition[data-v-f4c41b5c] .paragraph .edit_stage .number {
  border-bottom: solid 2px #FD7656;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .pause {
  background-color: rgba(42, 139, 240, 0.2);
  white-space: nowrap;
  color: #308FF1;
  font-size: 4px;
  padding: 4px 5px;
  border-radius: 4px;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .polyphonic {
  background-color: rgba(255, 119, 87, 0.35);
  cursor: pointer;
  margin-top: 20px;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .mark {
  border-bottom: solid 2px #FD7656;
  background-color: rgba(254, 118, 86, 0.2);
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .effect {
  background-color: rgba(117, 64, 238, 0.2);
  white-space: nowrap;
  color: #7540EE;
  font-size: 14px;
  padding: 4px 5px;
  border-radius: 4px;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .continue {
  border-bottom: solid 2px #FE7656;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .poetry {
  border-bottom: solid 2px #2A8BF0;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage span i {
  color: red;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage span.active {
  background: rgba(0, 0, 0, 0.1);
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage i {
  font-weight: bold;
  font-size: 14px;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .speed,
.edition[data-v-f4c41b5c] .paragraph .edit_stage ._speed,
.edition[data-v-f4c41b5c] .paragraph .edit_stage .tone,
.edition[data-v-f4c41b5c] .paragraph .edit_stage ._tone {
  color: #2A8BF0;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .mutianchor,
.edition[data-v-f4c41b5c] .paragraph .edit_stage ._mutianchor {
  color: #7540EE;
  padding: 0 4px;
}
.edition[data-v-f4c41b5c] .paragraph .edit_stage .highlight {
  color: red;
  position: relative;
  z-index: 1000;
}
.edition[data-v-f4c41b5c] .paragraph .anchor {
  width: 100px;
  position: absolute;
  left: 0;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .avatar {
  width: 46px;
  height: 46px;
  margin-bottom: 2px;
  position: relative;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .avatar img {
  width: 100%;
  display: block;
  border-radius: 46px;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .avatar .delBtn {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  color: #999;
  cursor: pointer;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .avatar .delBtn i {
  background-color: #fff;
  font-size: 1rem;
  border-radius: 1rem;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .avatar .playBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .avatar .playBtn i {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .avatar .label {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  font-size: 10px;
  line-height: 14px;
  background-color: #5281EB;
  border-radius: 14px;
  padding: 0 6px;
  color: #fff;
  white-space: nowrap;
  font-weight: 100;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .avatar .label.highLevel {
  background-color: #8E3EFB;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .name:hover {
  background-color: #f3f3f3;
  border-radius: 5px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.edition[data-v-f4c41b5c] .paragraph .anchor .name {
  font-size: 10px;
  color: #FE2C2C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 17px;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .name img {
  display: block;
  width: 16px;
  margin-right: 2px;
}
.edition[data-v-f4c41b5c] .paragraph .anchor .name i {
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.edition[data-v-f4c41b5c] >  div:not(.paragraphList) {
  white-space: nowrap;
}
.edition[data-v-f4c41b5c] i {
  font-family: 'iconfont';
}

.status[data-v-55ecc14e] {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.status .left[data-v-55ecc14e] {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.status .left .backgroundMusic[data-v-55ecc14e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(117, 64, 238, 0.2);
  border-radius: 4px;
  padding: 6px 15px;
  line-height: 30px;
  margin-right: 15px;
}
.status .left .backgroundMusic .controller[data-v-55ecc14e] {
  font-size: 28px;
  color: #7540EE;
  margin-right: 8px;
}
.status .left .backgroundMusic .controller .iconfont[data-v-55ecc14e] {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px #9C84D2;
          box-shadow: 0px 0px 4px 0px #9C84D2;
  cursor: pointer;
  font-size: 28px;
}
.status .left .backgroundMusic .name[data-v-55ecc14e] {
  color: #7540EE;
  font-size: 14px;
  margin-right: 15px;
}
.status .left .backgroundMusic .close[data-v-55ecc14e] {
  cursor: pointer;
}
.status .left .backgroundMusic .close .iconfont[data-v-55ecc14e] {
  font-size: 14px;
  color: #7540EE;
}
.status .left .backgroundMusic.voiceChange[data-v-55ecc14e] {
  background-color: rgba(255, 162, 40, 0.2);
}
.status .left .backgroundMusic.voiceChange .controller[data-v-55ecc14e],
.status .left .backgroundMusic.voiceChange .name[data-v-55ecc14e],
.status .left .backgroundMusic.voiceChange .close .iconfont[data-v-55ecc14e] {
  color: #FFA228;
}
.status .left .backgroundMusic.voiceChange .controller[data-v-55ecc14e] {
  width: 28px;
  height: 28px;
  -webkit-animation: playIcon 2s ease-out infinite;
          animation: playIcon 2s ease-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  border-radius: 28px;
  line-height: 28px;
}
.status .left .backgroundMusic.voiceChange .controller .iconfont[data-v-55ecc14e] {
  width: 28px;
  height: 28px;
  -webkit-box-shadow: 0px 0px 4px 0px #FFD297;
          box-shadow: 0px 0px 4px 0px #FFD297;
  -webkit-animation: mymove 2s ease-out infinite;
          animation: mymove 2s ease-out infinite;
}
.status .left .backgroundMusic.moiveMode[data-v-55ecc14e] {
  background: rgba(255, 119, 87, 0.2);
}
.status .left .backgroundMusic.moiveMode .controller[data-v-55ecc14e],
.status .left .backgroundMusic.moiveMode .name[data-v-55ecc14e],
.status .left .backgroundMusic.moiveMode .close .iconfont[data-v-55ecc14e] {
  color: #FF7757;
}
.status .left .backgroundMusic.moiveMode .controller[data-v-55ecc14e] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  border-radius: 28px;
  line-height: 28px;
}
.status .left .backgroundMusic.moiveMode .controller .iconfont[data-v-55ecc14e] {
  background: none!important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  margin-top: 1px;
  display: block;
}
.status .right[data-v-55ecc14e] {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.status .right .li[data-v-55ecc14e] {
  font-size: 12px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.status .right .li i[data-v-55ecc14e] {
  margin-right: 5px;
}
.status .right .li span[data-v-55ecc14e] {
  letter-spacing: 1px;
}
.status .right .li button[data-v-55ecc14e] {
  margin-left: 10px;
  font-size: 16px;
  color: #FFA228;
  cursor: pointer;
}

.anchorListPopup[data-v-0332f633] {
  width: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: fixed;
  z-index: 200;
}
.anchorListPopup .tit[data-v-0332f633] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 45px;
  background-color: #F9FAFB;
  border-bottom: solid 1px #E5E6E7;
  border-radius: 4px 4px 0 0;
}
.anchorListPopup .tit .left[data-v-0332f633] {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.anchorListPopup .tit button[data-v-0332f633] {
  width: 45px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.anchorListPopup .tit button i[data-v-0332f633] {
  font-size: 24px;
  color: #979797;
}
.anchorListPopup .tit button[data-v-0332f633]:active {
  background-color: #eee;
}
.anchorListPopup .main[data-v-0332f633] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.anchorListPopup .main .left[data-v-0332f633] {
  border-right: solid 1px #E5E6E7;
}
.anchorListPopup .main .left .filterList[data-v-0332f633] {
  width: 120px;
}
.anchorListPopup .main .left .filterList button[data-v-0332f633] {
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 35px;
  cursor: pointer;
}
.anchorListPopup .main .left .filterList button[data-v-0332f633]:hover {
  background-color: #f5f5f5;
}
.anchorListPopup .main .left .filterList button[data-v-0332f633]:active {
  background-color: #f0f0f0;
}
.anchorListPopup .main .left .filterList button[active='true'][data-v-0332f633] {
  color: #333;
  font-weight: bold;
}
.anchorListPopup .main .left .filterList button[value='none'][data-v-0332f633] {
  display: none;
}
.anchorListPopup .main .right[data-v-0332f633] {
  padding: 0 15px;
  width: 100%;
  position: relative;
}
.anchorListPopup .main .right .loading[data-v-0332f633] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchorListPopup .main .right .loading svg[data-v-0332f633] {
  -webkit-animation: mymove-0332f633 1s infinite linear;
          animation: mymove-0332f633 1s infinite linear;
}
.anchorListPopup .main .right .filterList[data-v-0332f633] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.anchorListPopup .main .right .filterList button[data-v-0332f633] {
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  cursor: pointer;
  color: #999;
  padding: 0 6px;
}
.anchorListPopup .main .right .filterList button[data-v-0332f633]:hover {
  color: #888;
}
.anchorListPopup .main .right .filterList button[data-v-0332f633]:active {
  color: #333;
}
.anchorListPopup .main .right .filterList button[active='true'][data-v-0332f633] {
  color: #333;
  font-weight: bold;
}
.anchorListPopup .main .right .anchorList[data-v-0332f633]::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.anchorListPopup .main .right .anchorList[data-v-0332f633]::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.anchorListPopup .main .right .anchorList[data-v-0332f633] {
  height: 410px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 -10px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anchorListPopup .main .right .anchorList .anchorBox[data-v-0332f633] {
  width: 33.333336%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  float: left;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner[active='true'][data-v-0332f633] {
  border-color: #FF2D2D;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner[data-v-0332f633] {
  background-color: #F6F8FB;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #F6F8FB;
  cursor: pointer;
  padding-right: 5px;
  position: relative;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .avatar[data-v-0332f633] {
  width: 45px;
  height: 45px;
  position: relative;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .avatar img[data-v-0332f633] {
  width: 100%;
  display: block;
  border-radius: 45px;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .avatar .control[data-v-0332f633] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 45px;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .avatar .control button[data-v-0332f633] {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .avatar .control[active='true'][data-v-0332f633] {
  display: block;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .avatar:hover .control[data-v-0332f633] {
  display: block;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .content[data-v-0332f633] {
  padding-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .content span[data-v-0332f633] {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .content .labelList[data-v-0332f633] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .content .labelList .label[data-v-0332f633] {
  font-size: 10px;
  line-height: 18px;
  background-color: #EBF1FD;
  border-radius: 4px;
  padding: 0 6px;
  color: #5281EB;
  white-space: nowrap;
  margin-right: 5px;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .content .labelList .label.highLevel[data-v-0332f633] {
  background-color: #F5EDFF;
  color: #8E3EFB;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .content .labelList .label.subtitle[data-v-0332f633] {
  background-color: #ffefd2;
  color: #FEA406;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .content .labelList .label.emotion[data-v-0332f633] {
  background-color: #ffd9d1;
  color: #FE3406;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .collect[data-v-0332f633]:hover {
  background-color: #f5f5f5;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .collect[data-v-0332f633]:active {
  background-color: #f0f0f0;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .collect[active='1'] .iconfont[data-v-0332f633] {
  color: #FFA228;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .collect[data-v-0332f633] {
  position: absolute;
  right: 0px;
  bottom: 9px;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 0 0 4px 0;
}
.anchorListPopup .main .right .anchorList .anchorBox .inner .collect .iconfont[data-v-0332f633] {
  font-size: 16px;
  color: #999;
}
.anchorListPopup .main .right .emotionList[data-v-0332f633] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  -webkit-box-shadow: 0rem -3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0rem -3px 6px rgba(0, 0, 0, 0.1);
}
.anchorListPopup .main .right .emotionList span[data-v-0332f633] {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
.anchorListPopup .main .right .emotionList .list[data-v-0332f633] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.anchorListPopup .main .right .emotionList .list button[data-v-0332f633] {
  margin-right: 9px;
  cursor: pointer;
  padding-top: 5px;
}
.anchorListPopup .main .right .emotionList .list button .avatar[data-v-0332f633] {
  width: 35px;
  height: 35px;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px transparent;
}
.anchorListPopup .main .right .emotionList .list button .avatar img[data-v-0332f633] {
  width: 100%;
  display: block;
}
.anchorListPopup .main .right .emotionList .list button .name[data-v-0332f633] {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchorListPopup .main .right .emotionList .list button[active='true'] .avatar[data-v-0332f633] {
  border: solid 1px #D6D6D6;
}
.anchorListPopup .main .right .emotionList .list button[active='true'] .name[data-v-0332f633] {
  color: #FF2D2D;
}
.anchorListPopup .footer[data-v-0332f633] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #E5E6E7;
}
.anchorListPopup .footer .left[data-v-0332f633] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
.anchorListPopup .footer .left .control[data-v-0332f633] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.anchorListPopup .footer .left .control span[data-v-0332f633] {
  font-size: 14px;
  color: #333;
}
.anchorListPopup .footer .left .control .line[data-v-0332f633] {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.anchorListPopup .footer .left .control .line[data-v-0332f633] .el-slider {
  position: relative;
}
.anchorListPopup .footer .left .control .line[data-v-0332f633] .el-slider__bar {
  background-color: #FE2C2C;
}
.anchorListPopup .footer .left .control .line[data-v-0332f633] .el-slider__button {
  width: 10px;
  height: 10px;
  border: none;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.anchorListPopup .footer .left .control .line[data-v-0332f633] .el-slider__stop {
  display: none;
}
.anchorListPopup .footer .left .control .line[data-v-0332f633] .el-slider__marks-text {
  margin-top: 15px;
  font-size: 10px;
}
.anchorListPopup .footer .left .control.emotionControl[hide=true][data-v-0332f633] {
  opacity: 0.5;
  position: relative;
}
.anchorListPopup .footer .left .control.emotionControl[hide=true] .mist[data-v-0332f633] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.anchorListPopup .footer .handle[data-v-0332f633] {
  margin-right: 10px;
}
.anchorListPopup .footer .handle button[data-v-0332f633] {
  padding: 0 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}
.anchorListPopup .footer .handle button[data-v-0332f633]:first-child {
  background-color: #E9EBED;
  color: #333;
}
.anchorListPopup .footer .handle button[data-v-0332f633]:last-child {
  background-color: #FF2D2D;
  color: #fff;
  margin-left: 15px;
}
@-webkit-keyframes mymove-0332f633 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes mymove-0332f633 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

.vipPopup[data-v-64445a49] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vipPopup .popup[data-v-64445a49] {
  width: 312px;
  height: 374px;
  background: url(/static_file/ai_voice_editor_detail/f7274b64124b2b85cbd5.png);
  background-size: 312px;
  position: relative;
}
.vipPopup .popup .closeBtn[data-v-64445a49] {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.vipPopup .popup .title[data-v-64445a49] {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.vipPopup .popup .content[data-v-64445a49] {
  margin-top: 55px;
}
.vipPopup .popup .content .top[data-v-64445a49] {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.vipPopup .popup .content .bottom[data-v-64445a49] {
  font-size: 18px;
  color: #333;
}
.vipPopup .popup .content .bottom span[data-v-64445a49] {
  font-size: 32px;
  color: #E4553A;
}
.vipPopup .popup .countdown[data-v-64445a49] {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
}
.vipPopup .popup .countdown span[data-v-64445a49] {
  background-color: #2F2F3F;
  border-radius: 8px;
  padding: 5px;
  margin: 0 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.vipPopup .popup .handle[data-v-64445a49] {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vipPopup .popup .handle button[data-v-64445a49] {
  width: 160px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6E4CA), to(#E3BF8F));
  background: linear-gradient(#F6E4CA, #E3BF8F);
  font-size: 14px;
  color: #81571A;
  border-radius: 40px;
  cursor: pointer;
}

.mask[data-v-ed6ac184] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popup[data-v-ed6ac184] {
  width: 1000px;
  min-height: 350px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 103;
  background-color: #fff;
  border-radius: 4px;
}
.popup .title[data-v-ed6ac184] {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9FAFB;
  border-radius: 4px 4px 0 0;
  border-bottom: solid 1px #E5E6E7;
  position: relative;
}
.popup .title .tit[data-v-ed6ac184] {
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}
.popup .title .tip[data-v-ed6ac184] {
  font-size: 12px;
  color: #666;
}
.popup .title button[data-v-ed6ac184] {
  position: absolute;
  right: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #979797;
  cursor: pointer;
  border-radius: 0 4px 0 0;
}
.popup .title button[data-v-ed6ac184]:hover {
  background-color: #eee;
}
.popup .editContent[data-v-ed6ac184] {
  width: 100%;
  height: 450px;
  overflow-y: auto;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-align: left;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 25px;
}
.popup .editContent[data-v-ed6ac184] span.checkedWord {
  text-decoration: underline;
}
.popup .editContent[data-v-ed6ac184]::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.popup .editContent[data-v-ed6ac184]::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.popup .cateList[data-v-ed6ac184] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  padding: 0 10px;
}
.popup .cateList button[data-v-ed6ac184] {
  cursor: pointer;
  padding: 0 10px;
  font-size: 12px;
  height: 30px;
}
.popup .cateList button i[data-v-ed6ac184] {
  margin-right: 5px;
}
.popup .cateList button[data-v-ed6ac184]:hover {
  background-color: #f5f5f5;
}
.popup .cateList button[uncheck='true'] i[data-v-ed6ac184] {
  color: #ddd !important;
}
.popup .cateList button[uncheck='true'] span[data-v-ed6ac184] {
  color: #ddd !important;
}
.popup .handle[data-v-ed6ac184] {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #E5E6E7;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.popup .handle[data-v-ed6ac184] button:first-child.el-button--primary {
  --el-button-background-color: #ECECEC;
  --el-button-border-color: #ECECEC;
  --el-button-hover-color: #ECECEC;
  --el-button-active-background-color: #ECECEC;
  --el-button-active-border-color: #ECECEC;
  --el-button-font-color: #333;
}
.popup .handle[data-v-ed6ac184] button:last-child.el-button--primary {
  --el-button-background-color: #E94B50;
  --el-button-border-color: #E94B50;
  --el-button-hover-color: #e7282e;
  --el-button-active-background-color: #e0252b;
  --el-button-active-border-color: #e0252b;
}

.mask[data-v-2706ecd8] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popup[data-v-2706ecd8] {
  width: 1000px;
  min-height: 350px;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 103;
  background-color: #fff;
  border-radius: 4px;
}
.popup .title[data-v-2706ecd8] {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9FAFB;
  border-radius: 4px 4px 0 0;
  border-bottom: solid 1px #E5E6E7;
  position: relative;
}
.popup .title .tit[data-v-2706ecd8] {
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}
.popup .title .tip[data-v-2706ecd8] {
  font-size: 12px;
  color: #666;
}
.popup .title button[data-v-2706ecd8] {
  position: absolute;
  right: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #979797;
  cursor: pointer;
  border-radius: 0 4px 0 0;
}
.popup .title button[data-v-2706ecd8]:hover {
  background-color: #eee;
}
.popup .center[data-v-2706ecd8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
}
.popup .center .rewriteContent[data-v-2706ecd8],
.popup .center .resultContent[data-v-2706ecd8] {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 450px;
  overflow-y: auto;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-align: left;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 25px;
  border-bottom: solid 1px #eee;
}
.popup .center .rewriteContent[data-v-2706ecd8] span.checkedWord,
.popup .center .resultContent[data-v-2706ecd8] span.checkedWord {
  text-decoration: underline;
}
.popup .center .rewriteContent[data-v-2706ecd8]::-webkit-scrollbar,
.popup .center .resultContent[data-v-2706ecd8]::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.popup .center .rewriteContent[data-v-2706ecd8]::-webkit-scrollbar-thumb,
.popup .center .resultContent[data-v-2706ecd8]::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.popup .center .tit[data-v-2706ecd8] {
  width: 100%;
  font-size: 14px;
  color: #999;
  text-align: left;
  padding-left: 20px;
  margin-top: 15px;
}
.popup .center .resultContent[data-v-2706ecd8] {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup .center .resultContent[data-v-2706ecd8] span {
  color: #FFA228;
}
.popup .handle[data-v-2706ecd8] {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #E5E6E7;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.popup .handle[data-v-2706ecd8] button:first-child.el-button--primary {
  --el-button-background-color: #ECECEC;
  --el-button-border-color: #ECECEC;
  --el-button-hover-color: #ECECEC;
  --el-button-active-background-color: #ECECEC;
  --el-button-active-border-color: #ECECEC;
  --el-button-font-color: #333;
}
.popup .handle[data-v-2706ecd8] button:last-child.el-button--primary {
  --el-button-background-color: #E94B50;
  --el-button-border-color: #E94B50;
  --el-button-hover-color: #e7282e;
  --el-button-active-background-color: #e0252b;
  --el-button-active-border-color: #e0252b;
}

.index .main_container[data-v-1dd543c5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  width: 1400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.index .main_container .left[data-v-1dd543c5] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index .main_container .right[data-v-1dd543c5] {
  padding-left: 20px;
}
.index .main_container .right .advList .adv[data-v-1dd543c5] {
  width: 228px;
  height: 230px;
  background-color: #fff;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
.index .main_container .right .advList .adv img[data-v-1dd543c5] {
  width: 100%;
  display: block;
}
.index .main_container.halfScreen[data-v-1dd543c5] {
  width: 95%;
}
@media screen and (max-width: 1400px) {
.main_container[data-v-1dd543c5] {
    width: 1200px!important;
}
.main_container .right[data-v-1dd543c5] {
    display: none;
}
}

html{min-height:auto}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
body,h1,h2,h3,p,ul,li{margin:0}

@font-face {
  font-family: "iconfont"; /* Project id 2667694 */
  src: url(/static_file/ai_voice_editor_detail/59b03edb816904041db5.woff2?t=1) format('woff2'),
       url(/static_file/ai_voice_editor_detail/91515d76ecca9310a967.woff?t=1) format('woff'),
       url(/static_file/ai_voice_editor_detail/f04b67969d5b4ee440c6.ttf?t=1) format('truetype');
}
.iconfont{font-family:'iconfont';font-style:normal}
i{font-style:normal}


button{border:none;background:none;outline:none}

.el-popover.el-popper{min-width:100px;padding:0;}

@-webkit-keyframes playIcon
    {
    0%{-webkit-box-shadow:0px 0px 0px 0px #ffd297;box-shadow:0px 0px 0px 0px #ffd297}
    100%{-webkit-box-shadow:0px 0px 0px 10px transparent;box-shadow:0px 0px 0px 10px transparent}
}

@keyframes playIcon
    {
    0%{-webkit-box-shadow:0px 0px 0px 0px #ffd297;box-shadow:0px 0px 0px 0px #ffd297}
    100%{-webkit-box-shadow:0px 0px 0px 10px transparent;box-shadow:0px 0px 0px 10px transparent}
}

body::-webkit-scrollbar{width:5px;background-color:#fff}
body::-webkit-scrollbar-thumb{background-color:#ccc}

ul,li{list-style:none}


.code201{width:850px;}
.code201 p{white-space:pre-wrap}


.continue_label {
  background-color: #FE7656;
  position: absolute;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.continue_label:hover {
  z-index: 1000;
}
.continue_label .val {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.continue_label .val #detail {
  color: #fff;
  cursor: pointer;
}
.continue_label .val #detail:hover {
  background-color: #fe9f89;
}
.continue_label .val #detail:active {
  background-color: #fe9178;
}
.continue_label .val #del {
  font-family: 'iconfont';
  cursor: pointer;
  color: #fff;
}
.continue_label .val #del:hover {
  background-color: #fe9f89;
}
.continue_label .val #del:active {
  background-color: #fe9178;
}
.continue_label .popup {
  background-color: #fff;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  z-index: 400;
  top: 20px;
}
.continue_label .popup .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.continue_label .popup .menuList > div {
  white-space: nowrap;
  line-height: 35px;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
}
.continue_label .popup .menuList > div:hover {
  background-color: #eee;
}
.continue_label .popup .menuList > div[display='true']:hover {
  background-color: #fff;
  cursor: inherit;
}
.continue_label .popup .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.continue_label .popup .handle button#del {
  background: none;
  color: #333;
  border: solid 1px #999;
}
.continue_label .popup .handle button#del:hover {
  background-color: #eee;
}
.continue_label .popup .handle button {
  background-color: #FF7757;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
}
.continue_label .popup .handle button:hover {
  background-color: #e87054;
}
.continue_label .popup .handle button:last-child {
  margin-right: 0;
}
.poetry_label {
  background-color: #4399F2;
  position: absolute;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.poetry_label:hover {
  z-index: 1000;
}
.poetry_label .val {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.poetry_label .val #detail {
  color: #fff;
  cursor: pointer;
}
.poetry_label .val #detail:hover {
  background-color: #7bb8f6;
}
.poetry_label .val #detail:active {
  background-color: #69adf5;
}
.poetry_label .val #del {
  font-family: 'iconfont';
  cursor: pointer;
  color: #fff;
}
.poetry_label .val #del:hover {
  background-color: #7bb8f6;
}
.poetry_label .val #del:active {
  background-color: #69adf5;
}
.poetry_label .popup {
  background-color: #fff;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  z-index: 400;
  top: 20px;
}
.poetry_label .popup .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.poetry_label .popup .menuList > div {
  white-space: nowrap;
  line-height: 35px;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
}
.poetry_label .popup .menuList > div:hover {
  background-color: #eee;
}
.poetry_label .popup .menuList > div[display='true']:hover {
  background-color: #fff;
  cursor: inherit;
}
.poetry_label .popup .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.poetry_label .popup .handle button#del {
  background: none;
  color: #333;
  border: solid 1px #999;
}
.poetry_label .popup .handle button#del:hover {
  background-color: #eee;
}
.poetry_label .popup .handle button {
  background-color: #FF7757;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
}
.poetry_label .popup .handle button:hover {
  background-color: #e87054;
}
.poetry_label .popup .handle button:last-child {
  margin-right: 0;
}
.tone_label,
.speed_label {
  background-color: #4399F2;
  position: absolute;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tone_label:hover,
.speed_label:hover {
  z-index: 1000;
}
.tone_label .val,
.speed_label .val {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tone_label .val #detail,
.speed_label .val #detail {
  color: #fff;
  cursor: pointer;
}
.tone_label .val #detail:hover,
.speed_label .val #detail:hover {
  background-color: #7bb8f6;
}
.tone_label .val #detail:active,
.speed_label .val #detail:active {
  background-color: #69adf5;
}
.tone_label .val #del,
.speed_label .val #del {
  font-family: 'iconfont';
  cursor: pointer;
  color: #fff;
}
.tone_label .val #del:hover,
.speed_label .val #del:hover {
  background-color: #7bb8f6;
}
.tone_label .val #del:active,
.speed_label .val #del:active {
  background-color: #69adf5;
}
.tone_label .popup,
.speed_label .popup {
  background-color: #fff;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  z-index: 400;
  top: 20px;
}
.tone_label .popup .menuList,
.speed_label .popup .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tone_label .popup .menuList > div,
.speed_label .popup .menuList > div {
  white-space: nowrap;
  line-height: 35px;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
}
.tone_label .popup .menuList > div:hover,
.speed_label .popup .menuList > div:hover {
  background-color: #eee;
}
.tone_label .popup .menuList > div[display='true']:hover,
.speed_label .popup .menuList > div[display='true']:hover {
  background-color: #fff;
  cursor: inherit;
}
.tone_label .popup .handle,
.speed_label .popup .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tone_label .popup .handle button#del,
.speed_label .popup .handle button#del {
  background: none;
  color: #333;
  border: solid 1px #999;
}
.tone_label .popup .handle button#del:hover,
.speed_label .popup .handle button#del:hover {
  background-color: #eee;
}
.tone_label .popup .handle button,
.speed_label .popup .handle button {
  background-color: #FF7757;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
}
.tone_label .popup .handle button:hover,
.speed_label .popup .handle button:hover {
  background-color: #e87054;
}
.tone_label .popup .handle button:last-child,
.speed_label .popup .handle button:last-child {
  margin-right: 0;
}
.tone_label .popup .handle,
.speed_label .popup .handle {
  padding-right: 10px;
  padding-bottom: 10px;
}
.tone_label .popup .menuList i {
  color: #1577FF;
}
.tone_label .popup .handle {
  padding-right: 10px;
  padding-bottom: 10px;
}
.polyphonic_label {
  background-color: #FE7656;
  position: absolute;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0 4px;
}
.polyphonic_label:hover {
  z-index: 1000;
}
.polyphonic_label .val {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.polyphonic_label .val #detail {
  color: #fff;
  cursor: pointer;
}
.polyphonic_label .val #detail:hover {
  background-color: #fe9f89;
}
.polyphonic_label .val #detail:active {
  background-color: #fe9178;
}
.polyphonic_label .val #del {
  font-family: 'iconfont';
  cursor: pointer;
  color: #fff;
}
.polyphonic_label .val #del:hover {
  background-color: #fe9f89;
}
.polyphonic_label .val #del:active {
  background-color: #fe9178;
}
.polyphonic_label .popup {
  background-color: #fff;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  z-index: 400;
  top: 20px;
}
.polyphonic_label .popup .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.polyphonic_label .popup .menuList > div {
  white-space: nowrap;
  line-height: 35px;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
}
.polyphonic_label .popup .menuList > div:hover {
  background-color: #eee;
}
.polyphonic_label .popup .menuList > div[display='true']:hover {
  background-color: #fff;
  cursor: inherit;
}
.polyphonic_label .popup .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.polyphonic_label .popup .handle button#del {
  background: none;
  color: #333;
  border: solid 1px #999;
}
.polyphonic_label .popup .handle button#del:hover {
  background-color: #eee;
}
.polyphonic_label .popup .handle button {
  background-color: #FF7757;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
}
.polyphonic_label .popup .handle button:hover {
  background-color: #e87054;
}
.polyphonic_label .popup .handle button:last-child {
  margin-right: 0;
}
.polyphonic_label:hover {
  background-color: #fe9178;
}
.polyphonic_label:active {
  background-color: #fe9f89;
}
.polyphonic_label .val {
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.polyphonic_label .val #detail {
  cursor: pointer;
}
.polyphonic_label .conList {
  background-color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 4px;
}
.polyphonic_label .conList > div {
  min-width: 20px;
  white-space: nowrap;
  line-height: 35px;
  padding: 0 10px;
  color: #333;
  cursor: pointer;
  border: solid 1px #ccc;
  margin-right: 10px;
  border-radius: 4px;
}
.polyphonic_label .conList > div:last-child {
  margin-right: 0;
}
.polyphonic_label .conList > div:hover {
  background-color: #eee;
}
.alpha_label,
.number_label {
  background-color: #FE7656;
  position: absolute;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.alpha_label:hover,
.number_label:hover {
  z-index: 1000;
}
.alpha_label .val,
.number_label .val {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.alpha_label .val #detail,
.number_label .val #detail {
  color: #fff;
  cursor: pointer;
}
.alpha_label .val #detail:hover,
.number_label .val #detail:hover {
  background-color: #fe9f89;
}
.alpha_label .val #detail:active,
.number_label .val #detail:active {
  background-color: #fe9178;
}
.alpha_label .val #del,
.number_label .val #del {
  font-family: 'iconfont';
  cursor: pointer;
  color: #fff;
}
.alpha_label .val #del:hover,
.number_label .val #del:hover {
  background-color: #fe9f89;
}
.alpha_label .val #del:active,
.number_label .val #del:active {
  background-color: #fe9178;
}
.alpha_label .popup,
.number_label .popup {
  background-color: #fff;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  z-index: 400;
  top: 20px;
}
.alpha_label .popup .menuList,
.number_label .popup .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.alpha_label .popup .menuList > div,
.number_label .popup .menuList > div {
  white-space: nowrap;
  line-height: 35px;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
}
.alpha_label .popup .menuList > div:hover,
.number_label .popup .menuList > div:hover {
  background-color: #eee;
}
.alpha_label .popup .menuList > div[display='true']:hover,
.number_label .popup .menuList > div[display='true']:hover {
  background-color: #fff;
  cursor: inherit;
}
.alpha_label .popup .handle,
.number_label .popup .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.alpha_label .popup .handle button#del,
.number_label .popup .handle button#del {
  background: none;
  color: #333;
  border: solid 1px #999;
}
.alpha_label .popup .handle button#del:hover,
.number_label .popup .handle button#del:hover {
  background-color: #eee;
}
.alpha_label .popup .handle button,
.number_label .popup .handle button {
  background-color: #FF7757;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
}
.alpha_label .popup .handle button:hover,
.number_label .popup .handle button:hover {
  background-color: #e87054;
}
.alpha_label .popup .handle button:last-child,
.number_label .popup .handle button:last-child {
  margin-right: 0;
}
.alpha_label .handle,
.number_label .handle {
  padding-right: 10px;
  padding-bottom: 10px;
}
.mark_label {
  background-color: #FE7656;
  position: absolute;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.mark_label:hover {
  z-index: 1000;
}
.mark_label .val {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mark_label .val #detail {
  color: #fff;
  cursor: pointer;
}
.mark_label .val #detail:hover {
  background-color: #fe9f89;
}
.mark_label .val #detail:active {
  background-color: #fe9178;
}
.mark_label .val #del {
  font-family: 'iconfont';
  cursor: pointer;
  color: #fff;
}
.mark_label .val #del:hover {
  background-color: #fe9f89;
}
.mark_label .val #del:active {
  background-color: #fe9178;
}
.mark_label .popup {
  background-color: #fff;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  z-index: 400;
  top: 20px;
}
.mark_label .popup .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mark_label .popup .menuList > div {
  white-space: nowrap;
  line-height: 35px;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
}
.mark_label .popup .menuList > div:hover {
  background-color: #eee;
}
.mark_label .popup .menuList > div[display='true']:hover {
  background-color: #fff;
  cursor: inherit;
}
.mark_label .popup .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mark_label .popup .handle button#del {
  background: none;
  color: #333;
  border: solid 1px #999;
}
.mark_label .popup .handle button#del:hover {
  background-color: #eee;
}
.mark_label .popup .handle button {
  background-color: #FF7757;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
}
.mark_label .popup .handle button:hover {
  background-color: #e87054;
}
.mark_label .popup .handle button:last-child {
  margin-right: 0;
}
.mark_label .popup {
  padding: 10px;
}
.mark_label .popup .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #333;
}
.mark_label .popup .li span {
  white-space: nowrap;
}
.mark_label .popup .li input {
  margin-left: 10px;
  color: #333;
}
.mark_label .popup .li select {
  margin-left: 10px;
  color: #333;
}
.mark_label .popup .li:nth-child(2) {
  margin-bottom: 50px;
}
.mark_label .popup select {
  border: none;
  outline: none;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border: solid 1px #E9EAEB;
  border-radius: 4px;
}
.mark_label .popup input {
  border: none;
  outline: none;
  line-height: 35px;
  padding: 0 15px;
  border: solid 1px #E9EAEB;
  border-radius: 4px;
  margin-right: 15px;
}
.mark_label .popup .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mark_label .popup .handle button:first-child {
  background: none;
  color: #333;
  border: solid 1px #999;
}
.mark_label .popup .handle button:first-child:hover {
  background: none;
  background-color: #eee;
}
.mark_label .popup .handle button:last-child {
  margin-right: 0;
}
.mutianchor_label {
  background-color: #7540EE;
  position: absolute;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mutianchor_label:hover {
  z-index: 1000;
}
.mutianchor_label .val {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mutianchor_label .val #detail {
  color: #fff;
  cursor: pointer;
}
.mutianchor_label .val #detail:hover {
  background-color: #9e79f3;
}
.mutianchor_label .val #detail:active {
  background-color: #9166f1;
}
.mutianchor_label .val #del {
  font-family: 'iconfont';
  cursor: pointer;
  color: #fff;
}
.mutianchor_label .val #del:hover {
  background-color: #9e79f3;
}
.mutianchor_label .val #del:active {
  background-color: #9166f1;
}
.mutianchor_label .popup {
  background-color: #fff;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 1rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  z-index: 400;
  top: 20px;
}
.mutianchor_label .popup .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mutianchor_label .popup .menuList > div {
  white-space: nowrap;
  line-height: 35px;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
}
.mutianchor_label .popup .menuList > div:hover {
  background-color: #eee;
}
.mutianchor_label .popup .menuList > div[display='true']:hover {
  background-color: #fff;
  cursor: inherit;
}
.mutianchor_label .popup .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mutianchor_label .popup .handle button#del {
  background: none;
  color: #333;
  border: solid 1px #999;
}
.mutianchor_label .popup .handle button#del:hover {
  background-color: #eee;
}
.mutianchor_label .popup .handle button {
  background-color: #FF7757;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
}
.mutianchor_label .popup .handle button:hover {
  background-color: #e87054;
}
.mutianchor_label .popup .handle button:last-child {
  margin-right: 0;
}

