/* 音频项容器 */
.audio-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: white;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
}

/* 播放控制 */
.play-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #1989fa;
    border-radius: 10px;
    background-size: 24px;
    cursor: pointer;
    margin-right: 15px;
}

.play-btn.playing {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="%23409eff"><path d="M6 4h4v16H6zm8 0h4v16h-4z"/></svg>');
}

/* 音频信息 */
.audio-info {
    flex: 1;
    min-width: 0;
}

.audio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    cursor: pointer;
    text-indent: 20px;
    font-size: 12px;
}

.audio-title {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-btn {
    width: 24px;
    line-height: 49px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

/* 进度条 */
.progress-container {
    height: 3px;
    background: #eee;
    margin-top: 10px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    background: #409eff;
    width: 0%;
    position: relative;
    transition: width 0.2s linear;
}

/* 右侧弹窗 */
.panel {
    position: fixed;
    top: 60%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: 350px;
    background: white;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: right 0.3sease;
    overflow-y: auto;
    border-radius: 8px
}

.panel.show {
    left: 430px;
}

.audio-list {
    list-style: none;
}

.audio-list-item {
    padding: 12px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
}

.audio-list-item:hover {
    background: #f8f9fa;
}

/* 播放速度控制 */
.speed-control {
    margin-top: 20px;
    padding: 15px;
    border-top: 1px solid #eee;
}

.speed-select {
    height: 33px;
    line-height: 33px;
    padding-left: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.human_img{ position: relative;}
.human_title{ position: absolute; bottom: 1px; left: 0px; text-align: center; width: 100%; height: 30px; line-height: 30px; background-color: rgb(247 247 247); border-radius: 5px}
.caozuo_btn{padding: 5px 16px;min-width: 76px;min-height: 32px;font-weight: 400;font-size: 14px;line-height: 22px; cursor: pointer; border-radius: 10px}
.caozuo_btn:hover{ background-color: #ebebeb; }


.text-area{
    max-width: 100%;
    min-height: 32px;
    overflow: overlay !important;resize: none;
    transition: color .1slinear, border-color .1slinear, background-color .1slinear;
    vertical-align: top;
    width: 100%;border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    height: 205px;
    line-height: 20px;
    margin-bottom: 12px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}
#upload-video-process.hidden,#upload-btn-video.hidden,#upload-audio-process.hidden,#upload-btn-audio.hidden {
    display: none !important;
}

#human-audio-voice li {
    display: inline-block;
    width: calc(50% - 10px);
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 10px;
    overflow: hidden;
}
#human-audio-voice li span{
    height: 32px;
    line-height: 32px;
    vertical-align: text-bottom;
    font-size: 13px;
}
#human-audio-voice li:nth-child(odd) {
    margin-right: 10px;
}
#human-audio-voice li:hover,.human-voice-select {
    background-color: #3388ff;
    color: #FFF;
}
.setting-size-value{width: 100%; }
.setting-size-value div{ height: 25px; line-height: 25px; text-align: center; width: 100%}


