/* index */
/* 上传图片按钮 及文字说明 */
.layui-monkey-uploads{
    width: 80px;
    height: 80px; 
    border-radius: 10px; 
    float: left;
    cursor: pointer;
}
.layui-monkey-uploads img{
    display: inline-block;
    border: none;
    vertical-align: middle;
}
.input-tip {
    padding-left: 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    color: #777;
}
/* end */
.layui-monkey-box{
    margin: 10px 0 0 0;
}
.layui-monkey-list{
    float: left;
    display: block;
    margin-right: 15px;
    position: relative;
    margin-bottom: 10px;
}
.layui-monkey-list img{
    height: 80px;
    display: inline-block;
    border: none;
    vertical-align: middle;
}
.layui-monkey-list span.upload-view-del {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    text-align: center;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
}

/* end */ 
.layui_middle{
    height: 400px; 
    position: relative;
}
.layui_left_middle{
    width: 200px;
    height: 400px;
    background: #F4F5F9; 
    overflow: auto;
}
.layui_left_list{
    width: 100%;
    display: flex; 
    height: 44px;
    border-bottom: 1px solid #eee;
    cursor:pointer;
}
.layui_icon_img{
    width: 44px;
    height: 44px;
    background:url("../../../static/icon-folder.png") no-repeat center;
    background-size: 30px;
}
.layui_icon_p p{
    height: 44px;
    line-height: 44px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #050505;
   
}
.layui_list_content{ 
    margin: 0 auto;
}
.layui_right_middle{  
    width: 760px;
    position: absolute;
    top: 0;
    height: 400px;  
    margin-left: 200px;  
} 
.layui_right_content{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 98%;
    height: 350px;
    margin: 10px auto 0px;
    outline: hidden;
    outline: none;
    overflow: auto;
}
.layui_right_img{
    margin-left: 6px;
    width: 140px;
    height: 140px;
    background: #EEEEEE;
    margin-bottom: 10px;
    position: relative;
    cursor:pointer;
}
.layui_right_img:nth-child(5n+1){
    margin-left: 0px !important;
}
.layui_right_img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.layui_right_bottom{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 32px;
    background: rgba(95,95,95,0.9);
}
.layui_right_bottom p{
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #FFF;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.layui_right_img .iconfont{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 26px;
    height: 26px;
    background: url("../../../static/icon-select.png") no-repeat;
    background-size: 26px 26px;
}
.more{
    display: none;
    height: 36px;
    width: 120px;
    background: #EEEEEE;
    margin: 1px auto; 
    border-radius: 5px;
}
.load{ 
    display: none;
}
.more p{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #050505;
}
.load p{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #050505;
}
.layui_bottom{
    height: 48px;
    width: 100%; 
    display: flex;
    justify-content: space-between;
}
.layui_left p{
    height: 48px;
    line-height: 48px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
}
.layui_right_btn{
    width: 100px;
    height: 36px;
    margin-top: 6px;
    background: #009688;
    cursor:pointer;
}
.layui_right_btn p{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
}
.layui_list_select{
    background: #FFFFFF !important;
    border-bottom: none;
}