.container{
    width: 100%;
}

.handllist{
    width: 100%;
    padding: 10px 0 0 10px;
    min-height: 48px;
    // max-height: 100px;
    overflow-y:auto;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
}

.sortHandle{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menulist{
    width: 100%;
    max-height: 250px;
    padding: 10px 0 0 10px;
    border: 1px dotted #cccccc;
    overflow-y:auto;
}


.checkHandle{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.groupName{
   padding-top: 10px;
   padding-bottom: 10px;
}
