.container {
    margin: 5px auto 10px;
    min-height: 500px;
    width: 1200px;
}

.container_top {
    height: 36px;
    overflow: hidden;
}

.container_top > span {
    border-bottom: 2px solid #e4393c;
    color: #e4393c;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
}

.container_top > span a {
    color: #e4393c;
    margin: 0 5px;
}

.container_title, .container_bottom {
    border: 1px solid #ededed;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
}

.container_title { background: #f3f3f3; }

.container_title span { float: left; }

.container_title span:first-child, .container_bottom span:first-child { width: 73px; }

.container_title span:first-child input, .container_bottom span:first-child input {
    float: left;
    margin: 15px 5px 0 15px;
}

.container_title span:nth-child(2) { width: 505px; }

.container_title span:nth-child(3) { width: 115px; }

.container_title span:nth-child(4) { width: 120px; }

.container_title span:nth-child(5) { width: 70px; }

.container_title span:nth-child(6) { width: 115px; }

.container_title span:nth-child(7) { width: 115px; }

.container_title span:nth-child(8) { width: 80px;}

.container ul li {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-top: none;
    height: 60px;
    padding: 20px 6px;
}

.container ul li.current {
    background: #fff4e8;
    border-color: #fff4e8;
}

.container ul li.notenabled {
    background: #DDDDDD;
    border-color: #DDDDDD;
}

.container ul li img {
    margin-right: 20px;
    width: 60px;
}

.container ul li > span {
    float: left;
    font-size: 14px;
}

.container ul li > span:first-child { width: 73px; }

.container ul li > span:nth-child(2) { width: 505px; }

.container ul li > span:nth-child(3) { width: 115px; }

.container ul li > span:nth-child(4) { width: 120px; }

.container ul li > span:nth-child(5) { width: 70px; }

.container ul li > span:nth-child(6) {
    font-size: 15px;
    font-weight: bold;
    width: 115px;
}

.container ul li > span:nth-child(7) { width: 115px; }
.container ul li > span:nth-child(8) { width: 70px; }

.container ul li > span:nth-child(2) div, .container ul li > span:nth-child(2) img { float: left; }

.container ul li > span:nth-child(2) div { width: 425px; }

.container ul li > span:nth-child(2) div span {
    display: block;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.container ul li > span:nth-child(2) div a:hover, .container ul li > span:nth-child(7) a:hover { color: #e4393c; }

.container ul li > span:nth-child(4) div > a {
    background: #fff;
    border: 1px solid #ededed;
    float: left;
    height: 20px;
    width: 18px;
}

.container ul li > span:nth-child(4) div input.product_quantity {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    color: #666;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    text-align: center;
    width: 50px;
}

.container ul li .a-sub, .container ul li .a-add {
    background: #eee none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 22px;
    line-height: 22px;
    width: 22px;
}


.container_empty {
    display: none;
    height: 300px;
}

.container_empty .empty {
    margin: 100px auto;
    width: 350px;
}

.empty img {
    float: left;
    margin-right: 20px;
    opacity: 0.7;
    width: 100px;
}

.empty div {
    float: left;
    line-height: 24px;
    margin-top: 40px;
    width: 230px;
}

.empty div p { font-size: 14px; }

.empty div a { color: #005ea7; }

.empty div a:hover { color: #e4393c; }

.container_bottom { margin-top: 10px; }

.container_bottom span:nth-child(2) {
    cursor: pointer;
    margin: 0 10px;
}

.container_bottom > span:nth-child(2):hover { color: #e4393c; }

.bottom_r {
    float: right;
    width: 400px;
}

.bottom_r span a {
    color: #e4393c;
    font-weight: bold;
    margin: 0 5px;
}

.bottom_pirce a { font-size: 16px; }

.bottom_r button {
    background: #e4393c;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    width: 96px;
}

.bottom_r .checkout {
    background: #2D6BC8;
    color: white;
    cursor: pointer;
    float: right;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
    width: 100px;
}

.bottom_l {
    float: left;
    width: 400px;
}

.bottom_l a, .bottom_l span { margin: 0 10px 0 5px; }

.bottom_l a:hover {
    color: #e4393c;
    margin: 0 10px 0 5px;
}

.add, .less {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

.less {
    background: #fff;
    border: 1px solid #ededed;
    float: left;
    height: 20px;
    width: 18px;
}

.add {
    background: #fff;
    border: 1px solid #ededed;
    float: left;
    height: 20px;
    width: 18px;
}

.product_quantity {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    color: #666;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    text-align: center;
    width: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"] { -moz-appearance: textfield; }

/*Ò³ÃæcssÇ¨ÒÆ*/

.head_cart-container { border-bottom: 1px solid #f1f1f1; }

.head_cart-container { border-bottom: 1px solid #f1f1f1; }