﻿.page-china {
    background: #F5F5F5;
}

    .page-china.has-header-box {
        padding-top: 90px;
    }

    .page-china .main {
        padding-bottom: 20px;
    }

.search-box-brand {
    display: inline-flex;
    font-size: 16px;
    color: #888;
    margin-top: 20px;
}

    .search-box-brand a {
        margin-left: 50px;
    }

        .search-box-brand a + a {
            margin-left: 100px;
        }

        .search-box-brand a.active {
            color: #e00;
        }

/*筛选Start*/
.filter {
    width: 100%;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 3px #F5F5F5;
    font-size: 13px;
}

.filter-item {
    display: flex;
}

.filter .form-label {
    min-width: 40px;
}

.filter .form-block {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
}

.filter-brand-item {
    width: 140px;
    padding: 3px 10px;
    border: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
}

    .filter-brand-item.active {
        color: #F89501;
        border-color: #F89501;
    }
/*筛选End*/

/*内容Start*/
.info {
    width: 100%;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F89501;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 3px rgba(250, 205, 145, 0.349019607843137);
    font-size: 13px;
}

.info-left {
    margin-right: 10px;
}

.brand-icon {
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

    .brand-icon:hover {
        box-shadow: 0 3px 20px #BCBCBC;
    }

.brand-name {
    text-align: center;
    color: #666;
}

.info-main {
    margin-right: 10px;
}

    .info-main .companyname {
        font-size: 18px;
    }

    .info-main .des {
        margin-top: 5px;
        text-indent: 2em;
    }

.form-block.category {
    display: inline-flex;
    flex-wrap: wrap;
    height: auto;
    width: calc(100% - 85px);
}

.category-item {
    background: #EEE;
    padding: 2px 10px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.brand-cert {
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
}

    .brand-cert:hover {
        box-shadow: 0 3px 20px #BCBCBC;
    }
/*内容End*/
