.upload-container{
    position: relative;
    width: 96.5%;
    min-height: 150px;
    border: solid 1px #d5d5d5;
    padding: 10px 1.5%;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.upload-status-bar{
    width: 96.5%;
    height: 45px;
    border: solid 1px #d5d5d5;
    border-top: none;
    line-height: 45px;
    padding: 0 1.5%;
    color: #AEAEAE;
}

.img-show{
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.img-show .img-el{
    width: 100%;
    min-height: 100%;
}
.img-show .delete-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    margin:0;
    text-align: center;
    background-color: #999;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    opacity: 0.8;
    cursor: pointer;
}
.img-processing-mask{
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-color: #B3B3B3;
    text-align: center;
    font-size: 15px;
    color: #333;
}
.img-processing-mask img{
    width: 20px;
    height: 20px;
}
.already-text{
    color: #666;
}
.add-container{
    position: relative;
    width: 120px;
    height: 120px;
    float: left;
}
.add-container img{
    position: absolute;
    z-index: 1;
    width:100%;
    height: 100%;
}
.add-container .input-btn{
    position: absolute;
    z-index: 1;
    width:100%;
    height: 100%;
    background-image: url('/static/img/imgC/file_pic.png');
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='/static/img/imgC/file_pic.png',
            sizingMethod='scale');

}
.add-container .input-file{
    position: absolute;
    z-index: 0;
    width:100%;
    height: 100%;
}
.close-btn{
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 25px;
    color: #C3C3C3;
    cursor: pointer;
    font-family: sans-serif;
}