.web-upload-btn {
    height: 32px !important;
    line-height: 10px !important;
    font-size: 13px !important;
    display: inline-block !important;
}

.img-item, .img-fail {
    margin: 4px;
    position: relative;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    background-color: #F1F1F1;
}

.img-item img, .img-fail img {
    max-width: 160px;
    max-height: 160px;
    min-width: 80px;

}

.img-item-delete {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.img-item-fail {
    position: absolute;
    background-color: #f93022;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.hidden {
    display: none !important;
}