﻿@charset "utf-8";

body, button, input, select, textarea {
    font: 14px/1.5 Microsoft YaHei, Tahoma, Helvetica, Arial, simsun;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.page_main {
    padding: 38px 0;
}
.pro-tiny-tip {
    color: #e2231a;
    border: 1px solid #f9d2d3;
    padding: 1px 2px;
    font-size:12px; 
}
/*购物车顶部*/
.site-header {
    position: relative;
    z-index: 20;
    height: 80px;
}

.site-mini-header {
    font-size: 12px;
    border-bottom: 2px solid #ff6700;
    background: #fff;
    color: #b0b0b0;
}

    .site-mini-header a {
        color: #757575;
    }

.site-header .header-logo {
    float: left;
    width: 200px;
    margin-top: 10px;
}

.site-mini-header .header-logo {
    width: 93px;
    margin-top: 26px;
}

.site-header .header-logo .logo {
    position: relative;
    float: left;
    width: 55px;
    height: 55px;
    overflow: hidden;
    _zoom: 1;
    background-color: #ff6700;
}

.site-mini-header .header-logo .logo {
    width: 55px;
    height: 55px;
    background: #ff6700 url(images/logo.gif) no-repeat center center;
}

.site-mini-header .header-title {
    float: left;
    margin-top: 26px;
}

    .site-mini-header .header-title h2 {
        font-size: 28px;
        line-height: 48px;
        font-weight: normal;
        color: #424242;
    }

        .site-mini-header .header-title h2 span {
            margin-left: 10px;
            color: #ff6700;
        }

.site-mini-header .topbar-cart, .site-mini-header .topbar-info {
    position: relative;
    float: right;
    _display: inline;
    height: 40px;
}

.site-mini-header .topbar-info {
    line-height: 40px;
    margin-top: 30px;
}

    .site-mini-header .topbar-info .link, .site-mini-header .topbar-info .user, .site-mini-header .topbar-info .sep {
        float: left;
    }

    .site-mini-header .topbar-info .link {
        padding: 0 5px;
    }

    .site-mini-header .topbar-info .sep {
        margin: 0;
        color: #e0e0e0;
    }
/*购物车页面主体*/
.page-main {
    padding-top: 10px;
    padding-bottom: 38px;
}

.cart-goods-list {
    background-color: #fff;
}

    .cart-goods-list .list-head {
        height: 50px;
        line-height: 50px;
        padding: 0 26px;
        color: #424242;
        font-weight: 600;
    }

        .cart-goods-list .list-head .col {
            float: left;
        }

        .cart-goods-list .list-head .col-img {
            width: 132px;
        }

    .cart-goods-list .col-name {
        width: 500px;
    }

    .cart-goods-list .col-price {
        width: 200px;
        text-align: center;
        color: #424242;
    }

    .cart-goods-list .col-num {
        width: 150px;
        text-align: center;
        color: #424242;
    }

    .cart-goods-list .col-total {
        width: 190px;
        text-align: center;
    }

    .cart-goods-list .col-action {
        width: 80px;
        text-align: center;
    }

    .cart-goods-list .col-select {
        width: 50px;
        text-align: center;
    }

    .cart-goods-list .item-box {
        padding: 15px 26px;
        border-top: 1px solid #e0e0e0;
    }

    .cart-goods-list .item-table {
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        border-bottom:1px solid #efefef;
    }

        .cart-goods-list .item-table .item-row {
            display: table-row;
        }

        .cart-goods-list .item-table .col {
            display: table-cell;
            vertical-align: middle;
            *float: left;
        }

    .cart-goods-list .item-box .col-img {
        width: 80px;
        height: 80px;
        padding-right: 39px;
        padding-left: 13px;
        overflow: hidden;
        _zoom: 1;
    }

        .cart-goods-list .item-box .col-img img {
            width: 80px;
            height: 80px;
        }

    .cart-goods-list .col-name .name, .cart-goods-list .col-name .desc {
        width: 380px;
        margin: 0;
    }

    .cart-goods-list .col-name .name {
        line-height: 2em;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        _zoom: 1;
    }

        .cart-goods-list .col-name .name a {
            color: #424242;
        }

        .cart-goods-list .col-name .name p {
            font-size:13px;
            color: #a1a0a0;
        }

.change-goods-num a:hover {
    background-color: #d6d6d6;
    color: #fff;
}
.item-seleted {
    background: #fff4e8;
}

.cart-goods-list .col-name .desc {
    color: #757575;
    font-size: 12px;
}

.cart-goods-list .item-box .col-price, .cart-goods-list .item-sub-box .col-price {
    font-size: 16px;
}

.cart-goods-list .item-box .col-num, .cart-goods-list .item-sub-box .col-num {
    font-size: 12px;
    padding-top:10px;
    vertical-align:top;
}

.change-goods-num {
    width: 126px;
    height: 38px;
    border: 1px solid #e0e0e0;
    text-align: center;
    background-color: #fff;
    zoom: 1;
}

    .change-goods-num a {
        float: left;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #757575;
        font-size: 20px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .change-goods-num input {
        float: left;
        width: 50px;
        height: 38px;
        line-height: 38px;
        padding: 0;
        border-width: 0;
        color: #424242;
        font-size: 16px;
        text-align: center;
    }

.cart-goods-list .item-box .col-total, .cart-goods-list .item-sub-box .col-total {
    color: #ff6700;
    font-size: 16px;
}

.cart-goods-list .item-box .pre-info {
    margin: 0;
    font-size: 12px;
    color: #b0b0b0;
}

.cart-goods-list .col-action {
    width: 80px;
    text-align: center;
}

.cart-goods-list .item-box .col-action .del, .cart-goods-list .item-sub-box .col-action .del {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    color: #757575;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .cart-goods-list .item-box .col-action .del:hover, .cart-goods-list .item-sub-box .col-action .del:hover {
        color: #fff;
        background-color: #ff0000;
    }
/*清空购物车*/
.clear-cart {
    text-align: right;
    padding: 0 0 50px 0;
    /*border-bottom:1px solid #e0e0e0;*/
}

    .clear-cart a {
        display: inline-block;
        padding: 5px 15px;
        color: #999;
        -webkit-transition: border-color 0.3s ease,color 0.3s ease;
        transition: border-color 0.3s ease,color 0.3s ease;
    }

        .clear-cart a:hover {
            border-color: #ff6700;
            color: #ff6700;
            text-decoration: underline;
        }
/*  去结算  */
.cart-bar {
    height: 50px;
    text-align: right;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-transition: background 0.3s ease,top 0.3s ease;
    transition: background 0.3s ease,top 0.3s ease;
}

    .cart-bar .section-left {
        float: left;
    }

    .cart-bar a {
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .cart-bar .back-shopping {
        line-height: 50px;
    }

    .cart-bar .total-price {
        padding-left: 13px;
        color: #ff6700;
    }

        .cart-bar .total-price b {
            font-style: normal;
            font-size: 30px;
        }

        .cart-bar .total-price .total-num {
            color: #999;
        }

    .cart-bar .btn {
        width: 200px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        vertical-align: baseline;
    }

    .cart-bar .btn-pay {
        margin-left: 50px;
    }
/* 您的购物车是空的 */
.cart-empty {
    height: 273px;
    padding-left: 558px;
    margin: 65px 0 130px;
    background: url("images/cart-empty.png") no-repeat 124px 0;
    color: #b0b0b0;
    overflow: hidden;
    _zoom: 1;
}

    .cart-empty h2 {
        margin: 70px 0 15px;
        font-size: 36px;
    }

    .cart-empty .btn {
        width: 170px;
        height: 48px;
        line-height: 48px;
    }
/* 相关配件 */
.cart-recommend {
    margin: 60px 0 0;
}

.xm-recommend-title {
    position: relative;
    margin: 0;
    height: 50px;
    font-size: 30px;
    font-weight: 400;
    color: #757575;
    border-top: 1px solid #e0e0e0;
    -webkit-font-smoothing: antialiased;
}

    .xm-recommend-title span {
        position: absolute;
        top: -20px;
        left: 372px;
        height: 40px;
        width: 482px;
        line-height: 40px;
        text-align: center;
        display: block;
        background-color: #f5f5f5;
    }

.xm-recommend ul li {
    margin-bottom: 14px;
    height: 300px;
    background-color: #fff;
    text-align: center;
}

.xm-recommend dl {
    padding: 0 20px;
    margin-bottom: 0;
}

    .xm-recommend dl dt {
        padding: 40px 0 15px;
        height: 145px;
    }

        .xm-recommend dl dt img {
            height: 140px;
            width: 140px;
        }

    .xm-recommend dl dd {
        margin-left: 0;
    }

.xm-recommend .xm-recommend-name {
    margin-bottom: 10px;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
}

    .xm-recommend .xm-recommend-name a {
        color: #333;
    }

.xm-recommend .xm-recommend-price {
    margin-bottom: 10px;
    color: #ff6700;
}

.xm-recommend .xm-recommend-tips {
    position: relative;
    color: #757575;
}

    .xm-recommend .xm-recommend-tips .btn {
        position: absolute;
        left: 37px;
        top: 0;
        width: 120px;
        display: none;
    }
/*购物车-登录注册 */
.form-wrap {
    width: 946px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(204, 204, 204, 0.5);
    padding: 30px 30px 50px 30px;
    margin: 30px auto 50px;
}

    .form-wrap .form-box {
        background-color: #fff;
        width: 320px;
        height: 430px;
        padding: 15px 30px;
    }

.form-box .form-hd h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 5px;
}

.form-box .form-hd .trig {
    float: right;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 5px;
}

    .form-box .form-hd .trig a {
        text-decoration: underline;
    }

.form-box .form-bd {
    margin: 15px 0;
    position: relative;
    width: 320px;
    overflow: hidden;
}

.form-bd .form-list {
}

    .form-bd .form-list li.text_input {
        border: 1px solid #ccc;
        line-height: 18px;
        padding: 6px;
        position: relative;
        margin-bottom: 24px;
        zoom: 1;
    }

.form-list li input.text {
    width: 240px;
    padding: 4px 6px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    border: none;
    border-left: 1px solid #ccc;
    color: #333;
    vertical-align: middle;
    color: #333;
    margin-left: 2px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.form-list li .icon {
    display: inline-block;
    text-align: center;
    color: #aaa;
    font-size: 18px;
    vertical-align: middle;
    margin: 0 6px;
    width: 18px;
    height: 18px;
}

.form-list li .icon-user {
    background: url(images/login_user.png) no-repeat left top;
}

.form-list li .icon-pwd {
    background: url(images/login_pwd.png) no-repeat left top;
}

.form-list li.security_code {
    width: 100px;
}

.form-list li.input_box .t_text {
    position: absolute;
    color: #ccc;
    left: 14px;
    top: 10px;
}

.form-list li.input_box {
    border: 1px solid #ccc;
    line-height: 18px;
    padding: 6px;
    position: relative;
    zoom: 1;
}

.form-list li.security_code input.code_input {
    width: 80px;
}

.form-list li.input_box input {
    border: 0;
    border: none;
    padding: 4px 6px;
    width: 265px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    color: #333;
    vertical-align: middle;
    color: #333;
    margin-left: 2px;
}

.form-list li.security_code img {
    position: absolute;
    top: 0;
    right: -130px;
    width: 110px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
}

.form-list li p a.forget_psd {
    float: right;
    text-decoration: underline;
}

.form-list li p .remember-me {
    margin-right: 10px;
    vertical-align: -2px;
}

.form-list li.last .btn {
    height: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    _line-height: 18px;
    border: none;
    padding: 10px 25px;
    margin-right: 20px;
    background-color: #f70;
    vertical-align: middle;
}

.form-list li.last {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
/*注册表单*/
.register_infor ul li.input_box {
    border: 1px solid #ccc;
    line-height: 18px;
    padding: 6px;
    position: relative;
    zoom: 1
}

#register_box h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 5px
}

#register_box .trig {
    float: right;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 5px
}

    #register_box .trig a {
        text-decoration: underline
    }

.register_infor {
    margin: 15px 0;
    width: 320px
}

    .register_infor ul li.input_box {
        border: 1px solid #ccc;
        line-height: 18px;
        padding: 6px;
        position: relative;
        zoom: 1
    }

        .register_infor ul li.input_box .t_text {
            position: absolute;
            color: #ccc;
            left: 14px;
            top: 10px
        }

        .register_infor ul li.input_box input {
            border: 0;
            border: none;
            padding: 4px 6px;
            width: 265px;
            height: 18px;
            line-height: 18px;
            overflow: hidden;
            color: #333;
            vertical-align: middle;
            color: #333;
            margin-left: 2px
        }

    .register_infor ul li.security_code {
        width: 100px
    }

        .register_infor ul li.security_code input {
            width: 80px
        }

        .register_infor ul li.security_code img {
            position: absolute;
            top: 0;
            right: -130px;
            width: 110px;
            height: 40px;
        }

        .register_infor ul li.security_code a {
            position: absolute;
            color: #39f;
            top: 10px;
            right: -190px;
            text-decoration: underline
        }

    .register_infor ul li.error_box, .register_infor ul li.error_box em {
        display: block;
        height: 24px;
        line-height: 24px;
        _height: 20px;
        _line-height: 20px;
        color: #fe564b;
        overflow: hidden
    }

    .register_infor ul li.input_box .error_icon {
        background: url(images/error_icon.png) 0 -50px no-repeat;
        position: absolute;
        width: 14px;
        height: 14px;
        right: 10px;
        top: 11px
    }

    .register_infor ul li.params_error {
        border-color: #fe655c
    }

        .register_infor ul li.params_error .error_icon {
            background-position: 0 0
        }

    .register_infor ul li.params_success .error_icon {
        background-position: 0 -18px
    }

    .register_infor ul li.security_code a#send_security_code {
        color: #666;
        text-decoration: none;
        padding: 11px 20px;
        top: 0px;
        font-size: 14px;
        right: -206px;
        display: none
    }

    .register_infor ul li.security_code a.disabled {
        background: #ccc
    }

    .register_infor ul li.lizi_law a {
        color: #39f
    }

    .register_infor ul li.go2register a {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        font-size: 18px
    }

    .register_infor ul li.go2register input {
        height: 50px;
        width: 100%;
        text-align: center;
        color: #fff;
        letter-spacing: 5px;
        cursor: pointer;
        font-size: 18px;
        line-height: 16px;
        _line-height: 18px;
        border: none;
        padding: 10px 25px;
        margin-right: 20px;
        background-color: #f70;
        vertical-align: middle;
    }

    .register_infor li.input_box input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }

    .register_infor .remember-me {
        margin-right: 3px;
        vertical-align: -2px;
    }
