﻿.cart {
    width: 1200px;
    margin-top: 30px;
}

.cart-title {
}

    .cart-title span {
        display: inline-block;
        width: 110px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        border-top: 2px solid #289ce9;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }

.cart-login {
    display: block;
    text-align: center;
    margin-top: 50px;
}

    .cart-login a {
        color: red;
    }

.cart-body {
    width: 1200px;
    min-height: 500px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-bottom: 3px solid #e7e7e7;
}

.table-box {
    width: 1160px;
    margin-top: 30px;
}

.cart-body table {
    background: white;
    border-collapse: collapse;
}

    .cart-body table thead tr {
        height: 30px;
    }

    .cart-body table tfoot tr {
        height: 30px;
        text-align: right;
    }

.cart-body span {
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

/*产品数量*/
.cart-body input {
    width: 60px;
}

/*产品图片*/
.cart-img {
    width: 160px;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
}

    .cart-img img {
        max-width: 160px;
        max-height: 120px;
    }

.cart-price {
    color: red;
}

/*删除购物车*/
.cart-delete {
    color: white;
    padding: 4px 11px 4px 11px;
    background: #c80404;
    text-decoration: none;
}

/*按钮*/
.cart-btn {
    margin-top: 35px;
    margin-bottom: 30px;
}

    .cart-btn a {
        font-size: 14px;
        color: white;
        padding: 6px 17px 6px 17px;
        border-radius: 3px 3px;
        background: #0b62a1;
        margin: 0 20px 0 20px;
        text-decoration: none;
    }
