.simple-wave-container[data-v-5e8d6516] {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.wave-bars[data-v-5e8d6516] {
    display: flex;
    align-items: flex-end;
    height: 100px;
    gap: 8px
}

.wave-bar[data-v-5e8d6516] {
    width: var(--a44a6e72);
    background: var(--a6786b38);
    border-radius: 4px 4px 0 0;
    transition: height .3s linear
}

.primary-color-text[data-v-45805ace] {
    color: #2878ff
}

.success-color-text[data-v-45805ace] {
    color: #52c41a
}

.error-color-text[data-v-45805ace] {
    color: #f5222d
}

.video-extraction-body[data-v-45805ace] {
    display: flex;
    height: calc(100vh - 136px);
    gap: 10px
}

.video-extraction-left[data-v-45805ace] {
    background-color: #fff;
    padding: 20px;
    flex: 1;
    height: 100%;
    overflow-y: scroll
}

.video-extraction-left[data-v-45805ace]::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.video-extraction-right[data-v-45805ace] {
    background-color: #fff;
    padding: 20px;
    width: 750px;
    height: 100%;
    overflow-y: scroll
}

.video-extraction-right[data-v-45805ace]::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.video_con[data-v-45805ace] {
    width: 150px;
    height: 250px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.video_con .operate_con[data-v-45805ace] {
    display: none
}

.video_con:hover .operate_con[data-v-45805ace] {
    width: 150px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0000004d;
    display: flex;
    align-items: center;
    justify-content: center
}

.video_con:hover .operate_con .play_icon[data-v-45805ace] {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.video_con:hover .operate_con .play_icon[data-v-45805ace]:hover {
    color: #ff5652
}

.video_con:hover .operate_con .delete_icon[data-v-45805ace] {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.video_con:hover .operate_con .delete_icon[data-v-45805ace]:hover {
    color: #ff5652
}

.video_con video[data-v-45805ace] {
    max-width: 100%;
    max-height: 100%
}

.smart-clip[data-v-45805ace] {
    padding: 14px 14px 0;
    height: 100%;
    box-sizing: border-box
}

.ant-input-number[data-v-45805ace], button[data-v-45805ace] {
    border-radius: 5px
}

[data-v-45805ace] .ant-select-selector {
    border-radius: 0 5px 5px 0 !important
}

.textarea-wrapper[data-v-45805ace], input[data-v-45805ace] {
    border-radius: 5px
}

[data-v-45805ace] .ant-card {
    border-radius: 15px
}

.upload-wrapper[data-v-45805ace] {
    width: 200px;
    height: 324px;
    margin: 0 20px 20px 0;
    padding: 20px;
    background-color: #f3f4f6;
    border-radius: 15px
}

.upload-content[data-v-45805ace] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 46px;
    width: 160px;
    height: 284px;
    background-color: #fff;
    border-radius: 15px;
    cursor: pointer
}

.text-16[data-v-45805ace] {
    font-size: 16px
}

.tip[data-v-45805ace] {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 70px;
    font-size: 12px
}

.video-wrap[data-v-45805ace] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    background-color: #eee
}

.video-wrap audio[data-v-45805ace] {
    padding: 0 20px
}

.content-loading[data-v-45805ace] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

[data-v-45805ace] .ss-skeleton-button {
    width: 100%;
    height: 100%
}

.video-txt[data-v-45805ace] {
    margin-top: 20px
}

.video-txt .video-name[data-v-45805ace] {
    font-weight: 600;
    font-size: 15px
}

.video-txt .video-title[data-v-45805ace] {
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px
}

.video-txt .video-btn[data-v-45805ace] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: var(--ss-primary-color);
    margin-right: 20px;
    font-size: 14px
}

.video-txt .video-btn[data-v-45805ace]:hover {
    color: var(--ss-primary-5)
}

.video-txt .download-btn[data-v-45805ace] {
    display: flex;
    justify-content: flex-end
}

.no-video[data-v-45805ace] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.auto-icon[data-v-45805ace] {
    font-size: 60px;
    margin-bottom: 50px
}