.cm-filter-picker {
    outline: 0;
}

.cm-filter-opertaion {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.cm-filter-menus-hidden {
    display: none;
}

.cm-filter-menu-item-seleted {
    color: #2d8cf0!important;
    font-weight: bold;
}

.cm-filter-picker-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 5px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    line-height: 12px;
    color: rgba(0,0,0,.43);
    display: inline-block;
    font-size: 12px;
    font-size: 9px\9;
    -webkit-transform: scale(.75) rotate(0deg);
    transform: scale(.75) rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
    zoom: 1;
}

.cm-filter-picker-arrow {
    -webkit-filter: none;
    filter: none;
    &::before{
        content: "\E61D";
        display: block;
        font-family: anticon!important;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease;
    }
}

.cm-filter-menu-item .cm-filter-picker-arrow {
    position: relative;
    right: 0;
}

.cm-filter-picker-arrow.cm-filter-picker-arrow-expand:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cm-icon-miniplus {
    font-size: 12px;
}

.name {
    float: left;
    width: 75px;
    height: 100%;
    padding-top: 15px;
    padding-left: 15px;
    color: #666;
    font-size: 13px;
    line-height: 14px;
    background: #f8f8f8;
}

.cm-filter-picker .name {
    font-size: 12px;
    line-height: 12px;
    padding-top: 12px;
    width: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cm-filter-edge {
    border-bottom: 1px dotted #eaeaea;
}

.all {
    float: left;
    line-height: 22px;
    font-size: 12px;
}

.cm-filter-classify {
    position: relative;
    background: #f8f8f8;
}

.cm-filter-classify .cm-filter-menuwrap {
    margin-left: 90px;
    padding-right: 42px;
    padding-top: 15px;
    background-color: #fff;
}

.cm-filter-opertaion .cm-filter-classify .cm-filter-menuwrap {
    margin-left: 110px;
    padding: 8px 120px 4px 0;
}

.cm-filter-classify .cm-filter-menu {
    position: relative;
    height: 28px;
    overflow: hidden;
}

.cm-filter-classify .autoheight .cm-filter-menu {
    height: auto;
}

.cm-filter-classify .line2height .cm-filter-menu {
    height: 55px;
}

.cm-filter-opertaion .cm-filter-classify .line2height .cm-filter-menu {
    height: 48px;
}

.cm-filter-opertaion .cm-filter-classify .line1height .cm-filter-menu {
    height: 24px;
}

.cm-filter-classify .attr-items {
    position: relative;
}

.cm-filter-classify .brands {
    _float: left;
    margin-left: 15px;
    line-height: 14px;
    overflow: auto;
}

.cm-filter-classify .brands b {
    display: none;
    position: absolute;
    top: 0;
    right: 4px;
    font-family: "iconfont";
}

.cm-filter-classify .brands span {
    float: left;
    display: inline-block;
    position: relative;
    padding-right: 24px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cm-filter-classify .brands span:hover {
    color: #2d8cf0;
}

.cm-filter-classify .brands-cate span{
    width: 120px;
}

.cm-filter-opertaion .cm-filter-classify .brands span {
    position: relative;
    box-sizing: border-box;
    margin-right: 18px;
    margin-bottom: 4px;
    padding: 3px 5px;
    width: 120px;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 12px;
}

.cm-filter-classify .morewrap {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 0;
}

.cm-filter-opertaion .cm-filter-classify .morewrap {
    top: 12px;
}

.f-cb:after, .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "\20 ";
    clear: both;
    height: 0;
}

.cm-filter-opertaion .cm-filter-classify .cm-filter-menuwrap .button-group {
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 5px;
}

.cm-filter-opertaion .cm-filter-classify .cm-filter-menuwrap .button-group {
    display: none;
}

.cm-filter-opertaion .cm-filter-classify .cm-filter-menuwrap .button-group.visible{
    display: block;
}

.cm-filter-opertaion .cm-filter-classify .cm-filter-menuwrap .button-group .btn {
    display: inline-block;
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.cm-filter-opertaion .cm-filter-classify .cm-filter-menuwrap .button-group .save {
    background: #ccc;
    color: #fff;
}

.cm-filter-opertaion .cm-filter-classify .cm-filter-menuwrap .button-group .save.active {
    background: #2d8cf0;
}

.cm-filter-opertaion .cm-filter-classify .cm-filter-menuwrap .button-group .cancel {
    border: 1px solid #aaa;
    color: #333;
    margin-left: 10px;
    width: 46px;
    height: 22px;
    line-height: 22px;
}

.cm-filter-classify .more {
    position: relative;
    float: right;
    width: 42px;
    margin: auto 15px;
    line-height: 13px;
    font-size: 13px;
    cursor: pointer;
}

.cm-filter-opertaion .cm-filter-classify .more {
    margin-left: 0;
    font-size: 12px;
}

.cm-filter-opertaion .cm-filter-classify .item-multiple {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.cm-filter-opertaion .cm-filter-classify .morewrap .item-multiple {
    float: right;
    margin: -4px 15px 0 0;
}

.cm-filter-opertaion .cm-filter-classify .item-multiple .iconfont {
    font-size: 12px;
    color: #333;
    height: 20px;
    line-height: 20px;
    position: relative;
}

.cm-filter-opertaion .cm-filter-classify .attr-items span.dditem {
    float: left;
    position: relative;
    border: 1px solid #ddd;
    padding: 3px 5px;
    line-height: 12px;
    font-size: 12px;
    margin: 0 0 4px 20px;
    cursor: pointer;
    color: #333;
}

.cm-filter-opertaion .cm-filter-classify .attr-items span.dditem.active {
    border: 1px solid #aaa;
    border-bottom-color: #fff;
    padding-bottom: 7px;
    margin-bottom: 0;
    color: #333;
    z-index: 101;
    text-decoration: none;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content {
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    border: 1px solid #aaa;
    background: #fff;
    z-index: 100;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 11px;
}


.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .list {
    position: relative;
    padding-right: 65px;
    margin-bottom: 5px;
    margin-left: -8px;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .list .item-multiple {
    position: absolute;
    right: 9px;
    top: 10px;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content span {
    color: #333;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content span:hover {
    color: #2d8cf0;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .list-item {
    float: left;
    position: relative;
    margin: 11px 0 0 17px;
    cursor: pointer;
    padding: 3px 22px 3px 5px;
    border: 1px solid transparent;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .button-group {
    display: none;
    box-sizing: border-box;
    font-size: 0;
    margin-top: 8px;
    text-align: center;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .button-group.visible{
    display: block;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content.multi-mode .button-group {
    display: block;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .button-group {
    display: none;
    box-sizing: border-box;
    font-size: 0;
    margin-top: 8px;
    text-align: center;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .button-group .btn {
    display: inline-block;
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .button-group .save {
    background: #ccc;
    color: #fff;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .button-group .save.active {
    background: #2d8cf0;
}

.cm-filter-opertaion .cm-filter-classify .dropdownlist-content .button-group .cancel {
    width: 46px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #aaa;
    color: #333;
    margin-left: 10px;
}

