/* 图片库组件css */
.uploadiv{
    /* display: flex;
    justify-content: flex-start;
    margin: 15px 0 4px 0; */
}
.layui-bg-ff{
    background-color: #FFFFFF;
    margin: 15px;
    min-height: 1100px;
    padding: 20px;
    color: inherit!important;
    overflow: hidden;
}
.upload-button {
    color: grey;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    cursor: pointer;
}
.inline-block{
    display: inline-block;
}
.file-wrap{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px dashed #dddde6;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 8px;
}
.top-line{
    border-top: 1px dashed #ddd;
}
.upload-button:hover {
    background: #e6e6e6!important;
}
  /**上传视频样式**/
  .video-box { border: 1px solid #D8D8D8; background-color: #f2f2f2; min-height:300px; position: relative;display: none;}
  .video-box .video { width: 100%; text-align: center; }