/* 收货信息 */
.checkout-box h2 {
    color: #333;
    padding-left: 30px;
    font-size: 22px;
    padding-bottom: 28px;
    cursor: move;
}

.section-options {
    padding: 10px 0;
    margin-left: 48px;
    margin-right: 48px;
}

    .section-options .section-header {
        float: left;
        color: #333;
        font-size: 16px;
        line-height: 34px;
        font-weight: normal;
        width: 150px;
    }

        .section-options .section-header em {
            font-style: normal;
            color: #ff6700;
            padding-right: 3px;
        }

    .section-options .section-body {
        float: left;
    }

        .section-options .section-body.section-address {
            width: 600px;
        }

.input-text {
    width: 350px;
    height: 18px;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}

    .input-text:hover {
        border-color: #b0b0b0;
    }

.dropdown {
    float: left;
    margin-right: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    _zoom: 1;
    width: 120px;
    height: 38px;
    height: 25px\9;
    *height: 25px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}

    .dropdown label {
        position: absolute;
        right: 14px;
        top: 11px;
        z-index: 1;
        width: 16px;
        height: 16px;
        padding: 0;
        font-size: 16px;
        line-height: 1;
        color: #b0b0b0;
        cursor: pointer;
        pointer-events: none;
        display: none\9;
        *display: none;
    }

