/*------------------------------------------------
main
------------------------------------------------*/
/* 品牌列表-brand */
.brand_classification{
    position: relative;
    width:100%;
    height:auto;
    margin:8px auto 0 auto;
    border-top:1px solid #ddd;
    border-bottom:1px dashed #ddd;
    color:#444;
}
.brand_classification .brandLeft, .brand_choose .brandLeft {
    width: 13%;
    background: #f0f0f0;
    padding: 7px 0 0 10px;
    position: absolute;
    height: 100%;
}
.brand_classification .brandRight, .brand_choose .brandRight {
    width: 87%;
    float: right;
    padding: 8px 15px 0;
}
.brand_choose .brandRight {
    padding: 8px 0;
}
.brand_choose {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}
.brand_classification .brandRight ul {
    line-height: 24px;
}
.brand_classification .brandRight ul li {
    display: inline-block;
    margin-bottom:8px;
}
.brand_classification .brandRight ul li a {
    display: block;
    border: 1px solid #ccc;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.brand_classification .brandRight ul li a:hover {
    color: #000;
}
.brand_classification .brandRight ul li.active a {
    border: 1px solid #d8251f;
    color: #d8251f;
}

.brand_classification .brandRight ul li+li {
    margin-left: 10px;
}
.brand_list {
    width: 100%;
    min-height: 28px;
    max-height: 142px;
    overflow-y: auto;
    display: block;
}
.brand_list a {
    font-size: 12px;
    color:#444;
    display: block;
    line-height: 28px;
    cursor: pointer;
    word-break: keep-all;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.brand_list .deepRed {
    color: #d8251f;
}

.list_type_01_ {
    margin-top: 45px;
}


@media(max-width:767px) {
    .mainframe_ {
        float: none;
        width: 100%;
    }
    .brand_classification .brandLeft, .brand_choose .brandLeft {
        width: 15%;
        line-height: 16px;
        padding: 7px 0 0 7px;
    }
    .brand_classification .brandRight, .brand_choose .brandRight {
        width: 85%;
        padding: 8px;
    }
    .brand_list a {
        padding: 0 5px;
    }
    .list_type_01_ li {
        height: 250px;
    }
    .list_type_01_ {
        margin-top: 25px;
    }
    .pageDefine .pagination > li > a, .pageDefine .pagination > li > span {
        padding: 0 10px;
        line-height: 28px;
        margin: 0 1px;
        border: 0;
    }
    .jumpPage input {
        width: 40px;
        height: 28px;
    }
    .jumpPage {
        line-height: 30px;
    }
    .jumpPage_GO {
        height: 28px;
        line-height: 28px;
        vertical-align: bottom;
    }

}
