.primary-color-text[data-v-4620bbe9] {
    color: #2878ff
}

.success-color-text[data-v-4620bbe9] {
    color: #52c41a
}

.error-color-text[data-v-4620bbe9] {
    color: #f5222d
}

.video-crop-container[data-v-4620bbe9] {
    position: relative
}

.video-container[data-v-4620bbe9] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #00000080
}

.video-real-size[data-v-4620bbe9] {
    position: relative;
    width: var(--1c66195e);
    height: var(--56d24839)
}

.video[data-v-4620bbe9] {
    position: relative;
    width: 100%;
    object-fit: contain
}

.crop-box[data-v-4620bbe9] {
    outline: 2px dashed #00ff00;
    position: absolute;
    cursor: move
}

.crop-box[data-v-4620bbe9] :hover {
    z-index: 99999 !important
}

.crop-box:hover .box-label[data-v-4620bbe9] {
    display: flex
}

.crop-ratio-box[data-v-4620bbe9] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.mask[data-v-4620bbe9] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 16px;
    color: #fff;
    inset: 0;
    background-color: #00000080;
    z-index: 99;
    cursor: not-allowed
}

.mask .loading[data-v-4620bbe9] {
    color: #fff;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 10px solid #e74c3c;
    position: relative;
    animation: a1-4620bbe9 2s linear infinite
}

.mask .loading span[data-v-4620bbe9] {
    width: 120px;
    height: 120px;
    display: block;
    text-align: center;
    line-height: 120px;
    animation: a2-4620bbe9 2s linear infinite
}

.mask .loading[data-v-4620bbe9]:before, .mask .loading[data-v-4620bbe9]:after {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: -10px;
    box-sizing: border-box;
    border-radius: 50%
}

.mask .loading[data-v-4620bbe9]:before {
    border-top: 10px solid lawngreen;
    transform: rotate(120deg)
}

.mask .loading[data-v-4620bbe9]:after {
    border-top: 10px solid var(--ss-primary-color);
    transform: rotate(-120deg)
}

@keyframes a1-4620bbe9 {
    to {
        transform: rotate(360deg)
    }
}

@keyframes a2-4620bbe9 {
    to {
        transform: rotate(-360deg)
    }
}

.video-controls[data-v-4620bbe9] {
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #0003, #0009);
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 15px;
    box-sizing: border-box
}

.video-controls .control-btn[data-v-4620bbe9] {
    cursor: pointer;
    color: #fff;
    font-size: 28px;
    padding: 5px;
    transition: opacity .3s
}

.video-controls .control-btn[data-v-4620bbe9]:hover {
    opacity: .8
}

.video-controls .progress-container[data-v-4620bbe9] {
    flex: 1;
    position: relative;
    height: 4px;
    background: #ffffff4d;
    border-radius: 2px;
    cursor: pointer
}

.video-controls .progress-container[data-v-4620bbe9]:before {
    content: "";
    position: absolute;
    top: 0;
    width: var(--f61d5bca);
    height: 100%;
    background: #fff;
    left: 0;
    z-index: 1
}

.video-controls .trim-handle[data-v-4620bbe9] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    cursor: all-scroll
}

.video-controls .trim-handle[data-v-4620bbe9]:hover {
    opacity: .8
}

.video-controls .time-display[data-v-4620bbe9] {
    color: #fff;
    font-size: 12px
}

.video-controls .volume-control[data-v-4620bbe9] {
    display: flex;
    align-items: center;
    gap: 8px
}

.video-controls .volume-control span[data-v-4620bbe9] {
    cursor: pointer
}

.video-controls .volume-control .volume-slider[data-v-4620bbe9] {
    width: 80px;
    height: 3px;
    background: #ffffff4d;
    appearance: none
}

.video-controls .volume-control .volume-slider[data-v-4620bbe9]::-webkit-slider-thumb {
    appearance: none;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%
}

.coast-tip[data-v-4620bbe9] {
    color: #666
}

.box-label[data-v-4620bbe9] {
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    right: 5px;
    color: red;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    display: none;
    transform: scale(.8)
}

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

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

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

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

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

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

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

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

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

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

.video_con:hover .operate_con[data-v-ba7bdf43] {
    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-ba7bdf43] {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

.upload-content[data-v-ba7bdf43] {
    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-ba7bdf43] {
    font-size: 16px
}

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

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

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

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

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

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

.video-txt .video-title[data-v-ba7bdf43] {
    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-ba7bdf43] {
    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-ba7bdf43]:hover {
    color: var(--ss-primary-5)
}

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

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