
.input-images:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.input-images {
    zoom: 1;
}

.input-files:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.input-files {
    zoom: 1;
}

.input-images .img-item {
    height: 80px;
    float: left;
    display: table-cell;
    background: #ffffff;
    margin: 10px 0px 10px 10px;
    border: 1px #eeeeee solid;
    text-align: center;
    min-width: 80px;
    padding: 1px;
    position: relative;
}

.input-images .img-item a.close {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    padding-left: 5px;
    border-top-left-radius: 3px;
}

.input-images .img-item a.close:hover {
    background: rgb(253, 88, 73);
    color: #fff;
}

.input-images .img-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.input-files .file-item {
    background: url(/static/home/images/fujian.png) no-repeat;
    display: block;
    color: #253a86;
    padding-left: 20px;
    height: 20px;
    margin: 5px 0px 5px 10px;
    font-size: 14px;
}

.input-files .file-item a.close {
    color: #727e92;
    margin-left: 20px;
}
