﻿.page-passive {
    font-size: 13px;
}

    .page-passive.has-header-box {
        padding-top: 115px;
    }

/*筛选Start*/
.filter-box {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    background: #FFF;
    border: 1px solid #eee;
    border-radius: 3px;
}

.filter-box-hd {
    width: 100%;
    background: #F0F0F0;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    box-sizing: border-box;
}

.filter-box-bd {
    width: 100%;
    background: #FFF;
    padding: 0 10px;
    box-sizing: border-box;
}

.filter-item {
    display: flex;
    padding: 5px 0;
    user-select: none;
}

    .filter-item .form-label {
        color: #999;
        min-width: 70px;
        line-height: 30px;
    }

    .filter-item .form-block {
        flex-grow: 1;
        line-height: 30px;
        height: auto;
    }

    .filter-item + .filter-item {
        border-top: 1px solid #eee;
    }

    .filter-item .form-block#filterBrand {
        display: flex;
        flex-wrap: wrap;
        max-height: 190px;
        overflow: auto;
        scrollbar-width: thin;
    }

.category-item {
    margin-right: 20px;
    cursor: pointer;
    white-space: nowrap;
}

    .category-item:hover {
        color: #F89501;
    }

    .category-item.active {
        color: #F89501;
    }


.filter-brand-item {
    width: 110px;
    padding: 5px 10px;
    border: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 5px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
}

    .filter-brand-item .brand-name {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        color: #666;
        line-height: 16px;
    }

.filter-brand-item:hover {
    color: #F89501;
    border-color: #F89501;
}

    .filter-brand-item.active {
        color: #F89501;
        border-color: #F89501;
    }
/*筛选End*/

/*返回顶部Start*/
.return-top {
    position: fixed;
    bottom: 35%;
    left: calc(50vw + 580px);
    border: 2px solid #F89501;
    border-radius: 30px;
    color: #F89501;
    padding: 5px 12px;
    background: #FFF;
    cursor: pointer;
    display: none;
    z-index: 2;
}

    .return-top.scrolled {
        display: block;
    }

    .return-top:hover {
        opacity: 0.8;
    }

    .return-top .icon-return-top {
        font-size: 30px;
    }
/*返回顶部End*/

/*列表Start*/
.passive-list {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 10px;
    border-bottom: none;
}

.passive-list-item {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-flex;
    border-bottom: 1px solid #eee;
}

    .passive-list-item:hover {
        transform: scale(1.01);
        background: #FFFBF0;
    }

    .passive-list-item > .left {
        padding: 10px 0;
        margin-right: 10px;
        /*display: inline-flex;
        align-items: center;*/
    }

    .passive-list-item > .right {
        flex-grow: 1;
    }


.brand-icon {
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

    .brand-icon.active {
        border-color: #F89501;
    }

.brand-list .brand-icon {
    margin: 0 5px 5px 5px;
    padding: 5px 14px;
    font-size: 10px;
    width: 130px;
    box-sizing: border-box;
}

/*.brand-icon.more {
    display: none;
}*/

.passive-list-item .brand-icon:hover {
    transform: scale(1.1);
}

.brand-list .brand-icon:hover {
    border-color: #F89501;
}

.brand-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #666;
}

.brand-type {
    padding: 0 5px;
    color: green;
    border-radius: 3px;
    border: 1px solid green;
}

.icon-tag {
    padding: 0 5px;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.company-list {
    width: 100%;
}

.company-list-item {
    padding: 10px 5px;
    box-sizing: border-box;
    display: flex;
}

    .company-list-item > .left {
        width: 65%;
        margin-right: 10px;
    }

    .company-list-item > .right {
        flex-grow: 1;
    }

    .company-list-item + .company-list-item {
        border-top: 1px solid #eee;
    }

    .company-list-item .line {
        display: flex;
        align-items: center;
        line-height: 30px;
    }

.eva .icon-tag {
    padding: 0 5px;
    color: #333;
    background: #FCEBED;
    border: none;
}

.companyphoto {
    border-radius: 5px;
    margin: 3px 0;
}

.companyname .iconfont.fz-20 {
    margin-top: -5px;
}

.brand-info {
    margin-right: 10px;
}

.icon-suppliervip-brand:before {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
}

.passive-list-item.non-brand {
    padding-left: 160px;
}

    .passive-list-item.non-brand .company-list tr {
        border: none;
    }

.passive-list-item .icon-newcomer {
    line-height: 18px;
}

    .passive-list-item .icon-newcomer:before {
        line-height: 28px;
    }

.passive-list-item.high-light {
    background: #FFF1F1;
}

    .passive-list-item.high-light .brand-name {
        font-weight: bold;
        color: red;
    }

    .passive-list-item.high-light .eva .icon-tag {
        border: 1px solid #D9011C;
    }
/*列表End*/