

.bool-select-wraper{
    .bool-select-contain{
        float: right;
        width: 45px;
        height: 20px;
        cursor: pointer;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
    }
    .bool-select-contain-default{
        width: 45px;
        height: 20px;
        cursor: pointer;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
    }
    .bool-select-contain div{
        display: inline-block;
    }
    .bool-select-button{
        width: 16px;
        height: 16px;
        margin-top: 2px;
        border-radius: 50%;
        float: right;
        margin-right: 2px;
        background-color: #fff;
    }
    .bool-select-open{
        float: left;
        margin-left: 14px;
    }
    .bool-select-close{
        float: right;
        margin-right: 14px;
    }
    .bool-select-title{
        display: inline-block;
        font-size:14px;
        color:#3e4e59;
        line-height:20px;
        text-align:left;
        
    }
    .mux-rectangle-blue-svg, .mux-retangle-gray-svg{
        display: inline-block;
        width: 45px;
        height: 20px;
    }
}
