.expand-row{
    &:after{
        content:'';
        display: block;
        clear: both;
    }
    li{
        margin:0 5px;
        border:solid 1px #dcdee2;
        border-radius: 3px;
        padding:2px 10px;
        margin-top:10px;
        float: left;
        height: 26px;
        line-height: 1.5;
        .expand-value{
            padding:0 6px;
            padding-right:10px;
        }
        &:hover{
            border:solid 1px #0077c8;
        }
        .expand-icon{
            i{
                font-size: 12px;
                margin-top: -3px;
                vertical-align: middle;
                display: inline-block;
                &:hover{
                    color:#0077c8
                }
            }
        }
        .expand-icon-line{
            width: 1px;
            height: 12px;
            display: inline-block;
            background: #ccc;
            margin: -2px 6px 0 2px;
            vertical-align: middle;
        }
        .expand-icon-edit{
            i{
                margin-right: 5px;
            }
        }
        .ivu-checkbox-wrapper{
            margin-right:0;
        }
    }
    .add{
        width: 80px;
        text-align: center;
        border:dashed 1px #0077c8;
        .expand-icon{
            i{
                font-size: 14px;
                color: #0077c8;
            }
        }
    }
}
.bingo-list .my-search{
    right:165px !important;
}
.ivu-poptip{
    width:100%;
    .ivu-poptip-rel{
        width:100%;
    }
}
.ivu-form-item-content{
    line-height: 29px;
}