﻿.product-cate {
    width: 100%;
    padding: 20px 30px 20px 30px;
    height: auto;
    background: #fff;
}

.content-line {
    width: 100%;
    /*height: 10px;*/
    /*background-color: #fff;*/
    background-color: #f2f6f9;
}

#product-cate ul {
    margin: 0;
    padding: 0;
}

.cate-item {
    display: flex;
    flex-direction: row;
    /*justify-content:left;*/
    line-height: 30px;
}

    .cate-item .cate-title {
        width: 85px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        color: #626465;
    }

    .cate-item .cate-content {
        text-align: left;
        width: 700px;
        height: inherit;
        font-size: 14px;
        line-height: 35px;
        color: #232526;
        overflow: hidden;
    }

        .cate-item .cate-content a, .cate-btn a {
            color: #232526;
            display: inline-block;
            margin-left: 18px;
        }

            .cate-item .cate-content a:hover {
                color: #1285f7;
            }

.cate-btn {
    margin-left: 100px !important;
}

.cate-btn {
    width: 57px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px !important;
    border: 1px solid #eee;
    margin-top: 6px;
}

    .cate-btn span {
        padding: 0;
        margin: 0;
        height: 22px;
        line-height: 22px;
        font-size: 12px !important;
    }

    .cate-btn:hover {
        cursor: pointer;
        color: #1285f7;
    }

.cate-item .cate-content2 {
    text-align: left;
    width: 800px;
    height: inherit;
    font-size: 14px;
    color: #232526;
}

.select-item {
    color: #1285f7 !important;
    border: 1px solid #ddd;
    padding: 0px 12px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
}

.cate-btn-imgClose {
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.clear-all {
    cursor: pointer;
    color: #1285f7;
    width: 57px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px !important;
    position: relative;
    top: 12px;
}

.trig-item {
    border: 1px solid #ddd;
    height: 26px;
    line-height: 24px;
    padding: 0 12px;
    margin-right: 4px;
    z-index: 99;
}

.cate-tab-cont {
    border: 1px solid #1285f7;
    z-index: 0;
    position: relative;
    top: 35px;
    display: none;
    line-height: 40px;
    padding: 0 21px;
}

.trig-item-active {
    border: 1px solid #1285f7;
    border-bottom: 1px solid #fff !important;
}

.trig-item-nobottom {
    border-bottom: 1px solid #1285f7;
}

.cate-tab-cont a {
    margin-right: 20px;
    display:inline-block;
}
