body .layui-layer-content {
    /*overflow: visible !important;*/
}

.uploader-list {
    margin-left: -15px;
}
.layuimini-menu-left .layui-nav-more,.layuimini-menu-left-zoom .layui-nav-more {
    margin-top: 10px !important;
}
.layuimini-menu-left .layui-nav .layui-nav-mored, .layuimini-menu-left .layui-nav-itemed>a .layui-nav-more{
    margin-top: 10px !important;
}
.uploader-list .info {
    position: relative;
    margin-top: -25px;
    background-color: black;
    color: white;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
    width: 100px;
    height: 25px;
    text-align: center;
    display: none;
}

.uploader-list .handle {
    position: absolute;
    background-color: black;
    color: white;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
    width: 100%;
    height: 22px;
    line-height: 22px;
}
.uploader-list .handle i
{
    font-size: 20px;
    margin-left: 5px;
}
.uploader-list .handle .delete {
    margin-right: 5px;
    float: right;
}

.uploader-list .handle i:hover {
    cursor: pointer;
}

.uploader-list .file-iteme {
    position: relative;
    margin: 12px 0 0 15px;
    float: left;
}

.uploader-list img{
    width:200px;
    height: 200px;
}
.handle_count{
    font-size: 20px;
    margin: 0 10px;
}



.input-file{
    display:inline-block;*display:inline;
    position:relative;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #1E9FFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.input-file input{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
}
.w80{
    width: 80px;
}
.w100{
    width: 100px;
}
.w150{
    width: 150px;
}
.mRight30{
    margin-right: 30px;
}
.tableSelectBar{
    margin-bottom: 10px;
}
