.cart_box {
    line-height: 40px;
    margin-top: 7px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    color: #e69d00;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.cart_box_list {
    position: absolute;
    background-color: white;
    border: 1px solid #d3d3d3;
    top: 0vh;
    right: 0px;
    transition: all 0.3s ease 0s;
    width: 360px;
}

.cart_hd {
    margin-left: 5px;
    line-height: 30px;
    font-weight: bold;
}

.cart_bd {
    background: #fff;
    height: auto !important;
    max-height: 344px;
    overflow-y: auto;
}

.cart_box_list li {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 5px;
    height: 80px;
}

.cart_box_list li:hover {
    background-color: #f8f8f8;
}

.cart-img {
    float: left;
}

.cart-content {
    padding-left: 10px;
    text-align: left;
    line-height: 18px;
    max-height: 72px;
    float: left;
    width: 160px;
}

.cart-content span {
    display: block;
    margin-top: 5px;
}

.cart-price {
    font-weight: bold;
}

.cart-delete-btn {
    cursor: pointer;
}

.cart_ft_info {
    float: left;
    line-height: 29px;
}

.cart_ft_lk {
    float: right;
    height: 29px;
    padding: 0 10px;
    background: #e4393c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.cart-del {
    float: right;
    margin-top: 12px;
    text-align: right;
}

.cart_ft {
    background-color: #f8f8f8;
    display: flow-root;
    padding: 5px;
}

.cart_heard_tips {
    border: 1px solid #edd28b;
    background: #fffdee;
    padding: 10px 20px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #f70;
}

.cart_heard h2::before {
    content: '';
    background-color: #cb0b0b;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 5em;
    padding: 0px 25px;
}

.cart_heard h2::after {
    content: '';
    background-color: #cb0b0b;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 5em;
    padding: 0px 25px;
}

.div_table {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.div_table_th {
    border-top: 2px solid #dddddd;
    background-color: #f5f5f5;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.blank_row {
    border: none;
    height: 15px;
}

.adjust_center {
    /*justify-content: center;*/
    align-items: center;
    display: -webkit-flex;
}

.div_table_group_title {
    background-color: whitesmoke;
    border: 1px solid #dddddd;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
}

.div_table_td {
    padding: 5px;
    border-left: 1px solid #dddddd;

    border-right: 1px solid #dddddd;

    border-bottom: 1px solid #dddddd;
}

.left_border {
    border-left: 1px solid #dddddd;
}

.right_border {
    border-right: 1px solid #dddddd;
}

.xs_dotted_top_border {
    padding-top: 20px !important;
}

.bar-wrapper {
    height: 50px;
    position: fixed;
    bottom: -1px;
    z-index: 99;
    background: #e5e5e5;
    padding: 0px;
}

.bar-wrapper .bar-right {
    float: right;
    color: #3c3c3c;
}

.bar-wrapper .bar-right strong {
    color: #f40;
}

.bar-wrapper .bar-right .piece {
    float: left;
    min-width: 100px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
}

.bar-wrapper .bar-right .piece-title {
    width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    float: left;
}

.bar-wrapper .bar-right .piece .piece_num {
    display: inline-block;
    padding: 0 5px;
    font-weight: 700;
    font-size: 18px;
    font-family: tohoma, arial;
}

.bar-wrapper .bar-right .total_money {
    float: left;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bar-wrapper .bar-right .total_money .total_text {
    font-weight: 400;
    font-size: 20px;
    font-family: Arial;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.bar-wrapper .bar-right .cal_btn {
    float: left;
}

.bar-wrapper .bar-right .cal_btn a {
    display: block;
    width: 100px;
    height: 50px;
    color: #fff;
    background: #B0B0B0;
    cursor: not-allowed;
    font-size: 22px;
    letter-spacing: 5px;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
}

.bar-wrapper .bar-right .cal_btn a.btn_sty {
    background: #f40;
    cursor: pointer;
}

.margin_bottom_15 {
    margin-bottom: 15px;
}

.margin_right_15 {
    margin-right: 15px;
}

.new_table_tr_item_title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
}

.goods-product-name {
    width: 30vw;
}

.goods-product-images-name {
    margin-left: 110px;
}

@media (max-width: 997px) {
    .cart_box {
        margin-top: 3px;
        padding: 0px;
    !important;
        border: 1px solid #dddddd;
    }

    .goods-product-name {
        width: 30vw;
    }
}

@media (max-width: 768px) {
    .cart_box {
        line-height: normal;
        margin-top: 3px;
        padding: 0px;
    !important;
        border: none;
    }

    .new_table_tr_item_title {
        width: 90vw;
    }

    .goods-product-name {
        width: 60vw;
    }

    .xs_dotted_top_border {
        border-top: 2px dotted #dddddd;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .xs_text_align_right {
        text-align: right !important;
        padding-right: 20px !important;
    }

    .bar-wrapper {
        position: initial;
        bottom: auto;
        z-index: auto;
    }
}