.bingo-list{
    position: relative;
    .my-search{
        position: absolute;
        top: 0;
        right:190px;
        z-index: 1;
        &.fullScreen{
          position: fixed;
          top:0;
          z-index: 999;
        }
    }
    .ivu-select-selection{
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .more-btn{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
    }
}