.btn-1-1, .btn-2-1, .btn-3-1 {
    display: inline-block;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-1-1 .tag, .btn-1-1 .btn, .btn-2-1 .tag, .btn-2-1 .btn, .btn-3-1 .tag, .btn-3-1 .btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.btn-1-1 {
    width: 100%;
    padding-left: 0;
}

    .btn-1-1 .tag, .btn-1-1 .btn {
        width: 50% !important;
    }

.btn-2-1 {
    width: 49.5%;
}

.btn-3-1 {
    width: 33.3%;
}

.action-container {
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0;
}

    .action-container > div {
        margin-bottom: 0;
    }

        .action-container > div:last-child {
            margin-bottom: 0;
        }

    .action-container > button, .action-container > .btn {
        margin-bottom: 10px;
    }

        .action-container > button:last-child, .action-container > .btn:last-child {
            margin-bottom: 0;
        }

.action-tip {
    font-size: 12px;
    line-height: 16px;
    padding: 0 15px;
    margin: 10px 0;
    color: #999;
}

.empty-list {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 30px 10px;
    color: #999;
}

    .empty-list h4 {
        font-size: 16px;
        margin-bottom: 10px;
        color: #666;
    }

    .empty-list div {
        margin-bottom: 20px;
    }

    .empty-list .empty-list-header, .empty-list .empty-list-content {
        margin-bottom: 0;
    }

    .empty-list .empty-list-content {
        margin-top: 20px;
    }

        .empty-list .empty-list-content .home-page {
            padding: 8px 30px;
        }

.progress-bar {
    height: 15px;
    width: 100%;
    background-color: #efeff4;
    border-radius: 7px;
}

    .progress-bar span {
        display: inline-block;
        height: 100%;
        border-radius: 7px;
        background-color: rgba(6,191,4,0.6);
        -webkit-transition: width 0.4s ease-in-out;
        -moz-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

.shine span {
    position: relative;
}

    .shine span::after {
        content: '';
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        border-radius: 7px;
        -webkit-animation: animate-shine 2s ease-out infinite;
        -moz-animation: animate-shine 2s ease-out infinite;
        animation: animate-shine 2s ease-out infinite;
    }

@-webkit-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

@-moz-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

@keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

textarea.txt, input.txt {
    border: 1px solid #e5e5e5;
    padding: 5px;
    resize: none;
    border-radius: 4px;
}

    textarea.txt:focus, input.txt:focus {
        outline: none !important;
    }

    textarea.txt.txt-nb, input.txt.txt-nb {
        border: 0px none;
    }

        textarea.txt.txt-nb:focus, input.txt.txt-nb:focus {
            border-color: #eee;
        }

    textarea.txt.txt-black, textarea.txt input.txt.txt-black, input.txt.txt-black, input.txt input.txt.txt-black {
        color: #444;
    }

.block-item {
    position: relative;
    display: block;
    padding: 10px;
    line-height: 1.5;
    border: 0; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-top: 2px solid #e5e5e5;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .block-item {
        border-top-width: 1px;
    }
}

.block-item .btn-auth-code {
    position: absolute;
    top: 6px;
    right: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: bold;
}

.block-item .verify-image {
    position: absolute;
    width: 80px;
    height: 30px;
    right: 10px;
    top: 7px;
}

.block-item.border-none {
    border-top: 0;
}

.block-item ul {
    padding-right: 50px;
}

    .block-item ul em {
        color: #999;
    }

.block-item h4.block-item-title {
    line-height: 22px;
    float: left;
    margin-right: 10px;
}

.block { /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    overflow: hidden;
    margin: 10px 0;
    background-color: #fff;
    display: block;
    position: relative;
    font-size: 14px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .block {
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
}

.block.top-0 {
    margin-top: 0;
}

.block.bottom-0 {
    margin-bottom: 0;
}

.block.border-top-0 {
    border-top: 0;
}

.block.border-bottom-0 {
    border-bottom: 0;
}

.block.border-0 {
    border-top: 0;
    border-bottom: 0;
}

.block:first-child {
    margin-top: 0;
}

.block .bottom {
    padding: 10px;
    height: 18px;
    line-height: 18px;
}

    .block .bottom .price {
        float: right;
        color: #f60;
    }

.block p {
    overflow: hidden;
}

.block.block-order .header {
    height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0;
    padding-left: 10px;
    line-height: 37px;
    border-bottom: 1px solid #e5e5e5;
}

    .block.block-order .header span {
        font-size: 12px;
    }

    .block.block-order .header a.disable {
        color: #999;
    }

.block.block-order .bottom {
    padding: 10px;
    padding-left: 10px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
}

.block.block-order:last-of-type {
    margin-bottom: 0;
}

.block.block-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .block.block-list.margin-top-normal {
        margin-top: 20px;
    }

.block-list.wf {
    padding-left: 0;
}

    .block-list.wf .b-list {
        padding-left: 10px;
        background-color: #fff;
    }

.block-list > .block-item {
    padding: 10px 10px 10px 0;
}

    .block-list > .block-item:first-child {
        border-top: 0px none;
    }

.block.block-list + .block.block-list {
    margin-top: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .block.block-list li span.clear {
        background: url("/v2/image/wap/icon_clear@2x.png") center center no-repeat;
        background-size: 100%;
    }
}

.form {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form.mg-top-20 {
        margin-top: 20px;
    }

    .form.mg-bottom-20 {
        margin-bottom: 20px;
    }

    .form .block-item.no-top-border {
        border-top-width: 0px;
    }

    .form > .block-item:first-child {
        border-top: 0px none;
    }

    .form .block-item {
        display: table;
        width: 100%;
        padding: 0;
    }

        .form .block-item label {
            display: table-cell;
            width: 90px;
            line-height: 28px;
            padding: 10px 0;
        }

        .form .block-item textarea, .form .block-item input, .form .block-item select, .form .block-item a, .form .block-item span {
            display: table-cell;
            overflow: hidden;
            padding: 10px 0;
            min-height: 28px;
            line-height: 28px;
            font-size: 14px;
        }

        .form .block-item textarea, .form .block-item input, .form .block-item select {
            width: 99%;
            background-color: #fff;
            border: 0px none;
            outline: none;
        }

        .form .block-item textarea {
            height: 50px;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            resize: none;
        }

        .form .block-item:last-child {
            border-bottom: 0px none;
        }

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-container {
    position: relative;
    width: 200px;
    height: 100px;
    border-radius: 8px;
    background-color: #fff;
}

    .loader-container .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -29px;
        margin-left: -24px;
        height: 17px;
        padding-top: 41px;
        text-align: center;
        color: #888;
        z-index: 1000;
    }

        .loader-container .loader::before, .loader-container .loader::after {
            position: absolute;
            content: '';
            top: 0%;
            left: 50%;
            margin-left: -12px;
            width: 24px;
            height: 24px;
            border-radius: 100%;
        }

        .loader-container .loader::after {
            border-width: 3px;
            border-style: solid;
            border-color: #d9d9d9 #d9d9d9 #d9d9d9 transparent;
            -webkit-box-shadow: 0px 0px 0px 1px transparent;
            box-shadow: 0px 0px 0px 1px transparent;
            -webkit-animation: loader 0.8s linear;
            -webkit-animation-iteration-count: infinite;
            -moz-animation: loader 0.8s linear;
            animation: loader 0.8s linear;
            -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

.tag {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-align: center;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    padding: 4px;
}

.tag-big {
    font-size: 14px;
    line-height: 18px;
}

.tag.tag-green {
    color: #06bf04;
    border-color: #0c3;
}

.tag.tag-orange {
    color: #f60;
    border-color: #f60;
}

.tag.tag-orangef60 {
    color: #f60;
    border-color: #f60;
}

.tag.tag-white {
    color: #333;
    border-color: #bbb;
}

.tag.tag-blue {
    color: #38f;
    border-color: #38f;
}

.tag.tag-red {
    color: #ed5050;
    border-color: #ed5050;
}

.tag.tag-pink {
    color: #ee614b;
    border-color: #ee614b;
}

.tag.disabled {
    background-color: #ddd !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    color: #fff !important;
}

.ui.overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px 0;
}

    .ui.overview .item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        position: relative;
        width: 100%;
        float: left; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
        border-right: 2px solid #e5e5e5;
    }

        .ui.overview .item .value {
            font-size: 16px;
            line-height: 20px;
        }

            .ui.overview .item .value span:first-child {
                font-weight: 100;
            }

            .ui.overview .item .value .corner {
                vertical-align: top;
                font-size: 12px;
                display: inline-block;
                margin-top: -4px;
            }

        .ui.overview .item .label {
            font-size: 12px;
            line-height: 20px;
            color: #000;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .ui.overview .item {
        border-right-width: 1px;
    }
}

