/* <style> */
.u-g-cart {
    position: relative;
    z-index: 4;
    height: 43px;
    border: 1px solid #e3e4e5;
}

.u-g-cart .c-n {
    position: relative;
    z-index: 9;
    width: 178px;
    height: 43px;
    line-height: 43px;
    background-color: white;
    color: #fe0000;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.u-g-cart:hover {
    border-color: #ccc;
}

.u-g-cart:hover .c-n {
    height: 33px;
}

.u-g-cart .c-n .share-shopcar-index {
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../images/ico-tphsop-index.png") no-repeat -200px -40px;
}

.u-g-cart .c-n .shop-nums {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 3px 0 4px;
    min-width: 10px;
    background-color: #fe0000;
    color: #fff;
    border-radius: 8px;
    vertical-align: top;
    margin-top: 2px;
}

.u-g-cart .c-num {
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2px
}

.u-g-cart .c-num {
    width: 28px;
    height: 45px;
    padding-left: 36px;
    background-color: #fe0000;
    color: #fff;
    position: relative
}

.u-g-cart .c-num .count {
    font-weight: 700;
}

.u-fn-cart {
    display: none;
    position: absolute;
    top: 43px;
    right: -1px;
    width: 288px;
    background: #fff;
    border: 1px solid #ccc;
}

.u-g-cart:hover .u-fn-cart {
    display: block
}

.u-fn-cart .empty-c {
    width: auto;
    height: 80px;
    line-height: 80px;
    text-align: center
}

.u-fn-cart .empty-c span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding-left: 67px;
    position: relative
}

.u-fn-cart .empty-c span .c-i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/ico-tphsop-index.png") no-repeat -315px 0;
    position: absolute;
    top: 12px;
    left: 10px
}

.u-fn-cart .mn-c-box {
    width: 288px;
    position: relative;
    background-color: #e9e9e9;
}

.u-fn-cart .c-store {
    background-color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.u-fn-cart .c-store-tt {
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    border-bottom: 1px solid #e9e9e9;
    color: #666;
}

.u-fn-cart .c-sale-b {
    margin: 5px 15px 0;
    height: 24px;
    line-height: 24px;
    background: #e9e9e9;
    color: #c20053;
    overflow: hidden;
}

.u-fn-cart .i {
    padding: 0 3px;
    margin: 0 5px;
    background: #f58813;
    color: #fff;
}

.u-fn-cart .c-item {
    padding: 5px 15px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}

.u-fn-cart .del {
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #e9e9e9;
    top: 5px;
    right: 15px;
    display: none;
}

.u-fn-cart .c-store:hover .del {
    display: block;
}

.u-fn-cart .goods-pic {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    overflow: hidden;
}

.u-fn-cart .goods-pic>img {
    width: 100%;
}

.u-fn-cart .c-item .goods-name {
    display: block;
    width: 180px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    color: #666;
    margin-bottom: 6px;
}

.u-fn-cart .c-item .num {
    color: #333;
}

.u-fn-cart .mn-c-total {
    padding: 10px 14px 18px;
    background: #e9e9e9;
    font-weight: 700;
}

.u-fn-cart .mn-c-total .c-t {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.u-fn-cart .mn-c-total .c-btn {
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #fe0000;
}

.u-fn-cart .mn-c-total .c-btn:hover {
    background: #d03031;
}

/* </style> */