/**
* @Author: 潘尚泉
* @Date:   2019-04-02 20:18:10
* @Last Modified by:   潘尚泉
* @Last Modified time: 2019-06-05 17:37:20
*/

/*html,body{*/
/*    display: none;*/
/*}*/
.mark_wrap{
    color: #fff;
    display: inline-block;
    height: 18px;
    width: 18px;
    font-size: 16px;
    border-radius: 50%;
    background: #ff7600;
    position: relative;
    position: absolute;
    right: -21px;
    top: 2px;
    cursor: pointer;
}
.mark_wrap .show_mark{
    display: none;
    position: absolute;
    width: 100px;
    font-size: 12px;
    text-align: center;
    right: -100px;
    font-weight: normal;
    top:0;
    background: #b40f19;
    color: white;
}
.mark_wrap:hover .show_mark{
    display: block;
}
/* 面包屑 */
.crumbs{
    line-height: 80px;
    font-size: 16px;
    height: 80px;
    color: #000;
}
.crumbs .item{
    padding-right: 40px;
    background: url(/images/member/cart/icon-arrow-1.png) no-repeat 100% 0;
}
.crumbs .item.noBg{
    background: 0;
}
.crumbs .item.current{
    color: #b40f19;
    background-image: url(/images/member/cart/icon-arrow-2.png);
}

.collect{
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url(/images/member/cart/icon-folder2.png);
    background-repeat:no-repeat;
    margin-left: 3px;
}
.collect-1 {
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url(/images/member/cart/icon-folder1.png);
    background-repeat:no-repeat;
    margin-left: 3px;
}


/* 添加商品表单 */
.add-form{
    height: 34px;
    padding-bottom: 22px;
}
.add-form .box{
    position: relative;
    margin-right: 32px;
    line-height: 34px;
}
.add-form .box .slide-list{
    width: 100%;
    top: 34px;
    left: 0;
    line-height: 30px;
    z-index: 1;
    background-color: #fff;
    max-height: 150px;
    overflow: auto;
    box-shadow: 0px 2px 16px 0px #d6d6d6;
}
.add-form .box .slide-list .slide-item{
    padding: 0 10px;
}
.add-form .box .slide-list .slide-item.on{
    cursor: default;
}
.add-form .box .slide-list .slide-item.on:hover{
    background-color: #d6d6d6;
}
.add-form .box input{
    display: block;
    padding: 0 10px;
    border: 1px solid #c1c1c1;
    height: 32px;
    line-height: 32px;
    width: 220px;
}
.add-form .box .add{
    background-color: #b40f19;
    color: #fff;
    padding: 0 1em;
    font-size: 14px;
    cursor: pointer;
}

/* 购物车 */
.my-cart .do-something{
    padding: 14px 0;
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
}
.my-cart .do-something .item-box{
    padding: 0 16px;
    height: 16px;
    line-height: 16px;
    border-right: 1px solid #8d8d8d;
}
.do-something .item-box label{
    padding-left: 8px;
    cursor: pointer;
    color: #787878;
}
input.checkbox {
    width: 16px;
    height: 16px;
}
input.checkbox:before {
    border: 1px solid #686868;
}
input.checkbox:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    height: 4px;
    width: 7px;
}
.do-something .item-box a{
    cursor: pointer;
    color: #787878;
}
.do-something .item-box a:hover{
    color: #b40f19;
}

/* 表格 */
.list-table .res-text{
    font-size: 20px;
    color: #b40f19;
}
.red-text{
    color: #b40f19;
}
.list-table .res{
    text-decoration:line-through;
    font-size: 20px;
}
.list-table .checkbox{
    margin: 0 auto;
}
.list-table .lh32px{
    line-height: 32px;
}

