@charset "UTF-8";
/** 购物车标题栏 */
.cart-filter-bar {
    margin-top: 10px;
}
.cart-filter-bar .switch-cart {
    position: relative;
    overflow: hidden;
}
.cart-filter-bar .switch-cart li {
    float: left;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 0 10px;
    cursor: pointer;
    margin: 5px 30px 0 0;
}
.switch-cart li a:hover{
    color: #333333;
}
.cart-filter-bar .switch-cart li a {
    font-size: 16px;
}
.cart-filter-bar .switch-cart li.curr, .cart-filter-bar .switch-cart li.curr a {
    color: #52aa80;
}
.cart-filter-bar .switch-cart li.curr, .cart-filter-bar .switch-cart li.curr a {
    color: #52aa80;
}

.cart-main .cart-thead {
    display: inline-block;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 5px 0;
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
    border-top: 0;
}
.cart-tbody{margin-top: 15px;}
.cart-tbody .item-selected, .cart-tbody .item-selected .single-header {
    background: #fff4e8;
}
.cart-main .cart-thead .column {
    float: left;
}
.cart-main .cart-thead .t-checkbox {
    height: 18px;
    line-height: 18px;
    padding-top: 7px;
    width: 122px;
    padding-left: 11px;
}

.cart-main .zkcheckbox, .cart-main .zkradio {
    float: none;
    position: relative;
    z-index: 5;
    vertical-align: middle;
    _vertical-align: -1px;
    margin: 3px 3px 0 0;
    padding: 0;
}
.cart-checkbox {
    position: relative;
    z-index: 3;
    float: left;
    margin-right: 5px;
}
.cart-checkbox label {
    display: none;
}
.cart-main-new .cart-thead .t-goods {
    width: 208px;
}
.cart-main .cart-thead .t-props {
    width: 140px;
    height: 32px;
    padding: 0 20px;
}
.cart-main .cart-thead .t-price {
    width: 120px;
    padding-right: 40px;
    text-align: right;
}
.cart-main .cart-thead .t-quantity {
    width: 80px;
    text-align: center;
}
.cart-main .cart-thead .t-sum {
    width: 100px;
    padding-right: 40px;
    text-align: right;
}
.cart-main .cart-thead .t-action {
    width: 75px;
}
.cart-main .cart-thead:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/** 购物车商品体 单商品 */
.cart-list-item {
    margin-bottom: 20px;
}
.cart-tbody .cart-product-type {
    height: 30px;
    line-height: 30px;
    padding-left: 11px;
    font-weight: 700;
}
.cart-tbody .cart-product-type .product-type-txt {
    float: left;
    width: 538px;
    _width: 530px;
}
.cart-tbody .cart-product-type .type-name {
    display: inline-block;
    max-width: 210px;
    overflow: hidden;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}
