﻿@charset "utf-8";

a {
    cursor: pointer;
}

    a:link, a:visited, a:hover, a:active {
        color: #333;
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }

.edit-cart {
    float: right;
    padding: 0 18px 0 0;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
}

.cartlist {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .cartlist.cart-0marg {
        margin-bottom: 0px;
        border-top: 0px;
        border-bottom: 1px solid #f5f5f5;
    }

.yushou2 {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/yus.gif) no-repeat;
    background-size: 40px;
}

.article-hed, .ordered-list, .panels {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.close-cart, .payok .left span, .moren {
    background: url(../images/ico.png) no-repeat;
}

.cart-g {
    width: 100%;
    overflow: hidden;
}

.gcell {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chkbox {
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    padding-top: 8px;
}

input.check-k {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background: url(../images/goux_02.png) no-repeat;
    background-size: 36px;
}

    input.check-k:checked {
        background-position: -18px 0px;
    }

    input.check-k.left-dw {
        left: 8px;
        top: 12px;
    }

input.chkall {
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    vertical-align: -4px;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background: url(../images/goux_02.png) no-repeat;
    background-size: 36px;
}

    input.chkall:checked {
        background-position: -18px 0px;
    }

.cartlist .cart-goods {
    display: block;
    font-size: 14px;
}

.cartlist .center {
    float: left;
    width: 60px;
    height: 60px;
}

.cartlist .right {
    padding-left: 100px;
    padding-right: 6px;
    font-size: 12px;
    line-height: 1.428571429;
}

.cartlist .zpright {
    padding-left: 70px;
    padding-right: 6px;
    font-size: 14px;
    line-height: 24px;
}

.checkbtn {
    width: 18px;
    height: 18px;
    vertical-align: -4px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background: url(../images/goux_02.png) no-repeat;
    background-size: 36px;
}

.num {
    position: relative;
    width: 100%;
    height: 30px;
    padding-top: 6px;
    line-height: 30px;
}

.goods-num {
    position: relative;
    width: 94px;
    height: 26px;
    margin-top: 10px;
    line-height: 26px;
    text-align: center;
}

    .goods-num:after {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ccc;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 0;
        pointer-events: none;
    }

.shop-num {
    float: left;
    width: 94px;
    height: 26px;
    line-height: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.shop-num input{max-width:30px;}
    .shop-num .zjg, .shop-num .zjg-r {
        float: left;
        width: 26px;
        height: 26px;
        border-right: 1px solid #ddd;
        font-size: 18px;
        text-align: center;
    }

    .shop-num .zjg-r {
        float: right;
        border-left: 1px solid #ddd;
        border-right: 0px;
    }
    .shop-num .minus, .shop-num .plus{
        float: left;
        width: 26px;
        height: 26px;
        border-right: 1px solid #ddd;
        font-size: 18px;
        text-align: center;
    }
    .shop-num .plus {
        float: right;
        border-left: 1px solid #ddd;
        border-right: 0px;
    }

    .shop-num .disChange {
        color: #ddd;
    }
    .shop-num input{text-align: center;}
    /*.credits{ padding-top:8px;}*/
    .input-num {
        float: left;
        height: 26px; /*width:49px;*/
        text-align: center;
        height: 32px;
    }

    .input-num input {
        border: 0px;
        width: 40px;
        height: 30px;
        background-color: transparent;
        outline: none;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        font-size: 14px;
    }

.close-cart {
    position: absolute;
    width: 22px;
    bottom: 0px;
    right: 0px;
    height: 26px;
    background-size: 140px;
    background-position: -86px -72px;
}

.cart-cash {
    background-color: #cdd1d9;
    padding: 16px 10px;
    height: 36px;
}

input.checkbtn[type=checkbox]:checked, input.checkbtn[type=radio]:checked {
    background-position: -18px 0px;
}

.checkbtn2 {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background: url(../images/goux_02.png) no-repeat;
    background-size: 36px;
}

input.checkbtn2[type=checkbox]:checked, input.checkbtn2[type=radio]:checked {
    background-position: -18px 0px;
}

.cart-cash .btn-b {
    float: right;
    width: 130px;
    text-align: right;
}

    .cart-cash .btn-b input {
        width: 130px;
        height: 36px;
        background-color: #d10000;
        color: #fff;
        font-size: 18px;
        border: 0px;
    }

.cart-func {
    float: left;
    line-height: 36px;
}

.cartlist .right .ufont9 {
    padding-bottom: 6px;
}

.giftbox {
    padding: 16px 0 0 0;
    margin: 0 0 0 35px;
    line-height: 25px;
    color: #666;
    font-size: 12px;
}

.gift-info {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

    .gift-info dl {
        float: left;
        width: 120px;
        margin: 0 10px 10px 0;
        border: 1px solid #f0f0f0;
    }

        .gift-info dl dt {
            float: left;
            width: 40px;
            padding-top: 5px;
            text-align: center;
            font-size: 0px;
        }

        .gift-info dl dd {
            float: left;
            width: 80px;
            background-color: #f8f8f8;
        }

.gift-s {
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #999;
}

.gift-func {
    width: 80px;
    height: 30px;
    background-color: #ddd;
}

.gift-minus {
    float: left;
    width: 39px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-right: 1px solid #fff;
    cursor: pointer;
    text-align: center;
}

.gift-plus {
    float: left;
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.gift-shm {
    line-height: 20px;
    padding-bottom: 6px;
}

    .gift-shm .gift-f {
        color: #999;
        font-weight: bold;
    }

.cart-fix {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

.o-sum {
    float: left;
    width: 68%;
    padding: 8px 0 8px 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.abtns {
    display: block;
    float: right;
    width: 32%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #e63333;
    font-size: 18px;
    color: #fff;
}

.cart-s .lb {
    display: inline-block;
    padding-right: 10px;
}

.cart-num {
    padding-top: 4px;
}

.num-c {
    font-size: 11px;
}

.address {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.order-item2 {
    padding: 0 0px 8px 8px;
    font-size: 16px;
}

.tab td {
    padding: 10px 0px;
    line-height: 22px;
    border-bottom: 1px dotted #ddd;
}

.btn-d {
    display: block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #eee;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
}

.addnew {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #eee;
}

.ulbox {
    width: 100%;
    overflow: hidden;
}

    .ulbox li {
        border-bottom: 1px dotted #ddd;
        padding: 7px 6px;
        font-size: 14px;
    }

input.cinput {
    height: 30px;
    width: 70%;
    border: 0px;
    outline: none;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
}

.yzmpic {
    display: block;
    float: right;
    cursor: pointer;
}

.phoneyzm {
    float: right;
    display: inline-block;
    width: 60%;
    padding: 8px 0px;
    text-align: center;
    background-color: #e6e6e6;
}

.shr {
    margin-left: 42px;
    font-size: 16px !important;
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

    .shr p {
        padding: 5px 0 0 0;
        line-height: 18px;
        font-size: 13px;
    }

.shr2 {
    margin-left: 42px;
    font-size: 16px;
}

    .shr2 p {
        padding: 5px 0 0 0;
        line-height: 18px;
        font-size: 13px;
    }

.toaddress {
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: #999;
}

.needv {
    float: right;
    display: block;
    width: 40%;
    padding-right: 15px;
    margin-right: 10px;
    text-align: right;
    background: url(../images/rr.png) no-repeat right center;
    background-size: 8px;
}

.invoice {
    display: none;
    width: 100%;
}

.invoices-inf {
    padding: 0 8px 18px 10px;
    line-height: 30px;
    display: none;
}

.inv-dw {
    padding: 8px 0px;
}

.input-a {
    width: 93%;
    border: 1px solid #ddd;
    padding: 8px 6px;
    box-shadow: inset 0px 3px 3px #f4f4f4;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.input-number {
    width: 100%;
    height: 36px;
    border: 0px;
    background-color: #f1f2f3;
    padding: 0 10px 0 10px;
    font-size: 14px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sendok {
    background-color: #eee;
    color: #bbb;
}

.textbox {
    width: 60%;
    height: 36px;
    border: 0px;
    padding: 8px 0 8px 6px;
    line-height: 18px;
    overflow: scroll;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #888;
}

.ulbox li.end-b {
    border-bottom: 0px;
}

.paybox {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 5px 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    box-sizing: border-box;
}

.s-pay {
    float: left;
    width: 33.333%;
    height: 60px;
    padding: 0 5px 0 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.banks {
    position: relative;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 45px;
}

    .banks span {
        display: block;
        margin: 9px 0 0 0;
        height: 28px;
        background: url(../images/bank.jpg) no-repeat;
        background-size: 120px;
    }

        .banks span.cmb {
            background-position: center -68px;
        }

        .banks span.cib {
            background-position: center -258px;
        }

        .banks span.abc {
            margin-top: 4px;
            background-position: center -227px;
        }

        .banks span.tenpay {
            background-position: center -32px;
        }

        .banks span.alipay {
            background-position: center 0px;
        }

    .banks .unionpay {
        margin: 5px 0 0 0;
        background: url(../images/unionpay.png) no-repeat center 0;
        background-size: auto 32px;
        height: 36px;
    }
    .banks span.wxzf {
        background-position: center -350px;
    }
    .banks span.ccb {
        margin-top: 4px;
        background-position: center -101px;
    }

    .banks span.boc {
        background-size: 100px;
        background-position: center -344px;
    }

    .banks i.spebank {
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 15px;
        line-height: 15px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        background-color: #F8B02C;
        font-style: normal;
    }

    .banks.curr {
        height: 43px;
        border: 2px solid #d33e4c;
    }

    .banks i.pay-yes {
        position: absolute;
        z-index: 100;
        display: block;
        width: 15px;
        height: 15px;
        bottom: 0px;
        right: 0px;
        background: url(../images/gouxuan.png) no-repeat;
        background-size: 15px;
    }

    .banks .wechat-df {
        margin: 5px 0 0 0;
        background: url(../images/wechat-daifu.jpg) no-repeat center center;
        background-size: auto 23px;
    }

    .banks .alipay-df {
        margin: 5px 0 0 0;
        background: url(../images/alipay-daifu.jpg) no-repeat center center;
        background-size: auto 23px;
    }

.cell {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #e0e0e0;
}

    .cell a.acell {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .cell .left {
        float: left;
        width: 65px;
        padding: 8px 0 0 0;
        text-align: center;
    }

    .cell .right {
        padding: 8px 10px 0 65px;
        font-size: 14px;
    }

        .cell .right.hgline {
            padding: 8px 10px 10px 0;
            margin-left: 10px;
            border-top: 1px dashed #ddd;
        }

.zengp {
    padding: 6px 0 10px 0;
    margin: 3px 0 0 70px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    border-top: 1px solid #f5f5f5;
}

.order-dj {
    padding-top: 6px;
}

.zpsm {
    width: 100%;
    padding-top: 2px;
    padding-left: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.jf-price {
    color: #39497a;
}
/*.quanpay{ padding:10px 0px 10px 10px; font-size:16px; cursor:pointer;}
.quanpay .yhq-jh{ display:block; float:right; padding-right:8px; font-size:12px; color:#2057b3;}*/
.dicbox {
    display: none;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    line-height: 30px;
    font-size: 14px;
}

.yhqlist {
    padding: 15px 10px;
    border-top: 1px dotted #ddd;
    font-size: 14px;
    line-height: 20px;
}

    .yhqlist dt, .yhqlist dd {
        padding: 2px 0px;
    }

.cancel-btn {
    border: 1px solid #ddd;
    padding: 6px 15px;
    background-color: #e6e6e6;
    box-shadow: inset 0px -2px 6px #ddd;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-left: 10px;
}

.dicp {
    padding: 10px 0 10px 10px;
    border-bottom: 1px dotted #e6e6e6;
}

    .dicp p {
        color: #888;
    }

.zhongmin {
    padding: 10px 8px 0px 8px;
    line-height: 20px;
    color: #888;
}

.dikbtn {
    width: 60px;
    border: 1px solid #5b7ed1;
    padding: 8px 6px;
    font-size: 14px;
    background-color: #5b7ed1;
    color: #fff;
}

.order-sum {
    padding: 0px 10px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

    .order-sum dl {
        width: 100%;
        overflow: hidden;
        line-height: 26px;
        padding: 5px 0px;
        border-bottom: 1px dotted #e6e6e6;
    }

        .order-sum dl dt {
            float: left;
            width: 50%;
            text-align: right;
        }

        .order-sum dl dd {
            float: right;
            width: 50%;
            text-align: right;
        }

.decimal {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
}

.decimal_2 {
    display: inline-block;
    padding-right: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
}

.userjf {
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.sh-sum {
    float: left;
    line-height: 35px;
    padding: 0 0 0 8px;
}

.wsum {
    padding: 10px 8px;
    text-align: right;
    font-size: 12px;
}

a.abtns2 {
    display: block;
    float: right;
    width: 32%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #d33e4c;
    font-size: 16px;
    color: #fff;
}

.shopping-fix {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    height: 48px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

.paytit {
    padding-bottom: 10px;
    padding-left: 4px;
}

.wine-en {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.grap {
    display: inline-block;
    padding-right: 15px;
}

.dik-ico {
    display: block;
    float: right;
    width: 0;
    height: 0px;
    margin: 8px 10px 0 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3463cf;
}

.payok {
    width: 94%;
    margin: 15px auto;
    padding-bottom: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 6px;
}

    .payok .left {
        float: left;
        width: 50px;
        height: 50px;
        padding: 30px 0 0 0;
    }

        .payok .left span {
            display: block;
            float: right;
            width: 34px;
            height: 25px;
            background-size: 243px;
            background-position: 0px -35px;
        }

    .payok .right {
        font-size: 20px;
        font-weight: bold;
        color: #2e8ad1;
        padding: 30px 15px 10px 60px;
        line-height: 24px;
    }

    .payok p {
        padding: 0px 10px 0px 15px;
        line-height: 24px;
    }

.buy {
    width: 100%;
    padding: 25px 0 0 0;
    text-align: center;
}

a.btn-g {
    width: 42%;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
    text-decoration: none;
    border: 0px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.btn-bgc {
    border: 1px solid #fa5555;
    background-color: #fa5555;
    margin-left: 10px;
    color: #fff;
}

.cart-null {
    padding: 20px 15px;
}

.nullico {
    height: 130px;
    background: url(../images/shopping-cart_03.png) no-repeat center top;
    ;
    background-size: 100px;
}

.cart-null-tip {
    padding: 0px 10px;
    text-align: center;
}

.null-tip {
    display: block;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #777;
}

.cart-null-tip a {
    display: block;
    width: 95%;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 16px;
    background-color: #6e9be5;
    color: #fff;
}
    .cart-null-tip a:hover {
        background-color: #6e9be5;
    }
    .cart-blank {
        background-color: #f9f9f9;
    }

/*.jh-t{ width:60px; height:25px; line-height:22px; background-color:#ea5454; color:#fff; padding:0 10px; border-bottom-right-radius:8px;}*/
.jihua-sm {
    line-height: 20px;
    padding: 10px;
    color: #000;
}

.jihua {
    padding: 10px 0 10px 0;
    margin: 0px 10px;
    border-top: 1px solid #e8e8e8;
}

.cartlist .right.jh-r {
    padding-left: 55px;
    line-height: 24px;
}

.jh-attr {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}

    .jh-attr span {
        display: block;
        float: left;
        margin-top: 8px;
        line-height: 34px;
        font-size: 12px;
    }

.jh-cell {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 2px solid #f1f1f1;
    cursor: pointer;
}

    .jh-cell.curr {
        border: 2px solid #e63333;
    }

    .jh-cell i {
        display: block;
        position: absolute;
        display: none;
        width: 14px;
        height: 14px;
        bottom: -2px;
        right: -2px;
        z-index: 100;
    }

    .jh-cell.curr i {
        display: block;
        background: url(../images/gouxuan.png) no-repeat;
        background-size: 14px;
    }

.jhsm {
    width: 100%;
    display: block;
    font-size: 11px;
    color: #666;
    line-height: 12px;
}

.tip02 {
    padding: 6px 8px;
    margin-top: -1px;
    margin-bottom: 20px;
    border: 1px solid #efead9;
    background-color: #fffcf1;
    color: #9a7938;
    text-align: left;
}

.tip02-ico {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    background: url(../images/tip_03.png) no-repeat;
    background-size: contain;
}

.tip02 p {
    padding: 0 0 0 24px;
    line-height: 17px;
}
/*.fix-wl{ position:fixed; width:100%; bottom:0px; z-index:99;}
.wl-sum{ width:100%; max-width:640px; overflow:hidden; background-color:#f1f1f1; padding:10px 0;}
.wl-sum-l{ float:left; padding-left:8px;}
.wl-sum-r{ float:right; color:#666; padding-right:8px;}
.wl-btn { width:100%;  max-width:640px; overflow:hidden;  background-color:#f9f9f9;}
.wl-btn a{ display:block; float:right; width:33.333%; height:44px; line-height:44px; border-right:1px solid #e6e6e6; border-top:1px solid #e6e6e6; text-align:center; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.wl-btn a.wl-buy{ width:34%; height:45px; margin-top:-1px; font-size:16px; background-color:#e63333; color:#fff;}
.wl-btn.wl-btn-f a.wl-buy{ width:34%; height:45px; margin-top:-1px; font-size:16px; background-color:#e63333; color:#fff;}
.wl-btn.wl-btn-f a{ width:23%;}
.wl-save-tip{ width:100%; overflow:hidden;}
.wl-save-tip dt{ float:left; width:30px; height:30px; margin-top:5px; background:url(../images/r.png) no-repeat; background-size:contain;}
.wl-save-tip dd{ padding:0 0 0 45px; font-size:16px; line-height:30px;}
.cartlist.xjdlist{ border-bottom:1px solid #e8e8e8; border-top:0px; margin-bottom:0px;}
.exchange-sum{ float:left; width:58%; font-size:12px; padding:6px 0 0 10px;}*/

/*选酒单*/
.fix-wl {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99;
}

.wl-sum {
    width: 100%;
    max-width: 640px;
    height: 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background-color: #fff
}

.wl-sum-l {
    float: left;
    padding: 17px 0 0 10px;
    font-size: 12px;
}

.wl-sum-r {
    font-size: 12px;
    text-align: right;
    padding: 4px 10px 0 58px;
}

.floatRgt {
    float: right;
    padding: 1px 10px 0 0;
}

.wl-sum-r p {
    font-size: 10px;
}

.cartTotal {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
    height: 18px;
    line-height: 16px;
}

.wl-btn {
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    background-color: #fff;
}
.wl-btn a, .wl-btn .wl-save, .wl-btn .wl-share, .wl-btn .wl-remove{ position:relative;display:block; float:right; height:44px; line-height:44px; border-right:1px solid #e6e6e6; border-top:1px solid #e6e6e6; text-align:center; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.wl-btn .wl-save:after, .wl-btn .wl-share:after{ content: ""; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #333; -webkit-transform: scale(0.5); -webkit-transform-origin: 0 0; padding: 1px; box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 6px; pointer-events: none; }
.wl-btn .wl-remove:after { content: ""; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #d33e4c; -webkit-transform: scale(0.5); -webkit-transform-origin: 0 0; padding: 1px; box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 6px; pointer-events: none; }

    .wl-btn .wl-save, .wl-btn .wl-share, .wl-btn .wl-remove {
        display: block;
        float: right;
        margin: 9px 6px 0 0;
        height: 30px;
        padding: 0 15px;
        line-height: 28px;
        border-radius: 2px;
    }

    .wl-btn .wl-remove {
        color: #d33e4c;
      
    }

    .wl-btn a.wl-buy {
        display: block;
        float: right;
        width: 30%;
        height: 55px;
        margin-top: -1px;
        line-height: 48px;
        text-align: center;
        font-size: 16px;
        background-color: #d33e4c;
        color: #fff;
        border-top: 1px solid #d33e4c;
        border-right: 0px;
    }

.wl-save-tip {
    width: 100%;
    overflow: hidden;
}

.wl-btn .wl-del {
    float: left;
    margin: 0;
    width: 20%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    border-right: 1px solid #f1f1f1;
}

.wl-btn .share-u {
    float: left;
    margin: 0;
    width: 23%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    border: 0px;
}

.wl-btn .wl-more {
    displayblock;
    float: left;
    width: 23%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-right: 1px solid #f1f1f1;
}

.wl-save-tip dt {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../images/r.png) no-repeat;
    background-size: contain;
}

.wl-save-tip dd {
    padding: 0 0 0 45px;
    font-size: 16px;
    line-height: 30px;
}

.cartlist.xjdlist {
    border-bottom: 1px solid #e8e8e8;
    border-top: 0px;
    margin-bottom: 0px;
}

.exchange-sum {
    float: left;
    width: 58%;
    font-size: 12px;
    padding: 6px 0 0 10px;
}

.jh-xz {
    padding-top: 10px;
    font-weight: normal;
    font-size: 14px;
}

.wl-btn.wl-btn-f a.add-sw {
    width: 100%;
    height: 45px;
    margin-top: -1px;
    font-size: 16px;
    background-color: #e63333;
    color: #fff;
    border: 0px;
}

.sw-list {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

    .sw-list dl {
        width: 100%;
        overflow: hidden;
        padding: 10px 0 0px 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .sw-list dt {
        float: left;
        width: 50px;
        padding: 3px 10px 0 10px;
    }

    .sw-list .add-wine-sw {
        float: right;
        width: 40px;
        height: 50px;
    }

        .sw-list .add-wine-sw a {
            display: block;
            width: 40px;
            height: 50px;
            line-height: 50px;
            color: #2057b3;
        }

    .sw-list .sw-nm {
        padding: 0px 50px 5px 70px;
        line-height: 20px;
    }

        .sw-list .sw-nm a {
            display: block;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .sw-list .sw-nm .sw-en {
            font-size: 12px;
        }

    .sw-list .add-wine-sw {
        float: right;
        width: 40px;
        padding-top: 14px;
        padding-right: 10px;
    }

        .sw-list .add-wine-sw span {
            display: block;
            width: 40px;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            border: 1px solid #708bbc;
            border-radius: 2px;
            color: #2057b3;
            text-align: center;
        }

.addok-ico {
    display: block;
    width: 40px;
    height: 24px;
    background: url(../images/right.png) no-repeat 12px center;
    background-size: 24px;
}

.jh-num {
    width: 60px;
    height: 30px;
}

.gray-txt {
    color: #999;
}

.ecbtn {
    height: 56px;
    padding: 0 4px 0 85px;
}

a.soldout {
    display: inline-block;
    height: 30px;
    padding: 0 15px 0 35px;
    line-height: 30px;
    color: #999;
    border: 1px solid #e6e6e6;
    color: #bbb;
    background: #f6f7f8 url(../images/sold_03.png) no-repeat 10px 6px;
    background-size: 18px;
}


/*.jktip{ width:100%; overflow:hidden; background-color:#f8eded; padding:6px 10px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.jktip dt{ float:left; width:18px; height:18px; margin-top:2px; background:url(../images/jktip.png) no-repeat; background-size:18px;}
.jktip dd{ padding:0 0 0 28px;  line-height:18px; font-size:12px; color:#d33e4c;}*/

.pop-txt {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
}

    .pop-txt dt {
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 2px;
        background: url(../images/tip_03.png) no-repeat;
        background-size: 30px;
    }

    .pop-txt dd {
        padding: 0 0 0 45px;
    }

.pfleft {
    float: left;
    width: 50%;
}

    .pfleft span, .pfleft a {
        display: block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        font-size: 16px;
        text-decoration: none;
    }

    .pfleft span {
        border-top: 1px solid #e2e3e7;
        padding: 14px 0 15px 0;
    }
/*.pfleft a.pf-link{ background-color:#5486c6; color:#fff;}*/



.need-fp {
    width: 100%;
    padding: 10px 10px 18px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fp-sort {
    float: left;
    height: 34px;
    padding: 0 18px;
    margin-right: 10px;
    border: 1px solid #e9e9e9;
    line-height: 34px;
}

    .fp-sort.curr {
        border: 1px solid #e63333;
        color: #e63333;
    }
/*.pfleft a.pf-link{ background-color:#5486c6; color:#fff;}*/


.cbpclose-cart, .payok .left span {
    background: url(../images/ico.png) no-repeat;
}

.cbpclose-cart {
    position: absolute;
    width: 26px;
    bottom: 0px;
    right: 0px;
    height: 26px;
    background-size: 180px;
    background-position: -112px -92px;
}


a.shr-e {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    font-size: 15px;
}

.cart-group {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
}

.cart-gtit {
    position: relative;
    padding: 10px 0 10px 38px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    font-weight: bold;
}

.sale-notice {
    padding: 16px 0 20px 10px; /*border-bottom:1px solid #e8e8e8;*/
    font-size: 12px;
    line-height: 20px;
}

    .sale-notice input {
        vertical-align: middle;
    }

.sn-pop {
    color: #2057b3;
    font-style: normal;
    font-size: 12px;
    /*vertical-align: 4px;*/
}




.fp-sort {
    float: left;
    height: 34px;
    padding: 0 18px;
    margin-right: 10px;
    border: 1px solid #e9e9e9;
    line-height: 34px;
}

    .fp-sort.curr {
        border: 1px solid #d33e4c;
        color: #d33e4c;
    }

.fp-tip {
    padding-bottom: 18px;
    line-height: 20px;
    color: #999;
}

.write-fp {
    width: 100%;
    overflow: hidden;
    padding: 0 0 15px 0;
}

    .write-fp dt {
        float: left;
        width: 90px;
        height: 36px;
        line-height: 36px;
        text-align: right;
        padding-right: 8px;
    }

    .write-fp dd.fp-inp {
        padding: 0 0 0 100px;
    }

.fp-error {
    padding: 0 0 0 100px;
    color: #d33e4c;
}

.fp-tip2 {
    padding: 16px 0 18px 0;
    border-top: 1px solid #d33e4c;
    line-height: 23px;
}

.shopping-fixbox {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    overflow: hidden;
}

.fixed-btn {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    padding: 5px 0;
    background-color: #f0f0f0;
}

a.fix-a-btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    background-color: #e63333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}
/*.hdlayer{ margin:8px; border:1px solid #f8ebe3; border-bottom:0px;}*/
.hgbar {
    width: 100%;
    overflow: hidden;
    padding: 10px 10px;
    background-color: #fff8f4;
    border-bottom: 1px solid #f8ebe3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hgico {
    float: left;
    padding: 0px 4px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    border: 1px solid #d33e4c;
    color: #d33e4c;
    border-radius: 3px;
}

.hg-sm {
    padding: 0 55px 0 40px;
    font-size: 12px;
    line-height: 18px;
}

.tohg, .edit-offer {
    position: relative;
    float: right;
    padding: 0 12px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #d33e4c;
}

    .tohg span {
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 0px;
        height: 0px;
        font-size: 0;
        line-height: 0px;
        border-color: transparent transparent transparent #d33e4c;
        border-style: solid;
        border-width: 4px;
    }

    .edit-offer .offerico {
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
        width: 0px;
        height: 0px;
        font-size: 0;
        line-height: 0px;
        border-color: #d33e4c transparent transparent transparent;
        border-style: solid;
        border-width: 4px;
    }

.hgcell {
    margin: 0 0 0 40px;
    padding: 10px 0;
    border-top: 1px solid #f5f5f5;
}

.cartlist .hgcell .right {
    padding-left: 75px;
    padding-top: 5px;
}

.hgwPad {
    padding-bottom: 10px;
}

.msg-tip {
    display: inline-block;
    padding: 1px 6px 1px 5px;
    margin-left: 6px;
    white-space: nowrap;
    color: #ef6000;
    border: 1px solid #f29957;
    font-size: 12px;
    border-radius: 3px;
}

    .msg-tip i {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        line-height: 12px;
        font-size: 10px;
        border-radius: 50%;
        border: 1px solid #f29957;
        color: #ef6000;
        font-style: normal;
        text-align: center;
        vertical-align: 1px;
    }

.promote {
    display: inline-block;
    height: 28px;
    margin-left: 6px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #d33e4c;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.promoteBtn {
    padding: 5px 0 3px 0;
}

.promotePri {
    display: inline-block;
    height: 26px;
    padding: 0 6px;
    margin-left: 10px;
    line-height: 26px;
    border: 1px solid #efdcd1;
    color: #ae7474;
    background-color: #fff7f4;
    border-radius: 2px;
    font-size: 12px;
}

.promoteInp {
    height: 26px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border: 0px;
    border-left: 1px solid #e8d1cf;
    border-right: 1px solid #e8d1cf;
    outline: 0;
}

.colbg {
    background-color: #fff8f4;
}

.select-yh {
    padding: 0 10px 15px 10px;
}

    .select-yh dl {
        width: 100%;
        height: 40px;
    }

        .select-yh dl dt {
            float: left;
            line-height: 40px;
        }

        .select-yh dl dd {
            position: relative;
            z-index: 2;
            padding: 0 0 0 100px;
        }

.yh-curr {
    display: block;
    height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 0 14px 0 10px;
    font-size: 14px;
    line-height: 38px;
}

    .yh-curr i {
        display: block;
        float: right;
        width: 0;
        height: 0px;
        margin: 18px 0 0 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #3463cf;
    }

.yhlist {
    display: none;
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 100px;
    right: 0;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

    .yhlist span {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin-top: -1px;
        border-top: 1px dotted #ddd;
        font-size: 14px;
    }


.identify {
    height: 46px;
    border-top: 1px solid #f5f5f5;
    padding-left: 10px;
    overflow: hidden;
}

.saveID {
    display: block;
    float: right;
    width: 60px;
    margin: 8px 0;
    color: #2057b3;
    line-height: 30px;
    font-size: 16px;
    border-left: 1px solid #eee;
    text-align: center;
}

.moren {
    position: absolute;
    display: block;
    top: 20px;
    left: 8px;
    width: 15px;
    height: 19px;
    background-size: 140px;
    background-position: -108px -73px;
}

.idtxt {
    display: block;
    float: left;
    line-height: 46px;
    overflow: hidden;
    width: 76px;
    white-space: nowrap;
}

.identify-num {
    margin-top: 8px;
    padding: 0 40px 0 76px;
}

.identify-tip {
    margin: 0 10px;
    border-top: 1px solid #eee;
    color: #aaa;
}

.identify-edit {
    display: none;
    float: right;
    width: 60px;
    height: 30px;
    margin: 8px 0;
    border-left: 1px solid #eee;
    background: url(../images/open.png) no-repeat center center;
    background-size: 22px;
}

.identify-ok i {
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 18px;
    height: 18px;
    background: url(../images/r.png) no-repeat;
    background-size: 18px;
}

.consignee-itm, .identify-itm {
    display: inline-block;
    line-height: 31px;
}

.offeritm {
    margin: 0 15px;
    padding: 10px 0;
    line-height: 24px;
    border-bottom: 1px solid #f4f4f4;
}

.chk-offer {
    width: 24px;
    height: 24px;
    padding: 0;
}

    .chk-offer input {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 10;
        width: 18px;
        height: 18px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-appearance: none;
        border: 0;
        border-radius: 0;
        background: url(../images/goux_02.png) no-repeat;
        background-size: 36px;
    }

input:checked {
    background-position: -18px 0px;
}

.price-del {
    text-decoration: line-through;
}

.priceSg {
    display: inline-block; /*padding-right:15px;*/
    color: #d33e4c;
    font-size: 14px;
}

    .priceSg i {
        font-size: 11px;
        font-style: normal;
    }

    .priceSg .price-fh {
        display: inline-block;
        padding-right: 2px;
    }

.sumM {
    color: #d33e4c;
    font-size: 18px;
}

    .sumM i {
        font-size: 11px;
        font-style: normal;
    }

    .sumM .price-fh {
        display: inline-block;
        padding-right: 2px;
    }

.order-shr {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #fff url(../images/bian_03.jpg) repeat-x bottom;
    background-size: 80px auto;
}

.wl-func {
    float: left;
    width: 70%;
    height: 55px;
    border-top: 1px solid #eee;
}



input.notsumthis {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background: url(../images/goux_02.png) no-repeat;
    background-size: 36px;
}

    input.notsumthis:checked {
        background-position: -18px 0px;
    }

.group-a {
    margin-bottom: 25px;
    padding: 6px 0px 0px 6px;
}

.grid2 {
    width: 100%;
    overflow: hidden;
}

.grid-dl {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-bottom: 6px;
}

    .grid-dl dl {
        position: relative;
        margin: 0 6px 0 0;
        background-color: #fff;
    }

        .grid-dl dl dt img {
            width: 80%;
            display: block;
            margin: 0px auto;
        }

        .grid-dl dl dd {
            padding: 0px 8px 5px 8px;
            line-height: 16px;
        }

            .grid-dl dl dd .recomend-nm {
                display: block;
                width: 100%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: 12px;
            }

            .grid-dl dl dd p {
                padding-top: 5px;
                font-size: 10px;
            }

                .grid-dl dl dd p span {
                    display: inline-block;
                    padding-right: 15px;
                    font-size: 14px;
                    color: #d33e4c;
                }

.qj-price {
    width: 100%;
    overflow: hidden;
}

.qj-salep {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #d33e4c;
}

.wine-kc {
    display: block;
    float: left;
    font-size: 10px;
    line-height: 30px;
    padding-left: 10px;
    color: #999;
}

.recommend-add {
    display: block;
    float: right;
    width: 20px;
    height: 30px;
    background: url(../images/add_shopping_cart.png) no-repeat center center;
    background-size: 18px;
}

.recommend-tit {
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.jifen-t {
    font-size: 10px;
    padding-left: 1px;
}

.pointV {
    font-size: 12px;
}

.fpitm {
    float: left;
    width: 50%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.invo {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.jktip {
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .jktip dt {
        float: left;
        width: 18px;
        height: 18px;
        margin-top: 2px;
        background: url(../images/jktip.png) no-repeat;
        background-size: 18px;
    }

    .jktip dd {
        padding: 0 0 0 28px;
        line-height: 18px;
        font-size: 12px;
        color: #d33e4c;
    }

.order-shr {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #fff url(../images/bian_03.jpg) repeat-x bottom;
    background-size: 80px auto;
}


/*------------------Cashier修改-----------------------------*/
.quanpay {
    height: 46px;
    padding: 0 10px;
    line-height: 46px;
    cursor: pointer;
}

.arrow-coup {
    display: block;
    float: right;
    width: 18px;
    height: 46px;
    background: url(../images/rr.png) no-repeat center center;
    background-size: 8px;
}

.quanpay .cash-clink {
    display: block;
}

.quanpay .yhq-jh {
    display: block;
    float: right;
    padding-right: 8px;
    font-size: 12px;
    color: #2057b3;
}

.dik-ico-new {
    display: block;
    float: right;
    width: 18px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #999;
}

.priceoverhidden {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*------------------Cashier修改-----------------------------*/

/*------------------代金券-----------------------------*/
.quanWrap {
    padding-top: 15px;
}

.yhquan {
    position: relative;
    margin: 0 10px 10px 14px;
    background-color: #fff;
    border: 1px solid #eee;
    line-height: 18px;
}

.yhq-value {
    position: absolute;
    top: 0;
    left: -4px;
    bottom: 0;
    width: 90px;
    padding: 0 0 0 4px;
    background: white;
    background: radial-gradient( transparent 0px, transparent 3px, rgb(215,121,138) 3px, rgb(215,121,138) );
    background: -webkit-radial-gradient( transparent 0px, transparent 3px, rgb(215,121,138) 3px, rgb(215,121,138) );
    background: -moz-radial-gradient( transparent 0px, transparent 3px, rgb(215,121,138) 3px, rgb(215,121,138) );
    background: -o-radial-gradient( transparent 0px, transparent 3px, rgb(215,121,138) 3px, rgb(215,121,138) );
    background-size: 8px 8px;
    background-position: -4px 1px;
}

.yhq-v {
    height: 100%;
    background-color: #d7798a;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: box;
    box-align: center;
    box-pack: center;
    vertical-align: middle;
}

    .yhq-v i {
        font-style: normal;
        font-size: 18px;
    }

.yhq-sm {
    padding: 0 40px 10px 100px;
    color: #464646;
    font-size: 12px;
}

    .yhq-sm p {
        font-size: 11px;
    }
/*.coupon-inf{ height:40px; line-height:20px; overflow:hidden; }*/
.gray-sm {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
    padding-top: 8px;
    color: #999;
}

.activation {
    position: relative;
    background-color: #fff;
}

.act-input {
    height: 45px;
    padding: 0 110px 0 10px;
}

    .act-input input {
        width: 100%;
        height: 45px;
        background-color: transparent;
        border: 0;
        font-size: 14px;
    }

.act-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 68px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #708bbc;
}

.c-check {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

    .c-check i {
        display: block;
        width: 8px;
        height: 5px;
        margin: 5px auto 0 auto;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

.coup-checked {
    border: 1px solid #d33e4c;
    background-color: #d33e4c;
}

.disable-coup .yhq-value {
    background: white;
    background: radial-gradient( transparent 0px, transparent 3px, rgb(195,195,195) 3px, rgb(195,195,195) );
    background: -webkit-radial-gradient( transparent 0px, transparent 3px, rgb(195,195,195) 3px, rgb(195,195,195) );
    background: -moz-radial-gradient( transparent 0px, transparent 3px, rgb(195,195,195) 3px, rgb(195,195,195) );
    background: -o-radial-gradient( transparent 0px, transparent 3px, rgb(195,195,195) 3px, rgb(195,195,195) );
    background-size: 8px 8px;
    background-position: -4px 1px;
}

.disable-coup .yhq-v {
    background-color: #c3c3c3;
}

.disable-coup .coupon-hed {
    background: white;
    background: radial-gradient( transparent 0px, transparent 3px, rgb(195,195,195) 3px, rgb(195,195,195) );
    background: -webkit-radial-gradient( transparent 0px, transparent 3px, rgb(195,195,195) 3px, rgb(195,195,195) );
    background: -moz-radial-gradient( transparent 0px, transparent 3px, rgb(195,195,195) 3px, rgb(195,195,195) );
    background: -o-radial-gradient( transparent 0px, transparent 3px, rgb(195,195,195) 3px, rgb(195,195,195) );
    background-size: 8px 8px;
    background-position: -4px 1px;
}

.disable-coup .coupon-value {
    background: #c3c3c3;
}

.disable-coup .c-check {
    border: 1px solid #f1f1f1;
}

.button-fixed-btm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #f1f1f1;
}

.button-wrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

    .button-wrap .button-ui {
        display: block;
        margin: 0 10px;
        padding: 12px 0;
        border-radius: 3px;
        background-color: #d33e4c;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

/*------------------代金券end-----------------------------*/

/*仓库自取地址栏样式-start*/
.shr-tx {
    margin: 0;
    border: 0;
}

.mark-dizhi {
    float: left;
    width: 42px;
}

    .mark-dizhi label {
        display: block;
        width: 42px;
        padding: 13px 0 10px 0;
        text-align: center;
    }

.shr .address-cont {
    display: block;
    padding: 10px 0;
}

.shr2 .address-cont {
    display: block;
    padding: 10px 0;
}

.address-txt {
    margin-right: 30px;
}

.address-ziqu {
    padding: 12px 30px 12px 0;
}

.ziqu-t {
    padding: 12px 0;
    margin-left: 32px;
    font-size: 14px;
}

    .ziqu-t label {
        display: block;
    }

.mark-ziqu {
    float: left;
    width: 32px;
}

    .mark-ziqu label {
        display: block;
        width: 32px;
        padding: 13px 0 10px 0;
    }

.ziqu-address {
    padding: 0 10px;
}

.qhtime {
    padding: 13px 0 0 10px;
}

    .qhtime span {
        display: inline-block;
        padding-right: 13px;
    }

.zitibtn {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background-color: #fff;
}

.ziquwrap {
    position: relative;
    height: 380px;
}

.ztbutton {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 15px 0 14px 0;
}

.zt-red {
    background-color: #d33e4c;
    color: #fff;
}

.fpsort {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fpsort-t {
    float: left;
    padding: 0 0 0 10px;
    height: 46px;
    line-height: 46px;
}

.fpsort-c {
    position: relative;
    float: right;
    height: 46px;
    padding: 0 33px 0 0;
    line-height: 46px;
    color: #999;
}

.bdb-tp-1px:after {
    height: 1px;
    content: '';
    width: 100%;
    border-bottom: 1px solid #c0c0c2;
    position: absolute;
    top: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 10;
}

.downfp {
    display: block;
    position: absolute;
    right: 8px;
    top: 14px;
    width: 18px;
    height: 18px;
    color: #999;
    font-size: 18px;
    line-height: 20px;
}

.inputCell {
    height: 46px;
    padding: 0 40px 0 86px;
}

.deleteico {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    font-size: 19px;
    color: #c8c8c8;
    line-height: 50px;
    text-align: center;
}
/*仓库自取地址栏样式-end*/

.coup-checkNum {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 2px;
    border: 1px solid #d33e4c;
    font-size: 11px;
    padding: 0 5px;
    line-height: 15px;
    border-radius: 2px;
    color: #d33e4c;
}

.coup-useVal {
    display: block;
    float: right;
    line-height: 46px;
}

.box-white {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px
}

.cold {
    position: relative;
    padding: 10px;
    line-height: 30px;
    font-weight: bold;
}

.cold-select {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px 0;
    font-weight: normal;
    line-height: 30px;
}

.fee-del {
    text-decoration: line-through;
}

.cell-group {
    width: 100%;
    background-color: #fff
}

.cell.cell-pad {
    padding: 10px 0 10px 10px
}

.cell-pad .cell-ft {
    color: #333
}

    .cell-pad .cell-ft span {
        color: #999
    }

.cell-pad .cell-primary {
    font-size: 14px
}

.pop-bottom {
    display: none;
    position: fixed;
    z-index: 1080;
    left: 0;
    bottom: 0;
    width: 100%
}

.pop-bottom-wrap {
    width: 100%;
    background-color: #fff
}

.pop-bottom-tit {
    position: relative;
    padding: 10px;
    font-size: 16px;
    line-height: 1.667;
    text-align: center
}

.pop-small-tit {
    position: relative;
    padding: 10px;
    font-size: 14px;
    line-height: 1.667;
    text-align: center;
    color: #999
}

.popCol-round {
    margin: 0 10px 10px 10px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px
}

    .popCol-round .colFunc {
        display: block;
        padding: 13px 15px;
        height: 30.006px;
        line-height: 30.006px;
        font-size: 18px;
        text-align: center
    }

        .popCol-round .colFunc.col-active {
            color: #d33e4c
        }

        .popCol-round .colFunc span {
            font-weight: bold
        }

.pop-round-cont {
    padding: 15px;
    font-size: 14px;
    color: #999;
    line-height: 1.667;
    text-align: center
}

.closed-ipop {
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 100;
    width: 40px;
    padding: 10px 0;
    line-height: 1.667;
    color: #bbb;
    text-align: center
}

.pop-d-txt {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.667
}

    .pop-d-txt p {
        padding-bottom: 10px
    }

.slip-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 1080;
    width: 90%;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff
}

    .slip-layer.show-slide {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.slip-layer-full {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 1080;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff
}

    .slip-layer-full.show-slide {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.slip-layer-hed {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px
}

.slip-wrapper {
    position: absolute;
    z-index: 100;
    top: 44px;
    left: 0;
    bottom: 44px;
    width: 100%;
    overflow: hidden
}

.slip-checkbtn {
    height: 44px
}

.slip-footer {
    position: absolute;
    z-index: 150;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    background-color: #fff
}

    .slip-footer .slip-btn {
        float: left;
        width: 50%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 18px
    }

        .slip-footer .slip-btn:last-child {
            background-color: #d33e4c;
            color: #fff
        }

.checklist {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.667
}

.checklabel {
    position: relative;
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.check-box {
    padding-right: 10px
}

    .check-box input {
        position: absolute;
        left: -99999em
    }

        .check-box input:checked + i {
            background-position: -20px center
        }

    .check-box i {
        display: inline-block;
        width: 20px;
        height: 25px;
        background: url(../images/goux_02.png) no-repeat left center;
        background-size: 40px
    }

.check-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.check-group {
    padding: 15px 0 15px 10px
}

.check-primary {
    font-size: 16px;
    line-height: 1.667
}

    .check-primary .dz {
        font-size: 13px;
        color: #666
    }

.check-form {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0 10px
}

    .check-form i {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #c8c8c8;
        border-radius: 50%
    }

    .check-form input {
        position: absolute;
        top: 0;
        left: -9999999em
    }

.cold-fee {
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px 10px 10px
}

.ordered-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.cold-tip {
    padding: 10px;
    color: #999;
    font-size: 12px
}

    .cold-tip span {
        display: block;
        padding-bottom: 6px;
        font-weight: bold
    }

    .cold-tip .ordered-list {
        margin-bottom: 0;
        line-height: 1.428571429
    }

        .cold-tip .ordered-list .ordered {
            min-width: 20px;
            padding-right: 0
        }

.transport-fee {
    padding-top: 5px;
    font-size: 12px;
    color: #999;
}

.coldchain-fee {
    display: inline-block;
    padding-left: 4px;
    font-size: 15px
}

.delivery-tip {
    font-size: 12px;
}

.transport .checklabel {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.transport .check-bd {
    font-size: 14px;
}

.deliver-tip {
    font-size: 12px;
}


.form-cell.form-font {
    font-size: 14px
}

    .form-cell.form-font input,
    .form-cell.form-font textarea {
        font-size: 14px
    }

.form-group {
    width: 100%;
    background-color: #fff
}

.form-pad .form-cell {
    padding: 12px 0 12px 10px
}

.form-cell {
    padding: 12px 0 12px 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.667
}

.form-label {
    line-height: 1.667
}

    .form-label .label2,
    .form-label .label3,
    .form-label .label4,
    .form-label .label5,
    .form-label .label6 {
        height: 1.667em;
        margin-right: 15px;
        text-align: justify
    }

        .form-label .label2:after,
        .form-label .label3:after,
        .form-label .label4:after,
        .form-label .label5:after,
        .form-label .label6:after {
            content: ".";
            display: inline-block;
            width: 100%;
            overflow: hidden;
            height: 0
        }

    .form-label .label2 {
        width: 2em
    }

    .form-label .label3 {
        width: 3em
    }

    .form-label .label4 {
        width: 4em
    }

    .form-label .label5 {
        width: 5em
    }

    .form-label .label6 {
        width: 6em
    }

.form-primary {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-right: 40px
}

    .form-primary.more-formico {
        padding-right: 80px
    }

        .form-primary.more-formico .deleteico {
            right: 40px
        }

    .form-primary.picCode {
        padding-right: 140px
    }

        .form-primary.picCode .deleteico {
            right: 110px
        }

    .form-primary.telCode {
        padding-right: 150px
    }

        .form-primary.telCode .deleteico {
            right: 110px
        }

    .form-primary input {
        width: 100%;
        height: 1.667em;
        font-size: 15px
    }

    .form-primary .deleteico {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 25.005px;
        width: 40px;
        line-height: 25.005px;
        text-align: center;
        color: #c8c8c8;
        font-size: 19px
    }

    .form-primary .showPW {
        position: absolute;
        top: 0;
        right: 0;
        height: 25.005px;
        width: 40px;
        line-height: 25.005px;
        text-align: center;
        color: #c8c8c8;
        font-size: 20px
    }

        .form-primary .showPW.icon-eye {
            color: #333
        }

/*超值换购*/
.cell-group-small .cell-primary {
    line-height: 21.428571435px;
}

.fontbold {
    font-weight: bold;
}

.cell-pad .cell-primary {
    font-size: 14px;
}

.cell-primary {
    position: relative;
    font-size: 15px;
    line-height: 25.005px;
}
.panel-group {
    width: 100%;
    background-color: #fff;
}

.panels {
    padding: 15px 10px;
    position: relative;
}

.cell-tradeInProduct {
    padding: 10px;
}

.tradeInProduct-list {
    width: 100%;
    overflow: hidden;
}

.chkbox-tradeInProduct {
    float: left;
    position: relative;
    margin: 14px 0 0 0;
    width: 30px;
    height: 30px;
    display: table-cell;
}

.num-tradeInProduct {
    height: 30px;
}

.shop-num-tradeInProduct {
    width: 94px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.tradeInproduct-Quantity {
    padding-bottom: 0 !important;
    padding-top: 5px;
}

.shop-num-tradeInProduct .zjg-tradeInProduct, .shop-num-tradeInProduct .zjg-r-tradeInProduct {
    float: left;
    width: 26px;
    height: 26px;
    font-size: 14px;
    border-right: 1px solid #ddd;
    text-align: center;
}

.input-num-tradeInProduct {
    float: left;
    text-align: center;
    width: 40px;
    height: 26px;
}

    .input-num-tradeInProduct input {
        border: 0px;
        width: 40px;
        height: 26px;
        background-color: transparent;
        outline: none;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        font-size: 14px;
    }

.shop-num-tradeInProduct .zjg-r-tradeInProduct {
    float: right;
    border-left: 1px solid #ddd;
    border-right: 0px;
}

.cell-tradeInProduct .left {
    float: left;
    width: 50px;
    text-align: center;
}

.cell-tradeInProduct .right {
    width: 100%;
    margin-left: 80px;
    font-size: 12px;
}

.wine-en-tradeInProduct {
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    font-size: 14px;
}

.disable-num {
    color: #ddd;
}

.shopping-tip {
    background-color: #fff;
    color: #d33e4c;
    padding: 10px;
}

.cb-policy {
    padding: 10px 15px;
    line-height: 1.428571429
}

.cb-orderid {
    font-size: 12px;
    color: #999
}

.paid {
    color: #999
}

    .paid .price-val {
        color: #999
    }

    .paid .cb-status {
        color: #333;
        font-size: 13px;
        color: #333
    }

        .paid .cb-status i {
            display: inline-block;
            margin-right: 5px;
            width: 18px;
            height: 18px;
            color: #007aff;
            font-size: 18px;
            line-height: 18px;
            text-align: center;
            vertical-align: -1px
        }

.cb-order-hed {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    font-size: 13px
}

.cb-goods {
    padding: 8px 10px
}

.cb-parentid {
    float: left;
    padding-left: 15px
}

.cb-sumval {
    float: right;
    padding-right: 15px
}

.cb-paylist {
    font-size: 13px
}

.cartlist .panel-img, .slip-container .panel-img {
    width: 60px
}

.panel-img img {
    width: 100%
}

.panels.has-hg {
    padding-top: 0
}

    .panels.has-hg .panel-img {
        padding-top: 15px
    }

    .panels.has-hg .panel-primary {
        padding-top: 15px
    }

.panel-primary {
    position: relative;
    padding-left: 10px;
    line-height: 1.428571429;
    min-width: 0
}

.hg-gn {
    padding: 3px 0 0 10px;
    color: #999
}
/*订单提交样式*/
.shopping-place {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    height: 49px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

.shopping-sum.shopping-submit {
    bottom: 0;
}

.shopping-sum, .edit-cart {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 49px;
    width: 100%;
    height: 49px;
    background-color: #fff;
}

.el-txt {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    padding-right: 10px;
    font-size: 15px;
    color: #666;
}

.sum-panel, .credits-exchange, .yh-upgrade {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sum-panel {
    width: 100%;
    height: 49px;
}

    .sum-panel .bar-primary {
        min-width: 0;
        overflow: hidden;
    }

    .sum-panel .bar-primary, .kjtip .tip-bd,.yhflex .yh-primary {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

.pay-order-sum {
    padding-left: 10px;
    line-height: 16px;
    font-size: 12px;
}

.credits, .wlsum p, .pay-order-sum {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.surepay-val {
    color: #d33e4c;
    font-size: 18px;
}

    .surepay-val i {
        font-size: 12px;
    }

.use-coupon-tip {
    padding: 2px 0 0 10px;
    font-size: 12px;
}

.shopping-buy {
    width: 30%;
    height: 49px;
    background-color: #d33e4c;
    text-align: center;
    font-size: 18px;
    line-height: 49px;
}

    .shopping-buy #btnToPay {
        display: block;
        height: 49px;
        color: #fff;
    }

.hdlayer {
    padding: 0 10px 0 40px;
}

.kj-consume {
    padding: 10px 10px 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

.discount-label {
    display: inline-block;
    padding: 0 3px;
    margin-right: 5px;
    font-size: 10px;
    line-height: 1.428571429;
    background-color: #d33e4c;
    color: #fff;
    border-radius: 2px;
    vertical-align: 1px;
    font-weight: normal;
}

    .discount-label.marg-left {
        margin-left: 5px;
    }

.hdlayer .cell {
    padding: 10px 0 0 0;
}

.hdlayer .cell-primary {
    font-size: 12px;
    font-weight: bold;
}

.cartlist .panel-img, .slip-container .panel-img {
    width: 60px;
}

.hdlayer .cell-ft {
    padding-right: 12px;
    font-size: 12px;
    color: #d33e4c;
}

    .hdlayer .cell-ft span {
        font-size: 16px;
    }

.credits {
    position: absolute;
    left: 106px;
    right: 30px;
    top: 10px;
    line-height: 26px;
    font-size: 12px;
    color: #999;
}

.goods-specif {
    padding-top: 2px;
    color: #666;
    font-size: 12px;
}

/*超值换购列表样式*/
.select-group {
    position: relative;
    height: 20px;
    padding-right: 10px;
}
/*购物车过期或者无效商品购物车*/
.select-group {
    position: relative;
    height: 20px;
    padding-right: 10px;
}

.cart-group .panel-group {
    margin-bottom: 10px;
}

.panel-group {
    width: 100%;
    background-color: #fff;
}

* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f1f1f1;
    font-size: 14px;
    font-family: PingFangSC-Regular, Helvetica, Arial, sans-serif;
}

html, body {
    -webkit-text-size-adjust: 100% !important;
}

.cart-title {
    height: 45px;
    padding: 0 10px;
}

.bdb-1px {
    position: relative;
}

.cart-tleft {
    float: left;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
}

.cart-trgt {
    float: right;
}

* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.cart-trgt .clear-invalid {
    padding: 8px 15px;
    margin-top: 7px;
    font-size: 12px;
}

.btn-large-red, a.btn-large-red, .btn-large-blue, a.btn-large-blue, .btn-red-noradius, a.btn-red-noradius, .btn-small-red, a.btn-small-red, .btn-small-gray, a.btn-small-gray, .btn-small-redline, a.btn-small-redline, .btn-small-blueline, a.btn-small-blueline, .btn-small-blackline, a.btn-small-blackline {
    user-select: none;
}

.btn-small-blackline, a.btn-small-blackline {
    position: relative;
    color: #333;
    background-color: #fff;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    line-height: 13px;
    border-radius: 3px;
}

.cartlist {
    width: 100%;
}

.bdb-1px {
    position: relative;
}

    .bdb-1px:after, a .bdb-1px:after {
        height: 1px;
        content: '';
        width: 100%;
        position: absolute;
        right: 0;
        -webkit-transform: scaleY(0.5);
        z-index: 10;
        border-top: 1px solid #e3e3e3;
        bottom: -1px;
    }

.panels {
    padding: 15px 10px;
    position: relative;
}

.article-hed, .ordered-list, .tip-simp, .panels {
    display: flex;
}

.panel-check {
    display: none;
    width: 30px;
}

    .panel-check .select-group {
        height: auto;
        padding: 0;
    }

.select-group {
    position: relative;
}

.panel-check .select-group .select-cell {
    padding: 20px 10px 0 0;
}

.select-cell {
    display: inline-block;
}

    .select-cell input {
        position: absolute;
        top: 0;
        left: -99999em;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    font-size: 14px;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
    border: 0;
}

input {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

    input[type="checkbox" i] {
        background-color: initial;
        cursor: default;
    }

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-size: 14px;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
    border: 0;
}

.cart-invalid-label {
    position: relative;
    width: 30px;
    padding-top: 20px;
}

    .cart-invalid-label span {
        position: absolute;
        left: -5px;
        top: 20px;
        display: block;
        float: left;
        height: 16px;
        padding: 0 3px;
        margin: 2px 4px 0 0;
        font-size: 11px;
        line-height: 16px;
        background-color: #b5b5b5;
        color: #fff;
        border-radius: 2px;
    }

.cartlist .panel-img, .slip-container .panel-img {
    width: 60px;
}

.panel-img a {
    display: block;
}

.panel-primary {
    position: relative;
    padding-left: 10px;
    line-height: 1.428571429;
    min-width: 0;
}

.article-list-bd, .cell-primary, .check-primary, .checker-panel-primary, .coupon-value .val, .coupon-value-invalid .val, .filter-tit .filter-extend, .ordered-bd, .share-bd, .tip-simp .tip-bd, .grid-price-bd, .order-qudao, .panel-primary, .relsearch-jm {
    -webkit-box-flex: 1;
    flex: 1;
}

a {
    cursor: pointer;
}

.panel-primary {
    line-height: 1.428571429;
}

.invalid-cart .goods-cn, .invalid-cart .goods-en {
    color: #999;
}

.goods-cn {
    width: auto;
}

.grid-label, .filter-tit .filter-extend, .theme-tit, .flex-bd, .share-bd, .menu-txt, .grid-n, .grid-price-bd, .pagetit span, .wn-t, .goods-cn, .goods-en, .goods-rel, .goods-price, .wl-price, .hot-sch a, .relsearch-jm, .strip-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invalid-cart .goods-cn, .invalid-cart .goods-en {
    color: #999;
}

.goods-en {
    width: auto;
    font-size: 12px;
}

.grid-label, .filter-tit .filter-extend, .theme-tit, .flex-bd, .share-bd, .menu-txt, .grid-n, .grid-price-bd, .pagetit span, .wn-t, .goods-cn, .goods-en, .goods-rel, .goods-price, .wl-price, .hot-sch a, .relsearch-jm, .strip-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invalid-tip {
    position: relative;
    padding: 5px 30px 0 0;
    font-size: 12px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.invalid-tip {
    position: relative;
    padding: 5px 30px 0 0;
    font-size: 12px;
}

.grid-group {
    padding: 6px 0 0 6px;
}

.titlebox {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

    .titlebox .title-flex {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

.title-cont {
    font-weight: bold;
    font-size: 14px;
}

.title-cont {
    -webkit-box-flex: 1;
    flex: 1;
}

.ft-ico {
    position: relative;
    padding-right: 22px;
}

    .ft-ico i {
        display: block;
        position: absolute;
        top: 2px;
        right: 6px;
        width: 18px;
        height: 18px;
        color: #999;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
    }

.grid-group-wrap {
    width: 100%;
    overflow: hidden;
}

.grid-block {
    float: left;
    width: 50%;
    padding-bottom: 6px;
}

.grid-dl-new {
    position: relative;
    background-color: #fff;
    margin-right: 6px;
    font-size: 12px;
}

    .grid-dl-new dt {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .grid-dl-new dt a {
            display: block;
        }

        .grid-dl-new dt img {
            width: 90%;
            display: block;
            margin: 0 auto;
        }

    .grid-dl-new .grid-inf {
        padding: 8px 8px 5px 8px;
        line-height: 1.428571429;
    }

        .grid-dl-new .grid-inf a {
            display: block;
        }

.grid-n {
    width: 100%;
    height: 17.142857148px;
}

.grid-price-bd {
    min-width: 0;
}

.grid-price-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.gird-original {
    height: 15px;
    padding: 2px 0 4px 0;
    font-size: 10px;
}

.price-txt {
    display: inline-block;
    padding-right: 4px;
}

.cell-pad .cell-primary {
    font-size: 14px;
}

.invoice .cell-primary {
    min-width: 72px;
}

.cell-pad .cell-ft {
    color: #333;
}

.down-ft span {
    right: 10px;
}

.cell-pad .cell-ft span {
    color: #999;
}

.down-ft {
    padding-right: 34px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cell-ft.no-next {
    padding-right: 15px;
}

.kjinvoice {
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #666;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
}

.invoice-block {
    padding-bottom: 15px;
}

.need-fp {
    /*display: none;*/
    padding: 0px 0px;
}

.form-invoice .form-cell {
    position: relative;
    padding: 10px 0 10px 10px;
}

input[type='text'] {
    border: none;
    padding: 0;
    margin: 0;
}

.form-invoice {
    padding-top: 10px;
}

.d-fpheader {
    display: none;
    position: absolute;
    top: 43px;
    left: 15px;
    right: 15px;
    z-index: 50;
    background-color: #fff;
    padding: 0 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.fp-arrow {
    position: absolute;
    left: 100px;
    top: -16px;
    z-index: 5;
    width: 0;
    height: 0;
    line-height: 0;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
}

.fp-arrow-b {
    position: absolute;
    left: 99px;
    top: -18px;
    z-index: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ddd transparent;
    border-width: 9px;
}

.fpheader-item {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    line-height: 18.571428577px;
}

.form-label .label4 {
    width: 4.2em;
}

.fp-tip {
    padding: 15px 10px;
    line-height: 1.667;
    color: #999;
    font-size: 13px;
    padding: 10px;
}

.d-ul-fph {
    max-height: 200px;
    overflow-x: hidden;
    display: block;
}


.cart-coup {
    position: absolute;
    top: 8px;
    right: 10px;
}
.cart-coup-btn {
    display: inline-block;
    padding: 6px 10px!important;
    font-size: 11px!important;
    line-height: 12px!important;
    border-radius: 3px;
    color: #d33e4c;
    font-weight:normal;
}
/*.select-txt {
    display: inline-block;
    vertical-align: 4px;
    padding-left: 4px;
}*/
.margin0{margin:0px;}
.borderbtm0{border-bottom:none}
.hi45{height:45px;}
.pop-bottom-wrap.pop-minh { position: relative; min-height: 400px; }
.about-rfid { display: inline-block; height: 25px; padding: 0 10px; }
.about-rfid i { display: inline-block; width: 15px; height: 15px; text-align: center; line-height: 15px; color: #fff; border-radius: 50%; background-color: #7198de; }
.rfid-cont { padding: 15px; font-size: 14px; line-height: 1.667; }
.rfid-cont p { padding-bottom: 15px; }
.rfid-cont .rfid-img { text-align: center; }
.rfid-cont .rfid-img img { width: 80%; max-width: 512px; text-align: center; }


.apply-fp.form-primary { padding-right: 0; }
.apply-fp .select-cell { padding-right: 30px; }

.fp-conttip { padding: 5px 15px 0 0; font-size: 11px; line-height: 18.337px; color: #999; word-break: break-word; text-align: justify; }
.fp-conttip .sortfp { display: none; }
.fpwrap {
    width: 100%;
    overflow: hidden;
}
.fp-option {
    float: left;
}

.contrast-price { display: inline-block; padding-left: 15px; font-size: 12px; color: #999; }

.bofen { padding: 15px 10px 0 80px; font-size: 12px; line-height: 1.428571429; }
.bofen .bofen-t { padding-bottom: 4px; font-weight: bold; }
.bofen p { color: #999; }

.bofen-panel { padding-bottom: 10px; }

.deposit-rel { padding: 10px 0 0 0; font-size: 12px; line-height: 1.428571429; color: #999; }

.about-plus { display: inline-block; width: 25px; height: 25px; color: #999; font-size: 16px; line-height: 25px; text-align: center; }

.first-act { display: inline-block; vertical-align: 4px; font-size: 12px; padding-left: 4px; }

.get-freeplus { padding: 10px 10px 4px 0; text-align: right; }
.get-freeplus .btn-small-red { font-size: 12px; padding: 6px 10px; }

.cell-plus-buy { padding: 10px 0 10px 10px; }

.plus-buy { font-size: 13px; text-align: right; }
.plus-buy .select-group { padding-top: 3px; }

.plus-free { padding-right: 10px; line-height: 25px; font-size: 13px; text-align: right; }
.plus-free .font-gray { line-height: 16px; padding-bottom: 5px; font-size: 12px; }

.plus-remind { border: 2px solid #d33e4c; box-shadow: inset 0 0 8px rgba(172, 22, 48, 0.3); }
.kjtip, .order-sum .summary-strip, .goods-transp, .cell-plusopen, .cell-plus-buy,.yhflex { display: -webkit-box; display: -webkit-flex; display: flex; }
.plus-buy { padding-right: 10px; font-size: 13px; text-align: right; line-height: 25px; }

.plus-coup199 { font-size: 12px; line-height: 16px; padding-bottom: 5px; }


.yhplace { height: 56px; }
.yhfixed { position: fixed; z-index: 900; left: 0; width: 100%;bottom:55px; background-color: #fff; padding-bottom: env(safe-area-inset-bottom); }
.yhfixed.yh-bottom { bottom: 49px; }
.yhflex { padding: 11px 0 11px 10px; line-height: 18px; font-size: 13px; }
.yhflex .label-red-line { float: left; margin-top: 2px; padding: 0 3px; line-height: 13px; }
.yhflex .yh-r { width: 70px; color: #d33e4c; line-height: 18px; text-align: right; }
.yhflex .yh-r a { position: relative; display: block; padding-right: 24px; color: #d33e4c; }
.yhflex .yh-r .icon-arrow-right { position: absolute; top: 0; right: 8px; display: block; width: 18px; height: 18px; text-align: center; font-size: 16px; }


.share-cont { position: relative; margin: 5px 10px 20px 10px; padding: 10px 40px 10px 10px; border: 1px solid #ddd; line-height: 1.667; font-size: 15px; border-radius: 5px; }
.share-cont .deleteico { display: none; position: absolute; right: 0; top: 0; padding: 5px 0; width: 40px; font-size: 19px; line-height: 1.667; text-align: center; color: #c8c8c8; }
.share-cont input { width: 100%; height: 1.667em; font-size: 15px; }
.shopping-yj { font-weight: bold; }

.kjtip { position: relative; padding: 10px; background-color: #fff; color: #d33e4c; line-height: 1.428571429; font-size: 12px; }
.kjtip .tipico { width: 16px; height: 16px; padding-right: 6px; line-height: 16px; font-size: 16px; color: #d33e4c; }

.payerID-func { padding: 10px 0 5px 0; font-size: 16px; color: #d33e4c; text-align: center; }
.payerID-func .btn-small-blackline { margin: 0; padding: 10px 30px; font-weight: bold; }

.payerID-content { position: relative; padding: 10px 0 5px 0; }
.payerID-editPhone { padding: 15px 0 5px 0; }
.payerID-item { padding: 0 15px; line-height: 36px; font-size: 16px; }
.payerID-item .f16px { font-size: 16px; }
.payerID-item .pitem { display: block; float: left; padding-right: 15px; font-size: 13px; }
.payerID-edit { position: absolute; top: 15px; right: 15px; color: #2057b3; line-height: 30px; }
.send-yzm { display: block; position: absolute; top: 0; right: 0; width: 110px; text-align: center; border-left: 1px solid #ddd; color: #999; }
.send-yzm.GetCode { color: #2057b3; }
.yh-upgrade { position: relative; padding: 10px 0 10px 10px; background-color: #fff2ea; font-size: 13px; }
.yh-upgrade:before { height: 1px; content: ''; width: 100%; position: absolute; right: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5); z-index: 10; border-top: 1px solid #f9ddc8; bottom: -1px; }
.yh-upgrade:after { height: 1px; content: ''; width: 100%; position: absolute; right: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5); z-index: 10; border-bottom: 1px solid #f9ddc8; top: -1px; }
.yh-lable { flex-shrink: 0; padding-top: 2px; }
.yh-r { position: relative; padding-right: 10px; color: #d33e4c; flex-shrink: 0; }
.yh-r .icon-arrow-right { position: absolute; top: 0; right: 8px; display: block; width: 18px; height: 18px; text-align: center; font-size: 16px; }
.yh-r .btn-small-redline { padding: 6px 10px; font-size: 12px; font-weight: bold; background-color: transparent; }
.yhpre-ico { display: inline-block; margin-right: 3px; color: #d33e4c; vertical-align: -1px; font-size: 14px; }
.yh-precheck { color: #d33e4c; font-size: 13px; }
.delete-invalid { position: absolute; bottom: 15px; right: 10px; font-size: 20px; color: #999; }
.pop-bottom.hi60 { height: 60%; }
.chknum-option { font-size: 14px; }
.chknum-option .checklabel { -webkit-align-items: flex-start; align-items: flex-start; }
.chknum-option .check-box { padding: 0 0 0 20px; }

.odnum-chk { display: block; padding: 0 0 0 20px; line-height: 18px; }
.odnum-chk .odnum-radio { display: inline-block; width: 18px; height: 18px; float: left; margin-right: 6px; -moz-appearance: none; -webkit-appearance: none; appearance: none; background: url("../images/goux_02.png") no-repeat left center; background-size: 36px; }
.odnum-chk .odnum-radio:checked { background-position: -18px 0; }

