/* 仅专利交易和商标交易页面我要出售隐藏二维码  */
.wjyshop_styl > a.to_sell_patent:hover > span {
    display: none;
}

.d_tardr .box_right {
    width: 100px;
    margin-left: 10px;
}

.filter-select ul li.brand_filter_items {
    width: 12.5%;
}

/* 商标第一个筛选项 */
@media screen and (max-width: 1620px) {
    .filter-select ul li.brand_filter_items {
        width: 12.5%;
    }
}

@media screen and (max-width: 1450px) {
    .filter-select ul li.brand_filter_items {
        width: 14.2%;
    }
}

@media screen and (max-width: 1366px) {
    .filter-select ul li.brand_filter_items {
        width: 16.6%;
    }
}

.filter-select ul li.brand_filter_items {
    height: 40px;
    color: #666666;
    line-height: 40px;
    padding: 0;
    margin: 0px;
    justify-content: normal;
}

.brand_filter_items span.icon {
    /* 图标默认 */
    color: #FF383A;
    width:16px;
    /*position: absolute;
    left: -5px;
    top: 0px;*/
}

.brand_filter_items.active span.icon {
    /* 图标选中 */
    color: #ffffff;
}
.brand_filter_items font.count-val {
    color: #666666;
}
.filter_items .filter-select li.active font {
    /* color: #ffffff; */
    color: #FF383A;
}
.paypatent_close {
    /* 广告位 */
    display: none !important;
}

.brand_com {
    /* 商标-联系发布人-关闭图标	*/
    position: absolute;
    right: 0;
    z-index: 9;
    margin-right: 4px;
    width: 32px;
    height: 32px;
    color: #FFF;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}