
    #showImgs {
        /* overflow: hidden; */
    }

    #showImgs div {
        float: left;
    }

    #showImgs div img {
        width: 80px;
        height: 80px;
        border: 1px solid #e9e9e9;
        margin-right: 8px;
        cursor: pointer;
    }

    #uploadImgs div img {
        width: 80px;
        height: 80px;
        border: 1px solid #e9e9e9;
        margin-right: 0px;
        cursor: pointer;
    }



 

    

    /***---------------------------下面是上传相关的样式***/
    #uploadImgs {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
    }

    #uploadImgs div {
        float: left;
        margin-right: 10px;
		margin-top: 10px;
    }
	

    .uploadImgs-add {
        width: 80px;
        height: 80px;
        border: 1px dotted #7c7c7c;
        font-size: 36px;
        color: #7c7c7c;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
    }
	.uploadImgs-add::before{content: "\e616";}

    #uploadImgs .show-img-div2 {
        position: relative;
    }
    #uploadImgs .show-img-div2 span img {
        width: 100%;
        height: 100%;
        border: none;
    }

    #uploadImgs .show-img-div2 span {
        width: 20px;
        height: 20px;
        position: absolute;
        top: -9px;
        right: -2px;
    }
    #editImgs{
        width: 80px;
        height: 80px;
        border:1px dotted #7c7c7c;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        float:left;
    }
    
    
    
    
    
    