.searchPage {
    width: 349px;
    height: 100%;
    flex-shrink: 0;
    border-right: 1px solid #e9e9e9;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;

    .customTabBar .ant-tabs-nav {
        padding-left: 46px;
    }

    .serchContent {
        flex: 1;
        min-height: 0;
        overflow-y: overlay;
        .scrollWrapper {
            height: 100%;
            overflow-y: scroll;
            overflow-x: hidden;
        }
        .noSearchBox,
        .noResultBox,
        .loadingBox {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 0 16px;
        }
        .noSearchBox,
        .noResultBox {
            .searchTipsImg {
                width: 112px;
                height: 112px;
            }
            .searchTipsText {
                font-size: 12px;
                color: #b2b8c0;
                line-height: 14px;
                margin-top: 24px;
                text-align: center;

                .keywordText {
                    display: inline;
                    color: #286cfb;
                    word-break: break-word;
                }
            }
        }
    }
    .searchChildPageContent {
        flex: 1;
        min-height: 0;
        .groupMemberContent {
            height: 100%;
        }
    }
}
.hide {
    display: none;
}
