.alltitle {
    display: flex;
    justify-content: space-around;
    margin: 0 16px;
    border-bottom: 1px solid #e9e9e9;
    .title {
        display: flex;
        align-items: center;
        color: #2f3238;
        font-weight: 500;
        flex-direction: column;
        font-size: 12px;
        line-height: 12px;
        padding: 16px 0 14px;
        img {
            width: 34px;
            height: 34px;
            margin-bottom: 8px;
        }
        &.titleCom:hover {
            cursor: pointer;
        }
    }
}

.boxorgall {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 14px;
    color: #2f3238;
    min-width: 0;
    min-height: 0;
    flex: 1;
    .boxorgallContentBox {
        overflow: overlay;
    }

    .commonConnect {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
        overflow-y: overlay;
        // 移除 Tab 焦点时的边框
        outline: none;
        &:focus {
            outline: none;
        }
    }
}
