.webuploader-container {
    position: relative;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
}
.webuploader-pick-disable {
    opacity: .6;
    pointer-events: none;
}
.file-item {
    position: relative;
    display: inline-block;
}
.infos {
    width: 98px;
    height: 100px;
    background: #fff;
    text-align: center;
    opacity: .5;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    overflow: hidden;
    border: 1px solid #ddd;
}
.show-del {
    display: block;
}
.delete-icon {
    display: inline-block;
    padding: 35px 10px 10px;
    font-size: 40px;
    cursor: pointer;
    color: #000;
}
.noimg {
    display: none;
}

.file_block {
    background: url(./file.png) no-repeat;
    background-position: 34px 10px;
    height: 70px;
    width: 98px;
    font-size: 12px;
    color: #999;
    border: 1px solid #ddd;
    line-height: 110px;
    text-align: center;
}

.file_font_block {
    width: 100px;
    height: 30px;
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

