.img-card[data-v-4e57bcf3] {
    background: #fff;
    border: 1px solid #f8f8fc;
    border-radius: 6px;
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box;
    display: flex;
    height: 136px;
    overflow: hidden;
    position: relative;
    width: 314px;
}

.img-card .compress-ready[data-v-4e57bcf3] {
    align-items: center;
    display: flex
}

.img-card .compress-ready .left[data-v-4e57bcf3] {
    height: 72px;
    margin-left: 16px;
    width: 72px
}

.img-card .compress-ready .left img[data-v-4e57bcf3] {
    height: 72px;
    width: 72px
}

.img-card .compress-ready .right .d-line[data-v-4e57bcf3] {
    border-radius: 219px;
    height: 10px;
    left: 0;
    margin: 12px auto 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 208px
}

.img-card .compress-ready .right .d-line .move[data-v-4e57bcf3] {
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG-4e57bcf3;
    animation-timing-function: linear;
    background: url(/_nuxt/img/a5301717.png) 50% no-repeat;
    background-size: cover;
    border-radius: 219px;
    bottom: 0;
    height: 20px;
    left: -46px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 230%
}

.img-card .compress-ready .right .name[data-v-4e57bcf3] {
    color: #4e5969;
    font-size: 14px;
    width: 208px
}

.img-card .compress-ready .right .dot[data-v-4e57bcf3] {
    color: #86909c;
    font-size: 12px;
    margin-top: 8px
}

.img-card .img[data-v-4e57bcf3] {
    align-items: center;
    background: #ebf4f5;
    border-radius: 6px 0, 0, 6px;
    display: flex;
    height: 136px;
    justify-content: center;
    width: 136px
}

.img-card .img img[data-v-4e57bcf3] {
    max-height: 100%;
    max-width: 100%
}

.img-card .img-info[data-v-4e57bcf3] {
    flex: 1;
    padding: 8px 2px 8px 12px
}

.img-card .img-info .txt-hide[data-v-4e57bcf3] {
    height: 16px;
    line-height: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 172px
}

.img-card .img-info p[data-v-4e57bcf3] {
    font-size: 0
}

.img-card .img-info .t1[data-v-4e57bcf3] {
    color: #86909c;
    font-size: 12px;
    padding-bottom: 6px;
    padding-top: 2px
}

.img-card .img-info .info[data-v-4e57bcf3] {
    color: #4e5969;
    font-size: 12px;
    padding-right: 6px
}

.img-card .img-info .t2[data-v-4e57bcf3] {
    margin-top: 8px
}

.img-card .img-info .btns[data-v-4e57bcf3] {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    padding-right: 6px
}

.img-card .img-info .btns span[data-v-4e57bcf3] {
    background: #f2f3f5;
    border-radius: 2px;
    color: #1d2129;
    cursor: pointer;
    font-size: 12px;
    text-align: center
}

.img-card .img-info .btns .view[data-v-4e57bcf3] {
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    width: 60px
}

.img-card .img-info .btns .down[data-v-4e57bcf3] {
    height: 28px;
    line-height: 28px;
    width: 72px
}

.img-card .file-name[data-v-4e57bcf3] {
    background: linear-gradient(0, #000, rgba(0, 0, 0, .01));
    border-radius: 0 0 0 6px;
    bottom: -2px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: 24px;
    left: 0;
    line-height: 24px;
    padding: 0 12px;
    position: absolute;
    text-align: center;
    width: 136px;
    z-index: 8
}

.img-card .compress-error[data-v-4e57bcf3] {
    color: #f53f3f;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 12px
}

.img-card .label[data-v-4e57bcf3] {
    height: 26px;
    position: absolute;
    right: -17px;
    text-align: center;
    top: -7px;
    transition: .2s;
    width: 46px
}

.img-card .label-success[data-v-4e57bcf3] {
    background: #13ce66;
    box-shadow: 0 1px 1px #ccc;
    cursor: pointer;
    transform: rotate(45deg)
}

.img-card .label-success .el-icon-check[data-v-4e57bcf3] {
    cursor: pointer;
    transition: .2s
}

.img-card .label-success .el-icon-check[data-v-4e57bcf3],
.img-card .label-success .el-icon-close[data-v-4e57bcf3] {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 11px;
    transform: rotate(-45deg)
}

.img-card .label-success .el-icon-close[data-v-4e57bcf3],
.img-card .label-success:hover .el-icon-check[data-v-4e57bcf3] {
    display: none
}

.img-card .label-success:hover .el-icon-close[data-v-4e57bcf3] {
    display: block
}

.img-card .label-error .el-icon-close[data-v-4e57bcf3] {
    color: #86909c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
    margin-top: 12px
}

@keyframes MOVE-BG-4e57bcf3 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(46px)
    }
}