.main_wrapper {
    max-width: 1500px;
    min-width: 1200px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 60px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.b_title_ico {
    width: 242px;
    height: 55px;
    display: block;
    margin: 16px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.b_title_ico image {
    width: 242px;
    height: 55px;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.b_content_w {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

.b_content_w .our_brands {
    margin: auto;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.b_content_w .b_idxs_w {
    width: 143px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.b_content_w .b_idxs_w .b_idx_lbl {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: block;
    margin: 8px 0;
    padding: 0;
    text-align: center;
    color: #333;
    background-color: #efefef;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.b_content_w .b_idxs_w .b_idx_lbl.isSelected {
    color: #fff;
    background-color: #e60f1e;
}

.b_list_w {
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.b_list_w .nav_page_location {
    width: 100%;
    line-height: 24px;
    color: #6a6a6a;
    text-align: right;
    box-sizing: border-box;
    overflow: hidden;
}

.b_list_w .brandsSearchBar {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    box-sizing: border-box;
    overflow: hidden;
}

.b_list_w .brandsSearchBar .searchBrandLabel {
    margin: 0;
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.b_list_w .brandsSearchBar .searchBrandLabel::after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 60px;
    height: 2px;
    background: #e4393c;
}

.b_list_w .brandsSearchBar .bSearchWrap {
    width: 330px;
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 8px 0 auto;
    padding: 0;
    float: left;
    border: 1px solid #e4393c;
    font-size: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.b_list_w .brandsSearchBar .bSearchWrap .kwInp_b {
    width: 253px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    float: left;
    outline: #999;
    color: #333;
    background: #fff;
    border: none;
    font-size: 12px;
    box-sizing: border-box;
}

.b_list_w .brandsSearchBar .bSearchWrap .ssBrandBtn {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    float: right;
    vertical-align: middle;
    border: none;
    outline: none;
    color: #fff;
    background: #e4393c;
    font-size: 15px;
    cursor: pointer;
}

.b_list_w .brandsSearchBar .orderPickerBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
    color: #666;
    border: 1px solid #e4393c;
    border-radius: 4px;
    font: 12px Arial, Helvetica, sans-serif;
}

.b_list_w .brandsSearchBar .orderPickerBox a {
    width: 110px;
    height: 26px;
    display: block;
    line-height: 26px;
    padding: 0, 8px;
    text-align: center;
    color: #e4393c;
}

.b_list_w ul.b_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.b_list_w ul.b_list li {
    width: calc(20% - 16px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 8px;
    padding: 0;
    justify-content: flex-start;
    cursor: pointer;
    user-select: none;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
}

.b_list_w ul.b_list li .b_thumb {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.b_list_w ul.b_list li .b_thumb img {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto auto auto 8px;
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden;

}

.b_list_w ul.b_list li .brand_name {
    width: calc(100% - 100px);
    margin: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
}

.b_list_w ul.b_list li .b_description {
    width: calc(100% - 154px);
    height: 130px;
    display: block;
    margin: 0;
    padding: 8px 24px;
    background-color: #efefef;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 22px;
    box-sizing: border-box;
    overflow: hidden;
}