#img-container:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.img-item {
    position: relative;
    float: left;
    margin-right:9px;
    margin-bottom: 9px;
    height: 48px;
    width: 48px;
    box-sizing: border-box; border: 1px dashed #E0E0E0;cursor:pointer;
}
.img-thumb {
    border: 1px solid #000;
}
.thumb-icon {
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 0px;
}
}
.img-up-add {
    display: table;
    border: 1px dashed #E0E0E0;
}
.img-add-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;font-size:30px;padding-left:2px;font-weight:700;padding-top:0px;
}
.img-remove {
    position: absolute;
    right: 5px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f7333d;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    overflow: hidden;
    background-clip: padding-box;
    line-height: 10px;
}
#img-file-input {
    display: none;
}