
.product_details_wrap {

}

.product_details_wrap .products_img {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.product_details_wrap .products_img img {
    display: block;
    width: 100%;
}

.product_details_wrap .op_note {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    box-sizing: border-box;
}

.product_details_wrap .op_note span {
    display: inline-block;
    line-height: 30px;
    float: left;
}

.product_details_wrap .op_note span.item_label {
    margin-left: 5px;
    font-weight: bold;
}

.product_details_wrap .op_note span.item_text {
    color: #cc0033;
    font-weight: normal;
}

.product_details_wrap .title {
    padding: 0 20px;
}

.product_details_wrap .title h1 {
    display: block;
    width: 100%;
    font-size: 1.1em;
    color: #000;
    line-height: 2.5;
}

.product_details_wrap .title i {
    font-size: 1.25em;
}

.product_details_wrap .pro_info {
    margin-top: 20px;
    padding-bottom: 20px;
}

.product_details_wrap .pro_info h1 {
    position: relative;
    padding: 20px;
    font-weight: 400;
    font-size: 1.25em;
}

.product_details_wrap .pro_info h1::before {
    content: '';
    display: block;
    position: absolute;
    left: 16px;
    top: 24px;
    height: 16px;
    width: 2px;
    background: #cd3324;
}

.product_details_wrap .pro_info li {
    display: block;
    padding: 0 20px;
    border-bottom: 1px dashed #efeeee;
    overflow: hidden;
}

.product_details_wrap .pro_info.pro_info li p,
.product_details_wrap .pro_info li i {
    float: left;
    width: 50%;
    font-size: 1em;
    line-height: 3;
    color: #777;
    text-align: left;
}

.product_details_wrap .pro_info li.price a {
    color: #d70916;
}

.product_details_wrap .products_details_bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 44px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    /*margin-bottom: 60px;*/
    padding: 0;
}

.product_details_wrap .products_details_bottom .input_num {
    position: relative;
    float: left;
    /*width: 180px;*/
    height: 42px;
    display: inline-block;
    line-height: 42px;
    box-sizing: border-box;
}

.product_details_wrap .products_details_bottom .input_num input.inp_order_number {
    width: 100%;
    text-align: center;
    height: 38px;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.product_details_wrap .products_details_bottom .input_num .numbtn {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: #F8F8F8;
}

/*
.product_details_wrap .products_details_bottom .input_num .ui-input-text {
    width: 50px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    margin: 0;
    padding: 0;
    float: left;
    border: 1px #F8F8F8 solid;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    box-sizing: border-box;
}

.product_details_wrap .products_details_bottom .input_num .ui-input-text input.inp_order_number {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 38px;
    color: #3eb249;
}
*/


.product_details_wrap .products_details_bottom .input_num .reduce_btn {
    border-right: 1px solid #f0f0f0;
}

.product_details_wrap .products_details_bottom .input_num .reduce_btn::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    margin-left: 15px;
    background: #000;
}

/*
.product_details_wrap .products_details_bottom .input_num .reduce_btn::after {
    content: '';
    position: absolute;
    display: block;
    left: 15px;
    top: 19px;
    width: 2px;
    height: 10px;
    background: #000;
}
*/
.product_details_wrap .products_details_bottom .input_num input.inp_order_number {
    width: 80px;
    height: 38px;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 38px;
    color: #3eb249;
}

