#quickCartgory{
    width: 1200px;
    margin: 0 auto;
}
#quickCartgory .firstCartgory{
    margin-top: 25px;
    overflow: hidden;
}
#quickCartgory .firstCartgory li{
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    line-height: 27px;
    border: 1px solid #707070;
    border-radius: 3px;
    color: #707070;
    margin-right: 10px;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 15px;
}
#quickCartgory .firstCartgory li:hover{
    background-color: #707070;
    color: #ffffff;
}
#quickCartgory .firstCartgory .liHover{
    background-color: #707070;
    color: #ffffff;
}
#quickCartgory .firstCartgory .liHover a{
    color: #ffffff;
    font-size: 15px;
}
#quickCartgory .secondCartgory{
    margin-top: 20px;
    overflow: hidden;
}
#quickCartgory .secondCartgory li{
    display: inline-block;
    height: 30px;
    line-height: 27px;
    padding-right: 15px;
    color: #3c3c3c;
}
#quickCartgory .secondCartgory li em{
    display: inline-block;
    margin-left: 20px;
    color: #b1b1b1 !important;
}
#quickCartgory .secondCartgory .liHover{
    color: #91BE16;
}

/*快速购买商品样式*/
#goods_show{
    width: 1200px;
    margin: auto;
    /*margin-top: 15px;*/
}
#goods_show .product_items{
    width: 170px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: 0 27px 10px 0;
}
.product_items .pro_item_img{
    width: 170px;
    height: 170px;
    cursor: pointer;
    position: relative;
}

.product_items .pro_item_img img{
    width: 100%;
}
.product_items dd{
    width: 100%;
    display: block;
    font-size: 14px;
    overflow: hidden;
    color: #464646;
    margin-top: 5px;
}
.product_items .item_price{
    font-size: 18px;
    color: #EA5604;
    font-weight: 600;
}
.product_items .choose_cart{
    width: 100%;
    margin-top: 3px;
}
.product_items .choose_cart .input_cart{
    float: left;
    width: 75px;
}
.product_items .choose_cart .input_cart .input_num{
    display: block;
    float: left;
    margin-right: 3px;
}
.product_items .choose_cart .input_cart .input_num input{
    width: 40px;
    height: 32px;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    padding-left: 5px;
}
.product_items .choose_cart .input_cart .click_btn{
    display: block;
    float: right;
    width: 30px;
}
.product_items .choose_cart .input_cart .click_btn button{
    width: 24px;
    height: 15px;
    line-height: 0;
    margin-bottom: 2px;
    font-size: 14px;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}
.product_items .choose_cart .add_cart{
    float: left;
    width: 95px;
    font-size: 14px;
    line-height: 30px;
    color: #898989;
    border: 1px solid #c8c8c8;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.product_items .choose_cart .add_cart:hover{
    color: #ffffff;
    background-color: #85c382;
    border: 1px solid #dff0d8;
}
.product_items .choose_cart .quick_check{
    float: left;
    width: 95px;
    font-size: 14px;
    line-height: 30px;
    color: #898989;
    border: 1px solid #c8c8c8;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.product_items .choose_cart .quick_check:hover .fa-user-times{
    color: green;
    font-size: 16px;
}

.qs_wrap{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    /* background: #fff; */
    /* position: relative; */
}
.qs_wrap ul{
    margin-bottom: 0px;
}
.qs_left{
    width: 240px;
    float:left;
    position: relative;
    margin-right: 30px;
}
.qsl_h4{
    font-size: 24px;
    color: #ec507a;
    line-height: 2.4;
}
.qsr_h4{
    font-size: 24px;
    color: #333;
    line-height: 2.4;
    margin-left: 10px;
}
.qs_left .sort_ul{
    background: #73c656;
    box-sizing: border-box;
    padding: 20px 0px;
    position: relative;
}
.qs_left .sort_ul li{
    background: url(../PcImages/icon_arrow_r.png) no-repeat 211px center;
    background-size:15px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* cursor: pointer; */
    padding-left: 20px;
    padding-right: 20px;
}

.qs_left .asli_head{
    

}
.asli_head .p1{
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}
.asli_head .p2{
    font-size: 13px;
    color: #fff;
    line-height: 1.4;
    /* margin-left: 10px; */
    padding-right: 15px;
    cursor: text;
}

.asli_head_en .p1{
    line-height: 1.5;
    margin-top: 7px;
}

.qs_right{
    float:right;
    text-align: left;
    width: 930px;
}
.qs_wrap .top{
    position: absolute;
    left: 240px;
    top:0px;
    background: #fff;
    -moz-box-shadow: 4px 0 8px rgba(0,0,0,.2);
    box-shadow: 4px 0 8px rgba(0,0,0,.2);
    z-index: 21;
    width: 970px;
}
.qs_wrap .cen{
    position: absolute;
    left: 240px;
    top:217px;
    background: #fff;
    -moz-box-shadow: 4px 0 8px rgba(0,0,0,.2);
    box-shadow: 4px 0 8px rgba(0,0,0,.2);
    z-index: 21;
    width: 970px;
}
.qs_wrap .bot{
    position: absolute;
    left: 240px;
    bottom:0px;
    background: #fff;
    -moz-box-shadow: 4px 0 8px rgba(0,0,0,.2);
    box-shadow: 4px 0 8px rgba(0,0,0,.2);
    z-index: 21;
    width: 970px;
}
.qs_wrap .list_img{
    padding-bottom: 20px;
    overflow: hidden;
}
.qs_wrap .list_img img{
    width: 30%;
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 20px 6px;
    margin-right: 20px;
    border-radius: 7px;
}
.qsl_body{
    box-sizing: border-box;
    padding: 10px 20px;
    padding-right: 0px;
    display: none;
    /* cursor: pointer; */
}
.qsl_body .list1{
    padding-top: 15px;
    padding-bottom: 5px;
    color: #888;
    
}
.li_a{
    display: block;
    margin-left: 10px;
    padding-top: 5px;
}
.sortspan_a_js:hover{
    text-decoration: underline;
}
.qsl_body .list1 span{
    color: #333;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}
.qsl_body .list1 a{
    color: #888;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    padding-top: 5px;
    display: inline-block;
}
.qsl_body .list1 a img{
    cursor: pointer;
}
.qsl_body .list1 a:link,.qsl_body .list1 a:active,.qsl_body .list1 a:hover{
    color: #888;
}
.cart_outofstock{
    position: absolute;
    right: 5px;
    bottom: -15px;
}
.subject_goods li.anchor,.anchor{
    width: 100%;
    height: 0px;
    display: block;
    border: 0;
    margin: 0;
}

.grocery_img img{
    width: 150px;
    margin: 20px 0px 15px 0px;
}
.grocery_img img.img_en{
    width: 188px;
    margin: 20px 0px 15px 0px;
}
.intro_title{
    margin-left: 10px;
    font-size: 18px;
    background: #f5f5f5;
    background: #f5f5f5;
    padding: 10px 15px;
    margin-right: 10px;
}

