.color_imgs_le{
    width: calc(100% - 14rem);
    float: left;
    padding: 0.5rem;
    border-radius: 0.3rem;
    border: 1px solid #eee;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
    display:none;
}

.layui-upload-drag {
    width: calc(100% - 14rem);
    padding: 4rem 0;
    border-radius: 6px;
    border: 1px solid #eee;
    display: inline-block;
}

.color_imgs_le .upimg{
    height: 1.75rem;
    line-height:1.75rem;
    text-align: center;
    margin-top: 0.5rem;
    color: #fff;
    background: linear-gradient(to right, #ff5d33, #fea406);
    cursor: pointer;
}
.color_imgs_le img{
    width:100%;
    border: 0.25rem solid #FF9800;
    border-radius: 4px;
    cursor: crosshair;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.color_imgs_rg{
    width: 14rem;
    float: right;
    padding: 0 0 0 0.5rem;
}
.color_imgs_rg>div{
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 6px;
    border: 1px solid #eee;
}
.color_imgs_rg>div:last-child{
    margin-bottom: 0rem;
}
.night .color_imgs_rg>div:last-child{
    margin-bottom: 0px;
}
.modivs{
    width:100%;
    height: 2rem;
    background: #e8e8fd;
}
.okdivs{
    width:100%;
    height: 2rem;
    background: #e8e8fd;
}
.inpdiv{
    margin-top: 0.5rem;
    border: 1px solid #eee;
    padding: 0.5rem 0.5rem 0 0.5rem;
}
.inpdiv>div{
    margin-bottom: 0.5rem;
}
.inpdiv span{
    height: 1.9rem;
    line-height: 1.9rem;
    display: inline-block;
    width: 3rem;
    text-align: center;
    background-color: #f2f2f2;
}
.inpdiv input{
    width: calc(100% - 3rem);
    float: right;
    height: 1.9rem;
    line-height: 1.9rem;
    border: 1px solid #f2f2f2;
    padding-left: 0.5rem;
    color: #666;
    font-size: 0.7rem;
}
.night .modivs,.night .okdivs{
    background-color: #444;
}
.night .color_imgs_le{
    border:1px solid #444;
}
.night .color_imgs_rg>div{
    border:1px solid #444;
}
.night .inpdiv{
    border:1px solid #444;
}
.night .inpdiv span{
    background-color: #444;
    color: #999;
}
.night .inpdiv input{
    background-color: #222;
    color: #ddd;
    border:1px solid #444;
}
@media screen and (max-width: 1005px){
    .color_imgs_le{
        width: 100%;
    }
    .color_imgs_rg{
        width: 100%;
        padding: 0;
        margin-top: 0.75rem;
    }
    .color_imgs_rg>div{
        margin-bottom: 0.75rem;
    }
    .layui-upload-drag {
        display: block;
        width: 100%;
    }
}