/*购物车开始*/
.cart-item{
    background-color: #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.cart-item-top{
    position: relative;
    height: 45px;
    width: 100%;
}
.cart-choice{
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url("../images/i/quan.png") no-repeat center;
    background-size: cover;
    background-color: #FFFFFF;
}
.cart-choice.cart-choice-yes{
    background: url("../images/i/gou.png") no-repeat center;
    background-size: cover;
}
.cart-choice.cart-choice-yes-all{
    background: url("../images/i/gou.png") no-repeat center;
    background-size: cover;
}
.cart-choice.cart-choice-yes-shop-all{
    background: url("../images/i/gou.png") no-repeat center;
    background-size: cover;
}
.cart-item-top-con{
    float: right;
    width: 90%;
    line-height: 45px;
    border-bottom: 1px solid #ebebeb;
}
.cart-item-top-con .shop-name{
    float: left;
    width:100%;
}
/*.cart-item-top-con .right{
    float: right;
    width: 40%;
    text-align: right;
}*/
.cart-item-top-con .right .voucher,.cart-item-top-con .right .edit,.cart-item-top-con .right .over{
    display: inline-block;
    padding: 0 5px;
    color: #999999;
}
.cart-item-top-con .right .line{
    color: #999999;
}
.cart-item-con .cart-box{
    position: relative;
    height: 80px;
    margin-top: 20px;
}
.cart-box-con{
    float: right;
    width: 90%;
}
.cart-box-con.order-pro-box-con{
    width: 100%;
    float: none;
    background-color: #f3f5f7;
    padding: 15px;
}

.cart-box-con .p-text .tag span{
    color: #f30000;
    border: 1px solid #f30000;
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 0 0.2rem;
    border-radius: 5px;
}



