html, body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important
}

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

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

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

.smart-clip[data-v-a11bc77b] {
    font-size: 1rem;
    padding: 14px 14px 0
}

.smart-clip .cutting-image[data-v-a11bc77b] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .3s ease;
    object-fit: cover
}

.smart-clip .mixed-cutting .cutting-box[data-v-a11bc77b] {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.smart-clip .mixed-cutting .cutting-box .mixed-text[data-v-a11bc77b] {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 50%
}

.smart-clip .mixed-cutting .cutting-box .mixed-text .title[data-v-a11bc77b] {
    color: #000;
    margin-bottom: 5px;
    transition: color .2s ease
}

.smart-clip .mixed-cutting .cutting-box .mixed-text .desc[data-v-a11bc77b] {
    color: #636987;
    margin-bottom: 20px;
    transition: color .2s ease
}

.smart-clip .mixed-cutting .cutting-box .mixed-text .left-icon[data-v-a11bc77b] {
    opacity: 0;
    transition: all .2s ease
}

.smart-clip .mixed-cutting .cutting-box .mini-mixed-text[data-v-a11bc77b] {
    width: 40%
}

.smart-clip .mixed-cutting .cutting-box[data-v-a11bc77b]:hover {
    cursor: pointer
}

.smart-clip .mixed-cutting .cutting-box:hover .left-icon[data-v-a11bc77b] {
    opacity: 1
}

.smart-clip .mixed-cutting .cutting-box:hover .cutting-image[data-v-a11bc77b] {
    transform: scale(1.02)
}

.smart-clip-header[data-v-a11bc77b] {
    padding: 30px 30px 0;
    border-radius: 12px;
    height: 180px;
    min-width: 0px;
    background: linear-gradient(220deg, #f3f7ff, #9fbfff66);
    display: flex;
    flex-direction: column
}

.smart-clip-header .smart-clip-header-title_top[data-v-a11bc77b] {
    font-size: 24px;
    color: #0c0d0e;
    line-height: 1.5
}

.smart-clip-header .smart-clip-header-desc[data-v-a11bc77b] {
    font-size: 14px;
    color: #737a87;
    margin-top: 5px;
    line-height: 1.5
}

.smart-clip-header .smart-clip-header-btngroup[data-v-a11bc77b] {
    margin-top: 15px
}

.smart-clip-content[data-v-a11bc77b] {
    min-width: 0px
}

.smart-clip-content .smart_clip_content_pagination[data-v-a11bc77b] {
    display: flex;
    margin-top: 30px;
    justify-content: flex-end
}

.smart-clip-content .clip-content-search[data-v-a11bc77b] {
    min-width: 0px;
    display: flex
}

.smart-clip-content .clip-content-search .smart-clip-header-title[data-v-a11bc77b] {
    margin-right: 20px;
    font-size: 20px;
    color: #1c1f23;
    font-weight: 600
}

.smart-clip-content .clip-content-search .smart-clip-header-title .old-data-index[data-v-a11bc77b] {
    font-size: 12px;
    color: var(--ss-primary-color-hover);
    cursor: pointer
}

.smart-clip-content .clip-content-search .smart-clip-content-serch[data-v-a11bc77b] {
    flex: 1;
    display: flex;
    justify-content: end
}

.smart-clip-content .clip-content-search .smart-clip-content-serch .content-serch-item[data-v-a11bc77b]:nth-child(1) {
    width: 20%
}

.smart-clip-content .clip-content-search .smart-clip-content-serch .content-serch-item[data-v-a11bc77b]:nth-child(2) {
    width: 20%;
    margin: 0 10px
}

.smart-clip-content .clip-content-search .search-btn[data-v-a11bc77b] {
    border-radius: 5px
}

.smart-clip-content-List[data-v-a11bc77b] {
    margin-top: 30px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 16px
}

.empty[data-v-a11bc77b] {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.smart-clip-content-item[data-v-a11bc77b] {
    width: 100%;
    height: 100%;
    border: 1px solid #eaedf1;
    border-radius: 4px;
    background-color: #fff;
    transition: all .3s;
    position: relative
}

.smart-clip-content-item[data-v-a11bc77b]:hover {
    box-shadow: 0 0 10px #0000001a
}

.smart-clip-content-item .smart-clip-content-item-mask[data-v-a11bc77b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 10;
    cursor: not-allowed;
    border: 1px solid #eaedf1;
    transition: all .3s
}

.smart-clip-content-item .smart-clip-content-item-mask[data-v-a11bc77b]:hover {
    box-shadow: 0 0 10px #0000001a
}

.smart-clip-content-itemInfo[data-v-a11bc77b] {
    display: flex;
    padding: 10px;
    cursor: pointer
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_lf[data-v-a11bc77b] {
    height: 100%;
    border: 1px solid #eaedf1;
    width: 100px;
    min-width: 100px;
    margin-right: 3%;
    height: 140px;
    display: flex;
    align-items: center
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_lf img[data-v-a11bc77b] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg[data-v-a11bc77b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-height: 160px;
    padding-left: 5px;
    overflow: hidden
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-title[data-v-a11bc77b] {
    font-size: 14px;
    margin-bottom: 4px;
    color: #0c0d0e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc[data-v-a11bc77b] {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4px;
    flex: 1;
    height: 100%
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc[data-v-a11bc77b]:hover {
    padding-right: 0
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc[data-v-a11bc77b]:hover::-webkit-scrollbar {
    display: block
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc[data-v-a11bc77b]::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    display: none
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc[data-v-a11bc77b]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc .info_rg_desc_item[data-v-a11bc77b] {
    color: #737a87;
    font-size: 11px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc .info_rg_desc_item .info_rg_desc_item_status[data-v-a11bc77b] {
    display: flex
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc .info_rg_desc_item .info_rg_desc_item_status .progress_item[data-v-a11bc77b] {
    width: 70%
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc .mid_box[data-v-a11bc77b] {
    cursor: pointer
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .itemInfo_rg-desc .mid_box[data-v-a11bc77b]:hover {
    transition: all .3s;
    color: var(--ss-primary-color-hover)
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .info-rg-count[data-v-a11bc77b] {
    display: flex;
    font-size: 10px;
    align-items: center;
    font-weight: 500
}

.smart-clip-content-itemInfo .smart-clip-content-itemInfo_rg .info-rg-count span[data-v-a11bc77b] {
    color: #737a87;
    width: 70px;
    background: #eaedf1;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 3px;
    overflow-x: hidden;
    text-align: center;
    margin-right: 10px
}

.smart-clip-content-btn[data-v-a11bc77b] {
    height: 40px;
    padding: 0 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eaedf1
}

.smart-clip-content-btn[data-v-a11bc77b] .ss-popover-title {
    display: none
}

.smart-clip-content-btn .del_btn[data-v-a11bc77b] {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    text-align: center
}

.smart-clip-content-btn .del_btn[data-v-a11bc77b]:hover {
    color: #ff4d4f
}

.smart-clip-content-btn .info-rg-more[data-v-a11bc77b] {
    cursor: pointer;
    padding: 1px 6px;
    border-radius: 3px;
    overflow: hidden
}

.smart-clip-content-btn .info-rg-more[data-v-a11bc77b]:hover {
    background-color: #f0f1f2
}

.smart-clip-content-btn .tag_box .tag_item[data-v-a11bc77b] {
    padding: 1px 12px;
    border-radius: 3px;
    cursor: pointer
}

.smart-clip-content-btn .tag_box .tag_item[data-v-a11bc77b]:hover {
    border-color: #2878ff
}