﻿.nav {
    height: 0px;
}

    .nav ul {
        display: none;
    }

.public_title {
    width: 1254px;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
    overflow: hidden;
    border: solid 1px #E1E1E1;
    border-left: solid 15px #C40001;
    text-indent: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #252726;
    margin-top: 15px;
}

    .public_title a {
        float: right;
        font-size: 14px;
        font-weight: normal;
        color: #0C90C7;
        padding-right: 15px;
        background: url('../images/icon_add.png') left center no-repeat;
        padding-left: 3px;
    }

.floatR {
    float: right;
}

.strong {
    font-weight: bold;
}

.color_red {
    color: #C40000 !important;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #E43030;
    border: 1px solid #C40000;
}
/*carts*/
.cart_title {
    height: 42px;
    line-height: 42px;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

.table_1 {
    width: 1268px;
    float: left;
    padding: 0px;
    border-spacing: 0px;
}

.table_1 {
    font-size: 14px;
}

    .table_1 a {
        color: #0389FA;
    }

    .table_1 th {
        padding: 0px;
        height: 38px;
        line-height: 38px;
        border: 0px;
        margin: 0px;
        border: none;
        background: none;
        font-weight: normal;
        border-bottom: 1px solid #E4E4E4;
    }



    .table_1 td {
        line-height: 32px;
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
    }

    .table_1 .th_bottom {
        border-bottom: 0px;
    }

    .table_1 th .checkbox {
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 12px;
    }

    .table_1 .btn_numbers a {
        float: left;
        height: 32px;
        line-height: 32px;
        width: 32px;
        border: 1px solid #dedede;
        color: #000;
    }

    .table_1 .btn_numbers input {
        float: left;
        width: 52px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #dedede;
        border-left: 0px;
        border-right: 0px;
        text-align: center;
    }

.goods_item {
    float: left;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .goods_item .goods_item_pic {
        width: 64px;
        height: 64px;
        float: left;
    }

        .goods_item .goods_item_pic a {
            float: left;
        }

            .goods_item .goods_item_pic a img {
                width: 100%;
                float: left;
            }

    .goods_item .goods_item_text {
        width: 320px;
        float: left;
        padding-left: 15px;
        line-height: 18px;
    }

        .goods_item .goods_item_text .goods_item_title {
            width: 100%;
            float: left;
            height: 24px;
            line-height: 24px;
        }

            .goods_item .goods_item_text .goods_item_title a {
                color: #0389FA;
            }

        .goods_item .goods_item_text .goods_item_property {
            width: 100%;
            float: left;
        }

            .goods_item .goods_item_text .goods_item_property span {
                float: left;
                height: 18px;
                line-height: 18px;
                padding-right: 25px;
            }

.btn_cart {
    float: right;
    margin-top: 10px;
}

    .btn_cart a {
        width: 106px;
        float: left;
        height: 68px;
        line-height: 68px;
        text-align: center;
        font-size: 20px;
    }

    .btn_cart .btn_cart_continue {
        padding-left: 62px;
        padding-right: 30px;
        background: url('../images/icon_circle_left.png') 30px center no-repeat;
        border: 1px solid #B7B7B7;
    }

        .btn_cart .btn_cart_continue:hover {
            background: #F3F3F3 url('../images/icon_circle_left.png') 30px center no-repeat;
            color: #000;
        }

    .btn_cart .btn_cart_pay {
        padding-right: 62px;
        padding-left: 30px;
        background: #C40000 url('../images/icon_circle_right.png') 136px center no-repeat;
        border: 1px solid #C40000;
        color: #FFF;
    }

        .btn_cart .btn_cart_pay:hover {
            background: #E43030 url('../images/icon_circle_right.png') 136px center no-repeat;
        }

.address_items {
    width: 100%;
    float: left;
}

    .address_items ul {
        width: 100%;
        float: left;
    }

        .address_items ul li {
            width: 1239px;
            float: left;
            border: 1px solid #E1E1E1;
            background-color: #F7F7F7;
            height: 48px;
            line-height: 48px;
            margin-top: 10px;
            padding-left: 15px;
            padding-right: 15px;
            cursor: pointer;
            position: relative;
        }

            .address_items ul li:hover {
                border: 1px solid #C50000;
                background-color: #FFF7EF;
            }

            .address_items ul li.cur {
                border: 1px solid #C50000;
                background-color: #FFF7EF;
            }

            .address_items ul li .icon_checked {
                width: 18px;
                height: 18px;
                background: url('../images/icon_checked_red_circle.png') center center no-repeat;
                position: absolute;
                right: -8px;
                top: -8px;
                display: none;
            }

            .address_items ul li.cur .icon_checked {
                display: block;
            }

            .address_items ul li span {
                float: left;
                height: 48px;
                line-height: 48px;
                margin-right: 10px;
            }

            .address_items ul li a {
                float: left;
                height: 48px;
                line-height: 48px;
                margin-left: 5px;
            }

            .address_items ul li .icon {
                float: left;
                width: 24px;
                height: 48px;
            }

            .address_items ul li .icon_edit {
                background: url('../images/icon_edit.png') center center no-repeat;
            }

            .address_items ul li .icon_remove {
                background: url('../images/icon_remove.png') center center no-repeat;
            }

.address_box {
    width: 100%;
    float: left;
}

    .address_box ul {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .address_box ul li {
            width: 100%;
            float: left;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
        }

            .address_box ul li label {
                width: 120px;
                float: left;
                text-align: right;
                padding-right: 5px;
            }

                .address_box ul li label span {
                    color: #ED1B26;
                }

            .address_box ul li input {
                float: left;
                width: 320px;
                height: 36px;
                line-height: 36px;
                border: 1px solid #dedede;
                margin-top: 1px;
                margin-bottom: 1px;
                text-indent: 12px;
            }

            .address_box ul li select {
                float: left;
                width: 100px;
                height: 36px;
                line-height: 36px;
                border: 1px solid #dedede;
                margin-top: 1px;
                margin-bottom: 1px;
                margin-right: 10px;
            }

            .address_box ul li select {
                float: left;
            }

            .address_box ul li a {
                float: left;
                height: 36px;
                line-height: 36px;
                text-align: center;
                padding-left: 15px;
                padding-right: 15px;
                border-radius: 3px;
                font-size: 14px;
                margin-right: 10px;
            }

            .address_box ul li .btn_save {
                border: 1px solid #C50000;
                background-color: #C50000;
                color: #FFF;
            }

                .address_box ul li .btn_save:hover {
                    background-color: #E43030;
                }

            .address_box ul li .btn_cancel {
                border: 1px solid #D2D2D2;
                background-color: #F3F3F3;
            }



.table_2 {
    width: 1268px;
    float: left;
    padding: 0px;
    border-spacing: 0px;
}

.table_2 {
    font-size: 14px;
}

    .table_2 a {
        color: #0389FA;
    }

    .table_2 th {
        padding: 0px;
        height: 38px;
        line-height: 38px;
        border: 0px;
        margin: 0px;
        border: none;
        background: none;
        font-weight: normal;
        border-bottom: 1px solid #E4E4E4;
        text-align: left;
    }

    .table_2 .first_item {
        padding-left: 32px;
    }

    .table_2 td {
        line-height: 32px;
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        text-align: left;
    }

    .table_2 .th_bottom {
        height: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #F4F4F4;
        padding-left: 40px;
        border: 1px solid #E4E4E4;
        border-top: 0px;
    }

        .table_2 .th_bottom select {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            background-color: #F4F4F4;
            border: 1px solid #E4E4E4;
        }

.bill_box {
    width: 100%;
    float: left;
    font-size: 14px;
}

    .bill_box ul {
        width: 100%;
        float: left;
    }

        .bill_box ul li {
            width: 1230px;
            float: left;
            padding: 20px;
            border-bottom: 1px solid #dedede;
        }

            .bill_box ul li .bill_select {
                float: left;
                height: 24px;
                line-height: 24px;
                cursor: pointer;
            }

                .bill_box ul li .bill_select input {
                    float: left;
                    margin-top: 5px;
                    margin-right: 5px;
                }

            .bill_box ul li a {
                float: left;
                color: #008BC4;
                margin-left: 10px;
            }

            .bill_box ul li .bill_title {
            }

            .bill_box ul li .bill_desc {
                width: 100%;
                float: left;
                line-height: 18px;
                font-size: 12px;
                color: #999;
                text-indent: 12px;
            }

.bill_popup {
    width: 460px;
    float: left;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
}

    .bill_popup ul {
        width: 100%;
        float: left;
    }

        .bill_popup ul .bill_line {
            border-bottom: 1px solid #dedede;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .bill_popup ul li {
            width: 100%;
            float: left;
            color: #999;
            padding-top: 2px;
            padding-bottom: 2px;
        }

            .bill_popup ul li.color_black {
                color: #333;
            }

        .bill_popup ul .row_1 {
            height: 24px;
            line-height: 24px;
        }

            .bill_popup ul .row_1 label {
                width: 120px;
                text-align: right;
                float: left;
                height: 24px;
                line-height: 24px;
            }

            .bill_popup ul .row_1 span {
                float: left;
                color: #999;
                height: 24px;
                line-height: 24px;
            }

        .bill_popup ul .row_2 {
            padding-top: 3px;
            padding-bottom: 3px;
        }

            .bill_popup ul .row_2 label {
                width: 120px;
                padding-right: 10px;
                text-align: right;
                float: left;
                height: 32px;
                line-height: 32px;
            }

            .bill_popup ul .row_2 .label_radio {
                text-align: left;
                width: 80px;
            }

                .bill_popup ul .row_2 .label_radio input {
                    margin: 0px;
                    margin-right: 5px;
                    margin-top: 10px;
                    float: left;
                }

            .bill_popup ul .row_2 .input {
                float: left;
                border: 1px solid #dedede;
                height: 30px;
                line-height: 30px;
                width: 280px;
                text-indent: 12px;
            }

.order_feedback {
    float: right;
    text-align: right;
    margin-top: 15px;
    height: 32px;
    line-height: 34px;
    font-size: 14px;
}

    .order_feedback span {
        float: left;
        height: 32px;
        line-height: 34px;
    }

    .order_feedback input {
        float: left;
        height: 32px;
        line-height: 32px;
        border: 1px solid #dedede;
        width: 320px;
        text-indent: 12px;
    }

.order_total_box {
    float: right;
    font-size: 14px;
    margin-top: 15px;
}

.order_sub_total {
    width: 100%;
    float: left;
    text-align: right;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.order_total {
    width: 100%;
    float: left;
    text-align: right;
    border-top: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}
/*pay*/
.pay_title {
    height: 32px;
    line-height: 32px;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}

.pay_sub_title {
    height: 18px;
    line-height: 18px;
    width: 100%;
    font-size: 14px;
    color: #999;
}

.order_viewmore {
    width: 100%;
    float: left;
}

    .order_viewmore a {
        float: right;
        color: #0389FA;
        height: 36px;
        line-height: 36px;
    }

.table_3 {
    width: 1268px;
    float: left;
    padding: 0px;
    border-spacing: 0px;
    border-top: 1px solid #000000;
    border-right: 1px solid #dedede;
    text-align: left;
    text-indent: 12px;
}

    .table_3 th {
        background-color: #F3F3F3;
        border-left: 1px solid #dedede;
        line-height: 38px;
    }

    .table_3 td {
        border-left: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        line-height: 38px;
    }

.order_pay_text {
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
}

    .order_pay_text span {
        font-size: 18px;
        color: #ED1B26;
        padding-left: 5px;
    }

.order_pay_checked_text {
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.order_pay_by_blance {
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 15px;
}

    .order_pay_by_blance label {
        float: left;
        color: #000;
    }

    .order_pay_by_blance span {
        color: #ED1B26;
        padding-left: 2px;
        padding-right: 2px;
    }

.order_pay_type {
    width: 1268px;
    border: 1px solid #dedede;
    float: left;
}

    .order_pay_type .pay_type {
        width: 240px;
        float: left;
    }

        .order_pay_type .pay_type ul {
            width: 100%;
            float: left;
        }

        .order_pay_type .pay_type li {
            padding: 4px;
            width: 236px;
            float: left;
        }

        .order_pay_type .pay_type .aliy {
            border-bottom: 1px solid #dedede;
        }

        .order_pay_type .pay_type .cur {
            background: url('../images/pay_type_cur.png') left center no-repeat;
        }

        .order_pay_type .pay_type li a {
            width: 174px;
            float: left;
            height: 70px;
            line-height: 70px;
            padding-left: 62px;
            font-size: 14px;
        }

        .order_pay_type .pay_type .aliy a {
            background: #EDEDED url('../images/icon_alipay.png') 19px center no-repeat;
        }

        .order_pay_type .pay_type .wechat a {
            background: #EDEDED url('../images/icon_wechat.png') 19px center no-repeat;
        }

    .order_pay_type .pay_items {
        width: 1000px;
        float: right;
        font-size: 14px;
    }

        .order_pay_type .pay_items .pay_text {
            width: 100%;
            float: left;
            border-bottom: 1px solid #dedede;
            line-height: 18px;
            padding-top: 18px;
            padding-bottom: 5px;
        }

            .order_pay_type .pay_items .pay_text .price {
                line-height: 36px;
            }

                .order_pay_type .pay_items .pay_text .price span {
                    color: #ED1B26;
                }

        .order_pay_type .pay_items .pay_btn {
            width: 100%;
            float: left;
        }

            .order_pay_type .pay_items .pay_btn a {
                float: left;
                width: 90px;
                text-align: center;
                padding-left: 30px;
                padding-right: 50px;
                height: 42px;
                line-height: 42px;
                color: #FFF;
                font-size: 16px;
                background: #C40000 url('../images/icon_circle_right_mini.png') 120px center no-repeat;
                border-radius: 3px;
                margin-top: 15px;
            }

.wxpay_box {
    width: 100%;
    text-align: center;
}

    .wxpay_box img {
        width: 200px;
    }



.files {
    padding: 10px;
    width: 240px;
    text-indent:0px;
    padding-right:60px;
}

    .files .file_btn {
        width: 100%;
        float: left;
    }

        .files .file_btn a {
            width: 40%;
            float: left;
            height: 24px;
            line-height: 24px;
            color: #000;
            background-color: #DDDDDD;
        }

        .files .file_btn .process {
            width: 60%;
            float: left;
            height: 24px;
            line-height: 24px;
            z-index: 9999999;
        }

            .files .file_btn .process span {
                float: left;
                height: 24px;
                line-height: 24px;
                background-color: #0389FA;
                color:#fff;
                text-align:center;
                width: 0%;
            }

    .files .file_items {
        width: 100%;
        float: left;
        text-align: left;
    }

        .files .file_items .file_item {
            width: 100%;
            float: left;
            margin-top: 5px;
        }

            .files .file_items .file_item span {
                width: 80%;
                float: left;
                border: 1px solid #dedede;
                height: 24px;
                line-height: 24px;
                text-indent: 12px;
            }

            .files .file_items .file_item a {
                width: 18%;
                float: left;
                border: 1px solid #dedede;
                background-color: #DDDDDD;
                height: 24px;
                line-height: 24px;
                color: #000;
                text-align: center;
            }

    .files .webuploader-pick {
        padding: 0px;
        width: 100%;
        background-color: #dedede;
        color: #000;
    }
