﻿@charset "utf-8";

/* 购物车 */
.cartBox {
    overflow: hidden;
}

.cartBox .emptyBox dl {
    background: url(../images/icon_cart.png) no-repeat center top;
    background-size: 100px auto;
}

.yes_goods {
    width: 100%;
    background: #fff;
}

.goods_choice {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    box-sizing: border-box;
}

.goods_choice span {
    margin-left: 8px;
}

.goods_deta {
    width: 100%;
}

.goods_deta dl {
    width: 100%;
    padding: 15px 8px;
    box-sizing: border-box;
    border-top: solid 1px #e0e0e0;
    display: -webkit-box;
}

.goods_deta dl dt {
    width: 28%;
    display: block;
    display: -webkit-box;
    -webkit-box-align: center;
}

.goods_deta dl dt font {
    display: block;
    -webkit-box-flex: 1;
}

.goods_deta dl dt span {
    width: 78%;
    display: block;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
}

.goods_deta dl dt span img {
    width: 100%;
}

.goods_deta dl dd {
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
}

.goods_deta dl dd p {
    line-height: 18px;
    max-height: 36px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.goods_deta dl dd span {
    width: 100%;
    height: 16px;
    line-height: 16px;
    color: #999999;
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

.goods_deta dl dd font {
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: block;
    margin-top: 3px;
}

.goods_deta dl dd font em {
    height: 20px;
    line-height: 20px;
    color: #863131;
    float: left;
}

.goods_deta dl dd font i {
    height: 20px;
    float: right;
}

.goods_plus {
    width: 20px;
    height: 20px;
    float: left;
    border: solid 1px #e2e2e2;
    background: url(../images/icon_66.jpg) no-repeat center;
    background-size: 20px auto;
}

.goods_text {
    width: 50px;
    height: 18px;
    float: left;
    font-size: 12px;
    text-align: center;
    color: #666;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    border-left: none;
    border-right: none;
}

.goods_reduce {
    width: 20px;
    height: 20px;
    float: left;
    border: solid 1px #e2e2e2;
    background: url(../images/icon_67.jpg) no-repeat center;
    background-size: 16px auto;
}

.goods_bottom {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    z-index: 999;
    /*position: fixed;*/
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
}

.goods_bottom_left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
    overflow: hidden;
}

.goods_bottom_left dl {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    height: 49px;
    line-height: 49px;
}

.goods_bottom_left dl dt {
    margin: 0 8px;
    overflow: hidden;
}

.goods_bottom_left dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    font-size: 16px;
    color: #863131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 5px;
}

.goods_bottom_left dl dd i {
    font-size: 12px;
    color: #999;
    margin-right: 5px;
}

.goods_bottom_right {
    width: 130px;
}

.goods_bottom_right a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
}

.goods_bottom_right a.goods_finish {
    color: #fff;
    background: #863131;
}

.goods_bottom_right a.goods_delete {
    color: #fff;
    background: #d8d8d8;
}

.shopping_cart {
    width: 100%;
}

.shopping_prompt {
    width: 100%;
    height: 50px;
    background: linear-gradient(90.00deg, rgba(215,12,25,1.00) 0%,rgba(215,12,25,1.00) 0%,rgba(215,12,25,0.73) 99.237%);
    color: #fff;
    display: -webkit-box;
    padding: 0 2%;
    box-sizing: border-box;
}

.shopping_prompt span {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    display: block;
    -webkit-box-flex: 1;
}

.shopping_prompt font {
    height: 30px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    padding: 0 10px;
    background: #000;
}

.shopping_prompt font a {
    color: #fff;
}

/* 购物车结束 */