.allot{
    padding:0 50px;
    .ghost {
        opacity: 0.5;
        background: #c8ebfb;
    }
        .all-name{
            font-weight: bold;
            margin-bottom:5px;
        }
        .list-group{
            border: solid 1px #dcdee2;
            width: auto;
            float: left;
            padding: 0 50px 0 20px;
            min-height: 100px;
            min-width: 200px;
            .list-group-item{
                line-height: 26px;
            }
     }
    
}

.user{
    height: 100%;
    .ivu-card{
        height: 100%;
        overflow-y: auto;
        .ivu-card-body{
            height: 100%;
            .bingo-list{
                height: 100%;
            }
        }
    }
    .tool-select{
        width: 200px;
    }
}
.avatar-uploader .ivu-upload{
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100px;
    height: 100px;
    &:hover{
        border-color: #409EFF;
    }
    .icon{
        font-size: 20px;
        color: #8c939d;
        line-height: 100px;
        vertical-align: middle;
        display: inline-block;
    }
    .avatar{
        width:100%;
        height:100%;
    }
}