
.uploader-list .file-item{
    width: 100px;
    position: relative;
    display: inline-block;
    /*overflow: hidden;*/
    font-size: 12px;
    margin:28px 28px 0;
}
.uploader-list .file-item img{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 5px;
}
.uploader-list .file-item .span{
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 100px;
    text-align: center;
    border-radius: 5px;
    -o-text-overflow: ellipsis; /* for Opera */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.uploader-list .info{
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.uploader-list .infoClose{
    position: absolute;
    top: -8px;
    right: -6px;
    color: #be1717;
    font-size: 20px;
}
.uploader-list .info i{
    cursor: pointer;
}
.uploader-list .info i:hover{
    color: #be1717;
}
.uploader-list .error{
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #be1717;
}
.uploader-list .error i{
    cursor: pointer;
}
.uploader-list .success{
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #0066cc;
}
.uploader-list .success i{
    cursor: pointer;
}


.purchase{
    /*//min-height: 180px;*/
    border: 1px solid #adadad;
    overflow: hidden;
    border-radius: 5px;
}
.uploader{
    width: 100%;
    min-height: 140px;
    background: #fff;

}
.btns{
}
.webuploader-container{
    height: 100%;
    padding: 0;
}
.webuploader-pick{
    background: #fff;
    color: #000;
    height: 100%;
    line-height:140px;
    padding: 0;
    font-size: 14px;
}
.webuploader-pick i:before{
    padding: 0 10px;
}
.addPic{
    line-height: 40px;
    border-top: 1px solid #eeeeee;
}

/*#filePicker div:nth-child(2){width:100%!important;height:100%!important;}*/

.el-button--primary{
    background-color: #be1717;
    border-color: #be1717;
}