body {
    font-family: 微软雅黑;
}

body::-webkit-scrollbar {
    display: none;
}

.parent_container {
    width: 85%;
    margin: 0 auto;
    height: 100%;
    /*  border: 1px solid red;*/
    position: relative;
}

.div_title {
    font-size: 15px;
    color: white;
    line-height: 32px;
    background: #ff6100;
    padding-left: 10px;
    font-weight: bold;

}

.tree_left {
    width: 13%;
    height: 85%;
    display: inline-block;
}

.content_right {
    width: 86.5%;
    position: absolute;
    top: 0;
    height: 85%;
    display: inline-block;
}

.tree_left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tree_left ul li {
    padding-left: 10px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.tree_view_parent {
    background: #FFFFFF;
    color: black;
    line-height: 28px;
    height: 85%;
    overflow-y: auto;
}

.tree_view_parent::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.condition {
    width: 100%;
    height: 66px;
    border: 2px solid #ddd;
    overflow-y: hidden;
    position: relative;
}

.type_brand {
    width: 100%;
    height: 100%;
    background: #ddd;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 10px;
    display: inline-block;
}

.brand_list {
    width: 93%;
    height: 66px;
    /*    border: 2px solid #ddd;*/
    display: inline-block;
    overflow-y: hidden;
}

.brand_list ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}

.brand_list ul li {
    height: 32px;
    line-height: 32px;
    float: left;
    width: 120px;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font_img {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: grey;
}

.pull {
    color: white;
    padding-left: 3px;
}

.x-more {
    display: inline-block;
    position: absolute;
    top: 6px;
    font-size: 13px;
    cursor: pointer;
    color: grey;
}

.div_tip {
    font-size: 18px;
    margin-top: 200px;
    width: 100%;
    text-align: center;
    color: red;
}

.a_cls {
    color: #b31e22;
}

.catalog_cls {
    background: #FFFFFF;
    border: 1px solid #eee;

}

/*.catalog_cls >a{
    display: inline-block;
    width: 100%;
    background: #eee;
}*/
.catalog_cls>a {
    color: #487a6f;
    font-weight: bold;
}

.child_ul {
    background: #EEE;
}

.child_ul li a {
    color: black;
    font-weight: normal;
    font-size: 13px;
}

.pull_product {
    height: 80%;
    overflow-y: auto;
    width: 100%
}

.pull_product::-webkit-scrollbar {
    display: none;
}
.product_content::-webkit-scrollbar{
    display: none;
}
.product_content{
    height: 100%;
    overflow-y: auto;
}

