
.group-list[data-v-c09b41e8]{
    width: 140px;
    flex-shrink: 0;
    border-right:1px solid #E4E7ED;
    margin-right: 10px;
    padding-right: 10px;
}
.media-list[data-v-c09b41e8] {
    display: flex;
    flex-wrap: wrap;
    /* width:500px; */
    /* border-right: 1px solid #F2F6FC;
    border-bottom: 1px solid #F2F6FC; */
    min-height:50vh;
    align-content: flex-start;
}
.media-box[data-v-c09b41e8]{
    width:20%;
    height: 20%;
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
    /* border-top: 1px solid #F2F6FC;
    border-left: 1px solid #F2F6FC; */
    position: relative;
    text-align: center;
}
.media-box .checkbox[data-v-c09b41e8]{
    position: absolute;
    right: 6px;
    top: -4px;
}
.media-box[data-v-c09b41e8]:hover{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    /* border-color: #9da4ac; */
    /* transform: scale(1.1); */
    background: #fff;
}
.media-list .image[data-v-c09b41e8]{
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}
.media-name[data-v-c09b41e8]{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.dialog-footer[data-v-c09b41e8]{
    display: flex;
    justify-content: space-between;
}
.upload-box[data-v-c09b41e8] {
    display: flex;
    align-items: center;
}
.upload-tip[data-v-c09b41e8]{
    font-size:12px;
    color: #E6A23C;
    margin-left:8px;
}
.upload-progress[data-v-c09b41e8]{
    /* max-width:300px; */
    margin-left:8px;
    width: 100px;
}
.upload-uploader-icon[data-v-c09b41e8] {
    font-size: 28px;
    color: #8c939d;
    width: 100%;
    height: 100%;
    line-height: 61.8px;
    text-align: center;
}
.upload[data-v-c09b41e8] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* width: 61.8px;
    height: 61.8px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: block;*/
    /* position: relative;  */
    border: 1px dashed #d9d9d9;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
}
.small .upload[data-v-c09b41e8]{
}
.upload[data-v-c09b41e8]:hover {
    border-color: #409EFF;
}
.del-btn[data-v-c09b41e8]{
    position: absolute;
    top: 2px;
    right:  2px;
    display: none;
}
.upload:hover .del-btn[data-v-c09b41e8]{
    display: block;
}
.upload .upload-preview[data-v-c09b41e8] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.group-item[data-v-c09b41e8]{
    margin-bottom:10px;
    cursor: pointer;
}
.group-checked[data-v-c09b41e8]{
    color: #409EFF;
}
.disabled .upload[data-v-c09b41e8] {
    cursor:not-allowed;
}


/* .product-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 2.2em;
    margin-left: 6px;
} */


.fixed-bar[data-v-c958d5e4]{
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    /* left: 140px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 18px; */
    height: 60px;
    z-index: 99;
    border-top: solid 1px #f7f7f7;
    padding: 0 10px;
    /* box-shadow: 0 4px 24px 0 ; */
}


.container[data-v-3d6512ad]{
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.main[data-v-3d6512ad]{
    flex:1;
    overflow-y: auto;
    /* padding:10px; */
}
.header[data-v-3d6512ad]{
    /* margin-top:10px; */
    padding: 10px;
    background: #fff;
    display: flex;
    border-bottom: solid 1px #f7f7f7;
}
.header[data-v-3d6512ad]:empty{
    display: none;
}
.footer[data-v-3d6512ad]{
    /* margin-top:10px; */
    padding: 18px 10px;
    background: #fff;
    display: flex;
    border-top: solid 1px #f7f7f7;
    box-sizing: border-box;
}
.footer[data-v-3d6512ad]:empty{
    display: none;
}
.main[data-v-3d6512ad] .el-card {
    margin: 10px;
    min-height:calc(100% - 20px);
}
@media (max-width: 768px) {
.footer[data-v-3d6512ad]{
        overflow-x: auto; /** mobile**/
/*        flex-direction: column;*/
}
}



.field-row[data-v-153e201a]{
        display: flex;
        margin: 5px 0;
}
.field-name[data-v-153e201a]{
        margin-right: 4px;
}

