.xlt-img-upload{
    width: 100%;
    background-color: #ffffff;
    height:fit-content;
    overflow: hidden;       
}
.xlt-img-upload-title{
    line-height: 38px;
}
.xlt-img—upload-list{
    height: fit-content;
    width: 100%;
}
.xlt-img—upload-div{
    height:fit-content;
}
.xlt-img-upload-btn{
    border: 1px dashed #cccccc;
    width: 70px;
    height: 70px;
    margin:5px ;
    float: left;
    background-color: #ffffff;
}
.xlt-img-upload-btn-add-1{
    width: 1px;
    height: 30px;
    position: relative;
    top: 20px;
    left: 35px;
    border-left: 1px dashed #cccccc;
}
.xlt-img-upload-btn-add-2{
    width: 30px;
    height: 1px;
    position: relative;
    top: 3px;
    left: 20px;
    border-bottom: 1px dashed #cccccc;
}

.xlt-img-upload-list{
    width: 100%;
}
.xlt-img-upload-img{
    float: left;
    margin: 5px;
    height: 70px;
}
.xlt-img-upload-img img{
    position: relative;
    top: -20px;
    width: 70px;
    height: 70px;
    border: 1px dashed #cccccc;
}
.xlt-img-upload-delete{
    font-size: 16px;
    z-index: 1;
    position: relative;
    text-align: right;
}
.xlt-img-upload-delete.iconshanchu{
    font-size: 18px;
    color: #d91010;
}
.xlt-img-upload-img div,img:first-child{top:0;}