main{
  height: 100%;
}

.clone_text_primary {
  background: linear-gradient(90deg, #A7FF1A 0%, #82FAC2 50%, #47D4FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clone_bg_primary {
  border-radius: 100px;
  background: linear-gradient(90deg, #A7FF1A 0%, #82FAC2 50%, #47D4FF 100%);
}

.main_container{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.voice_list_container{
  flex: 1;
}

.voice_list_container.flex{
  display: flex;
}

/*克隆item样式 start*/
.clone_voice_list{
  width: 100%;
  display: grid;
  row-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - 21px), 1fr));
}

.clone_voice_list::-webkit-scrollbar {
  display: none;
}

.clone_voice_list .cv_item{
  box-sizing: border-box;
  padding: 16px;
  position: relative;
  height: 152px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-radius: 16px;
  border: 1px solid var(---, #E6E6E6);
  background: #F5F5F7;
}

.clone_voice_list .cv_item.dark{
  border: 1px solid var(---, rgba(255, 255, 255, 0.12));
  background: var(---, rgba(255, 255, 255, 0.08));
}

.clone_voice_list .cv_item.ad{
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background-color: #05070B;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(../imgs/kelong_first.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.clone_voice_list .cv_item.ad a{
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 8px;
  padding-top: 4px;
} 

.clone_voice_list .cv_item.ad img{
  margin-bottom: 16px;
  width: 314px;
  height: 48px;
}

.clone_voice_list .cv_item.ad a >button {
  height: 44px;
  width: 128px;
  border-radius: 100px;
  position: relative;
}

.clone_voice_list .cv_item.ad button p{
  color: #16172F;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
}

.clone_voice_list .cv_item.ad .free_tag {
  display: inline-flex;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 12px 16px 16px 2px;
  background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
  top: -12px;
  right: -16px;
}

.clone_voice_list .cv_item .clone_status{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
}

.clone_voice_list .cv_item .clone_status > .icon-gantanhao{
  color: #E44A42;
  font-size: 24px;
}

.clone_voice_list .cv_item .cv_bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.clone_voice_list .cv_item .cv_bg::after{
  content: '';
  width: 132px;
  height: 132px;
  background: rgba(82, 255, 186, 0.32);
  filter: blur(60px);
  top: -64px;
  right: -48px;
  position: absolute;
}

.clone_voice_list .cv_item .cv_info{
  display: flex;
  align-items: center;
  position: relative;
}

.clone_voice_list .cv_item .cv_info .cv_head{
display: flex;
position: relative;
width: 64px;
height: 64px;
border: 1px solid #E6E6E6;
background: #fff;
border-radius: 50%;
margin-right: 16px;
box-sizing: border-box;
}

.clone_voice_list .cv_item .cv_info .cv_head > img{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 4px;
}

.clone_voice_list .cv_item .cv_info .cv_info_t{
  display: flex;
  flex-direction: column;
  width: calc(100% - 64px);
}

.clone_voice_list .cv_item .cv_info .cv_info_t p{
  color: #16172F;
  font-weight: bold;
}

.clone_voice_list .cv_item.dark .cv_info .cv_info_t p{
  color: #fff;
}

.clone_voice_list .cv_item .cv_info .cv_info_t .text_1{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

.clone_voice_list .cv_item .cv_info .cv_info_t .error{
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  color: #E44A42;
  font-size: 12px;
  margin-left: 8px;
  background: rgba(228, 74, 66, 0.12);
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.clone_voice_list .cv_item .cv_info .cv_info_t span{
  color: #737482;
}

.clone_voice_list .cv_item.dark .cv_info .cv_info_t span{
color: rgba(255,255,255,.55);
}

.clone_voice_list .cv_item .cv_options{
  display: flex;
  align-items: center;
}

.clone_voice_list .cv_item .cv_options .more_option{
  position: relative;
  margin-right: auto;
}

.clone_voice_list .cv_item .cv_options .more_option > span{
  width: 56px;
  height: 40px;
  border: 1px solid #E6E6E6;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .2s;
  cursor: pointer;
  color: #A2A2AB;
  box-sizing: border-box;
}

.clone_voice_list .cv_item.dark .cv_options .more_option > span{
  border: 1px solid rgba(255,255,255,.12);
}

.clone_voice_list .cv_item .cv_options .more_option > span:hover{
  border: 1px solid #16172F;
  color: #16172F;
}

.clone_voice_list .cv_item.dark .cv_options .more_option > span:hover{
border: 1px solid rgba(255,255,255,.12);
color: #fff;
}

.clone_voice_list .cv_item .cv_options .more_option > span::after{
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.clone_voice_list .cv_item .cv_options .more_option .more_option_c{
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
  transform: translateY(-10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #181D21;
  backdrop-filter: blur(4px);
  position: absolute;
  left: 0;
  top: 44px;
  padding: 8px;
  box-sizing: border-box;
}

.clone_voice_list .cv_item .cv_options .more_option:hover .more_option_c{
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}

.clone_voice_list .cv_item .cv_options .more_option .more_option_c span{
  width: 72px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .2s;
  cursor: pointer;
  margin-bottom: 4px;
}

.clone_voice_list .cv_item .cv_options .more_option .more_option_c span:last-child{
  margin-bottom: 0px;
}

.clone_voice_list .cv_item .cv_options .more_option:hover .more_option_c span:hover{
  background: rgba(255, 255, 255, 0.08);
}

.clone_voice_list .cv_item .cv_options .play_option{
  width: 90px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  cursor: pointer;
  position: relative;
}

.clone_voice_list .cv_item.dark .cv_options .play_option{
border: 1px solid rgba(255,255,255,.12);
}

.clone_voice_list .cv_item .cv_options .play_option span{
  color: #16172F;
  margin-right: 4px;
}

.clone_voice_list .cv_item.dark .cv_options .play_option span{
  color: #fff;
}

.clone_voice_list .cv_item .cv_options .play_option.play span::before{
  content:'\e686';
}

.clone_voice_list .cv_item .cv_options .play_option:hover,
.clone_voice_list .cv_item .cv_options .play_option.play{
  border: 1px solid #16172F;
}

.clone_voice_list .cv_item.dark .cv_options .play_option:hover,
.clone_voice_list .cv_item.dark .cv_options .play_option.play{
  border: 1px solid rgba(255,255,255,.24);
}

.clone_voice_list .cv_item .cv_options .play_option p{
  color: #16172F;
}

.clone_voice_list .cv_item.dark .cv_options .play_option p{
  color: #fff;
}

.clone_voice_list .cv_item .cv_options > a{
  border-radius: 100px;
  background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
  font-weight: bold;
  color: #16172F;
  width: 90px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
}

.clone_voice_list .cv_item .cv_options > a.disable{
  pointer-events: none;
  background: #C4C4CA;
  color: #fff;
}

.clone_voice_list .cv_item.dark .cv_options > a.disable{
  pointer-events: none;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.35);
}
/*克隆item样式 end*/

/*克隆信息编辑弹窗 start css*/
.clone_edit_layer {
  display: none;
  background: none;
  position: relative;
}

.clone_edit_model {
  background: none !important;
  box-shadow: none !important;
}

.clone_edit_layer > span {
  color: #737482;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 1;
}

.clone_edit_layer_content {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  background-color: rgb(13, 17, 22);
  background-image: url(../imgs/clone/clone_line.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px 32px 24px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.08);
}

.clone_edit_layer_content > p{
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin:32px 0;
}

.clone_edit_layer_content .item{
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: flex-start;
  width: 100%;
}

.clone_edit_layer_content .item.head .clone_avatar:hover::after,
.clone_edit_layer_content .item.head .clone_avatar:hover::before{
  display: flex;
}

.clone_edit_layer_content .item.head .clone_avatar::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.65);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
}

.clone_edit_layer_content .item.head .clone_avatar::after{
  content: '\e70d';
  color: #fff;
  font-family: "iconfont";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: none;
  font-size: 24px;
}

.clone_edit_layer_content .item > span{
  width: 78px;
  display: flex;
  justify-content: flex-start;
  color: rgba(255,255,255,.85);
}

.clone_edit_layer_content .item .clone_avatar{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.clone_edit_layer_content .item img{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
}

.clone_edit_layer_content .item input{
  border: none;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding-left: 16px;
  flex: 1;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  height: 46px;
}

.clone_edit_layer_content .btns{
  width: 100%;
  box-sizing: border-box;
  padding-left: 78px;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.clone_edit_layer_content .btns button{
  width: 136px;
  height: 48px;
  border-radius: 100px;
  font-size: 16px;
  color: rgba(255,255,255,.85);
}

.clone_edit_layer_content .btns button:first-child{
  background: rgba(255,255,255,.35);
  margin-right: 24px;
}

.clone_edit_layer_content .btns button:last-child{
  background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
  color: #52432A;
}

/*克隆信息编辑弹窗 end css*/


/*头像编辑弹窗 start*/
.update_user_avatar *{
  position: relative;
}

.update_user_avatar_model{
  background: none !important;
  border-radius: 16px !important;
}

.update_user_avatar{
  padding: 30px 30px 0 30px;
  background-color: #181d21;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
}
.update_user_avatar .input-item{
  margin: 32px 0;
  position: relative;
}
.update_user_avatar .input-item > div{
  display: flex;
}
.update_user_avatar .avatar-img{
  width: 332px;
  height: 332px;
  position: relative;
  border:1px dashed #ffffff1f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff14;
}

.update_user_avatar .avatar-img img{
  width: 100%;
  height: 100%;
}




.update_user_avatar .avatar-img-in-s{
  position: relative;
  margin-left: 10px;
}
.update_user_avatar .avatar-img-in-s img:first-child {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 50%;
}

.update_user_avatar .avatar-img-in-s img:nth-child(2) {
  display: block;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.update_user_avatar .select-upload-img ,.update_user_avatar .select-save-upload-img{
  width: 180px;
  padding-left: 0;
  background: #c8832d;
  border: none;
  color: #fff;
  font-size: 14px;
  height: 48px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 20px;
}

.update_user_avatar > p{
  color: #fff;
}

.update_user_avatar .input-item .tips{
  position: absolute;
  bottom: -36px;
  left: 0;
  color: #ffffff8c;
}

.avatar_bottom_optipns{
  margin-top: 64px;
  justify-content: center;
}

.avatar_bottom_optipns button{
  border-radius: 100px !important;

}

.avatar_bottom_optipns button:first-child{
  background: none;
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
}

.avatar_bottom_optipns button:last-child{
  background: linear-gradient(135deg, #9aff52, #34fff2 49.5%, #0096ff);
  border: none;
  color: rgb(22, 23, 47);
}

.update_user_avatar .close{
  cursor: pointer;
  position: absolute;
  font-size: 24px;
  color: #ffffff8c;
  right: 24px;
  top: 24px;
}

/*头像编辑弹窗 end*/


/*克隆次数不足提示弹窗css start*/
.check_use_time_layer {
  display: none;
  background: none;
  position: relative;
}

.check_use_time_model {
  background: none !important;
  box-shadow: none !important;
}

.check_use_time_layer>span {
  color: #737482;
  position: absolute;
  top: 34px;
  right: 24px;
  cursor: pointer;
  z-index: 1;
}

.check_use_time_layer_content {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  box-sizing: border-box;
}

.check_use_time_layer_content .tit {
  display: flex;
  align-items: center;
}

.check_use_time_layer_content .tit span {
  color: #D69A40;
  margin-right: 8px;
}

.check_use_time_layer_content .tit p {
  color: #16172F;
  font-weight: bold;
}

.check_use_time_layer_content>p {
  color: #16172F;
  margin: 16px 0 24px 0;
}

.check_use_time_layer_content .btns {
  display: flex;
  justify-content: flex-end;
}

.check_use_time_layer_content .btns button {
  width: 144px;
  height: 48px;
  border-radius: 100px;
}

.check_use_time_layer_content .btns button:first-child {
  border: 1px solid #C4C4CA;
  color: #737482;
}

.check_use_time_layer_content .btns button:last-child {
  border: none;
  color: #52432A;
  background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
  margin-left: 24px;
}

/*克隆次数不足提示弹窗css end*/



.uiverse {
  --duration: 9s;
  --easing: linear;
  --c-color-1: rgb(116, 239, 249);
  --c-color-2: RGB(102, 150, 232);
  --c-color-3: RGB(183, 127, 239);
  --c-shadow: rgba(255, 223, 87, 0.5);
  --c-shadow-inset-top: rgba(255, 255, 255, 0.6);
  --c-shadow-inset-bottom: rgba(255, 255, 255, 0.6);
  --c-radial-inner: #ffd215;
  --c-radial-outer: #fff172;
  --c-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
  border: none;
  display: table;
  border-radius: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--c-color);
  background: linear-gradient(273deg, RGB(128, 245, 250) 0%, RGB(103, 144, 232) 50%, RGB(174, 132, 236) 100%);
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.uiverse:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  transition: all .2s;
  box-shadow:
      inset 0 0 12px var(--c-shadow-inset-top),
      inset 0 0 12px var(--c-shadow-inset-bottom);
}


.uiverse .wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.uiverse .wrapper span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.uiverse .wrapper .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: blur(var(--blur, 8px));
  background: var(--background, transparent);
  transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
  animation: var(--animation, none) var(--duration) var(--easing) infinite;
}

.uiverse .wrapper .circle.circle-1,
.uiverse .wrapper .circle.circle-4 {
  --background: var(--c-color-1);
}

.uiverse .wrapper .circle.circle-2,
.uiverse .wrapper .circle.circle-6 {
  --background: var(--c-color-2);
  --blur: 14px;
}

.uiverse .wrapper .circle.circle-3,
.uiverse .wrapper .circle.circle-5 {
  --background: var(--c-color-3);
  --blur: 16px;
}

.uiverse .wrapper .circle.circle-1 {
  --x: 0;
  --y: -40px;
  --animation: circle-1;
}

.uiverse .wrapper .circle.circle-2 {
  --x: -32px;
  --y: 32px;
  --animation: circle-2;
}

.uiverse .wrapper .circle.circle-3 {
  --x: -12px;
  --y: -12px;
  --animation: circle-3;
}

.uiverse .wrapper .circle.circle-4 {
  --x: -32px;
  --y: 16px;
  --animation: circle-4;
}

.uiverse .wrapper .circle.circle-5 {
  --x: 12px;
  --y: -4px;
  --animation: circle-5;
}

.uiverse .wrapper .circle.circle-6 {
  --x: 56px;
  --y: 16px;
  --animation: circle-6;
}

/*clone loading start*/
.clone_loading_container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clone_loading_container .clone_loading{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.clone_loading_container > strong{
  color: #fff;
  margin: 24px 0 8px 0;
  font-weight: bold;
}

.clone_loading_container > p{
  color: rgba(255,255,255,.85);
}

.layui-layer-shade{
  background: rgba(0,0,0,.65) !important;
  opacity: 1 !important;
  backdrop-filter: blur(4px);
}
/*clone loading end*/

@keyframes loader_quan {
  0% {
      transform: scale(.5);
      opacity: 1;
  }

  100% {
      transform: scale(1);
      opacity: 0;
  }
}

@keyframes loader_quan1 {
  0% {
      transform: scale(1);
      opacity: 1;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}


@keyframes clone_play_anim1 {
  0% {
      height: 4px;
  }

  25% {
      height: 12px;
  }

  50% {
      height: 20px;
  }

  75% {
      height: 12px;
  }

  100% {
      height: 4px;
  }
}

@keyframes clone_play_anim2 {
  0% {
      height: 20px;
  }

  25% {
      height: 12px;
  }

  50% {
      height: 4px;
  }

  75% {
      height: 12px;
  }

  100% {
      height: 20px;
  }
}

@keyframes clone_play_anim3 {
  0% {
      height: 12px;
  }

  25% {
      height: 20px;
  }

  50% {
      height: 12px;
  }

  75% {
      height: 4px;
  }

  100% {
      height: 12px;
  }
}

@keyframes circle-1 {
  33% {
      transform: translate(0px, 16px) translateZ(0);
  }

  66% {
      transform: translate(12px, 64px) translateZ(0);
  }
}

@keyframes circle-2 {
  33% {
      transform: translate(80px, -10px) translateZ(0);
  }

  66% {
      transform: translate(72px, -48px) translateZ(0);
  }
}

@keyframes circle-3 {
  33% {
      transform: translate(20px, 12px) translateZ(0);
  }

  66% {
      transform: translate(12px, 4px) translateZ(0);
  }
}

@keyframes circle-4 {
  33% {
      transform: translate(76px, -12px) translateZ(0);
  }

  66% {
      transform: translate(112px, -8px) translateZ(0);
  }
}

@keyframes circle-5 {
  33% {
      transform: translate(84px, 28px) translateZ(0);
  }

  66% {
      transform: translate(40px, -32px) translateZ(0);
  }
}

@keyframes circle-6 {
  33% {
      transform: translate(28px, -16px) translateZ(0);
  }

  66% {
      transform: translate(76px, -56px) translateZ(0);
  }
}

@keyframes rotationBack {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(-1080deg);
  }
}





.tab_switch{
  display: flex;
  width: 100%;
  padding: 24px 32px 0 32px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.tab_switch p{
  height: 40px;
  border-radius: 100px;
  border: 1px solid #EDF0F9;
  padding: 0 24px;
  color:#737482;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tab_switch p.mr24{
  margin-right: 24px;
}

.tab_switch p.active{
  pointer-events: none;
  background: #060624;
  border: none;
  color: #fff;
  font-weight: 500;
}
















.voice_content{
  width: 100%;
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(calc(33% - 16px), 1fr));
}

.voice_content .voice_item{
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  transition: .3s all;
  padding: 16px;
  position: relative;
  box-shadow: 0 0 0 1px #e6e6e6;
}


.index_page_voice_item_top{
  display: flex;
  align-items: center;
}

.voice_item_top_left{
  position: relative;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.tts_loading.list{
  margin: auto;
  background: transparent;
  width: 100%;
}
.vitl_content,
.voice_edit_pic,
.voice_audition_pic{
  width: 56px;
  height: 56px;
  background-color: #C0C0C0;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.vitl_container,
.voice_edit_pic_content,
.voice_audition_pic_content{
  width: 100%;
  height: 100%;
  background-color: #101011;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  position: relative;
}

.vitl_container > .voice_head_pic,
.voice_edit_pic_content > .voice_head_pic,
.voice_audition_pic_content > .voice_head_pic{
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}


.voice_item span,.voice_item p{
  color: #333333;
}

.vitr_time_data{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 8px;
  width: 100%;
}

.vitr_time_data p{
  font-size: 14px;
}

.vitr_time_data span{
  font-size: 24px;
  cursor: pointer;
}

.index_page_voice_list.active ul li{
  overflow: initial;
}


.my_list_options{
  position: absolute;
  background: #ffffff;
  border-radius: 4px;
  right: -60px;
  top: 20px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.my_list_options a{
  display: flex;
  padding-left: 16px;
  box-sizing: border-box;
  align-items: center;
  width: 80px;
  height: 32px;
  font-size: 14px;
  color: #333333;
}

.my_list_options a:hover{
  color: #F2B355;
}


.voice_edit_layer, .voice_del_layer {
  background: #ffffff;
  overflow: hidden;
  display: none;
}

.voice_edit_layer span,.voice_edit_layer p,.voice_del_layer span,.voice_del_layer  p{
  color: #333333;
}


.voice_edit_content > input {
  background: rgb(240 240 240);
  color: #333333;
}

.voice_item_top_left:hover .vitl_mask{
  opacity: 1;
  visibility: visible;
  transform:scale(1);
}
.vitl_mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  color: #F25555;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -ms-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transform:scale(0.1);
  font-size: 12px;
}

.voice_edit_title, .voice_del_title, .voice_audition_title, .choose_voice_title{
  border-bottom: 1px solid #f7f7f7;
}
.voice_edit_bottom, .voice_del_bottom {
  border-top: 1px solid #f7f7f7;
}

.voice_item_top_right{
  width: calc(100% - 72px);
}

.vitr_time_data > p{
  color: #737482;
}

.vitr_time_data > span{
  color: #A2A2AB;
}




.none_data > .link_btn{
  height: 38px;
  line-height: 38px;
  border-radius: 100px;
  background: #16172F;
  color: #fff;
  font-weight: 500;
  margin-top: 24px;
  padding: 0 40px;
}

@media screen and (max-width: 1520px){
  .clone_voice_list{
    row-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 16px), 1fr));
  }
}

@media screen and (max-width: 1280px){
  .clone_voice_list{
    row-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 12px), 1fr));
  }
}