.input-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    height: 38px;
    height: 25px\9;
    margin: 0;
    border: 0;
    padding: 0 16px;
    padding-right: 0px\9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    line-height: 1em\9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    vertical-align: middle;
    background: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

.form-confirm {
    padding-top: 30px;
}

    .form-confirm .btn-primary {
        margin-left: 198px;
    }
/* 确认订单 */
.confirm-order-box .section-options {
    padding: 25px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

    .confirm-order-box .section-options .modify {
        color: #b0b0b0;
        margin-left: 10px;
    }

        .confirm-order-box .section-options .modify:hover {
            color: #757575;
        }

.item-list {
}

    .item-list li {
        float: left;
        position: relative;
    }

        .item-list li .text {
            position: absolute;
            bottom: -35px;
            left: 0;
            padding: 5px 15px;
            line-height: 18px;
            height: 18px;
            box-shadow: 0 0 7px #eee;
            border: 1px solid #edd28b;
            background: #fffdee;
            white-space: nowrap;
            display: none;
        }

            .item-list li .text i {
                width: 13px;
                height: 13px;
                overflow: hidden;
                background: url(images/user_purchase20150409154845.gif) 0 -73px no-repeat;
                display: inline-block;
                vertical-align: -2px;
                *vertical-align: 2px;
                margin-right: 5px;
            }

        .item-list li .radio {
            position: absolute;
            left: -9999px;
        }

.checkout-item {
    margin-right: 10px;
    border: 1px solid #e0e0e0;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    display: inline-block;
    cursor: pointer;
    color: #e54346;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

    .checkout-item:hover {
        border-color: #ff6700;
        color: #ff6700;
    }

.active .checkout-item, .active.checkout-item {
    border-color: #ff6700;
    color: #ff6700;
}

.disabled .checkout-item, .active.checkout-item {
    border-color: #e0e0e0;
    color: #999;
}

.confirm-order-box .section-shipping {
    margin-bottom: 30px;
    border-bottom: none;
}
/*确认订单-商品列表*/
.confirm-order-box .section-goods {
    border-bottom: 0 none;
}

.section-goods .section-header {
    border-bottom: 1px solid #e0e0e0;
    float: none;
    width: auto;
    line-height: 40px;
}

    .section-goods .section-header .title {
        float: left;
        color: #333;
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
    }

    .section-goods .section-header .modify {
        float: right;
        font-size: 14px;
    }

        .section-goods .section-header .modify .iconfont {
            font-size: 20px;
            vertical-align: middle;
            position: relative;
            top: -1px;
        }

.goods-list-table, .goods-list-table a {
    color: #000;
    border: 0 none;
}

    .goods-list-table a:hover {
        color: #ff6700;
    }

    .goods-list-table td, .goods-list-table th {
        line-height: 30px;
        padding: 10px;
        border: 0 none #ffffff;
    }

    .goods-list-table img {
        margin-right: 10px;
    }

    .goods-list-table input[type=radio] {
        vertical-align: -2px;
    }
/* 贺卡 */
.card_message {
    margin-left: 20px;
}

.section-body span.item {
    margin-right: 15px;
}
/*统计*/
.confirm-order-box .section-count {
    position: relative;
    border-bottom: none;
    padding: 20px 0;
}

.section-count .money-box {
    text-align: right;
}

    .section-count .money-box ul {
        float: right;
    }

    .section-count .money-box li {
        display: block;
        padding-left: 100px;
        line-height: 2;
        position: relative;
        zoom: 1;
    }

    .section-count .money-box label {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        color: #757575;
        zoom: 1;
    }

    .section-count .money-box .val {
        color: #ff6700;
        zoom: 1;
    }

    .section-count .money-box .total-price {
        margin-top: 10px;
    }

        .section-count .money-box .total-price em {
            font-size: 30px;
            line-height: 1;
            font-style: normal;
        }

        .section-count .money-box .total-price label {
            margin-top: 5px;
        }
/*订单提交成功*/
.section {
    padding: 30px 48px;
    background-color: #fff;
    color: #424242;
}

    .section h2, .section h3, .section p, .section li {
        margin: 0;
        padding: 0;
    }

.section-order {
    padding-left: 183px;
    position: relative;
}

    .section-order .icon-right {
        width: 80px;
        height: 80px;
        line-height: 80px;
        position: absolute;
        top: 40px;
        left: 50px;
        font-size: 80px;
        color: #83c44e;
        text-align: center;
        border: 2px solid #83c44e;
        border-radius: 42px;
        overflow: hidden;
        _zoom: 1;
    }

.order-info .fl {
    float: left;
}

.order-info .fr {
    float: right;
    text-align: right;
}

.order-info .title {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: normal;
    line-height: 36px;
}

    .order-info .title b {
        font-size: 22px;
        color: #5C47F5;
    }

.order-info .order-time {
    color: #616161;
    margin-bottom: 5px;
    line-height: 2;
}

.order-info .total {
    margin-bottom: 10px;
    color: #757575;
    font-size: 14px;
}

.money {
    color: #ff6700;
    font-size: 14px;
}

    .money em {
        font-style: normal;
        font-size: 24px;
    }

.order-detail {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

    .order-detail ul {
        padding: 0;
    }

    .order-detail li {
        line-height: 24px;
        margin-bottom: 8px;
        color: #333;
    }

    .order-detail .label {
        float: left;
        width: 130px;
        margin-right: 10px;
    }

    .order-detail .content {
        float: left;
    }

    .order-detail .order-num {
        color: #5C47F5;
    }

.section-payment .pay_action input {
    height: 38px;
    width: auto;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    _line-height: 18px;
    border: none;
    padding: 10px 25px;
    background-color: #f70;
    vertical-align: middle;
}

.cart-tfoot {
    margin-top: 10px;
    /*    
    height: 50px;
    padding: 5px 0;
    background-color: #fff;*/
    font-size: 14px;
    color: #8c8c8c;
}

    .cart-tfoot .cart-toolbar {
        height: 50px;
    }

    .cart-tfoot .fixed-bottom {
        border-width: 1px 0;
        border-top: 1px solid #f0f0f0 \9;
        -webkit-box-shadow: 0 -1px 8px #c4c4c4;
        -moz-box-shadow: 0 -1px 8px #c4c4c4;
        box-shadow: 0 -1px 8px #c4c4c4;
    }
    /*.cart-tfoot .ui-label,.cart-tfoot .ui-checkbox:checked +label{ background-position:0 4px;}*/
    .cart-tfoot .operation {
        float: left;
    }

        .cart-tfoot .operation a {
            margin-left: 20px;
            color: #8c8c8c;
        }

            .cart-tfoot .operation a:hover {
                color: #f42424;
            }

    .cart-tfoot .toolbar-right,
    .cart-tfoot .toolbar-right .comm-right,
    .cart-tfoot .btn-area {
        float: right;
    }

        .cart-tfoot .btn-area form {
            float: left;
            height: 50px;
        }

    .cart-tfoot .price-sum {
        float: right;
        margin-right: 25px;
    }

        /*.cart-tfoot .price-sum * {
            float: left;
        }*/
        .cart-tfoot .price-sum .sumPrice {
            color: #ff6700;
            font-size: 18px;
        }

    .cart-tfoot .reduce-sum {
        float: right;
        margin-right: 25px;
    }

    .cart-tfoot .amount-sum {
        float: right; 
        margin-right: 25px;
    }

.cart_check_num {
    color: #ff0000;
    font-size: 18px;
}

.submit-btn {
    cursor: pointer;
    width: 160px;
    height: 50px;
    border: 0;
    background-color: #e54346;
    color: #fff;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    float: left;
}
.submit-btn2 { 
    border-radius:5px;
    
    
    width: 160px;
    height: 50px;
    border: 0;
    background-color: #e54346;
    color: #fff;
    line-height: 50px;
    font-size: 24px;
    text-align: center; 
}


.cart-tbody {
    margin-top: 10px;
}

.cart-item {
}

    .cart-item .shop {
        height: 50px;
        line-height: 50px;
    }

.cart-checkbox {
    padding-left: 20px;
    line-height: 50px;
    float: left;
}

.cart-item .shop-txt {
    float: left;
}

    .cart-item .shop-txt .shop-name {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        vertical-align: middle;
        font-size: 14px;
        float: left;
    }

        .cart-item .shop-txt .shop-name strong {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .cart-item .shop-txt .self-shop-name {
        min-width: 62px;
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        background-color: #f42424;
        border-radius: 10px;
        text-align: center;
        float: left;
        margin: 15px 0 0 5px;
        cursor: default;
    }

.container {
}

.checkout-warp {
    background-color: #fff;
    margin: 15px 0 0;
    padding: 0 30px;
}

    .checkout-warp:after, .ck-step:after {
        content: ' ';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }


.ck-step {
    display: block;
}

.ck-step-tit {
    padding: 20px 0 10px;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #d2d2d2;
}

    .ck-step-tit h3 {
        font-size: 18px;
        color: #555;
        float: left;
    }

    .ck-step-tit .extra-r {
        float: right;
        color: #438cde;
    }

        .ck-step-tit .extra-r:hover {
            color: #f42424;
        }

.tips-new-white {
    position: relative;
    margin-left: 15px;
    float: left;
    top: -12px;
}

    .tips-new-white b {
        position: absolute;
        top: 12px;
        left: -8px;
        width: 9px;
        height: 17px;
        vertical-align: middle;
        background: url(../images/arrow-left.png) 0 0 no-repeat;
    }

    .tips-new-white span {
        float: left;
        background-color: #fff;
        color: #333;
        padding: 5px 10px;
        vertical-align: middle;
        line-height: 20px;
        margin-top: 5px;
        box-shadow: 0 0 3px rgba(0,0,0,.15);
        border: 1px solid #ddd;
    }

        .tips-new-white span i {
            width: 12px;
            height: 16px;
            background: url(../images/light-icon.png) 0 0 no-repeat;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            top: -1px;
            margin-right: 5px;
        }

.ck-step-cont {
    margin-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
}

    .ck-step-cont .consignee-warp {
        position: relative;
    }

    .ck-step-cont .cs-w-item {
        float: left;
        width: 288px;
        padding: 20px 18px 18px 22px;
        border: 1px dashed #d2d2d2;
        margin: 10px 18px 0 0;
        color: #8c8c8c;
        position: relative;
        font-size: 14px;
        cursor: pointer;
    }

        .ck-step-cont .cs-w-item .item-tit {
            display: block;
            overflow: hidden;
            height: 20px;
            line-height: 20px;
        }

        .ck-step-cont .cs-w-item .username {
            font-size: 18px;
            float: left;
            color: #555;
        }

        .ck-step-cont .cs-w-item .remark {
            float: left;
            margin-left: 25px;
        }

        .ck-step-cont .cs-w-item .item-tel {
            height: 20px;
            line-height: 20px;
            margin-top: 20px;
        }

        .ck-step-cont .cs-w-item .item-address {
            margin-top: 5px;
        }

        .ck-step-cont .cs-w-item .edit, .ck-step-cont .cs-w-item .delete {
            position: absolute;
            color: #f42424;
            top: 20px;
            right: 18px;
            display: none;
            z-index: 99;
        }

        .ck-step-cont .cs-w-item .edit {
            right: 55px;
        }

            .ck-step-cont .cs-w-item .edit:hover, .ck-step-cont .cs-w-item .delete:hover {
                text-decoration: underline;
            }

        .ck-step-cont .cs-w-item .icon {
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            right: -1px;
            bottom: -1px;
            background-position: 0 -50px;
            display: none;
        }

        .ck-step-cont .cs-w-item:hover .edit, .ck-step-cont .cs-w-item:hover .delete {
            display: block;
        }

    .ck-step-cont .cs-selected {
        border: 1px solid #fb5533;
    }

        .ck-step-cont .cs-selected b {
            position: absolute;
            background: url(../images/dsc-icon.png?101) 0 -50px no-repeat;
            right: 0;
            bottom: 0;
            width: 20px;
            height: 20px;
        }

        .ck-step-cont .cs-selected .icon {
            display: block;
        }

.add-new-address {
    display: block;
    text-align: center;
    color: #8c8c8c;
}

    .add-new-address .iconfont {
        font-size: 32px;
        height: 32px;
        width: 32px;
        line-height: 32px;
        color: #d2d2d2;
    }

    .add-new-address span {
        display: block;
    }

.ck-step-cont .load {
    text-align: center;
}

.ck-step-other {
    padding-bottom: 30px;
}

    .ck-step-other .ck-step-cont {
        padding-bottom: 0;
    }

.p-radio-item {
    float: left;
    width: auto;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    margin-right: 20px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

    .p-radio-item b {
        position: absolute;
        background: url(../images/dsc-icon.png) 0 -50px no-repeat;
        right: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
        display: none;
    }

    .p-radio-item.item-selected {
        border-color: #fb5533;
    }

        .p-radio-item.item-selected b {
            display: block;
        }


.payment-warp {
}

    .payment-warp .payment-list {
        display: inline-block;
        display: block;
    }

        .payment-warp .payment-list:after {
            content: ' ';
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

    .payment-warp .payment-item {
        padding: 0 10px;
        margin-bottom: 10px;
    }

.ck-step-cont .notic {
    margin-top: 20px;
}

.delivery-time-warp .delivery-time-list:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.delivery-time-warp .d-t-item {
    padding: 0 30px;
}

    .delivery-time-warp .d-t-item span {
        color: #333;
    }

    .delivery-time-warp .d-t-item em {
        color: #8c8c8c;
    }

.ck-goods-list:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.ck-goods-list .ck-goods-item {
    display: block;
    margin-bottom: 10px;
}

    .ck-goods-list .ck-goods-item:last-child {
        margin-bottom: 0;
    }

.ck-goods-tit {
    height: 30px;
    padding: 5px 0;
}

    .ck-goods-tit .ck-store {
        float: left;
        line-height: 30px;
    }

        .ck-goods-tit .ck-store .shop-name {
            font-size: 14px;
            font-weight: bold;
        }

    .ck-goods-tit .ck-dis-modes {
        float: right;
        font-size: 14px;
        line-height: 30px;
        position: relative;
    }

        .ck-goods-tit .ck-dis-modes .ck-dis-tit {
            float: left;
            color: #8c8c8c;
            line-height: 30px;
        }

        .ck-goods-tit .ck-dis-modes .ck-dis-select {
            float: left;
            height: 28px;
            line-height: 28px;
            padding: 0 10px 0 15px;
            border: 1px solid #d2d2d2;
        }

    .ck-goods-tit .ck-dis-select .sk-dis-select-tit {
        float: left;
    }

    .ck-goods-tit .ck-dis-select .iconfont {
        float: left;
        font-size: 12px;
        margin: 8px 0 0 5px;
        vertical-align: middle;
        line-height: normal;
    }

.ck-dis-text {
    width: auto;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
}

    .ck-dis-text .iconfont {
        vertical-align: middle;
        font-size: 14px;
        display: inline-block;
        margin: -2px 6px 0 0;
    }

.ck-dis-warp {
    position: absolute;
    width: 308px;
    border: 1px solid #b5c0c6;
    top: 29px;
    right: 0;
    box-shadow: 0px 0px 6px 0 rgba(174,198,211,.7);
    z-index: 999;
    display: none;
}

    .ck-dis-warp .i-box, .mwapper .i-box {
        width: 7px;
        height: 7px;
        background-color: #f1faff;
        border-left: 1px solid #b5c0c6;
        border-top: 1px solid #b5c0c6;
        display: block;
        box-shadow: 0px 0px 6px 0 rgba(174,198,211,.7);
        top: -4px;
        right: 40px;
        position: absolute;
        transform: rotate(45deg);
        z-index: 8;
    }

    .ck-dis-warp .items {
        padding: 18px 24px;
        overflow: hidden;
        font-size: 12px;
        background-color: #f1faff;
        position: relative;
        z-index: 9;
    }

    .ck-dis-warp .item {
        float: left;
        width: 100%;
    }

        .ck-dis-warp .item .tit {
            float: left;
            width: 60px;
            height: 25px;
            line-height: 25px;
            color: #8c8c8c;
        }

        .ck-dis-warp .item .value {
            float: left;
            width: calc(100% - 60px);
            line-height: 25px;
        }

            .ck-dis-warp .item .value .tipTitle {
                display: block;
                line-height: 20px;
                margin-top: 2px;
            }

            .ck-dis-warp .item .value .nyroModal {
                font-size: 12px;
            }

.ck-dis-modes:hover .ck-dis-warp {
    display: block;
}

.ck-dis-info {
    float: left;
    height: 30px;
    position: relative;
}

    .ck-dis-info ul {
        float: left;
    }

    .ck-dis-info .ck-sp-type li {
        float: left;
        height: 28px;
        line-height: 28px;
        border: 1px solid #d2d2d2;
        font-size: 14px;
        padding: 0 15px;
        min-width: 68px;
        text-align: center;
        margin-right: 10px;
        cursor: pointer;
    }

        .ck-dis-info .ck-sp-type li:last-child {
            margin-right: 0;
        }

        .ck-dis-info .ck-sp-type li.item-selected {
            border-color: #f42424;
            color: #f42424;
        }

        .ck-dis-info .ck-sp-type li span {
            display: block;
        }


.ck-goods-cont {
    overflow: hidden;
    padding: 10px 0;
    background-color: #f8f8f8;
}

    .ck-goods-cont .cg-item {
        display: block;
        position: relative;
        padding: 20px 0;
        margin: 0 0 0 30px;
        border-bottom: 1px dashed #d2d2d2;
    }

        .ck-goods-cont .cg-item:after {
            content: ' ';
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

        .ck-goods-cont .cg-item:last-child {
            margin-bottom: 0;
        }

        .ck-goods-cont .cg-item.last {
            border-bottom: 0;
        }

        .ck-goods-cont .cg-item .c-col {
            float: left;
            color: #333;
            font-size: 16px;
            text-align: center;
            margin-right: 14px;
        }

        .ck-goods-cont .cg-item .cg-name {
            width: 670px;
            margin-right: 20px;
            text-align: left;
        }

            .ck-goods-cont .cg-item .cg-name a {
                display: block;
                font-size: 13px;
            }

        .ck-goods-cont .cg-item .cg-price {
            width: 120px;
        }

        .ck-goods-cont .cg-item .cg-number {
            width: 100px;
        }

        .ck-goods-cont .cg-item .cg-state {
            width: 50px;
            font-size: 14px;
            line-height: 24px;
            text-align: right;
        }

        .ck-goods-cont .cg-item .cg-sum {
            width: 120px;
            font-weight: bold;
            color: #ff6700;
            margin-right: 0;
            text-align: right;
        }

        .ck-goods-cont .cg-item .cg-name .p-img {
            width: 48px;
            height: 48px;
            float: left;
            border: 1px solid #d2d2d2;
        }

        .ck-goods-cont .cg-item .cg-name .p-info {
            float: left;
            margin-left: 15px;
            width: calc(100% - 65px);
            position: initial;
            z-index: 999999;
        }

        .ck-goods-cont .cg-item .cg-name .p-name {
            line-height: 25px;
            height: 25px;
            width: 100%;
            white-space: nowrap;
            color: #000;
            position: initial;
            z-index: 999999;
        }

            .ck-goods-cont .cg-item .cg-name .p-name:hover {
                color: #f42424;
            }

        .ck-goods-cont .cg-item .cg-name .p-attr {
            line-height: 20px;
            color: #8c8c8c;
            font-size: 12px;
            margin-top: 5px;
        }

.cg-gift {
    font-size: 12px;
    line-height: 20px;
    float: left;
    width: 100%;
    color: #8c8c8c;
    margin-top: 5px;
}

.ck-prom .f-txt {
    line-height: 16px;
}

.ck-prom {
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 30px;
    padding-bottom: 10px;
    position: relative;
    margin-top: -1px;
}

    .ck-prom .ck-prom-header {
        color: #8c8c8c;
        margin-bottom: 8px;
        padding-top: 20px;
    }

    .ck-prom .cg-item {
        padding: 10px 0;
        border-bottom: 0;
        margin: 0;
    }

    .ck-prom:last-child {
        border-bottom: 0;
        padding-bottom: 10px;
    }

    .ck-prom .first {
        padding-top: 10px;
    }

    .ck-prom .i-zp {
        width: 40px;
        height: 18px;
        line-height: 18px;
        background-color: #fff;
        border: 1px solid #f42424;
        border-radius: 20px;
        text-align: center;
        color: #f42424;
        display: inline-block;
        float: left;
        margin: 3px 8px 0 0;
        font-size: 12px;
    }

    .ck-prom .cg-item .kuan {
        width: 10px;
        height: 100%;
        border-left: 1px solid #d2d2d2;
        position: absolute;
        left: -10px;
        top: 0;
    }

    .ck-prom .first .kuan {
        border-top: 1px solid #d2d2d2;
        top: 35px;
    }

    .ck-prom .cg-item:last-child .kuan {
        border-bottom: 1px solid #d2d2d2;
        top: -35px;
    }

.ck-prom-first {
    border-top: 0;
}

.ck-order-remark {
    margin-top: 45px;
    overflow: hidden;
}

    .ck-order-remark .text {
        float: left;
        height: 38px;
        line-height: 38px;
        padding: 0 12px;
        border-color: #d2d2d2;
        font-size: 14px;
        width: 1140px;
    }

    .ck-order-remark .prompt {
        line-height: 40px;
        color: #8c8c8c;
        margin-left: 18px;
    }

.text {
    height: 28px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    outline: 0;
    width: 300px;
}

.order-summary {
    overflow: hidden;
    padding: 20px 30px 30px;
    background-color: #fff
}

    .order-summary .statistic {
        width: 340px;
        float: right;
    }

        .order-summary .statistic .list {
            line-height: 24px;
            overflow: hidden;
            margin-bottom: 5px;
            zoom: 1;
        }

        .order-summary .statistic span {
            width: 150px;
            margin-right: 10px;
            float: left;
            text-align: right;
            font-size: 14px;
            color: #8c8c8c;
        }

        .order-summary .statistic .price {
            color: #333;
            float: left;
            width: 130px;
            text-align: right;
            font-size: 14px;
        }

        .order-summary .statistic .price-total {
            width: 130px;
            font-size: 20px;
            font-weight: bold;
            color: #ff6700;
            float: left;
            text-align: right;
        }

.checkout-foot {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #8c8c8c;
    background: #fff;
    overflow: hidden;
    margin: 10px 0 0;
}

    .checkout-foot .d-address {
        float: right;
    }

        .checkout-foot .d-address span {
            margin-right: 20px;
        }

    .checkout-foot .btn-area {
        float: right;
    }

        .checkout-foot .btn-area .submit-btn {
            height: 50px;
            line-height: 50px;
        }

    .checkout-foot.fixed-bottom {
        margin: 0;
    }


.other-warp:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.qt_item {
    margin-bottom: 15px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

    .qt_item .item_label {
        float: left;
        color: #8c8c8c;
        font-size: 14px;
    }

    .qt_item .item_value {
        float: left;
    }

    .qt_item .qt_text {
        height: 38px;
        line-height: 38px;
        border: 1px solid #dcdcdc;
        padding: 0 10px;
        width: 260px;
        outline: 0;
        float: left;
    }

    .qt_item .sp {
        float: left;
        margin-left: 10px;
        font-size: 14px;
        color: #8c8c8c;
    }

        .qt_item .sp em {
            padding: 0 5px;
        }

    .qt_item .radio-item {
        margin-top: 10px;
    }

    .qt_item:last-child {
        margin-bottom: 0;
    }


.radio-item {
    float: left;
}

    .radio-item .ui-radio-label {
        padding-left: 28px;
        background: url(../images/check/radio.png) 0 0px no-repeat;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        display: block;
        margin-right: 20px;
        cursor: pointer;
        color: #8c8c8c;
    }

    .radio-item .ui-radio:checked + label {
        background: url(../images/check/radio_checked.png) 0 0px no-repeat;
    }


.ui-checkbox, .ui-radio, .ui-all-checkbox, .ui-solid-checkbox {
    display: none;
}



.user-form {
    font-size: 14px;
    padding: 1px 0;
}

    .user-form .form-row {
        margin: 15px 0;
    }

        .user-form .form-row:after {
            content: "";
            clear: both;
            display: block;
        }

    .user-form .form-label {
        float: left;
        width: 90px;
        height: 22px;
        line-height: 22px;
        padding: 9px;
    }

        .user-form .form-label .red {
            margin-top: 5px;
            margin-right: 3px;
        }

    .user-form .form-value {
        float: left;
        line-height: 40px;
    }

        .user-form .form-value .error {
            margin-right: 10px;
            color: #f6ae3d;
        }

        .user-form .form-value input.error, .user-form .form-value textarea.error {
            border-color: #f6ae3d;
            color: #555;
        }

    .user-form .form-input {
        border: 1px solid #d2d2d2;
        height: 30px;
        background: #fff;
        outline: none;
        padding: 0 10px;
        width: 178px;
        line-height: 30px;
        margin-right: 10px;
        float: left;
        border-radius: 2px !important;
    }
        /*.user-form .form-input:hover,
.user-form .form-input:focus{ border-color: #afafaf; }*/
        .user-form .form-input[disabled="disabled"] {
            background-color: #ebebe4;
        }

            .user-form .form-input[disabled="disabled"]:hover,
            .user-form .form-input[disabled="disabled"]:foucs {
                border: 1px solid #d2d2d2;
            }

    .user-form .form-value .notic {
        float: left;
        color: #8c8c8c;
    }

    .user-form .form-input-long {
        width: 500px;
    }

    .user-form .mod-select {
        height: 38px;
        width: 198px;
        margin-right: 10px;
    }

        .user-form .mod-select dt {
            height: 38px;
            line-height: 38px;
            padding: 0;
        }

            .user-form .mod-select dt span {
                display: block;
                cursor: pointer;
                padding: 0 10px;
                width: calc(100% - 20px);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .user-form .mod-select dt:after {
                top: 17px;
            }

        .user-form .mod-select dd {
            top: 38px;
            width: 198px;
        }

    .user-form .mod-select-small,
    .user-form .mod-select-small dd {
        width: 118px;
    }

    .user-form .form-btn-wp {
        margin: 20px 0 20px 107px;
    }

    .user-form .form-value-btn {
        margin-top: 20px;
    }

    .user-form .form-btn {
        display: inline-block;
        background: #f6ae3d;
        color: #fff;
        width: 160px;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        border: 0 none;
        -webkit-appearance: none;
        cursor: pointer;
        margin-right: 8px;
        outline: none;
    }

        .user-form .form-btn:hover {
            background: #EF1D1D;
        }

        .user-form .form-btn.form-btn-gray {
            width: 120px;
            border: 1px solid #d2d2d2;
            background: #fff;
            height: 38px;
            line-height: 38px;
            color: #999;
        }

        .user-form .form-btn.form-btn-line {
            border: 1px solid #f43434;
            background: #fff;
            color: #f43434;
            width: 118px;
        }

            .user-form .form-btn.form-btn-line:hover {
                background-color: #f43434;
                color: #fff;
            }

    .user-form input[type=submit].form-btn.form-btn-gray,
    .user-form input[type=button].form-btn.form-btn-gray,
    .user-form input[type=reset].form-btn.form-btn-gray {
        height: 40px;
    }

    .user-form .form-captcha {
        width: 60px;
        height: 38px;
        margin-left: 178px;
        position: relative;
        z-index: 2;
        float: left;
        margin-top: 1px;
        cursor: pointer;
    }

        .user-form .form-captcha + .form-input {
            margin-left: -238px;
            position: relative;
            z-index: 1;
            padding-right: 49px;
        }

    .user-form .form-value .sms-btn {
        margin: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }

    .user-form .form-value .form_prompt {
        height: auto;
        line-height: 34px;
    }

        .user-form .form-value .form_prompt.lh40 {
            line-height: 40px;
        }

        .user-form .form-value .form_prompt .error {
            margin: 0;
        }


.f_l {
    float: left;
}

.f_r {
    float: right;
}

.pack_Info {
    font-size: 15px;
    font-weight: bold;
    color: #555;
}


.div_switch_order .checkoutTag {
    width: 150px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    float: left;
}

.div_switch_order .active {
    background-color: #fff;
}

    .div_switch_order .active a {
        color: #ff0000;
    }

.cg-price span {
    color: #666;
    font-size: 13px;
}

.cg-sum span {
    font-weight: normal;
    color: #666;
    font-size: 13px;
}

.statistic .list .price {
    width: 200px;
}

.statistic .list .price-total {
    width: 200px;
}


.btn_moda_submit {
    float: right;
    margin: 0 15px 0px 0;
    background: #f42424;
    color: #fff;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 5px;
}

    .btn_moda_submit:hover {
        background: #ea2727;
        color: #fff;
    }

.selAddress {
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-shadow: none;
    max-width: 150px;
    margin-right: 5px;
}



.sticky {
    margin-top: 0;
    position: fixed;
    transform: translateZ(0px);
    top: auto;
    bottom: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0 -1px 8px rgba(0,1,1,.08);
    background-color: #fff;
}