/* 企业切换 */
    /* 不展开样式 */
    .source-category{
        width: auto;
    }
    .source-category .labellegend{
        position: absolute;
        right: 0;
    }
    .source-category .ui-range {
        position: static;
        width: auto;
        background-color: #6373B6;
        padding: 4px 10px;
        top: 0px;
        left: -64px;
        cursor: pointer;
        height: 20px;
        border-radius: 10px;
        /* color: #fff; */
    }
    .source-category .ui-range .icon-setter {
        left: 10px;
        position: absolute;
        top: 2px;
        min-width: 16px;
        width: 16px;
        height: 16px;
        line-height: 30px;
        font-size: 15px;
        /* color: #fff; */
        cursor: pointer;
        text-align: center;
        display: inline-block;
        border: none;
        background: transparent;
        outline: none;
        padding: 0;
        margin: 0;
    }
    .source-category .icon-setter i{
        color: #000;
        line-height: 16px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }
    .source-category .ui-range .label {
        float: right;
        position: static;
        padding: 0;
        padding-left: 20px;    
        top: 4px;
        left: 22px;
        margin: 0;
        font-weight: bold;
        font-size: 12px;
        /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); */
        color:#333 ;
        line-height: 30px;
    }
    .popover-block.popover-category>.arrow {
        border-width: 7px;
        bottom: -14px;
    }
    .popover-category .popover-close {
        position: absolute;
        top: 14px;
        right: 10px;
    }
    .popover-category .popover-close [action="popover-close"] {
        padding: 0;
        color: #C4C4C4;
        display: inline-block;
        vertical-align: top;
        background: #FFFFFF;
        border-radius: 3px 0px 0px 3px;
        margin: 0;
        min-width: 20px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        outline: none;
        cursor: pointer;
        text-align: center;
        border: none;
    }
    .popover-category .popover-head {
        padding: 15px 15px 0 15px;
    }
    .popover-category .popover-head h3 {
        margin: 0;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        color: #333333;
    }
    .popover-category .popover-body {
        padding: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .popover-category .setter-labels {
        min-height: 20px;
    }
    .popover-category .setter-labels label {
        line-height: 20px;
        color: #000000;
        margin: 0;
        margin-bottom: 5px;
        cursor: pointer;
        display: block;
        font-size: 14px;
        vertical-align: middle;
        padding-left: 0!important;
    
    }
    .popover-category .setter-labels label input{
        margin: 0;
        position: relative;
        top: 2px;
        margin-right: 2px;
    }
    .popover-category .popover-action {
        padding: 0 15px 15px 15px;
        text-align: right;
    }
    .popover-category .popover-action button {
        font-size: 14px;
        line-height: 14px;
        padding: 6px 10px;
        margin-left: 10px!important;
    }
    .popover-category .popover-content{
        padding: 0;
    }
        /* 展开样式 */
    .source-category-spread {
        background: white;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 6px 15px;
        padding-right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .source-category-spread .label-text {
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        margin-right: 10px;
        white-space: nowrap;
        height: 16px;
        line-height: 16px;
    }
    .source-category-spread .radio-box {
        display: flex;
    }
    .source-category-spread .sub {
        margin: 0;
        margin-right: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
    }
    .source-category-spread [name=industry] {
        margin: 0;
        margin-right: 5px;
    }
    .source-category-spread .text {
        color: #000000;
        font-weight: 500;
        white-space: nowrap;
        height: 16px;
        line-height: 16px;
    }