.cart-tbody .cart-product-type .self-type-name {
    width: 54px;
    height: 18px;
    background: url(//misc.360buyimg.com/user/cart/css/i/cart-icons-2017.png) 0 -177px no-repeat;
    overflow: hidden;
    line-height: 99em;
    color: #e4393c;
}
.item-list {
    border-style: solid;
    border-width: 2px 1px 1px;
    _border-width: 1px;
    border-color: #aaa #f1f1f1 #f1f1f1;
    background: #fff;
}
.cart-tbody .item-selected, .cart-tbody .item-selected .single-header {
    background: #fff4e8;
}
.cart-tbody .item-item {
    position: relative;
    padding: 0 10px 1px 40px;
    line-height: 20px;
    border-top: 1px solid #c5c5c5;
    _height: 116px;
    background: #fff;
}
.cart-tbody .item-item .p-checkbox {
    position: absolute;
    z-index: 3;
    left: 10px;
    top: 0;
    width: 30px;
    min-height: 10px;
    _height: 10px;
}
.cart-tbody .item-item .cell {
    float: left;
    padding: 15px 0 10px;
}
.cart-tbody .item-item .p-goods {
    width: 300px;
}
.cart-tbody .item-item .goods-item {
    display: inline-block;
    display: block;
}
.cart-tbody .item-item .goods-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cart-tbody .item-item .item-form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cart-tbody .item-item .goods-item .p-img {
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    margin-right: 10px;
    background: #fff;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.cart-tbody .item-item .goods-item .p-img img{width:100%;}
.cart-tbody .item-item .goods-item .p-name {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.cart-tbody .item-item .goods-item .p-name a {
    color: #333;
}
.cart-tbody .item-item .p-props-new {
    width: 100px;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 10px 0;
}
.cart-tbody .item-item .p-props-new {
    width: 160px;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 10px 0;
}
.cart-tbody .item-item .p-sum strong {
    color: #333;
    font-weight: 700;
    display: block;
}
.cart-tbody .item-item .p-price strong {
    display: block;
    color: #333;
    font-weight: 400;
}
.cart-tbody .item-item .p-price {
    width: 120px;
    padding-right: 40px;
    font-family: verdana;
    text-align: right;
}
.cart-tbody .item-item .p-quantity {
    width: 80px;
}
.cart-tbody .item-item .p-quantity .quantity-form {
    position: relative;
    overflow: hidden;
    height: 22px;
    width: 80px;
    text-align: center;
}
.cart-tbody .item-item .p-quantity .decrement.disabled, .cart-tbody .item-item .p-quantity .increment.disabled {
    cursor: default;
    color: #e9e9e9;
}
.cart-tbody .item-item .p-quantity .decrement {
    float: left;
}
.cart-tbody .item-item .p-quantity .decrement, .cart-tbody .item-item .p-quantity .increment {
    border: 1px solid #cacbcb;
    border-right: 0;
    height: 18px;
    line-height: 18px;
    padding: 1px 0;
    width: 16px;
    text-align: center;
    color: #666;
    margin: 0;
    background: #fff;
}
.cart-tbody .item-item .p-quantity .itxt {
    position: absolute;
    left: 17px;
    top: 0;
    border: 1px solid #cacbcb;
    width: 42px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 1px;
    margin: 0;
    font-size: 12px;
    font-family: verdana;
    color: #333;
    -webkit-appearance: none;
}
.cart-tbody .item-item .p-quantity .increment {
    float: right;
    border: 1px solid #cacbcb;
    border-left: 0;
    color: #666;
}
.cart-tbody .item-item .p-sum {
    width: 100px;
    padding-right: 40px;
    text-align: right;
    font-family: verdana;
}
.cart-tbody .item-item .p-ops {
    width: 75px;
}
.cart-tbody .item-item .p-ops a {
    color: #666;
    display: block;
}

/**	商品套餐 */
.cart-tbody .item-full {
    position: relative;
    background: url(/images/huangou.png) -9px 0 repeat-y;
}
.cart-tbody .item-header {
    padding: 5px 10px;
    line-height: 26px;
    color: #999;
    display: inline-block;
    display: block;
}
.cart-tbody .item-full, .cart-tbody .item-single, .cart-tbody .item-suit {
    border-top: 1px solid #ccc;
}
.cart-tbody .item-full .item-header {
    background: #fff;
    position: relative;
    z-index: 2;
    height: 26px;
}
.cart-tbody .item-header .taocan-check {
	float:left;
	width: 20px;
}
.cart-tbody .item-header .f-txt {
    float: left;
    width: 645px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cart-tbody .item-header .f-quantity{
	float: left;
	width: 80px;
}
.cart-tbody .item-header .f-quantity .quantity-form {
    position: relative;
    overflow: hidden;
    height: 22px;
    width: 80px;
}
.cart-tbody .downspan, .cart-tbody .upspan {
    color: #333;
    display: block;
    font-family: verdana;
    font-size: 12px;
    height: 22px;
    left: 19px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 42px;
    z-index: 2;
}
.cart-tbody .item-header .f-quantity .decrement {
    float: left;
}
.cart-tbody .item-header .f-quantity .decrement.disabled, .cart-tbody .item-header .f-quantity .increment.disabled {
    cursor: default;
    color: #e9e9e9;
}
.cart-tbody .item-header .f-quantity .decrement, .cart-tbody .item-header .f-quantity .increment {
    border: 1px solid #cacbcb;
    border-right: 0;
    height: 18px;
    line-height: 18px;
    padding: 1px 0;
    width: 16px;
    text-align: center;
    color: #666;
    margin: 0;
    background: #fff;
}
.cart-tbody .item-header .f-quantity .itxt {
    position: absolute;
    left: 17px;
    top: 0;
    border: 1px solid #cacbcb;
    width: 42px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 1px;
    margin: 0;
    font-size: 12px;
    font-family: verdana;
    color: #333;
    -webkit-appearance: none;
}
.cart-tbody .item-header .f-quantity .increment {
    float: right;
    border: 1px solid #cacbcb;
    border-left: 0;
    color: #666;
}
.cart-tbody .item-header .f-price {
    float: left;
    min-width: 100px;
    text-align: right;
    font-family: verdana;
    color: #333;
    padding-right: 40px;
}
.cart-tbody .item-header .f-ops {
	float: left;
    width: 75px;
}
.cart-tbody .item-header .f-ops a {
    color: #666;
    display: block;
}
.cart-tbody .item-header .f-price strong {
    color: #333;
    font-weight: 400;
}
.cart-tbody .item-give .line-circle {
    display: block;
    position: absolute;
    z-index: 2;
    top: -17px;
    left: 2px;
    height: 29px;
    width: 7px;
    background: url(/images/huangou.png) 0 -17px no-repeat;
}
.cart-tbody .item-last {
    border-bottom: 0;
}
.cart-tbody .item-header .full-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #f48719;
    border: 1px solid #f48719;
    color: #fff;
    padding: 1px 10px;
    height: 16px;
    line-height: 16px;
    margin: 0 10px 0 5px;
}
.cart-tbody .item-header .full-icon b {
    display: block;
    position: absolute;
    width: 5px;
    height: 6px;
    left: -1px;
    bottom: -5px;
    background: url(/images/huangou.png) 0 0 no-repeat;
    overflow: hidden;
}
.cart-tbody .item-full .item-line {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: url(/images/huangou.png) -9px 0 repeat-y;
}
.cart-tbody .item-full .item-last .item-line {
    display: none;
}
.line-circle-taocan {
    background: rgba(0, 0, 0, 0) url("/images/huangou.png") no-repeat scroll 0 -25px;
    display: block;
    height: 15px;
    left: 2px;
    position: absolute;
    top: -6px;
    width: 7px;
    z-index: 2;
}