#header {
    height: 36px;
    background: #f5f5f5;
}

.h_inner .r_nav li a {
    color: #afafaf;
}

.h_inner .r_nav li a:hover {
    color: #cf0a2c;
}

.h_inner li a:hover {
    color: #cf0a2c;
}

.h_inner li .bg {
    background: #d3d3d3;
}

/* top部分 */
#top {
    height: 70px;
    padding: 10px 0;
    background: #fff;
}

.top {
    height: 100%;
}

.top .left {
    float: left;
}

.top .left .logo {
    margin-top: 8px;
    float: left;
    margin-right: 34px;
}

.logo a {
    float: left;
    width: 120px;
    height: 36px;
}

.logo a img {
    width: 120px;
    height: 36px;
}

.top .left span {
    float: left;
    /* margin-left: 26px; */
    font-size: 22px;
    line-height: 36px;
    color: #3a3a3a;
    margin-top: 9px;
}

.top .right {
    float: right;
}

.top .right .mycurt {
    margin-top: 2px;
    width: 320px;
    height: 50px;
    background: rgba(0, 0, 0, 0) url(https://warehouse-1309123434.cos.ap-chengdu.myqcloud.com/huawei/VMALL/sprites6.806df78.svg) no-repeat;
    background-position: -42px -22px;
}



/* 主体内容 */
#main {
    background: #f5f5f5;
    min-width: 1200px;
    min-height: 450px;
    padding-bottom: 100px;
}

.h20 {
    width: 100%;
    height: 20px;
}

/* 空购物车 */
.empty {
    height: 500px;
    padding-top: 135px;
    background: #fff;
    text-align: center;
    color: #7f7f7f;
    font-size: 14px;
    display: none;
}

.empty .icon {
    height: 100px;
    margin-bottom: 36px;
}

.empty p {
    font-size: 18px;
    color: #a4a4a4;
    margin-bottom: 16px;
}

.empty a {
    width: 172px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 0 auto;
    background: #ca141d;
    border-radius: 2px;
}

/* 商品信息 */
.products {
    display: none;
}

.pro-top {
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    color: #a4a4a4;
}

.pro-top-left {
    float: left;
    width: 150px;
    line-height: 40px;
    color: #a4a4a4;
}

.pro-top-left span {
    margin-right: 10px;
    cursor: pointer;
    background: url(https://warehouse-1309123434.cos.ap-chengdu.myqcloud.com/huawei/VMALL/icon-header.c4189e7.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: -18px -129px;
    /* color: hsla(0,0%,100%,0); */
    vertical-align: text-top;
}

.pro-top ul {
    float: left;
}

.pro-top ul li {
    float: left;
    width: 100px;
    text-align: center;
    margin-left: 30px;
}

.pro-list {
    height: 140px;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 40px;
    background: #fff;
}

.pro-list .pro-list-left {
    float: left;
    margin: 43px 3px 0 0;
}

.pro-list .pro-list-left>span {
    margin-right: 10px;
    cursor: pointer;
    background: url(https://warehouse-1309123434.cos.ap-chengdu.myqcloud.com/huawei/VMALL/icon-header.c4189e7.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: -18px -129px;
    /* color: hsla(0,0%,100%,0); */
    vertical-align: text-top;
}

.pro-main {
    float: left;
    height: 100%;
}

.pro-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.pro-img a {
    float: left;
    width: 100%;
    height: 100%;
}

.pro-img a img {
    width: 100%;
    height: 100%;
}

.pro-main ul {
    float: left;
}

.pro-main ul li {
    float: left;
    text-align: center;
}

.pro-main ul li .pro-title {
    display: block;
    margin-bottom: 2px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3a3a3a;
    text-align: left;
    font-size: 14px;
}

.pro-main ul li .pro-info {
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 17px;
    text-align: left;
    font-size: 14px;
}

.pro-main ul li .p-label {
    text-align: left;
}

.p-label span {
    font-size: 14px;
    color: #ca141d;
    line-height: 18px;
    padding: 0 8px;
    margin-right: 8px;
    border: 1px solid #ca141d;
    float: left;
    margin-top: 6px;
}

.pro-price span {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.pro-stock {
    border: 1px solid #d6d6d6;
    width: 88px;
    margin: 0 auto;
    height: 22px;
    border-radius: 2px;
    position: relative;
}


#num {
    width: 42px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 22px;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-top: none;
    border-bottom: none;
    z-index: 1;
}

.stock-btn {
    width: 86px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.cut {
    color: #717171;
    cursor: pointer;
    width: 21px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 16px;
    text-align: center;
}

.add {
    width: 21px;
    height: 20px;
    line-height: 19px;
    float: right;
    font-size: 16px;
    text-align: center;
    color: #717171;
    cursor: pointer;
}

.pro-total {
    color: #ca141d;
    font-weight: 700;
    font-size: 14px;
}

.pro-del {
    font-size: 14px;
    color: #a4a4a4;
}

.pro-bottom {
    margin-top: 10px;
    background: #fff;
    height: 60px;
    padding-left: 40px;
}

.pro-bottom .left {
    float: left;
    height: 60px;
    line-height: 60px;
    color: #3a3a3a;
}

.pro-bottom .left .checkAll {
    margin-right: 10px;
    cursor: pointer;
    background: url(https://warehouse-1309123434.cos.ap-chengdu.myqcloud.com/huawei/VMALL/icon-header.c4189e7.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: -18px -129px;
    /* color: hsla(0,0%,100%,0); */
    vertical-align: text-top;
}

/* 选中状态 */
.checked {
    background-position: 0 -129px !important;
}

.pro-bottom .left .del {
    margin-left: 20px;
    cursor: pointer;
}

.pro-bottom .btn {
    float: right;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: #ca151e;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.allPrice {
    float: right;
    padding-right: 30px;
    margin-top: 7px;
    text-align: right;
    font-size: 14px;
    color: #3a3a3a;
}

.allPrice p {
    line-height: 1.5;
    position: relative;
}

.allPrice p .total-price {
    color: #ca151e;
    font-size: 18px;
    font-weight: 700;
}

.allPrice p i {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -18px;
    top: 7px;
    background: url(https://warehouse-1309123434.cos.ap-chengdu.myqcloud.com/huawei/VMALL/icon-order.6c7ea20.png) no-repeat;
    cursor: pointer;
    background-position: -22px -137px;
}

.allPrice .choose {
    color: #a4a4a4;
    font-size: 12px;
}

.allPrice .choose .number {
    color: #ca151e;
    margin: 0 5px;
    font-weight: 700;
}

.allPrice .choose .preferential {
    color: #3a3a3a;
}