.ui.overview .item:last-child {
    border: none;
}

.ui.overview.one .item {
    width: 100%;
}

.ui.overview.two .item {
    width: 50%;
}

.ui.overview.three .item {
    width: 33.33333%;
}

.ui.overview.four .item {
    width: 25%;
}

.ui.overview.five .item {
    width: 20%;
}

.ui.overview.border {
    border: 1px solid #eee;
}

.ui.overview.border-bottom { /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .ui.overview.border-bottom {
        border-bottom-width: 1px;
    }
}

.ui.overview.red {
    border-color: #ed5050;
}

div.important-message {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 10px 5px;
    line-height: 1.4em;
    font-size: 12px;
}

    div.important-message h3 {
        font-size: 14px;
        zoom: 1;
    }

        div.important-message h3:after {
            content: '';
            display: table;
            clear: both;
        }

    div.important-message p {
        margin-top: 4px;
        line-height: 1.2;
    }

    div.important-message .mp-wx {
        color: #f60;
        text-decoration: underline;
    }

    div.important-message .btn-reload {
        border: 1px solid white;
        padding: 0 5px;
        border-radius: 2px;
        font-size: 12px;
    }

    div.important-message:after {
        content: '';
        display: block;
        margin-left: 10px;
        border: 0;
        height: 1px; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
        border-top: 2px solid #e5e5e5;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    div.important-message:after {
        border-top-width: 1px;
    }
}

div.important-message-confirm {
    padding: 15px 10px 15px 35px;
    background-color: #7b859b;
    font-size: 12px;
    color: white;
}

    div.important-message-confirm::before {
        content: '';
        position: absolute;
        top: 16px;
        left: 9px;
        width: 20px;
        height: 20px; /*background-image:url("/v2/image/wap/address/order.png");*/
        background-size: 20px 20px;
    }

div.important-message-order {
    padding: 0;
}

    div.important-message-order .message-status {
        position: relative;
        padding: 0px 10px 0px 10px;
        margin-bottom: 13px;
        height: 40px;
        margin: 15px 0;
    }

        div.important-message-order .message-status:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 40px;
            height: 40px;
            background-image: url("/v2/image/wap/trade/result/order_status/icon_totuan2@2x.png");
            background-size: 40px 40px;
        }

    div.important-message-order .status-text {
        position: absolute;
        padding-left: 50px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    div.important-message-order p {
        color: #b1b1b1;
    }

    div.important-message-order .order-state-topay:before {
        background-image: url("/v2/image/wap/trade/result/order_status/icon_topay2@2x.png");
    }

    div.important-message-order .order-state-paid:before {
        background-image: url("/v2/image/wap/trade/result/order_status/icon_yifukuan2@2x.png");
    }

    div.important-message-order .order-state-send:before {
        background-image: url("/v2/image/wap/trade/result/order_status/icon_send2@2x.png");
    }

    div.important-message-order .order-state-closed:before, div.important-message-order .order-state-cancel:before {
        background-image: url("/v2/image/wap/trade/result/order_status/icon_close2@2x.png");
    }

    div.important-message-order .order-state-success:before {
        background-image: url("/v2/image/wap/trade/result/order_status/icon_success2@2x.png");
    }

    div.important-message-order .order-state-totuan:before {
        background-image: url("/v2/image/wap/trade/result/order_status/icon_totuan2@2x.png");
    }

div.important-message-comment {
    padding: 10px 10px 10px 35px;
    background-color: #fef2da;
    border-top: 1px solid #ffd685;
    border-bottom: 1px solid #ffd685;
    position: relative;
}

    div.important-message-comment:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 9px;
        width: 17px;
        height: 21px;
        background-image: url("/v2/image/trade/comment_flag.png");
        background-size: 17px 21px;
    }

    div.important-message-comment h3 {
        color: #ff7148;
        margin-bottom: 0;
    }

.append-message {
    margin: 0;
    padding: 5px 10px;
    -webkit-border-image: url("/v2/image/wap/border-line.png") 2 stretch;
    -moz-border-image: url("/v2/image/wap/border-line.png") 2 stretch;
    border-image: url("/v2/image/wap/border-line.png") 2 stretch;
    border-bottom: 2px solid #e5e5e5;
    background-color: #fff;
    line-height: 20px;
    font-size: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .append-message {
        border-bottom-width: 1px;
    }
}

.append-message span {
    color: #999;
}

.complain {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 20px;
    line-height: 18px;
}

    .complain p.title {
        color: #f51919;
    }

    .complain:after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border-top: 2px solid #cbc9cc;
        border-right: 2px solid #cbc9cc;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 10px;
        top: 18px;
    }

    .complain:before {
        content: '';
        position: absolute;
        top: 11px;
        left: 11px;
        width: 15px;
        height: 17px;
        background: url("/v2/image/wap/trade/ling.png") no-repeat;
        background-size: 15px 17px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .complain:before {
        background-image: url("/v2/image/wap/trade/ling@2x.png");
    }
}

.express-info .block-item {
    padding: 15px 40px 15px 0;
}

.express-info p.express-context {
    color: #999;
    font-size: 12px;
    color: #666;
}

.express-info p.express-p {
    margin: 5px 0;
}

.express-info .express-timestamp {
    font-size: 12px;
    color: #666;
}

.express-info .express-detail-link {
    display: block;
}

.express-info .express-detail-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-image: url("../images/arrow@2x.png");
    background-size: 6px 11px;
    background-position: center;
    background-repeat: no-repeat;
}

.express-list-container {
    margin-top: 12px;
}

.address-list .block {
    border-bottom: 0px none;
}

.express .logistics-tips {
    border-top: 1px solid #fbeed5;
    border-bottom: 1px solid #fbeed5;
    background-color: #fcf8e3;
    line-height: 30px;
    padding-left: 10px;
}

.tabber-ios-green.tabber.tabber-ios {
    border: 1px solid #06bf04;
    margin: 0 10px;
}

    .tabber-ios-green.tabber.tabber-ios a {
        color: #06bf04;
        border-right: 1px solid #06bf04;
    }

        .tabber-ios-green.tabber.tabber-ios a.active {
            color: #fff;
            background-color: #06bf04;
        }

#confirm-pay-way-opts .butn.butn-block {
    margin-bottom: 20px;
    -webkit-tap-highlight-color: transparent;
}

.confirm-pay-way-opts-popup.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.order-message.block-item {
    padding: 10px 10px 10px 0;
}

.order-message span {
    float: left;
    color: #333;
    width: 70px;
}

.order-message .message-content {
    color: #666;
}

.order-message .input-wrapper {
    padding-left: 0px;
}

.order-message textarea, .order-message input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 99%;
    height: 28px;
    line-height: 20px;
    padding: 0;
    color: #666;
    border: 0px;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    resize: none;
    outline: none;
}

    .order-message textarea.two-rows, .order-message input.two-rows {
        height: 48px;
    }

.order-message textarea {
    border: 1px solid #eaeaea;
    margin: 10px 0 0;
    height: 2rem;
}

    .order-message textarea.error, .order-message input.error {
        border-color: #ed5050;
    }

    .order-message textarea:disabled, .order-message input:disabled {
        background-color: #fff !important;
        border: 0 !important;
    }

.review {
    height: 30px;
    padding: 5px 10px;
}

.self-fetch-title {
    float: left;
    width: 80px;
}

.self-fetch-info {
    margin-left: 80px;
    display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    div.important-message.important-message-order:before {
        background-image: url("/v2/image/wap/address/order@2x.png");
    }

    div.important-message.important-message-comment:before {
        background-image: url("/v2/image/trade/comment_flag@2x.png");
    }

    .express .block-item.arrow:after {
        background-image: url("/v2/image/wap/address/right_arrow@2x.png");
    }
}