.cart-box-con .cart-box-left{
    width: 70%;
    position: relative;
    float: left;
}
.cart-box-con .p-img{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.cart-box-con .p-img img{
    width: 100%;
}
.cart-box-con .p-text{
    width: 100%;
    padding-left: 90px;
    float: left;
    height: 80px;
}
.cart-box-con .p-text .p-title{
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-box-con .p-text .p-info{
    color: #999999;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.cart-box-con .p-price-con{
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 10px;
}
.cart-box-con .p-price-con .price{
    color: #ff7200;
}
.cart-box-con .p-price-con .num{
    color: #999999;
}



.cart-item-bottom{
    width: 90%;
    float: right;
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    color: #999999;
    font-size: 1.2rem;
    margin-top: 20px;
    line-height: 1.6rem;

}
.cart-item-bottom .discount-info{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.cart-item-bottom .discount-name{
    color: #f30000;
    border: 1px solid #f30000;
    margin-right: 5px;
}
/*订单详情退货*/
.cart-box-con .tui{
    margin-top: 10px;
    padding: 0.2rem 1.5rem;
    border: 1px solid #ebebeb;
    background-color: #FFFFFF;
    border-radius: 12px;
    color: #000000;
    display: inline-block;
    float: right;
}

.bt_cart_module{
    width: 100%;
    z-index: 19;
}
.all-span{
    position: absolute;
    left: 30px;
}
.bt_cart_module .left{
    background-color: #FFFFFF;
    line-height: 45px;
    height: 46px;
    border-top: 1px solid #ebebeb;
    position: relative;
    width: 70%;
    padding-right: 5px;
}
.bt_cart_module .right{
    width: 30%;
}
.jiesuan-btn,.jiesuan-btn:hover{
    line-height: 46px;
    background-color: #ff7200;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
/*购物车编辑之后*/
.bt_cart_module_bianji .left{
    width: 50%;
}
.bt_cart_module_bianji .right{
    width: 50%;
}
.bt_cart_module.bt_cart_module_bianji .right .shoucang-btn,.bt_cart_module_bianji .right .delete-btn{
    width: 50%;
    float: left;
    line-height: 46px;
    background-color: #ff7200;
    color: #FFFFFF;
    font-size: 1.4rem;
    text-align: center;
}
.bt_cart_module_bianji .right .delete-btn{
    background-color: #f30000;
}

.cart-box-left .num-right .iconfont{
    float: left;
    line-height: 28px;
    padding: 0 6px;
    font-size: 1.4rem;
    background-color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #ebebeb;
}
.cart-box-left .num-right .iconfont.lowest {
    cursor: default;
    background-color: #fdfdfd;
}
.cart-box-left .num-right .iconfont.highest {
    cursor: default;
    background-color: #ff7200;
    color: #FFFFFF;
}
.cart-box-left .num-right input{
    float: left;
    line-height: 28px;
    padding: 0 6px;
    width: 50px;
    text-align: center;
    background-color: #fff;
    margin: 0 2px;
    border: 1px solid #ebebeb;
}
.cart-box-left .canshu-bianji{
    border: 1px solid #ebebeb;
    line-height: 30px;
    padding: 0 8px;
    margin-top: 15px;
    color: #999999;
    width: 80%;
}
.cart-box-left .canshu-bianji .iconfont{
    float: right;
}
.cart-item-con .cart-delete-con{
    width: 20%;
    float: right;
}
.cart-delete,.cart-delete:hover{
    background-color: #ff7200;
    text-align: center;
    font-size: 1.6rem;
    color: #FFFFFF;
    height: 80px;
    line-height: 80px;
}

/*确认订单页面*/
.de-address{
    background-color: #FFFFFF;
    padding: 15px 0;
    position: relative;
}
.de-address .add-icon{
    position: absolute;
    left: 0px;
    top: 50%;
    width: 50px;
    text-align: center;
    line-height: 3.0rem;
    margin-top: -1.5rem;
}
.de-address .next-icon{
    right: 0px;
    position: absolute;
    top: 50%;
    width: 50px;
    text-align: center;
    line-height: 3.0rem;
    margin-top: -1.5rem;
}
.de-address .add-icon .iconfont,.de-address .next-icon .iconfont{
    font-size: 2.5rem;
    color: #818181;
}

.de-address-info{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    color: #666666;
}
.de-address-info.de-address-info2{
    padding-right: 10px;
}
.de-address-info .ad-name{
    float: left;
    width: 50%;
}
.de-address-info .ad-tell{
    float: right;
    width: 50%;
    text-align: right;
}
.de-address-info .ad-adress{
    width: 100%;
    margin-top: 10px;
}
.cart-ok-con{
    background-color: #FFFFFF;
}
.cart-ok-con .need_pay{font-size: 14px;padding-left: 15px;padding-right: 15px;line-height: 42px;color: #333}
.cart-ok-con .need_pay span{color: #e33;font-size: 16px;}
.c-shop-name{
    padding-top: 10px;
    line-height: 30px;
    padding-left: 15px;
    padding-bottom: 5px;
}
.c-shop-name .iconfont{
    padding-right: 5px;
}
.c-shop-name a{
    display: inline-block;
}
.c-shop-name .tag{
    padding-right: 15px;
    float: right;
    text-align: right;
    display: inline-block;
}
.c-pro-info{
    padding: 15px;
    background-color: #f3f5f7;
    position: relative;
}
.c-pro-info .p-img{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.c-pro-info .p-img img{
    width: 100%;
}
.c-pro-info .pro-text{
    width: 100%;
    padding-left: 95px;
}
.c-pro-info .pro-text .title{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.c-pro-info .pro-text .tag{
    padding: 5px 0;
}
.c-pro-info .pro-text .tag span{
    color: #f30000;
    border: 1px solid #f30000;
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 0 0.2rem;
    border-radius: 5px;
}
.c-pro-info .pro-text .price{
    color: #ff7200;
}
.cart-list-item{
    padding-left: 15px;
    background-color: #FFFFFF;
}
.cart-list-item .item{
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 10px 15px 0;
}
.cart-list-item .item .fr{
    width: 70%;
    text-align: right;
    position: relative;
}
.cart-list-item .item input{
    width: 70%;
}
.cart-list-item .c-subtotal{
    padding: 15px;
    text-align: right;
}
.cart-list-item .c-subtotal span{
    padding: 0 5px;
}
.cart-list-item .c-subtotal em{
    color: #ff7200;
    font-size: 1.8rem;
}
.elastic-box{
    position: absolute;
    right: 0;
    top: 30px;
    width: 50%;
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #d4d4d5;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
    z-index: 20;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
}
.visible .elastic-box{
    display: block!important;
    visibility: visible!important;
}
.elastic-box:before {
    content: " ";
    position: absolute;
    right: 20px;
    top: -7px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #FFFFFF;
    box-shadow: -1px -1px 0 0 #bababc;
    z-index: 2;
}
.elastic-box p{
    display: block;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.2rem;
}
.mob-line-con{
    background-color: #FFFFFF;
    padding: 15px;
    *zoom: 1
}
.mob-line-con:after,.mob-line-con:before{
    content: ' ';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*支付页面*/
.cart-pay{
    background-color: #FFFFFF;
    padding-left: 10px;
}
.car_pay_now{width: 100%;line-height: 45px;font-size: 16px;background-color: #3eb370;color: #fff;text-align: center}
.cart-pay-item{
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 15px 0;
}
.cart-pay-item .cart-pay-info{
    padding-left: 85px;
    line-height: 25px;
}
.cart-pay-item .cart-pay-info i{
    display: inline-block;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 50px;
    top: 15px;
}
.cart-pay-item .cart-pay-info i.zhifubao{
    background: url("../images/i/zfb.png") no-repeat center;
    background-size: cover;
}
.cart-pay-item .cart-pay-info i.weixin{
    background: url("../images/i/wx.png") no-repeat center;
    background-size: cover;
}
.cart-pay-item .cart-pay-info i.yinlian{
    background: url("../images/i/yl.png") no-repeat center;
    background-size: cover;
}
.cart-pay-ok{
    padding: 15px;
}
.cart-pay-ok .cart-pay-ok-info{
    text-align: center;
}
.cart-pay-ok .cart-pay-ok-info i{font-size: 24px;}
.cart-pay-ok .cart-pay-ok-info p{
    font-size: 1.6rem;
    line-height: 32px;
    color: #fff;
}
.cart-pay-ok .cart-pay-ok-info .price{
    color: #fff;
    font-size: 2.0rem;
}
.cart-pay-ok .cart-pay-ok-btn{width: 60%;margin: 15px auto;}
.cart-pay-ok .cart-pay-ok-btn a{
    width: 44%;
    color: #fff;
    text-align: center;
    border: 1px solid #e0e0e0;border-radius: 20px;
    line-height: 30px;
}

/*购物车优惠券弹框*/
.cart-mask-Coupon-item{
    width: 96%;
    margin-left: 4%;
    position: relative;
    border-bottom:1px solid #ebebeb ;
    padding: 10px 0;
}
.cart-mask-Coupon-item .left{
    width: 70%;
}
.cart-mask-Coupon-item .left .price{
    font-size: 2.6rem;
    margin-bottom: 10px;
    color: #f00000;
}

.cart-mask-Coupon-item .price em{
    font-size: 1.4rem;
}
.cart-mask-Coupon-item .condition{
    color: #666666;
    font-size: 1.4rem;
}
.cart-mask-Coupon-item .time{
    color: #999;
    font-size: 1.2rem;
}
.cart-mask-Coupon-item  .now-receive{
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 2.2rem;
    font-size: 1.6rem;
    margin-top: -1.1rem;
    color: #f20001;
    padding: 0 1.0rem;
    border: 1px solid #f20001;
    border-radius: 5px;
    margin-right: 10px;
}

.consult-info-det{
    padding: 15px;
    border-bottom: 1px solid #efefef;
}

.consult-info-det ul li,.dingdan_xx p{width: 100%;color: #888;font-size: 12px;line-height: 24px;}
.consult-info-det ul li:last-child{color: #333;font-size: 14px;}
.consult-info-det ul li em{float: left}
.consult-info-det ul li span{float: right}



.dingdan_xx{padding: 15px;}
.now-zhifu{padding: 10px 15px;}
.now-zhifu a{padding: 5px 10px;border-radius: 3px;text-align: center;font-size: 14px;display: inline-block;margin: 0px 5px;border: 1px solid #efefef;float: right;}
.now-zhifu .now_pay{color: #e33;border: 1px solid #e33;}









/*京东版购物车*/


.cart-item-con .huocar_box{
    position: relative;
    height: 110px;
    margin-top: 20px;
}
.cart-item-con .huocar_box .cart-choice{top: 38%;}

.cart-box-con .cart-box-img{
    width: 70%;
    position: relative;
    float: left;
}
.cart-box-con .cart-box-img{
    width: 80px;
    height: 80px;
}
.cart-box-con .cart-box-img img{
    width: 100%;
}


.cart-box-con .text_con{
    width: 70%;
    float: right;
    height: 80px;
    margin-right: 10px;
}

.cart-box-con .text_con .shop_type{border: 1px solid #f8f8f8;padding: 3px 5px;display: block;margin: 5px 0;position: relative;color: #888;}
.cart-box-con .text_con .shop_tit h2{font-weight:500;}
.cart-box-con .text_con .shop_type i{position: absolute;right: 8px;font-size: 12px;}
.cart-box-con .text_con .shop_edit {margin-top: 8px;}
.cart-box-con .text_con .shop_edit  .price{
    color: #e33;float: left;font-size: 16px;
}
.cart-box-con .text_con .shop_edit .num-edit{background: #f8f8f8;float: right;height: 24px;;}
.cart-box-con .text_con .shop_edit .num-edit .iconfont {
    float: left;
    line-height: 28px;
    padding: 0 6px;
    font-size: 1.4rem;
    cursor: pointer;
}
.cart-box-con .text_con .shop_edit .num-edit input {
    float: left;
    line-height: 24px;
    padding: 0 6px;
    width: 50px;
    text-align: center;
    margin: 0 2px;
    background: #f8f8f8;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.cart-box-con .text_con  .turn_box{text-align: right;font-size: 12px;line-height: 24px;}
.cart-box-con .text_con  .turn_box a{color: #888;display: inline-block}
.cart-box-con .text_con  .turn_box em{padding: 0 10px;color: #ccc;}