.indexPage {
    padding-bottom: 20px;
    border-radius : 6px;
    background    : #ffffff;

    .top {
        padding: 20px 6px;


        :global {

            .ant-btn-primary:hover,
            .ant-btn-primary:focus {
                color           : #fff;
                background-color: #00a854;
                border-color    : #00a854;
            }
        }

        .button {
            border-radius: 16px;
        }

        .search {
            position     : relative;
            width        : 360px;
            border-radius: 4px;
            background   : #ffffff;

            .search_icon {
                position: absolute;
                z-index : 2;
                top     : 10px;
                left    : 10px;
            }

            :global {
                input {
                    padding-left: 30px;
                }
            }
        }
    }

    .labelRank {
        margin-left: 25px;
        width      : 100%;

        .titleTop {
            position    : relative;
            width       : 100%;
            margin-top  : 7px;
            padding-left: 26px;
            color       : #2C2C2C;

            &::before {
                content         : '';
                position        : absolute;
                top             : 50%;
                left            : 13px;
                -ms-transform   : translate(0, -50%);
                transform       : translate(0, -50%);
                width           : 4px;
                height          : 14px;
                border-radius   : 2px;
                background-color: #019801;
            }

            span {
                color: #b0b0b0;
            }
        }

        .labelListContent {
            margin-top: 20px;
            min-height: 60px;
            overflow: hidden;

            .empty {
                width     : 100%;
                text-align: center;
                color     : #B0B0B0FF;
                font-size : 14px;
            }

            .label {
                cursor          : move;
                width           : 316px;
                height          : 32px;
                border          : 1px solid #dcdcdc;
                border-left     : none;
                border-radius   : 16px;
                margin-right    : 24px;
                margin-bottom   : 27px;
                position        : relative;
                background-color: #FFFFFF;

                .loop {
                    width        : 30px;
                    height       : 30px;
                    border       : 1px solid #dcdcdc;
                    border-radius: 16px;
                    float        : left;
                    padding      : 5px;

                    .circle {
                        min-width     : 18px;
                        width         : 18px;
                        height        : 18px;
                        vertical-align: top;
                        background    : #dcdcdc;
                        border-radius : 50%;
                    }
                }

                .text {
                    float      : left;
                    height     : 32px;
                    font-size  : 14px;
                    font-family: MicrosoftYaHei;
                    font-weight: 400;
                    color      : #535353;
                    line-height: 21px;
                    margin-left: 12px;
                    padding    : 5px;
                }

                .shade {
                    position     : absolute;
                    height       : 100%;
                    width        : 100%;
                    background   : rgba(238, 238, 238, 0.6);
                    border-radius: 16px;
                    overflow     : hidden;
                    border       : 1px;
                    top          : 0;
                    left         : 0;
                    z-index: 1;

                    &:hover {
                        background: rgba(238, 238, 238, 0.6);
                    }

                    .shadeClick {
                        background   : rgba(238, 238, 238, 0.6);
                        height       : 100%;
                        width        : 100%;
                        border-radius: 16px;
                        padding-left : 25px;
                        overflow     : hidden;
                        border       : none;
                    }

                    .shadeButton {
                        width        : 50px;
                        height       : 24px;
                        background   : #FFFFFF;
                        border       : 1px solid #b5b5b5;
                        border-radius: 12px;
                        padding      : 0 10px;
                        margin-left  : 5px;
                        float        : left;
                        z-index: 2;

                        &:hover {
                            color: #228B22;
                            border-color: #228B22;
                            background: #228B22;

                            span {
                                color: #fff;
                            }
                        }

                        .span {
                            width      : 28px;
                            height     : 12px;
                            font-size  : 14px;
                            font-family: 'MicrosoftYaHei';
                            font-weight: 400;
                            color      : #535353;
                        }
                    }
                }
            }
        }
    }
}

.labelBaseInfo {
    margin: 14px 14px 0px 14px;
    background-color: #F3F3F3;
    color: #434343;
    padding: 10px 25px;
    font-size: 14px;
}

.baseInfo {
    margin: 0px 14px;
    color: #434343;
    padding: 10px 25px;
    font-size: 14px;
}

.titleTop {
    position: relative;
    width: 150px;
    margin-top: 7px;
    padding-left: 26px;
    color: #2C2C2C;

    &:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 13px;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 4px;
        height: 14px;
        border-radius: 2px;
        background-color: #019801;
    }
}

.userNum {
    margin-top: 10px;
    margin-right: 28px;
    float: right;
    font-size: 14px;

    .spanColor {
        color: #019801;
    }
}

.selectedUserBox {
    width: 650px;
    height: 280px;
    margin: 14px 32px;
}

.titleTop.left {
    float: left;
    margin-left: 14px;
}

.selectUserWrap {
    :global {
        .ant-modal-body {
            overflow: hidden;
        }
    }
}

.labelDeleteBox {
    width: 100%;
    height: 150px;
    padding: 25px;
}

.deleteBtn {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 10px;
}