.btn-1-1, .btn-2-1, .btn-3-1 {
    display: inline-block;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-1-1 .tag, .btn-1-1 .btn, .btn-2-1 .tag, .btn-2-1 .btn, .btn-3-1 .tag, .btn-3-1 .btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.btn-1-1 {
    width: 100%;
    padding-left: 0;
}

    .btn-1-1 .tag, .btn-1-1 .btn {
        width: 50% !important;
    }

.btn-2-1 {
    width: 49.5%;
}

.btn-3-1 {
    width: 33.3%;
}

.bottom-fix {
    display: block;
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 6px 7px; /*-webkit-border-image: url("/v2/image/wap/border-line-bbb.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-bbb.png") 2 stretch;border-image: url("/v2/image/wap/border-line-bbb.png") 2 stretch;*/
    border-top: 2px solid #e5e5e5;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .bottom-fix {
        border-top-width: 1px;
    }
}

.bottom-fix .btn {
    font-size: 14px;
}

.tabber {
    width: 100%;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    overflow: visible; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .tabber {
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
}

.tabber button, .tabber a {
    float: left;
    width: 50%;
    line-height: 40px;
    border: 0px none;
    outline: 0px none;
    background-color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .tabber button:hover, .tabber a:hover {
        text-decoration: none;
    }

    .tabber button.active, .tabber a.active {
        position: relative;
        top: 1px;
        line-height: 39px;
        color: #22C415;
        border-bottom: 1px solid #22C415;
    }

.tabber.tabber-top button.active, .tabber.tabber-top a.active {
    top: 0;
    margin-top: -1px;
    border-top: 1px solid #22C415;
    border-bottom: 0px none;
}

.tabber.tabber-top button.first, .tabber.tabber-top a.first {
    border-right: 1px solid #e5e5e5;
}

.avatar {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

    .avatar img {
        display: block;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .avatar p {
        line-height: 50px;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: -1px;
    }

        .avatar p > span {
            padding: 5px 15px;
            background-color: #809843;
            border-radius: 13px;
            color: #fff;
        }

.arrow_box {
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
}

    .arrow_box .empty-trigon, .arrow_box .empty-trigon:before {
        border: solid transparent;
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        border-color: transparent;
        border-right-color: #e5e5e5;
        border-width: 11px;
    }

        .arrow_box .empty-trigon:before {
            border-color: transparent;
            border-right-color: #fff;
            border-width: 10px;
            content: '';
            left: -10px;
            top: -10px;
            left: -9px;
        }

    .arrow_box .empty-trigon {
        top: 5px;
        right: 100%;
    }

.circular {
    border-radius: 320px;
}

    .circular.nested {
        position: relative;
    }

        .circular.nested .circular {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

div.peerpay-gift {
    text-align: left;
}

    div.peerpay-gift h2 {
        padding-top: 5px;
        line-height: 18px;
        font-size: 12px;
        color: #999;
        padding-left: 10px;
    }

    div.peerpay-gift textarea {
        color: #ccc;
        width: 100%;
        height: 60px;
    }

    div.peerpay-gift div.invite-message {
        padding: 0 22px 0 10px;
    }

        div.peerpay-gift div.invite-message textarea {
            height: 60px;
            font-size: 14px;
        }

    div.peerpay-gift .steps {
        height: 70px;
        padding-top: 15px;
    }

        div.peerpay-gift .steps .step {
            position: relative;
            margin: 0 auto;
            background: url("/v2/image/wap/peerpay_steps.png") no-repeat center center;
        }

        div.peerpay-gift .steps .step-x {
            position: relative;
            height: 34px;
            float: left;
        }

        div.peerpay-gift .steps .step-3 {
            width: 33.33%;
        }

        div.peerpay-gift .steps .step-3-1 {
            background-position: 0 0;
            width: 34px;
            height: 34px;
        }

        div.peerpay-gift .steps .step-3-2 {
            background-position: 0 -84px;
            width: 34px;
            height: 34px;
        }

        div.peerpay-gift .steps .step-3-3 {
            background-position: 0 -168px;
            width: 34px;
            height: 34px;
        }

        div.peerpay-gift .steps .step-4 {
            width: 24.9%;
        }

        div.peerpay-gift .steps .step-4-1 {
            background-position: 0 -252px;
            width: 34px;
            height: 34px;
        }

        div.peerpay-gift .steps .step-4-2 {
            background-position: 0 -336px;
            width: 34px;
            height: 34px;
        }

        div.peerpay-gift .steps .step-4-3 {
            background-position: 0 -420px;
            width: 34px;
            height: 34px;
        }

        div.peerpay-gift .steps .step-4-4 {
            background-position: 0 -504px;
            width: 34px;
            height: 34px;
        }

        div.peerpay-gift .steps p {
            font-size: 12px;
            color: #999;
            line-height: 25px;
        }

        div.peerpay-gift .steps hr {
            position: absolute;
            margin: 0;
            top: 15px;
            width: 100%;
            border: 0px none;
            border-bottom: 2px solid #e4e4e4;
        }

.block-list.block-list-peerpay .block-item {
    padding: 5px 0;
}

.block.form .block-item span.price {
    position: absolute;
    left: -5px;
    top: 2px;
}

.block.form .block-item .price {
    color: #f60;
    font-size: 20px;
    line-height: 20px;
}

.block.form .block-item input.price::-webkit-input-placeholder {
    font-size: 14px;
}

.block.form .block-item input.price::-moz-placeholder {
    font-size: 14px;
}

.block.form .block-item input.price::-ms-input-placeholder {
    font-size: 14px;
}

.block.form .block-item input.price::-moz-placeholder {
    font-size: 14px;
}

.block.form .block-item input.date-time {
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.block.form .block-item div.price-container {
    width: auto;
    overflow: hidden;
    position: relative;
}

    .block.form .block-item div.price-container input {
        z-index: 0;
        margin-left: 15px;
        margin-top: 4px;
        padding-top: 5px;
        width: 100%;
    }

.block.form .block-item div.clear-response-area {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 0px;
    width: 70px;
    height: 40px;
}

.block.form .block-item .btn-clear {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 9px;
    width: 40px;
    line-height: 15px;
    font-size: 12px;
}

.name-card .detail.detail-peerpay p {
    line-height: 13px;
}

.peerpay.gift .steps {
    padding-top: 25px;
    margin-top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .peerpay-gift .steps .step {
        background: url("/v2/image/wap/peerpay_steps@2x.png") no-repeat top left;
    }

    .peerpay-gift .steps .step-3-1 {
        background-position: 0 0;
        background-size: cover;
    }

    .peerpay-gift .steps .step-3-2 {
        background-position: 0 -59px;
        background-size: cover;
    }

    .peerpay-gift .steps .step-3-3 {
        background-position: 0 -118px;
        background-size: cover;
    }

    .peerpay-gift .steps .step-4-1 {
        background-position: 0 -177px;
        background-size: cover;
    }

    .peerpay-gift .steps .step-4-2 {
        background-position: 0 -236px;
        background-size: cover;
    }

    .peerpay-gift .steps .step-4-3 {
        background-position: 0 -295px;
        background-size: cover;
    }

    .peerpay-gift .steps .step-4-4 {
        background-position: 0 -354px;
        background-size: cover;
    }
}

.message-container-link {
    display: block;
}

.peerpay-gift .message-container, .gift .message-container {
    width: 100%;
    position: relative;
    height: 334px;
    background-size: cover;
    background-position: center top;
}

    .peerpay-gift .message-container div.message, .gift .message-container div.message {
        height: 200px;
    }

        .peerpay-gift .message-container div.message span, .gift .message-container div.message span {
            font-size: 16px;
            color: #fff;
            width: 280px;
            line-height: 28px;
            display: inline-block;
            vertical-align: middle;
        }

    .peerpay-gift .message-container .avatar-peerpay .txt-status, .gift .message-container .avatar-peerpay .txt-status {
        background: rgba(255,255,255,0.3);
    }

    .peerpay-gift .message-container .bottom-arrow, .gift .message-container .bottom-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 7px;
        background: url("/v2/image/wap/peerpay/block_gray.png") no-repeat center center;
        background-size: auto 7px;
    }

@media (min-width: 415px) {
    .peerpay-gift .message-container .bottom-arrow, .gift .message-container .bottom-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 7px;
        background: #f9f9f9;
    }
}

.peerpay-gift .progress {
    margin-bottom: 0;
    padding: 20px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .peerpay-gift .progress .progress-txt {
        line-height: 30px;
        height: 30px;
        font-size: 12px;
    }

        .peerpay-gift .progress .progress-txt span {
            color: #999;
        }

            .peerpay-gift .progress .progress-txt span em {
                color: #ed5050;
            }

.peerpay-gift .feed, .gift .feed {
    padding: 0 10px 10px;
}

    .peerpay-gift .feed .record-item, .gift .feed .record-item {
        width: 100%;
        position: relative;
        padding-bottom: 10px;
    }

        .peerpay-gift .feed .record-item .left, .gift .feed .record-item .left {
            width: 50px;
            height: 100%;
            position: relative;
            margin-left: -10px;
        }

            .peerpay-gift .feed .record-item .left .avatar, .gift .feed .record-item .left .avatar {
                width: 35px;
                height: 35px;
                position: absolute;
                top: 0;
                left: 8px;
                z-index: 0;
                border: 0px none;
            }

                .peerpay-gift .feed .record-item .left .avatar img, .gift .feed .record-item .left .avatar img {
                    width: 35px;
                    height: 35px;
                    background-color: #ddd;
                }

        .peerpay-gift .feed .record-item .detail, .gift .feed .record-item .detail {
            margin-left: 45px;
            width: auto;
            border-radius: 4px;
            border: 1px solid #e5e5e5;
            background-color: #fff;
            padding: 5px;
        }

            .peerpay-gift .feed .record-item .detail p, .gift .feed .record-item .detail p {
                color: #333;
                line-height: 18px;
            }

            .peerpay-gift .feed .record-item .detail hr, .gift .feed .record-item .detail hr {
                border: none;
                border-top: 1px solid #eee;
                margin: 4px 0;
            }

    .peerpay-gift .feed .time-line, .gift .feed .time-line {
        background-size: 1px 100%;
        background-position: 15px 0;
        background-repeat: repeat-y;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4RkQyMTU1MDQ0QjExRTQ4QUM3RTVFREM0MkE3NjAzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU4RkQyMTU2MDQ0QjExRTQ4QUM3RTVFREM0MkE3NjAzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NThGRDIxNTMwNDRCMTFFNDhBQzdFNUVEQzQyQTc2MDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NThGRDIxNTQwNDRCMTFFNDhBQzdFNUVEQzQyQTc2MDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz43M2/EAAAAF0lEQVR42mK8e/cuAxJgYkAFpPIBAgwAy+ICoV1NyDEAAAAASUVORK5CYII=);
    }

        .peerpay-gift .feed .time-line:first-child, .gift .feed .time-line:first-child {
            height: 10px;
        }

        .peerpay-gift .feed .time-line:last-child, .gift .feed .time-line:last-child {
            background-size: 1px 20px;
        }

.wrapper {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    display: table;
}

    .wrapper .outer-wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        margin: 0;
        padding: 0;
    }

    .wrapper .table-wrapper {
        display: table;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .wrapper .table-cell-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100%;
    }

.avatar.avatar-peerpay {
    width: 300px;
    height: 120px;
}

.gift-box {
    border-radius: 4px;
    background: white;
    width: 260px;
    padding: 20px 20px 12px 20px;
}

    .gift-box .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .gift-box .subtitle {
        font-size: 12px;
    }

    .gift-box .btn {
        margin-bottom: 10px;
    }

        .gift-box .btn:last-child {
            margin-bottom: 0;
        }

    .gift-box hr {
        border: 0px none;
        border-top: 1px solid #eee;
    }

.gift-success .gift-name {
    height: 33px;
}

.gift-success .gift-thanks {
    height: 89px;
}

.gift-success .txt {
    margin-bottom: 10px;
    width: 248px;
}

.goods-order-list-container .list li .goods-detail .detail.gift-fetch h3 {
    overflow: hidden;
    max-height: 32px;
}

.paid-time {
    min-height: 90px;
    text-align: left;
    color: #333;
    background: #fff url("/v2/image/wap/order/paid_watermark.png") right 8px no-repeat;
    margin: 0;
    padding: 0 5px;
}

    .paid-time .paid-time-inner p {
        margin: 5px 0;
        word-break: break-all;
    }

.qrcode-pic {
    text-align: center;
}

    .qrcode-pic .pic-wrapper {
        display: inline-block;
        background: #fff;
    }

        .qrcode-pic .pic-wrapper img {
            display: block;
            width: 100%;
            padding-top: 15px;
        }

        .qrcode-pic .pic-wrapper span {
            display: inline-block;
            padding: 5px 0 0;
            font-size: 12px;
            position: absolute;
            top: 5px;
            left: 0;
            width: 100%;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .paid-time {
        background-image: url("/v2/image/wap/order/paid_watermark@2x.png");
        background-size: 130px 77px;
    }
}

.block-item.qrcode {
    padding: 0;
}

.goods-order-list-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .goods-order-list-container ol, .goods-order-list-container ul {
        list-style: none;
        margin: 0;
    }

    .goods-order-list-container .header {
        height: 37px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        padding-left: 10px;
        line-height: 37px;
    }

        .goods-order-list-container .header span {
            font-size: 14px;
        }

        .goods-order-list-container .header a {
            float: right;
            font-size: 13px;
            margin-right: -10px;
            padding-right: 10px;
            line-height: 37px;
            width: 50px;
            text-align: right;
            color: #0189e9;
        }

            .goods-order-list-container .header a.disable {
                color: #999;
            }

    .goods-order-list-container .list {
        padding-left: 10px;
        display: block;
        overflow: hidden;
    }

        .goods-order-list-container .list li {
            padding: 10px 0; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
            border-bottom: 2px solid #e5e5e5;
            position: relative;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .goods-order-list-container .list li {
        border-bottom-width: 1px;
    }
}

.goods-order-list-container .list li:last-child {
    border: 0px none;
}

.goods-order-list-container .list { /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .goods-order-list-container .list {
        border-top-width: 1px;
    }
}

.goods-order-list-container .list li .goods-detail {
    padding-right: 10px;
}

    .goods-order-list-container .list li .goods-detail .thumb {
        width: 66px;
        height: 66px;
        -webkit-border-image: url("/v2/image/border-line-c9c9c9-inner.png") 2 stretch;
        -moz-border-image: url("/v2/image/border-line-c9c9c9-inner.png") 2 stretch;
        border-image: url("/v2/image/border-line-c9c9c9-inner.png") 2 stretch;
        border-top: 2px solid #e5e5e5;
        border-right: 2px solid #e5e5e5;
        border-bottom: 2px solid #e5e5e5;
        border-left: 2px solid #e5e5e5;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .goods-order-list-container .list li .goods-detail .thumb {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    }
}

.goods-order-list-container .list li .goods-detail .detail {
    margin-left: 75px;
    position: relative;
    padding-right: 73px;
}

    .goods-order-list-container .list li .goods-detail .detail p {
        color: #333;
    }

        .goods-order-list-container .list li .goods-detail .detail p.c-gray {
            color: #999;
        }

        .goods-order-list-container .list li .goods-detail .detail p.c-orange {
            color: #f60;
        }

        .goods-order-list-container .list li .goods-detail .detail p.pull-bottom {
            position: absolute;
            bottom: -10px;
        }

    .goods-order-list-container .list li .goods-detail .detail.no-price {
        padding-right: 0;
    }

.block.goods-order-list-container .list .goods-detail {
    margin-left: 0;
}

    .block.goods-order-list-container .list .goods-detail img {
        margin: 0 5px 0 0;
    }

.block.goods-order-list-container .list .price-num div.price {
    color: #555;
}

.block.goods-order-list-container .bottom {
    padding: 10px;
    padding-left: 10px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
}

    .block.goods-order-list-container .bottom span {
        float: right;
        color: #f60;
    }

.goods-list-present-title {
    width: 18px;
    height: 36px;
    position: absolute;
    top: 0px;
    left: 3px;
    background: url("/v2/image/wap/trade/confirm/present@2x.png") no-repeat;
    background-size: 18px 36px;
}

.btn-1-1, .btn-2-1, .btn-3-1 {
    display: inline-block;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-1-1 .tag, .btn-1-1 .btn, .btn-2-1 .tag, .btn-2-1 .btn, .btn-3-1 .tag, .btn-3-1 .btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.btn-1-1 {
    width: 100%;
    padding-left: 0;
}

    .btn-1-1 .tag, .btn-1-1 .btn {
        width: 50% !important;
    }

.btn-2-1 {
    width: 49.5%;
}

.btn-3-1 {
    width: 33.3%;
}

.action-container {
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0;
}

    .action-container > div {
        margin-bottom: 0;
    }

        .action-container > div:last-child {
            margin-bottom: 0;
        }

    .action-container > button, .action-container > .btn {
        margin-bottom: 10px;
    }

        .action-container > button:last-child, .action-container > .btn:last-child {
            margin-bottom: 0;
        }

.popout-box .header {
    position: relative;
    margin-bottom: 10px; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .popout-box .header {
        border-bottom-width: 1px;
    }
}

.popout-box .header h2 {
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 16px;
}

.popout-box .action-container {
    margin: 10px 0 0 0;
    padding: 0;
}

    .popout-box .action-container .btn.btn-block {
        font-size: 14px;
    }

.pay-popout {
    position: relative;
}

    .pay-popout .header {
        padding: 0 0 10px;
        line-height: 1.4;
    }

    .pay-popout .content {
        line-height: 1.4;
    }

    .pay-popout .password {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        margin-top: 10px;
        padding: 10px;
        padding-right: 40px;
        border: 1px solid #e5e5e5;
        font-size: 14px;
    }

    .pay-popout .clear-input {
        position: absolute;
        top: 17px;
        right: 0;
        width: 12px;
        height: 12px;
        padding: 10px;
        background-image: url("/v2/image/wap/clear_input@2x.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        -webkit-user-select: none;
    }

    .pay-popout .close {
        position: absolute;
        right: 3px;
        top: 0;
        height: 20px;
        width: 20px;
        margin: 12px;
        background-image: url("/v2/image/wap/showcase-1416814739063.png");
        background-position: 0 -90px;
        background-repeat: no-repeat;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .pay-popout .close {
        background-image: url("/v2/image/wap/showcase2x-1416814739063.png");
        background-position: 0 -81px;
        background-size: 30px auto;
    }
}

.pay-popout .tips {
    padding-top: 5px;
}

.btn-pay-loading {
    position: relative;
    color: transparent !important;
}

    .btn-pay-loading:link, .btn-pay-loading:visited, .btn-pay-loading:focus, .btn-pay-loading:hover, .btn-pay-loading:active {
        color: transparent !important;
    }

    .btn-pay-loading::before, .btn-pay-loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-left: -8px;
        margin-top: -8px;
        border: 3px solid rgba(0,0,0,0.1);
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .btn-pay-loading::after {
        border-color: #666666 transparent transparent transparent;
        -webkit-animation: zent-btn-spin 0.6s linear;
        -moz-animation: zent-btn-spin 0.6s linear;
        animation: zent-btn-spin 0.6s linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes zent-btn-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes zent-btn-spin {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zent-btn-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tabber {
    width: 100%;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    overflow: visible; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .tabber {
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
}

.tabber button, .tabber a {
    float: left;
    width: 50%;
    line-height: 40px;
    border: 0px none;
    outline: 0px none;
    background-color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .tabber button:hover, .tabber a:hover {
        text-decoration: none;
    }

    .tabber button.active, .tabber a.active {
        position: relative;
        top: 1px;
        line-height: 39px;
        color: #22C415;
        border-bottom: 1px solid #22C415;
    }

.tabber.tabber-ios {
    border: 1px solid #f60;
    border-radius: 3px;
    margin: 0 10px;
    width: auto;
    overflow: hidden;
}

    .tabber.tabber-ios a {
        color: #f60;
        line-height: 2;
        border: 0px none;
        background-color: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 1px solid #f60;
    }

        .tabber.tabber-ios a:last-child {
            border: none !important;
        }

        .tabber.tabber-ios a.active {
            top: 0;
            color: #fff;
            border: 0px none;
            background-color: #f60;
        }

.tabber-ios-gray.tabber.tabber-ios {
    border: 1px solid #c9c9c9;
}

    .tabber-ios-gray.tabber.tabber-ios a {
        color: #333;
        border-right: 1px solid #c9c9c9;
    }

        .tabber-ios-gray.tabber.tabber-ios a.active {
            color: #fff;
            background-color: #c9c9c9;
        }

.tabber-ios-blue.tabber.tabber-ios {
    border: 1px solid #33a8f5;
}

    .tabber-ios-blue.tabber.tabber-ios a {
        color: #33a8f5;
        border-right: 1px solid #33a8f5;
    }

        .tabber-ios-blue.tabber.tabber-ios a.active {
            color: #fff;
            background-color: #33a8f5;
        }

.tabber-ios-coffee.tabber.tabber-ios {
    border: 1px solid #c4a797;
}

    .tabber-ios-coffee.tabber.tabber-ios a {
        color: #c4a797;
        border-right: 1px solid #c4a797;
    }

        .tabber-ios-coffee.tabber.tabber-ios a.active {
            color: #fff;
            background-color: #c4a797;
        }

.icon-circle-info {
    display: inline-block;
    width: 24px;
    height: 26px;
    background-image: url("/v2/image/wap/address/edit_address@2x.png");
    background-repeat: no-repeat;
    background-size: 24px 26px;
    background-position: center;
}

.icon-add {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("/v2/image/wap/address/add_address@2x.png");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
}

.icon-arrow-right {
    display: inline-block;
    width: 7px;
    height: 7px;
    line-height: 22px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cancel-img {
    position: absolute;
    right: 3px;
    top: 4px;
    padding: 10px;
    height: 22px;
    width: 22px;
    background-image: url("/v2/image/wap/address/close@2x.png");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
}

.icon-check {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
    width: 22px;
    height: 22px;
    background-image: url("/v2/image/wap/base/select@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
}

    .icon-check.icon-checked {
        background-image: url("/v2/image/wap/base/selected@2x.png");
    }

.address-fm .address-fm-title {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    line-height: 20px;
}

.address-fm .block-item {
    margin-left: 10px;
    padding-left: 0;
}

    .address-fm .block-item.no-top-border {
        border-top-width: 0;
    }

.address-fm input, .address-fm textarea, .address-fm select, .address-fm button, .address-fm label {
    vertical-align: top;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.address-fm .area-layout {
    overflow: hidden;
}

    .address-fm .area-layout span {
        float: left;
        width: 31%;
    }

        .address-fm .area-layout span select {
            padding: 0;
        }

.address-list .address-title {
    padding: 17px 0; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-bottom: 2px solid #e5e5e5;
    font-size: 16px;
    text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .address-list .address-title {
        border-bottom-width: 1px;
    }
}

.address-list .icon-add {
    position: absolute;
    left: 0px;
    top: 13px;
}

.address-list .icon-arrow-right {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.address-list .address-container {
    max-height: 290px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.address-list .block-item {
    padding: 15px 30px;
    font-size: 14px;
}

    .address-list .block-item:first-child {
        border-top: 0;
    }

    .address-list .block-item p {
        margin-bottom: 8px;
        line-height: 1em;
    }

.address-list .address-str {
    max-width: 100%;
    padding-right: 10px;
    color: #999;
    line-height: 16px;
    display: block;
    font-size: 12px;
}

.address-list .address-opt {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -26px;
    padding: 10px;
    padding-right: 15px;
    z-index: 5;
}

.address-list .add-address {
    position: relative;
    padding: 15px;
    padding-left: 30px;
    margin: 0;
    margin-left: 10px;
    line-height: 20px;
    font-size: 14px;
    -webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    -moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .address-list .add-address {
        border-top-width: 1px;
    }
}

.no-user-select {
    -webkit-user-select: none;
}

.express .logistics {
    padding: 10px 0;
}

.express .tabber {
    font-size: 12px;
}

.express .tabber-ios-gray-darker {
    border: 1px solid #666;
}

    .express .tabber-ios-gray-darker a {
        color: #666;
        border-right: 1px solid #666;
    }

        .express .tabber-ios-gray-darker a.active {
            color: #fff;
            background-color: #666;
        }

.express .self-fetch-tip {
    line-height: 1.5;
    margin: 10px;
    margin-left: 0;
}

.express .logistics-content {
    padding-bottom: 4px;
}

.express-panel {
    padding: 15px 0;
    background-color: #fff;
    line-height: 22px;
    min-height: 22px;
    position: relative;
}

    .express-panel .express-detail {
        margin: 0 0 0 25px;
    }

    .express-panel .address-detail {
        margin-top: 2px;
        font-size: 12px;
        line-height: 16px;
        color: #666;
    }

    .express-panel .name, .express-panel .tel {
        font-size: 14px;
        color: #333;
    }

    .express-panel .name {
        float: left;
        width: 160px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .express-panel .tel {
        float: right;
    }

    .express-panel::before {
        content: '';
        position: absolute;
        top: 18px;
        left: 0px;
        width: 18px;
        height: 18px;
        background-image: url("/v2/image/wap/address/site2@2x.png");
        background-size: 18px 18px;
    }

    .express-panel.express-panel-edit .express-detail {
        margin-right: 18px;
    }

    .express-panel.express-panel-edit::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0px;
        width: 6px;
        height: 11px;
        margin-top: -5px;
        background-image: url("../images/arrow@2x.png");
        background-size: 6px 11px;
    }

.selffetch-panel .block-item .address-detail {
    line-height: 22px;
    padding-right: 10px;
}

.selffetch-panel .address-name {
    margin-right: 5px;
}

.selffetch-panel .block-item.arrow:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-image: url("../images/arrow@2x.png");
    background-size: 6px 11px;
}

.empty-address-tip {
    position: relative;
    padding: 16px 10px 16px 60px;
    line-height: 22px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    background: url("../images/add@2x.png") no-repeat;
    background-size: 40px 40px;
    background-position: 10px center;
    box-shadow: 0 1px 1px rgba(204,204,204,1);
}

    .empty-address-tip::after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border-top: 2px solid #cbc9cc;
        border-right: 2px solid #cbc9cc;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
    }

.address-header {
    line-height: 36px;
    font-size: 14px;
    color: #c9c9c9;
    padding: 5px 10px;
}

.city-btn {
    padding-right: 20px;
    color: #c9c9c9;
    position: relative;
}

    .city-btn::before {
        content: '';
        position: absolute;
        top: 5px;
        right: 0;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #c9c9c9;
    }

.search-btn {
    float: right;
    width: 15px;
    padding-top: 15px;
    overflow: hidden;
    height: 0;
    background: url("/v2/image/wap/icons/search@2x.png") no-repeat;
    background-size: 15px 15px;
    margin-top: 10px;
}

.popup .header {
    padding: 10px 0;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    -webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    -moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .popup .header {
        border-bottom-width: 1px;
    }
}

.popup .close {
    position: absolute;
    right: 3px;
    top: 4px;
    padding: 10px;
    height: 22px;
    width: 22px;
    background-image: url("/v2/image/wap/address/close@2x.png");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
}

.name-card {
    margin-left: 0px;
    width: auto;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
}

    .name-card .thumb {
        width: 99px;
        height: 80px;
        float: left;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        background-size: cover;
        border: 1px solid #eaeaea;
    }

        .name-card .thumb img {
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .name-card a:hover, .name-card a:active {
        text-decoration: none;
    }

    .name-card .detail {
        margin-left: 68px;
        width: auto;
        position: relative;
    }

        .name-card .detail h3 {
            margin-top: 1px;
            color: #7b7b7b;
            font-size: 12px;
            line-height: 16px;
            width: 100%;
        }

            .name-card .detail h3 i {
                color: #5a5a5a;
                padding-right: 10px;
            }

        .name-card .detail p {
            position: relative;
            font-size: 12px;
            line-height: 16px;
            white-space: nowrap;
            margin: 0 0 2px;
            color: #ccc;
        }

        .name-card .detail a {
            display: block;
        }

        .name-card .detail .l2-ellipsis {
            max-height: 34px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .name-card .btn-goods-link {
        bottom: 8px;
        right: 10px;
        position: absolute;
        line-height: 14px;
        font-size: 12px;
    }

    .name-card.name-card-3col {
        padding: 8px 0;
        padding-right: 85px;
    }

        .name-card.name-card-3col .right-col {
            position: absolute;
            right: 0px;
            top: 8px;
            width: 78px;
            padding-right: 10px;
            font-size: 12px;
        }

            .name-card.name-card-3col .right-col .price {
                font-size: 14px;
                color: #515151;
                text-align: right;
                line-height: 16px;
            }

            .name-card.name-card-3col .right-col .num {
                font-weight: 200;
                text-align: right;
                margin-top: 3px;
                padding: 0;
                color: #555;
            }

                .name-card.name-card-3col .right-col .num .num-txt {
                    padding: 0;
                    line-height: 22px;
                    color: #515151;
                }

            .name-card.name-card-3col .right-col .order-state {
                font-size: 13px;
                text-align: right;
            }

.btn-1-1, .btn-2-1, .btn-3-1 {
    display: inline-block;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-1-1 .tag, .btn-1-1 .btn, .btn-2-1 .tag, .btn-2-1 .btn, .btn-3-1 .tag, .btn-3-1 .btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.btn-1-1 {
    width: 100%;
    padding-left: 0;
}

    .btn-1-1 .tag, .btn-1-1 .btn {
        width: 50% !important;
    }

.btn-2-1 {
    width: 49.5%;
}

.btn-3-1 {
    width: 33.3%;
}

.action-container {
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0;
}

    .action-container > div {
        margin-bottom: 0;
    }

        .action-container > div:last-child {
            margin-bottom: 0;
        }

    .action-container > button, .action-container > .btn {
        margin-bottom: 10px;
    }

        .action-container > button:last-child, .action-container > .btn:last-child {
            margin-bottom: 0;
        }

.popout-box .header {
    position: relative;
    margin-bottom: 10px;
    -webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    -moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;
    border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .popout-box .header {
        border-bottom-width: 1px;
    }
}

.popout-box .header h2 {
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 16px;
}

.popout-box .action-container {
    margin: 10px 0 0 0;
    padding: 0;
}

    .popout-box .action-container .btn.btn-block {
        font-size: 14px;
    }

.tag {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-align: center;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    padding: 4px;
}

.tag-big {
    font-size: 14px;
    line-height: 18px;
}

.tag.tag-green {
    color: #06bf04;
    border-color: #0c3;
}

.tag.tag-orange {
    color: #f60;
    border-color: #f60;
}

.tag.tag-orangef60 {
    color: #f60;
    border-color: #f60;
}

.tag.tag-white {
    color: #333;
    border-color: #bbb;
}

.tag.tag-blue {
    color: #38f;
    border-color: #38f;
}

.tag.tag-red {
    color: #ed5050;
    border-color: #ed5050;
}

.tag.tag-pink {
    color: #ee614b;
    border-color: #ee614b;
}

.tag.disabled {
    background-color: #ddd !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    color: #fff !important;
}

.btn-1-1, .btn-2-1, .btn-3-1 {
    display: inline-block;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-1-1 .tag, .btn-1-1 .btn, .btn-2-1 .tag, .btn-2-1 .btn, .btn-3-1 .tag, .btn-3-1 .btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.btn-1-1 {
    width: 100%;
    padding-left: 0;
}

    .btn-1-1 .tag, .btn-1-1 .btn {
        width: 50% !important;
    }

.btn-2-1 {
    width: 49.5%;
}

.btn-3-1 {
    width: 33.3%;
}

.action-container {
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0;
}

    .action-container > div {
        margin-bottom: 0;
    }

        .action-container > div:last-child {
            margin-bottom: 0;
        }

    .action-container > button, .action-container > .btn {
        margin-bottom: 10px;
    }

        .action-container > button:last-child, .action-container > .btn:last-child {
            margin-bottom: 0;
        }

.wrapper-form .form-item {
    position: relative;
    margin-top: 10px;
}

    .wrapper-form .form-item label {
        position: absolute;
        top: 1px;
        left: 10px;
        line-height: 45px;
        z-index: 1;
        color: #666;
    }

    .wrapper-form .form-item textarea, .wrapper-form .form-item input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        line-height: 18px;
        padding: 12px 10px 12px 68px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
        outline: none;
        opacity: 1;
        -webkit-appearance: none;
    }

        .wrapper-form .form-item input[disabled='disabled'] {
            background: #f8f8f8;
        }

    .wrapper-form .form-item:first-child {
        margin-top: 0;
    }

.btn-1-1, .btn-2-1, .btn-3-1 {
    display: inline-block;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-1-1 .tag, .btn-1-1 .btn, .btn-2-1 .tag, .btn-2-1 .btn, .btn-3-1 .tag, .btn-3-1 .btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.btn-1-1 {
    width: 100%;
    padding-left: 0;
}

    .btn-1-1 .tag, .btn-1-1 .btn {
        width: 50% !important;
    }

.btn-2-1 {
    width: 49.5%;
}

.btn-3-1 {
    width: 33.3%;
}

.action-container {
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0;
}

    .action-container > div {
        margin-bottom: 0;
    }

        .action-container > div:last-child {
            margin-bottom: 0;
        }

    .action-container > button, .action-container > .btn {
        margin-bottom: 10px;
    }

        .action-container > button:last-child, .action-container > .btn:last-child {
            margin-bottom: 0;
        }

.popout-box .header {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .popout-box .header {
        border-bottom-width: 1px;
    }
}

.popout-box .header h2 {
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 16px;
}

.popout-box .action-container {
    margin: 10px 0 0 0;
    padding: 0;
}

    .popout-box .action-container .btn.btn-block {
        font-size: 14px;
    }

.popout-login .wrapper-form {
    padding-top: 10px;
}

    .popout-login .wrapper-form .verify-image {
        position: absolute;
        right: 0px;
        top: 7px;
        width: 80px;
        height: 30px;
    }

    .popout-login .wrapper-form .btn-auth-code {
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        padding: 15px 4px;
        border-radius: 5px;
    }

    .popout-login .wrapper-form .txt-cover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

    .popout-login .wrapper-form .txt-cover-half {
        right: 90px;
    }

    .popout-login .wrapper-form .error {
        margin-top: 10px;
        word-break: break-word;
    }

.popout-login .bottom-tips {
    padding-top: 16px;
    font-size: 0;
}

    .popout-login .bottom-tips .inline-item {
        padding: 0 10px;
        border-right: 1px solid #e5e5e5;
        font-size: 12px;
    }

        .popout-login .bottom-tips .inline-item:last-child {
            padding-right: 0px;
            border-right: 0px none;
        }

.time-picker-container {
    margin-top: 10px;
}

.time-picker h3 {
    background-color: #c9c9c9;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

.time-picker .time-picker-items {
    overflow: hidden;
    padding: 5px;
}

    .time-picker .time-picker-items li {
        float: left;
        width: 22%;
        margin: 5px 1.5%;
    }

    .time-picker .time-picker-items a {
        display: block;
        font-size: 12px;
        line-height: 48px;
        text-align: center;
        border: 1px solid #e0e0e0;
        background-color: #fff;
    }

        .time-picker .time-picker-items a.time-disable {
            background-color: #ededed;
            color: #c9c9c9;
        }

        .time-picker .time-picker-items a.time-active {
            border-color: #f60;
            color: #f60;
        }

.date-picker-header {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #c9c9c9;
}

    .date-picker-header li {
        float: left;
        width: 21%;
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        color: #c9c9c9;
    }

        .date-picker-header li .date-disable {
            color: #d2d2d2;
        }

        .date-picker-header li:first-child a {
            color: #f60;
        }

        .date-picker-header li.more-date-li {
            width: 16%;
        }

        .date-picker-header li span {
            display: block;
        }

    .date-picker-header .date-header-item {
        display: block;
        border-right: 1px solid #c9c9c9;
    }

    .date-picker-header .calendar-icon {
        display: inline-block;
        width: 20px;
        height: 15px;
        background-image: url("/v2/image/wap/trade/calendar.png");
        background-size: 20px 15px;
    }

.date-picker-calendar {
    background-color: #fff;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

    .date-picker-calendar td {
        width: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .date-picker-calendar .calendar-header {
        line-height: 45px;
    }

    .date-picker-calendar .calendar-header-title {
        font-weight: bold;
    }

    .date-picker-calendar .calendar-prev, .date-picker-calendar .calendar-next {
        cursor: pointer;
        color: #e5e5e5;
    }

    .date-picker-calendar .calendar-weeks-title {
        line-height: 22px;
        border-bottom: 1px solid #e5e5e5;
    }

    .date-picker-calendar .calendar-body tr {
        border-bottom: 1px solid #e5e5e5;
    }

    .date-picker-calendar .calendar-body td {
        line-height: 45px;
    }

    .date-picker-calendar .disable {
        color: #999;
        background-color: #e5e5e5;
    }

    .date-picker-calendar .curr {
        color: #f60;
        border: 1px solid #f60;
    }

    .date-picker-calendar .today {
        background-color: #f60;
        color: #fff;
    }

    .date-picker-calendar .calendar-hide {
        visibility: hidden;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .date-picker-header .calendar-icon {
        background-image: url("/v2/image/wap/trade/calendar@2x.png");
    }
}

.city-list-container h3 {
    line-height: 36px;
}

.curr-city-name, .history-city {
    padding: 5px 15px;
}

.history-city-list li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px;
}

    .history-city-list li:nth-child(3n) {
        margin-right: 0;
    }

.curr-city-name p {
    width: 30%;
}

.city-name-btn {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.location-position {
    line-height: 1.5;
    padding: 10px 0;
}

.city-items h3 {
    padding: 0 15px;
}

.city-items li {
    cursor: pointer;
}

.contacts-container::after {
    content: '';
    display: block;
    height: 2px;
    background-image: url("/v2/image/wap/address/border2@2x.png");
    background-size: 34px 2px;
}

.contacts-detail-container {
    padding: 15px 10px;
}

.contacts-detail {
    position: relative;
    margin-left: 28px;
    line-height: 18px;
}

    .contacts-detail::before {
        content: '';
        position: absolute;
        top: 3px;
        left: -27px;
        width: 16px;
        height: 16px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiCAMAAAAJbCvNAAAAYFBMVEUAAAAzMzMzMzM0NDRAQEAzMzMzMzM3Nzc5OTk0NDQ0NDQ1NTU1NTU3NzczMzMzMzM0NDQ2NjY0NDQ0NDQ0NDQ0NDQ1NTU1NTUzMzMzMzMzMzM0NDQzMzM1NTU7OzszMzPfg0AmAAAAH3RSTlMA879/DO+bJB/82EEwFfnpUDnPuaOLWDLSr6lxaGANzOKzvAAAAOdJREFUOMu1kldywzAQQ8FqUhKLVd1x/1tmEmcSSZbML7+vxcySXGCJObWthKhsjW0Okr/IAzY4GgrVaN0oQXPcOG8o3bN0kub1Dkm5FCtqCvevnOB6Uks1l4p21VCxmcuG1apBUM+lpig2lJ8oD1m2WQ6qHHV5WeV1b3+YzxDycG6T8d6k9jzkgCVj57nAd+Pc4YmMncpT0IAOU1ZdJE9/Xu+e6aqxQF8T/f1ZZ8/hgRceA33+ySdSYRPF+J1YT4sdLHvAUYRd64ION/bYpecNF47YZeQFLSfsMrFFYniTPxMi3xLBAl89sRlPXwGQUQAAAABJRU5ErkJggg==");
        background-size: 16px 16px;
    }

    .contacts-detail.edit-arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 6px;
        height: 11px;
        margin-top: -5px;
        background-image: url("../images/arrow@2x.png");
        background-size: 6px 11px;
    }

.empty-contacts {
    position: relative;
    padding-left: 50px;
    line-height: 40px;
    background: url("/v2/image/wap/address/add@2x.png") no-repeat;
    background-size: 40px 40px;
    background-position: 0 center;
}

    .empty-contacts::after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border-top: 2px solid #cbc9cc;
        border-right: 2px solid #cbc9cc;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
    }

.contacts-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.contacts-list {
    padding-bottom: 51px;
}

    .contacts-list .block-item {
        padding: 15px 30px;
        line-height: 22px;
    }

    .contacts-list .icon-edit-contacts {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -13px;
        width: 24px;
        height: 26px;
        background-image: url("/v2/image/wap/address/edit_address@2x.png");
        background-repeat: no-repeat;
        background-size: 24px 26px;
        background-position: center;
    }

.add-contacts {
    position: fixed;
    width: 100%;
    bottom: 0;
    line-height: 50px;
    background: #fff; /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .add-contacts {
        border-top-width: 1px;
    }
}

.add-contacts .icon-add {
    margin: 0 10px;
    vertical-align: middle;
}

.add-contacts::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #cbc9cc;
    border-right: 2px solid #cbc9cc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
}

.contacts-form {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

    .contacts-form .btn-loading-save {
        position: relative;
        color: transparent !important;
    }

        .contacts-form .btn-loading-save:link, .contacts-form .btn-loading-save:visited, .contacts-form .btn-loading-save:focus, .contacts-form .btn-loading-save:hover, .contacts-form .btn-loading-save:active {
            color: transparent !important;
        }

        .contacts-form .btn-loading-save::before, .contacts-form .btn-loading-save::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 16px;
            margin-left: -8px;
            margin-top: -8px;
            border: 3px solid rgba(0,0,0,0.1);
            border-radius: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .contacts-form .btn-loading-save::after {
            border-color: #fff transparent transparent transparent;
            -webkit-animation: btn-spin 0.6s linear;
            -moz-animation: btn-spin 0.6s linear;
            animation: btn-spin 0.6s linear;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

    .contacts-form .btn-loading-delete {
        position: relative;
        color: transparent !important;
    }

        .contacts-form .btn-loading-delete:link, .contacts-form .btn-loading-delete:visited, .contacts-form .btn-loading-delete:focus, .contacts-form .btn-loading-delete:hover, .contacts-form .btn-loading-delete:active {
            color: transparent !important;
        }

        .contacts-form .btn-loading-delete::before, .contacts-form .btn-loading-delete::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 16px;
            margin-left: -8px;
            margin-top: -8px;
            border: 3px solid rgba(0,0,0,0.1);
            border-radius: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .contacts-form .btn-loading-delete::after {
            border-color: #666 transparent transparent transparent;
            -webkit-animation: btn-spin 0.6s linear;
            -moz-animation: btn-spin 0.6s linear;
            animation: btn-spin 0.6s linear;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

@-webkit-keyframes btn-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes btn-spin {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes btn-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.search-form {
    position: relative;
    padding: 7px 10px 7px 10px;
    background-color: #efefef;
}

    .search-form .search-input {
        width: 100%;
        height: 30px;
        padding-left: 30px;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline-width: 0px;
        font-size: 14px;
    }

        .search-form .search-input:focus {
            -webkit-appearance: none;
        }

    .search-form .search-cancel {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        text-align: center;
        line-height: 44px;
        font-size: 16px;
        color: #666;
    }

    .search-form .search-icon {
        position: absolute;
        top: 6px;
        left: 12px;
        width: 30px;
        height: 30px;
    }

        .search-form .search-icon::before, .search-form .search-icon::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
        }

        .search-form .search-icon::before {
            margin-top: -7px;
            margin-left: -8px;
            width: 10px;
            height: 10px;
            border: 1px solid #a3a3a3;
            background: transparent;
            border-radius: 12px;
        }

        .search-form .search-icon::after {
            margin-top: 2px;
            margin-left: 3px;
            width: 2px;
            height: 7px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background-color: #a3a3a3;
        }

    .search-form .close-icon {
        position: absolute;
        top: 2px;
        right: 55px;
        height: 40px;
        width: 40px;
        border-radius: 100px;
        background: #a3a3a3;
        -webkit-transform: scale(0.42);
        -moz-transform: scale(0.42);
        -ms-transform: scale(0.42);
        transform: scale(0.42);
        -webkit-tap-highlight-color: transparent;
    }

        .search-form .close-icon::before, .search-form .close-icon::after {
            content: '';
            height: 6px;
            width: 28px;
            display: block;
            background: #fff;
            border-radius: 10px;
            position: absolute;
            top: 17px;
            left: 6px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .search-form .close-icon::after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.search-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    background-color: #fff;
}

    .search-bar .search-form {
        padding-right: 55px;
    }

    .search-bar .history-list {
        padding: 10px;
    }

        .search-bar .history-list li {
            float: left;
            border: 1px solid #ddd;
            padding: 5px;
            margin: 0 10px 10px 0;
            color: #666;
            border-radius: 3px;
            text-align: center;
            font-size: 14px;
            line-height: 18px;
        }

    .search-bar .search-recom-list li {
        float: left;
        width: 50%;
        padding-bottom: 5px;
        padding: 0;
        margin: 0;
        border: none;
        border-bottom: 1px solid #ddd;
        text-align: left;
        border-radius: 0;
        font-size: 14px;
        line-height: 30px;
    }

        .search-bar .search-recom-list li p {
            padding: 5px;
            white-space: nowrap;
            word-break: keep-all;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .search-bar .search-recom-list li p b {
                font-weight: bold;
            }

    .search-bar .tag.tag-clear {
        width: 145px;
        height: 40px;
        margin-top: 30px;
        line-height: 30px;
        font-size: 14px;
        border: 1px solid #666;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.info-panel {
    line-height: 1.6;
}

    .info-panel .left-part {
        float: left;
        margin-right: 10px;
    }

    .info-panel .right-part {
        float: right;
        text-align: right;
    }

    .info-panel .arrow.right-part {
        margin-right: 10px;
    }

    .info-panel .arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 7px;
        -webkit-transform: translate3d(0, -55%, 0);
        -moz-transform: translate3d(0, -55%, 0);
        transform: translate3d(0, -55%, 0);
        width: 6px;
        height: 11px;
        background-image: url("../images/arrow@2x.png");
        background-size: 6px 11px;
        background-repeat: no-repeat;
    }

.info-panel-big {
    line-height: 2;
}

.address-search-container .search-bar {
    top: 40px;
}

.search-history {
    padding-left: 10px;
}

    .search-history h3 {
        padding: 10px 0;
    }

    .search-history .block.block-list {
        padding-left: 0;
    }

    .search-history .block-item {
        padding-left: 0;
    }

.order-total {
    padding: 12px 10px;
}

    .order-total p {
        line-height: 26px;
    }

    .order-total .total {
        font-size: 16px;
    }

.border-top-none {
    border-top: 0px none !important;
}

.list-finished, .loading-more {
    width: 100%;
    padding: 20px 10px;
    vertical-align: middle;
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .list-finished span, .loading-more span {
        display: inline-block;
        margin-top: 10px;
        width: 16px;
        height: 16px;
        background: url("/v2/image/loader.gif") no-repeat center center;
        background-size: 16px 16px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .list-finished span, .loading-more span {
        background-image: url("/v2/image/loader@2x.gif");
    }
}

.c-green-55BD47 {
    color: #55BD47;
}

.scene {
    padding-top: 15px;
}

.paid-time {
    margin: 0;
    padding: 5px 0;
}

    .paid-time .paid-time-inner {
        padding: 0 10px;
    }

.name-card.name-card-goods .detail {
    min-height: 38px;
}

.tag.tag-opt {
    min-width: 50px;
    padding: 5px;
    font-size: 10px;
}

.overview .cashback-amount {
    width: 100%;
    float: none;
    border: none;
}

.gift-app-order .gift-tips {
    line-height: 120%;
    margin: 10px;
}

.gift-app-order .action-container {
    margin: 10px 0;
}

.pj-actions {
    background-color: #7b859b;
    padding: 5px 15px 20px 15px;
}

    .pj-actions .btn.btn-view {
        background-color: transparent;
        color: #fff;
    }

.pj-errors .desc {
    padding: 5px;
    line-height: 22px;
}

.pj-errors .desc-bottom-line { /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
    margin: 0 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .pj-errors .desc-bottom-line {
        border-bottom-width: 1px;
    }
}

.pj-errors .reason {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 5px;
}

.tabber.tabber-fold {
    border: 0px none;
}

    .tabber.tabber-fold button { /*-webkit-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;-moz-border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;border-image: url("/v2/image/wap/border-line-2.png") 2 stretch;*/
        border-bottom: 2px solid #e5e5e5;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .tabber.tabber-fold button {
        border-bottom-width: 1px;
    }
}

.tabber.tabber-fold button.active {
    margin-top: 0;
    -webkit-border-image: initial;
    -moz-border-image: initial;
    border-image: initial;
}

.order-wait-box h3 {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.order-wait-box .order-wait-tip {
    line-height: 1.5;
    margin: 15px 0 25px;
}

.page-header {
    background-color: #000;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

    .page-header a {
        position: absolute;
        top: 0;
        left: 10px;
        color: #fff;
        line-height: 40px;
    }

    .page-header h3 {
        line-height: 40px;
        color: #fff;
    }

.selffetch-address .address-list .address-container {
    max-height: none;
}

.order-number-status {
    position: relative;
    padding: 10px 10px 10px 10px;
}

    .order-number-status p {
        line-height: 1.5;
        word-break: break-all;
    }

    .order-number-status .copy-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 3px 10px;
    }

.block-list.js-goods-list-container {
    padding: 0 10px 1rem;
}

.price span.t1 {
    color: #7b7b7b;
    padding-left: 0.2rem;
    font-size: 0.5rem;
    text-decoration: line-through;
}
