.img-convert-card[data-v-76830e78] {
    background: #ebf4f5;
    border: 1px solid #f0f0f7;
    border-radius: 6px;
    height: 156px;
    position: relative;
    width: 156px
}

.img-convert-card .mask[data-v-76830e78] {
    background: rgba(0, 0, 0, .7);
    border-radius: 6px;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.img-convert-card .mask div[data-v-76830e78] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.img-convert-card .mask .el-icon-delete[data-v-76830e78] {
    color: #fff;
    cursor: pointer;
    font-size: 32px
}

.img-convert-card:hover .mask[data-v-76830e78] {
    display: block
}

.img-convert-card .compress-ready[data-v-76830e78] {
    align-items: center;
    display: flex
}

.img-convert-card .compress-ready .left[data-v-76830e78] {
    height: 72px;
    margin-left: 16px;
    width: 72px
}

.img-convert-card .compress-ready .left img[data-v-76830e78] {
    height: 72px;
    width: 72px
}

.img-convert-card .img[data-v-76830e78] {
    align-items: center;
    background: #ebf4f5;
    border-radius: 6px 0, 0, 6px;
    display: flex;
    height: 156px;
    justify-content: center;
    width: 156px
}

.img-convert-card .img img[data-v-76830e78] {
    max-height: 100%;
    max-width: 100%
}

.img-convert-card .file-name[data-v-76830e78] {
    bottom: -26px;
    justify-content: center;
    left: 0;
    line-height: 1.2;
    padding: 0 5px;
    position: absolute;
    right: 0
}

.img-convert-card .file-name .lmsg[data-v-76830e78] {
    max-width: 80%;
    padding-right: 4px
}

.img-convert-card .label[data-v-76830e78] {
    height: 26px;
    position: absolute;
    right: -17px;
    text-align: center;
    top: -7px;
    transition: .2s;
    width: 46px
}

.img-convert-card .labs[data-v-76830e78] {
    border-radius: 6px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.img-convert-card .label-success[data-v-76830e78] {
    background: #13ce66;
    box-shadow: 0 1px 1px #ccc;
    cursor: pointer;
    transform: rotate(45deg)
}

.img-convert-card .label-success .el-icon-check[data-v-76830e78] {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-top: 11px;
    transform: rotate(-45deg);
    transition: .2s
}

.img-convert-card .label-success .el-icon-close[data-v-76830e78] {
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 11px;
    transform: rotate(-45deg)
}