/*--------------------上传附件-------------------------------------*/
.uploadFileDel {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    cursor:pointer;
}

.uploadFileDelIoc {
    font-size: 23px;
    color: #FF5722;
}
.uploadFileLook {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    cursor:pointer;
}

.uploadFileLookIoc {
    font-size: 23px;
    color: black;
}
.uploadFileImgFixed {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 97px;
    width: 97px;
    position: relative;
    cursor: move;
}
.uploadFileImgRelative {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 97px;
    max-width: 97px;
    position: relative;
    cursor: move;
}
.uploadFileMrg {
    margin-right: 10px;
    margin-bottom: 12px;
    width: 97px;
    height: 97px;
    padding: 3px;
    border: 1px dashed #e2e2e2;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.uploadFileOtherImg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    width: 67px;
    height: 67px;
    position: relative;
    cursor: move;
}

.uploadFilePlus {
    width: 97px;
    height: 97px;
    margin-right: 10px;
    margin-bottom: 12px;
    border: 1px dashed #e2e2e2;
    background-color: #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.uploadFilePlus:hover{
    background-color: #F5F5F5;
}
.uploadFileWrapList {
    display: flex;
    flex-wrap: wrap;
}

.uploadFileNameTxt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    width: 97px;
    text-align: center;
}
/*--------------------上传附件end-------------------------------------*/

/*--------------------列表头像或图片-------------------------------------*/
.tb-img-circle {
    width: 40px;
    height: 40px;
    cursor: zoom-in;
    border-radius: 50%;
    /*border: 2px solid #dddddd;*/
}
.tb-img-cover{
    max-width: 100px;
    height: 40px;
    cursor: zoom-in;
    /*border: 2px solid #dddddd;*/
}
/*--------------------列表头像或图片end-------------------------------------*/

/*--------------------list列表头部提示-------------------------------------*/
.lxkj_warn {
    padding: 8px;
    background-color: white;
    border: 1px dashed #62b3ff;
    background-color: #f5faff;
    line-height: 20px;
    /*border-radius: 5px;*/
}
.lxkj_warn_text {
    font-size: 12px;
    color: #3c763d;
    margin-left: 5px;
}

.lxkj_tip {
    font-weight: 400;
    padding-left: 5px;
    font-size: 13px;
    color: #62b3ff;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
/*--------------------列表头像或图片end-------------------------------------*/