
    * {
        margin: 0px;
        padding: 0px;
    }

    #showImgs2,
        #showImgs {
        /* overflow: hidden; */
    }

    #showImgs2 div ,
        #showImgs div {
        float: left;
    }

    #showImgs2 div img ,
        #showImgs div img {
        width: 190px;
        height: 190px;
        border: 1px dashed #c3c4c7;
        /* margin-right: 8px; */
        cursor: pointer;
        border-radius: 4px;
    }

    #uploadImgs1 div img ,
    #uploadImgs2 div img ,
        #uploadImgs div img {
        width: 190px;
        height: 190px;
        border: 1px dashed #c3c4c7;
        /* margin-right: 8px; */
        cursor: pointer;
        border-radius: 4px;
    }

    .imgs-bg {
        background: url("../images/bg-opacty.png");
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        padding: .4rem;
        display: none;
        z-index: 9999;
    }

    .imgs-bg .left {
        position: absolute;
        top: 48%;
        left: -51px;
        cursor: pointer;
    }

    .imgs-bg .left img {
        width: 40px;
        height: 40px;
    }

    .imgs-bg .right img {
        width: 40px;
        height: 40px;
    }

    .imgs-bg .middle {
        position: absolute;
        left: 0px;
        top: 5%;
        right: 0px;
        bottom: 0px;
        margin: auto;
        min-width: 100px;
    }

    .middle-img {
        height: 100%;
        overflow-y: auto;
    }

    .imgs-bg .middle p {
        font-size: 50px;
        cursor: pointer;
        position: absolute;
        top: -15px;
        right: -50px;
        color: #fff;
    }

    .middle-img img {
        opacity: 0;
    }

    .imgs-bg .right {
        position: absolute;
        top: 48%;
        right: -50px;
        cursor: pointer;
    }

    /***---------------------------下面是上传相关的样式***/
    #uploadImgs1 ,
    #uploadImgs2 ,
    #uploadImgs {
        min-height: 190px;
        height: 190px;
    }

    @media only screen and (max-width: 1400px) {
        #uploadImgs1 ,
        #uploadImgs2 ,
        #uploadImgs {
            min-height: 190px;
            height: auto;
        }
    }

    #uploadImgs1 div ,
    #uploadImgs2 div ,
    #uploadImgs div {
        float: left;
        margin-right: 12px;
    }

    .uploadImgs-add {
        width: 190px;
        height: 190px;
        border: 1px dashed #c3c4c7;
        border-radius: .1rem;
        background-color: #fff;
        font-size: 1rem;
        color: #7c7c7c;
        text-align: center;
        /* line-height: 1.6rem; */
        cursor: pointer;
        overflow: hidden;
        border-radius: 4px;
    }
    .cupload-upload-btn {
        
    }
    .cupload-upload-btn span,
    .uploadImgs-add span {
        display: block;
        margin-top: .3rem;
        margin-bottom: .3rem;
        background: url(../images/add.png) no-repeat center;
        background-size: contain;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .cupload-upload-btn  .p1 ,
    .uploadImgs-add  .p1 {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #c3c4c7;
        margin-right: 0 !important;
    }

    #uploadImgs1 .show-img-div2 ,
    #uploadImgs2 .show-img-div2 ,
        #uploadImgs .show-img-div2 {
        position: relative
    }

    #uploadImgs1 .show-img-div2 span img ,
    #uploadImgs2 .show-img-div2 span img ,
        #uploadImgs .show-img-div2 span img {
        width: 100%;
        height: 100%;
        border: none;
    }

    #uploadImgs1 .show-img-div2 span ,
    #uploadImgs2 .show-img-div2 span ,
        #uploadImgs .show-img-div2 span {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 3px;
        right: 3px;
    }
    #editImgs{
        width: 190px;
        height: 190px;
        border:1px dotted #7c7c7c;
        text-align: center;
        line-height: 190px;
        cursor: pointer;
        float:left;
    }
    
    
    
    
    
    