.list-table img{
    display: inline;
}
.list-table table{
    width: 100%;
    font-size: 14px;
    line-height: 140%;
    color: #686868;
}
.list-table table tbody{
    border-bottom: 1px solid #8d8d8d;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
        -ms-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
}
.list-table table tbody .discard{
    position: relative;
}
.list-table table tbody .discard::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 1600px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url(/images/member/cart/discard.png) no-repeat 92.5% 50%;
    z-index: 2;
}
.list-table table tbody.tbody:hover{
    background-color: #f1f0ee;
}
.list-table table td{
    padding: 15px 0;
}
.list-table table td .discount{
    border-bottom: 1px dashed #8d8d8d;
    margin-left: 17px;
    padding: 6px 0;
    height: 20px;
    line-height: 20px;
}
.list-table .discount .all-discount{
    border: 1px solid #b40f19;
    position: absolute;
    background-color: #fff;
    font-size: 12px;
    top: 100%;
    margin-top: 18px;
    left: 14px;
    z-index: 1;
}
.list-table .discount .all-discount::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 14px;
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 9px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #b40f19;
    border-left: 8px solid #b40f19;
}
.list-table .discount .all-discount::after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: 0;
    height: 0;
    font-size: 0;
    margin-bottom: -3px;
    border-top: 9px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 8px solid #fff;
}
.list-table .discount .all-discount>div{
    white-space: nowrap;
}
.list-table .img-box{
    width: 112px;
    height: 112px;
}
.list-table .img-box .img{
    width: 100%;
    height: 100%;
}
.list-table .user-code{
    /*width: 120px;*/
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #b7b7b7;
    margin: 6px 0;
}
.select_supplier{
    color: #c10000;
}
.list-table .input-box{
    height: 22px;
    width: 151px;
    margin: 0 auto;
}
.list-table .input-box .drop,.list-table .input-box .rise{
    position: absolute;
    top: 0;
    height: 21px;
    width: 20px;
    color: #fff;
    line-height: 20px;
    background-color: #a6a5a4;
    cursor: default;
    font-size: 18px;
}
.list-table .input-box .drop{
    left: 0;
    font-size: 20px;
}
.list-table .input-box .rise{
    right: 0;
}
.list-table .input-box .drop.on,.list-table .input-box .rise.on{
    cursor: pointer;
    background-color: #b40f19;
}
.list-table .input-box input{
    width: 90px;
    height: 20px;
    padding: 0 30px;
    line-height: 20px;
    border: 1px solid #a6a5a4;
    text-align: center;
}
.list-table .price-list{
    height: 112px;
}
.list-table .price-list .number{
    width: 40%;
}
.list-table .price-list .number .pack-icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA0LTIzVDEwOjAyOjI3KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNC0yM1QxODo0Mzo1NSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wNC0yM1QxODo0Mzo1NSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjE0OUJBRDA2NUI0MTFFOUI0NTNENDRFQjY1QkQwREIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjE0OUJBRDE2NUI0MTFFOUI0NTNENDRFQjY1QkQwREIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTQ5QkFDRTY1QjQxMUU5QjQ1M0Q0NEVCNjVCRDBEQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTQ5QkFDRjY1QjQxMUU5QjQ1M0Q0NEVCNjVCRDBEQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqaG3WIAAAFBSURBVHjadNLNKwVhFMfxcY3UVUQpK0sLysLSws7LQgilbiKx0WRDKTY2wkIUFt6zut3oLiSlsPQvyEokyUKJSyF3fE/9pqYx99RnmnrmPM95zpkiz/OcSFSiF8MoQwZpPIY/ckPvNRhBHz6whXeMYRCn2MVtkFiLIXTiGXO4wJc2PEEzPJ1+iT1LPEcdZrDk/A8fV2IV7SOV0MIC2nXSgO4WRAk6cKyyl5GzEz+xgUXtOIFJ7OAV42pYFtvIo8USEzrhCetWv+47iyRWcIQXVWA9KXZj7mQVHKIRFdiM+cYJ7ugXWHMLNMu3xVLNLRq/So5GzhpmCz9Y06zCkY9JrNfIkrbQhTt10VrepoQ3fCuhCQe6u5XfY497TGMVo9rxQfMr13/aoBn348aJlGLjmEcrzlCNKlyjG1NBksWfAAMAmTVJdQXPouQAAAAASUVORK5CYII=) no-repeat 0 50%;
}
.list-table .price-list .price{
    width:60%;
}
.list-table .price-list .price .slide-icon{
    width: 12px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    margin-left: 2px;
}
.list-table .price-list .price .slide-icon.on{
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.list-table .price-list .price .slide-icon::before{
    content: '';
    border-left: 1px solid #686868;
    border-bottom: 1px solid #686868;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 2px;
    top: -2px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.list-table .cart_empty{
      width: 319px;
    /* height: 280px; */
    line-height: 47px;
    padding-top: 363px;
    background: url(/images/member/cart/carts.png) no-repeat 0 50%;
    font-size: 35px;
    color: #2f2c2c;
    margin: 55px auto 55px 221px;
    margin: -90px auto;
    margin-bottom: 45px;
}
.list-table .cart_empty a{
       color: #fff;
    font-size: 16px;
    line-height: 40px;
    width: 112px;
    display: inline-block;
    background-color: #b40f19;
    border-radius: 4px;
    margin-left: 86px;
    /* float: right; */
    margin-top: 21px;
}

.list-table .qh_num_box{
    margin-top: 5px;
}

.list-table .to-settlement{
    font-size: 14px;
    color: #686868;
    text-align: center;
    line-height: 40px;
    margin: 26px 0 120px;
}
.list-table .to-settlement .settlement-btn{
    cursor: pointer;
    color: #fff;
    width: 145px;
    font-size: 16px;
    background-color: #b40f19;
    margin-left: 22px;
}
.list-table .to-settlement .shopping{
    cursor: pointer;
    color: #fff;
    width: 145px;
    font-size: 16px;
    background-color: #686868;
    margin-left: 22px;
}
.list-table .to-settlement .total-price,.list-table .to-settlement .commodity-num{
    margin-right: 40px;
}
.list-table .to-settlement .total-price span,.list-table .to-settlement .commodity-num span{
    color: #b40f19;

}
.list-table .to-settlement .total-price span.money_number,.list-table .to-settlement .commodity-num span{
    font-size: 24px;
    font-weight: bold;
}
.list-table .to-settlement .total-price p{
    line-height: 40px;
    text-align: left;
}
.list-table .to-settlement .total-price p:last-child{
    line-height:12px;
}
.list-table .to-settlement .total-price p:last-child>span{
    color: #686868;
}
.list-table .to-settlement .total-price p:last-child span.sheng{
    margin-left: 10px;
    color: #b40f19;
}
.list-table .coupon_total_box .total-surplus-num{
    color: #b40f19;
}

/* 推荐 & 收藏 & 最近浏览 */
.convenient{
    border-top: 1px solid #767676;
    padding: 35px 0 85px;
}
.convenient .convenient-box{
    width: 32%;
    margin-right: 2%;
}
.convenient-box .box-header{
    font-size: 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #767676;
    padding: 0 18px;
    font-weight: normal;
}
.convenient-box .box-header a{
    line-height: 14px;
    margin-top: 13px;
}
.convenient-box .box-body{
    border: 1px solid #767676;
    border-top: 0;
    padding: 10px 17px;
    color: #757575;
    height: 385px;
    overflow-y: auto;
}
.convenient-box .box-body .goods-list .list-item{
    border: 1px solid #bebebe;
    padding: 10px;
    height: 100px;
    display: block;
    margin: 10px 0;
}
.convenient-box .box-body .goods-list .list-item:hover{
    border-color: #bb0511;
}
.convenient-box .box-body .goods-list .list-item img{
    width: 100px;
    height: 100px;
}
.convenient-box .box-body .goods-list .list-item .goods_info{
    top: 10px;
    right: 60px;
    bottom: 10px;
    left: 120px;
}
.convenient-box .box-body .goods-list .list-item .goods_info table{
    width: 100%;
    height: 100%;
}
.convenient-box .box-body .goods-list .list-item .arrow{
    width: 32px;
    height: 17px;
    right: 10px;
    bottom: 10px;
    background: #737373 url(/images/member/cart/icon-arrow-3.png);
}
.convenient-box .box-body .goods-list .list-item:hover .arrow{
    background-color: #bb0511;
}
.convenient-box .box-body .empty{
    margin: 105px auto 0;
    width: 325px;
    height: 170px;
    background: url(/images/mascot.png) no-repeat 100% 50%;
}
.convenient-box .box-body .empty .text-box{
    width: 145px;
    padding-top: 40px;
}

@media (max-width: 1630px){
    .list-table table{
        font-size: 12px;
    }
    .list-table .price-list .number .pack-icon{
        margin-top: 1px;
    }
    .list-table table tbody .discard::before{
        width: 1200px;
    }
}




.list-table .price-list .number .info-group-popup {
    position: absolute;
    top: -5px;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    z-index: 0;
    right: 99%;
    font-size: 14px;
    color: #6d6d6d;
    white-space: nowrap;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

.list-table .price-list .number:hover .info-group-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.list-table .price-list .number .info-group-popup:after{
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #b40f19;
    right: -5px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list-table .price-list .number .info-group-popup .info-group-popup-content{
    background: #fff;
    padding: 5px 15px;
    display: inline-block;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    border-radius: 5px;
    position: relative;
    font-style: normal;
    z-index: 2;
}
