.addLabelContainer {
    padding: 30px 20px;

    :global {

        .ant-steps-item-icon,
        .ant-steps-item-content {
            display: block;
        }

        .ant-steps-item-title::after {
            top: -16px;
        }

        .ant-steps .ant-steps-item:nth-child(1) .ant-steps-item-container .ant-steps-item-icon {
            margin-left: 12px;
        }

        .ant-steps .ant-steps-item:nth-child(2) .ant-steps-item-container .ant-steps-item-icon {
            margin-left: 32px;
        }

        .ant-steps .ant-steps-item:nth-child(3) .ant-steps-item-container .ant-steps-item-icon {
            margin-left: 30px;
        }

        .steps-content {
            margin    : 20px 0;
            min-height: 200px;
        }

        .steps-action {
            text-align: center;
        }
    }

    .deptList {
        line-height: 50px;
        border: 1px solid #D2D2D2;

        .deptListName {
            background: rgba(55, 161, 100, 0.06);
            padding: 0 20px 0 95px;
            color: #575757;
            font-weight: 400;
        }

        :global {
            .ant-radio-group-outline {
                width: 100%;

                .ant-radio-wrapper {
                    display: block;
                    width: 100%;
                    padding: 0 40px;
                    line-height: 50px;
                    border-top: 1px solid #D2D2D2;

                    span.ant-radio + * {
                        padding-left: 39px;
                    }
                }
            }
        }
    }

    .selectTagContainer .contentContainer {
        overflow: scroll;
    }

    .selectTagContainer .contentContainer .searchContainer .selectLabelContainer .labelItem {
        border: none;
    }

    .icon-weibiaoti--:before {
        content: "\E64E";
    }
}