.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;
}

.main_wrapper .nav_title_ico {
    width: 100%;
    margin: 24px 0;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.main_wrapper .nav_title_ico img {
    width: 211px;
    height: 43px;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.main_wrapper .products_content_w {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.main_wrapper .products_content_w .menu_items {
    width: 380px;
    display: flex;
    margin: 0;
    padding: 16px 32px;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .menu_items a.m_item {
    height: 55px;
    line-height: 55px;
    display: block;
    padding-left: 48px;
    float: left;
    color: #fff;
    background-color: #d60000;
    border: 1px solid #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .menu_items a.m_item:hover {
    font-weight: bold;
    color: #fff;
    background-color: #d60000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .menu_items a.m_item.isSelected {
    font-weight: bold;
    color: #333;
    border-color: #f2f2f2;
    background-color: #efefef;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}


.products_content_w .menu_items ul.mi_cls_lst {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 4px 8px;
    list-style: inside;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .menu_items ul.mi_cls_lst li {
    width: 100%;
    /*height: 32px;
    line-height: 32px;*/
    /*margin: 0;*/
    margin: 1px 0;
    padding: 12px 0;
    /*padding: 0 0 0 16px;*/
    color: #d60000;
    border: 1px solid #2c3e50;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .menu_items ul.mi_cls_lst li:hover {
    background-color: #efefef;
}

.products_content_w .menu_items ul.mi_cls_lst li.cls_parent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 8px;
}

.products_content_w .menu_items ul.mi_cls_lst li.cls_parent .clsParentLabel {
    width: 100%;
    padding: 8px 0;
}

.products_content_w .menu_items ul.mi_cls_lst li.isSelected {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    padding: 0 0 8px;
    /*color: #2c3e50;*/
    background-color: #2c3e50;
    border-color: #2c3e50;
    border-radius: 8px;
}

.products_content_w .menu_items ul.mi_cls_lst li.isSelected .clsParentLabel {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background-color: #2c3e50;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

/*子类列表*/
.products_content_w .menu_items ul.mi_cls_lst li.isSelected .clsChildrenWrap {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .menu_items ul.mi_cls_lst li.isSelected .clsChildrenWrap ul.mi_ccls_lst {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .menu_items ul.mi_cls_lst li.isSelected .clsChildrenWrap ul.mi_ccls_lst li {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 8px;
    color: #2c3e50;
    background-color: #fff;
    border: none;
    border-bottom: 1px #2c3e50 solid;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .menu_items ul.mi_cls_lst li.isSelected .clsChildrenWrap ul.mi_ccls_lst li:last-child {
    border-bottom: none;
}

.products_content_w .menu_items ul.mi_cls_lst li.isSelected .clsChildrenWrap ul.mi_ccls_lst li.isSelected {
    color: #fff;
    background-color: #cc0033;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w {
    width: calc(100% - 380px);
}

.products_content_w .products_main_w .nav_page_location {
    width: 100%;
    line-height: 24px;
    color: #6a6a6a;
    text-align: right;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_search_bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 16px;
    background-color: #efefef;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_search_bar .sbi {
    display: block;
    margin: auto 0;
    padding: 0 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_search_bar .sbi .field_lbl {
    float: left;
}

.products_content_w .products_main_w .products_search_bar .sbi .field_inp_w {
    margin: 7px 0;
    float: left;
}

.products_content_w .products_main_w .products_search_bar .sbi .field_inp_w input.s_field_inp {
    height: 36px;
    line-height: 36px;
    display: block;
    float: left;
    margin: auto 4px;
    padding: 0;
    border-radius: 8px;
    border: 0.5px solid #cecece;
    text-indent: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_search_bar .sbi.op_btn {
    display: block;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_search_bar .sbi.op_btn img {
    width: 95px;
    height: 34px;
    line-height: 34px;
    display: block;
    margin: auto 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
}


.products_content_w .products_main_w .products_sort_bar {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 12px 0 36px;
    padding: 0;
    border: 0.5px solid #efefef;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_sort_bar .obi {
    height: 60px;
    line-height: 60px;
    display: block;
    margin: auto 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_sort_bar .obi .lbl {
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    margin: 0 8px 0 0;
    padding: 0 16px;
    color: #901D10;
    background-color: #efefef;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_sort_bar .obi .sort_item {
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_sort_bar .obi .sort_item label {
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    margin: 0;
    padding: 0 8px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_sort_bar .obi .sort_item label.status_ico {
    width: 15px;
    height: 29px;
    display: block;
    float: left;
    margin: 15.5px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_sort_bar .obi .sort_item label.status_ico.i1 {
    background-image: url("../en/images/product/sort_ico1.jpg");
}

.products_content_w .products_main_w .products_sort_bar .obi .sort_item label.status_ico.i2 {
    background-image: url("../en/images/product/sort_ico2.jpg");
}

.products_content_w .products_main_w .products_sort_bar .obi .sort_item label.status_ico.i3 {
    background-image: url("../en/images/product/sort_ico3.jpg");
}

/*
.products_content_w .products_main_w .products_sort_bar .obi .sort_item img.status_ico {
    width: 15px;
    height: 29px;
    display: block;
    float: left;
    margin: 15.5px auto;
    box-sizing: border-box;
    overflow: hidden;
}
*/

.products_content_w .products_main_w .products_sort_bar .obi .vs_ico_btn {
    width: 60px;
    height: 60px;
    display: block;
    float: right;
    margin: 0;
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;

}

.products_content_w .products_main_w .products_sort_bar .obi .vs_ico_btn.isSelected {
    background-color: #cecece;
}

.products_content_w .products_main_w .products_sort_bar .obi .vs_ico_btn img {
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .shop_cart_op_bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 24px;
    border-bottom: 0.5px solid #efefef;
    box-sizing: border-box;
    overflow: hidden;
}

/*.products_content_w .products_main_w .products_series_list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_series_list a {
    width: 25%;
    height: auto;
    display: block;
    margin: auto 8px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_series_list a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}*/

.products_content_w .products_main_w .products_list_w {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_list_w .no_products {
    width: 100%;
    margin: 48px;
    padding: 32px 0;
    color: #d60000;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_list_w .p_list {
    width: 100%;
    padding: 32px 0;
}


.products_content_w .products_main_w .products_list_w .products_pages_nav_bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 24px;
    border-top: 0.5px solid #efefef;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_list_w .products_pages_nav_bar .page_info {
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

.products_content_w .products_main_w .products_list_w .products_pages_nav_bar .page_info label {
    height: 50px;
    line-height: 50px;
}

.products_content_w .products_main_w .products_list_w .products_pages_nav_bar .page_info label.page_tt {
    font-weight: 600;
}

.products_content_w .products_main_w .products_list_w .products_pages_nav_bar .page_info label.page_txt {
    margin: 0 8px;
    color: #d60000;
}

.products_content_w .products_main_w .products_list_w .products_pages_nav_bar .page_btns {
    height: 50px;
    line-height: 50px;
}

.add_cart_hint {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: none;
    color: #d60000;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}