.product_details_wrap .products_details_bottom .input_num .add_btn {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.product_details_wrap .products_details_bottom .input_num .add_btn::before {
    content: '';
    display: block;
    margin-left: 15px;
    /*margin-top: -1px;*/
    width: 10px;
    height: 2px;
    background: #000;
}

.product_details_wrap .products_details_bottom .input_num .add_btn::after {
    content: '';
    display: block;
    margin-left: 19px;
    margin-top: -6px;
    width: 2px;
    height: 10px;
    background: #000;
}

.product_details_wrap .products_details_bottom .op_btn_wrapper {
    height: 42px;
    float: right;
    overflow: hidden;
}

.product_details_wrap .products_details_bottom .op_btn_wrapper a {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    float: left;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    box-shadow: none;
    text-shadow: none;
    font-weight: normal;
}

.product_details_wrap .products_details_bottom .op_btn_wrapper a.collect_btn {
    background: #FF9933;
}

.product_details_wrap .products_details_bottom .op_btn_wrapper a.add_cart_btn {
    background: #E00000;
}

.product_details_wrap .pro_img {
    margin-top: 20px;
}

.product_details_wrap .pro_img h1 {
    position: relative;
    padding: 20px;
    font-weight: 400;
    font-size: 1.25em;
}

.product_details_wrap .pro_img h1::before {
    content: '';
    display: block;
    position: absolute;
    left: 16px;
    top: 24px;
    height: 16px;
    width: 2px;
    background: #cd3324;
}

.product_details_wrap .pro_img img {
    display: block;
    width: 100%;
}

/*

.product_details_wrap {
    padding-bottom: 60px;
}

.product_details_wrap .products_img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.product_details_wrap .products_img img {
    display: block;
    width: 100%;
}

.product_details_wrap .title {
    padding: 0 20px;
}

.product_details_wrap .title h1 {
    display: block;
    width: 100%;
    font-size: 1.1em;
    color: #000;
    line-height: 2.5;
}

.product_details_wrap .title i {
    font-size: 1.25em;
}

.product_details_wrap .pro_info {
    margin-top: 20px;
}

.product_details_wrap .pro_info h1 {
    position: relative;
    padding: 20px;
    font-weight: 400;
    font-size: 1.25em;
}

.product_details_wrap .pro_info li {
    display: block;
    padding: 0 20px;
    border-bottom: 1px dashed #efeeee;
    overflow: hidden;
}

.product_details_wrap .pro_info.pro_info li p,
.product_details_wrap .pro_info li i {
    float: left;
    width: 50%;
    font-size: 1em;
    line-height: 3;
    color: #777;
    text-align: left;
}

.product_details_wrap .pro_info li.price a {
    color: #d70916;
}

.product_details_wrap .products_details_bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 60px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.product_details_wrap .products_details_bottom .input_num {
    position: relative;
    float: left;
    width: 35%;
    margin: 17px 10px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.product_details_wrap .products_details_bottom .input_num input {
    width: 100%;
    text-align: center;
    height: 24px;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.product_details_wrap .products_details_bottom .input_num .numbtn {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background: #F8F8F8;
    border: none;
    outline: none;
}

.product_details_wrap .products_details_bottom .input_num .reduce_btn {
    left: 0;
    border-right: 1px solid #D8D8D8;
}

.product_details_wrap .products_details_bottom .input_num .add_btn {
    right: 0;
    border-left: 1px solid #D8D8D8;
}

.product_details_wrap .products_details_bottom .input_num .reduce_btn::before,
.product_details_wrap .products_details_bottom .input_num .add_btn::before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    background: #000;
}

.product_details_wrap .products_details_bottom .input_num .add_btn::after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -5px;
    width: 2px;
    height: 10px;
    background: #000;
}

.product_details_wrap .products_details_bottom .add_collect_cart {
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.product_details_wrap .products_details_bottom .add_collect_cart a {
    float: left;
    width: 50%;
    height: 100%;
    color: #fff;
    line-height: 58px;
    text-align: center;
}

.product_details_wrap .products_details_bottom .add_collect_cart .collect {
    background: #FF9933;
}

.product_details_wrap .products_details_bottom .add_collect_cart .add_cart {
    background: #E00000;
}

.product_details_wrap .pro_img {
    margin-top: 20px;
}

.product_details_wrap .pro_img h1 {
    position: relative;
    padding: 20px;
    font-weight: 400;
    font-size: 1.25em;
}

.product_details_wrap .pro_img img {
    display: block;
    width: 100%;
}
*/