.hunam_left_bar{
    max-width: 185px; width: 185px; padding-bottom: 80px; margin: 10px 0px 0px 10px; border-radius: 10px 0px 0px 10px; border-right: 1px solid #ebebeb;
}
.human_main_bar{ /*margin:10px 10px 0 0;*/padding:10px;margin:0 auto; }
.human_qz_nav{ width: 100%}
.human_qz_nav li{
    width: calc(100%); height: 56px; line-height: 56px; padding-left: 15px; margin-bottom: 5px;
}
.human_qz_nav li a{ display: inline-block; width: 100%}
.human_qz_nav li span{margin-right: 10px}
.human_qz_nav li:hover, .human_qz_nav li.selected{
    background: #accdf43d; border-right: 3px solid #1980fa; color: #1980fa;
}
.human_qz_nav li:hover a{ color: #1980fa}

.human_list{ height: 245px; background: #fff;}
.human_column .masonry .item{ background-color: #fff;}
.human_video{ height: 200px !important; border-radius: 12px}
.human_list .video_title_btn{ display: flex; justify-content: space-between; height: 45px; line-height: 45px; padding: 0 10px}
.human_list .video_title_btn button{ border-radius: 10px; background: #7559ff; margin-top: 6px; width: 86px; height: 30px; line-height: 30px; box-shadow: #40558029 0 4px 12px;
    font-size: 13px; font-weight: 600; padding: 0 !important;
}
.human_box{ height: auto !important; position: relative; }
.human_caozuo{ position: absolute; right: 0; top:10px; display: flex;}
.human_caozuo a{ width: 32px; height: 32px; line-height: 32px; display: block; background: #accdf43d; color: #333; border-radius: 5px; margin-right: 8px}
.human_caozuo a:hover{ background-color: #1980fa; color: #fff;}
.rename-input{ width: calc(100% - 96px); border-bottom: 1px solid #7559ff; height: 35px;
    line-height: 35px;
    margin-top: 5px;}

.human_column_create{
    height: 200px;
    margin-top: 5px;
    background: url("/static/images/empty-bg2-eedce2ba.png") 350px 0;
    border-radius: 10px;
    padding: 10px 24px;
    border: 1.8px dashed #7559ff;
    cursor: pointer;
}
.human_column_create .center{
    margin-top: 30px;
    margin-left: 15px;
}
.human_column_create .t{ font-size: 22px; font-weight: 800}
.human_column_create .desc{
    margin: 10px 0;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.human_column_create .button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    width: 96px;
    height: 38px;
    color: #7559ff;
    border: 1px solid #7559ff;
    border-radius: 38px;
    gap: 2px;
}
.human_column_create .button .iconfont{
    font-size: 20px;
}
.human_column{ width: 320px;}
.human_column_create:hover{ box-shadow: #40558029 0 4px 12px; /*transform: scale(1.05);*/ }
#masonry{ flex-wrap: wrap;}
.layui-layer-title {
    color: #333 !important;
    font-size: 16px;
    font-weight: 800; background-color: #fff;
}
.create_video_form{
    padding: 20px;
    height: calc(100% - 40px); background-color: #fff;
}
.crteate_btn{
    display: flex;
    padding: 16px 24px;
    width: 100%;
    flex-shrink: 0;
    border-top: 1px solid rgba(5, 5, 5, 0.06);
    position: absolute;
    bottom: 0;
    left: 0;
    align-content: flex-end;
    justify-content: flex-end;
    background-color: #fff;
}
.crteate_btn button{ border-radius: 8px}
.create_video_form .warning{
    padding: 12px 0 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #232833;
    background: #f7f8fa;
    border-radius: 8px;
    line-height: 20px;
}
.create_video_form .warning .desc{
    display: grid  ;
    overflow-y: scroll;
    margin-top: 10px;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.create_video_form .form-info{
    height: calc(100%);
    overflow: scroll;
}
.my-custom-layer{ background-color: #fff !important;}
.my-custom-layer2{ color: #fff !important;}
.human_column_create_audio{  height: 90px}
.human_column_create_audio .center{ margin: 0 !important; display: flex;justify-content: space-between;}
.human_column_create_audio .center .desc{ margin: 0px !important}
.human_column_create_audio .center .button{ margin-top: 18px}
.human_column_create_audio_l{ height: 100px; }
.human_video_audio{ background-color: #fff; display: flex; border-radius: 10px; box-shadow: #40558029 0 4px 12px; height: 75px; width: calc(20% - 1rem);}
.human_video_audio .item-main{ /*width: calc(100% - 160px);*/width: calc(100% - 80px);padding:12px 2px 12px 0;}
.human_video_audio .item-right{width: 80px; text-align: center;}
.human_video_audio .audio-overlay{/*top: 30px*/top:18px;left:25px;}
.common-title{
    font-size: 20px;
    font-weight: 800;
    margin: 20px 0;
}
.masonry{ flex-wrap: wrap;}
.human_product video{ height: 245px !important;}
.ws-bold{
    font-size: 18px;
    margin: 15px 0px;
    font-weight: 800;
}
.human_img video{ height: 160px}
.human_main{ background-color: #fff; margin: 10px; position: relative}
.tijiao_audio{ width: calc(100% - 20px); margin: 0 10px; height: 45px; background-color: #1980fa; position: absolute; left: 0;bottom: 0;}

.human_shengcheng{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: calc(100% - 15px);
   margin: 0px 10px 20px 10px;
}
.human_shengcheng button{
    width: 100%;
    height: 50px;
    font-weight: 700;
    color: #fff;
    background-color: #7559ff;
    box-shadow: 0 2px 0 rgba(88, 5, 255, 0.06);
    border-radius: 10px;
}