ul.products_line_block {
    width: 100%;
    display: none;
    flex-direction: column;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

ul.products_line_block.is_visible {
    display: flex;
}

ul.products li.product_lb_wrapper {
    width: 100%;
    display: block;
    margin: 0 4px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 0 24px;
    padding: 0;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_img_w {
    width: 50%;
    max-height: 320px;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_img_w a {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    padding: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_img_w a img {
    max-width:100%;
    max-height: 100%;
    display: block;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_img_w a img.wFit {
    width: 100%;
    height: auto;
    margin: auto 0;
}

.product_line_box .p_img_w a img.hFit {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.product_line_box .p_info {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    margin: 0 0 0 12px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info table.tb_p_lb {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0.5px solid #cecece;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info table.tb_p_lb tr {
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-bottom: 0.5px solid #cecece;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info table.tb_p_lb tr:last-child {
    border-bottom: none;
}

.product_line_box .p_info table.tb_p_lb tr td {
    height: 39px;
    line-height: 39px;
    display: block;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info table.tb_p_lb tr td.p_label {
    width: 130px;
    color: #333;
    font-weight: bold;
    border-right: 0.5px solid #cecece;
    text-align: right;
}

.product_line_box .p_info table.tb_p_lb tr td.p_text {
    color: #ef5100;
}

.product_line_box .p_info .m_opw {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0.5px solid #cecece;
    border-top: none;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info .m_opw .cop_btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: auto 0;
    padding: 0;
    color: blue;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info .m_opw .cq_inp {
    width: calc(100% - 110px);
    height: 36px;
    line-height: 36px;
    float: left;
    margin: 0;
    padding: 0;
    border-left: 0.5px solid #cecece;
    border-right: 0.5px solid #cecece;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info .m_opw .cq_inp .q_inp {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: auto;
    padding: 0;
    color: #d60000;
    background-color: #f2f2f2;
    border: none;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: none !important;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info .m_opw .ac_ico {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0;
    padding: 0;
    border-left: 0.5px solid #cecece;
    box-sizing: border-box;
    overflow: hidden;
}

.product_line_box .p_info .m_opw .ac_ico img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
