﻿.CartHeader {
    width: 1200px;
    height: 48px;
    padding: 30px 0;
    line-height: 48px;
    overflow: hidden;
    font-size: 16px;
}

    .CartHeader .logo {
        float: left;
        width: 370px;
        height: 48px;
        overflow: hidden;
    }

        .CartHeader .logo a {
            display: inline-block;
            width: 370px;
            height: 48px;
            background: url(../images/loginLogo.jpg) no-repeat;
        }

    .CartHeader .CartH {
        float: left;
        width: auto;
        height: 48px;
        padding-left: 20px;
        font-size: 24px;
        color: #333333;
    }

    .CartHeader .CartSearch {
        float: right;
        width: 490px;
        height: 42px;
        overflow: hidden;
        margin-top: 3px;
    }

        .CartHeader .CartSearch .CartInput1 {
            float: left;
            width: 416px;
            padding: 0 13px;
            height: 38px;
            border: 2px solid #0094e7;
            border-right: none;
            border-radius: 3px 0 0 3px;
        }

        .CartHeader .CartSearch button {
            border: none;
            background: #0094E7;
            width: 45px;
            height: 42px;
            color: #FFFFFF;
            border-radius: 0 3px 3px 0;
        }

            .CartHeader .CartSearch button i {
                font-size: 18px;
            }

.CartJd {
    float: right;
    width: 542px;
    height: 48px;
    overflow: hidden;
}

    .CartJd img {
        width: 542px;
        height: 48px;
    }

.CartBox {
    width: 1200px;
    height: auto;
}

.cart-box h2.slide-tit {
    font-size: 18px;
    line-height: 42px;
    height: 42px;
    color: #000;
    position: relative;
}

    .cart-box h2.slide-tit a {
        font-size: 16px;
        color: #008ff8;
    }

.slide-tit i {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
    font-weight: normal;
    font-style: normal;
}

.cart-box span.Validform_checktip {
    position: absolute;
    right: -85px;
    top: 8px;
    line-height: 22px;
}

.cart-box {
    position: relative;
    background: #fff;
    width: 1140px;
    padding: 30px;
}

    .cart-box .cart-table {
        border: 1px solid #eee;
    }

        .cart-box .cart-table th {
            padding: 0.8em 0.5em;
            color: #555;
            font-size: 13px;
            font-weight: 400;
            background: #fff;
            border-bottom: 1px solid #eee;
        }

        .cart-box .cart-table td {
            padding: 1em 0.5em;
            color: #555;
            font-size: 13px;
            border-bottom: 1px solid #eee;
        }

            .cart-box .cart-table td .stxt {
                margin-top: 5px;
                color: #666;
                font-size: 12px;
                line-height: 20px;
            }

            .cart-box .cart-table td input.checkall {
                padding: 0;
                border: 1px solid #eee;
                background: #fff;
            }

            .cart-box .cart-table td .img {
                padding: 1px;
                width: 60px;
                height: 60px;
                border: 1px solid #eee;
            }

            .cart-box .cart-table td .buy-box {
                margin: auto;
                padding: 0;
                width: 140px;
                height: 22px;
                overflow: hidden;
            }

                .cart-box .cart-table td .buy-box a {
                    display: block;
                    float: left;
                    width: 20px;
                    height: 20px;
                    font-size: 12px;
                    line-height: 20px;
                    text-align: center;
                    border: 1px solid #e8e8e8;
                    overflow: hidden;
                }

                .cart-box .cart-table td .buy-box .input {
                    float: left;
                    margin: 0;
                    padding: 0;
                    width: 91px;
                    font-size: 12px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    ime-mode: Disabled;
                    border-radius: 0;
                    border-left: 0;
                    border-right: 0;
                }

            .cart-box .cart-table td .stock-psc {
                margin-top: 5px;
                font-size: 12px;
                text-align: center;
                color: #888;
            }

                .cart-box .cart-table td .stock-psc em {
                    font-style: normal;
                    padding: 0 5px;
                }

        .cart-box .cart-table .t-4 .price-box {
            position: relative;
        }

            .cart-box .cart-table .t-4 .price-box .price-range {
                display: none;
                position: absolute;
                z-index: 10;
                bottom: -114px;
                left: -40px;
                width: 185px;
                height: 104px;
                background-color: #fff;
                box-shadow: 0 0 5px #d7d7d7;
            }

            .cart-box .cart-table .t-4 .price-box:hover .price-range {
                display: block
            }

            .cart-box .cart-table .t-4 .price-box .price-range:before {
                content: "";
                position: absolute;
                display: block;
                width: 10px;
                height: 10px;
                top: -10px;
                left: 50%;
                margin-left: -5px;
                background-image: url(../images/dot_up.png)
            }

            .cart-box .cart-table .t-4 .price-box .price-range .price-range-ul {
                padding-top: 14px;
                width: 190px;
                height: 84px
            }

            .cart-box .cart-table .t-4 .price-box .price-range .price-range-item span {
                font-size: 13px;
                display: inline-block
            }

            .cart-box .cart-table .t-4 .price-box .price-range .price-range-item .span-pcs {
                padding-right: 2%;
                width: 38%;
                text-align: right;
                color: #999
            }

            .cart-box .cart-table .t-4 .price-box .price-range .price-range-item .span-price {
                width: 48%;
                color: #F50;
                text-align: left
            }


.item-box {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
}

    .item-box li {
        float: left;
        margin-right: 20px;
        height: 42px;
        position: relative;
        line-height: 42px;
    }

        .item-box li label input {
            margin-right: 3px;
        }

        .item-box li em {
            color: #999;
        }

        .item-box li a {
            display: block;
            background: #fff;
            border: 1px solid #dedede;
            border-radius: 3px;
            padding: 0 35px;
        }

        .item-box li.selected a {
            color: #008ff8;
            border: 2px solid #008ff8;
            background: url(../images/ItemLiSebg.jpg) no-repeat right bottom;
        }


#ExpressList {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
}

    #ExpressList li {
        float: left;
        margin-right: 20px;
        height: 42px;
        position: relative;
        line-height: 42px;
        margin-bottom: 10px;
    }

        #ExpressList li label input {
            margin-right: 3px;
        }

        #ExpressList li em {
            color: #999;
        }

        #ExpressList li a {
            display: block;
            background: #fff;
            border: 1px solid #dedede;
            border-radius: 3px;
            padding: 0 20px;
        }

    #ExpressList .selected a {
        color: #008ff8;
        border: 2px solid #008ff8;
        background: url(../images/ItemLiSebg.jpg) no-repeat right bottom;
    }


.line5 {
    clear: both;
    font-size: 0px;
    height: 5px;
    overflow: hidden;
}

.line10 {
    clear: both;
    font-size: 0px;
    height: 10px;
    overflow: hidden;
}

.line15 {
    clear: both;
    font-size: 0px;
    height: 15px;
    overflow: hidden;
}

.clearfix {
    clear: both;
}

.address-info {
    padding: 10px;
    border: 1px solid #f7f7f7;
}

    .address-info dd .input {
        padding: 5px;
    }

    .address-info dd .select {
        display: inline-block;
        padding: 5px;
        border: 1px solid #e8e8e8;
        border-radius: 2px;
        line-height: 20px;
    }

.buy-foot {
    margin: 20px 0;
    font-size: 14px;
    background: #fff;
}

    .buy-foot .left-box {
        float: left;
    }

        .buy-foot .left-box dl {
            clear: both;
            padding-bottom: 10px;
            line-height: 28px;
        }

            .buy-foot .left-box dl dt {
                color: #6c6c6c;
            }

            .buy-foot .left-box dl dd .input {
                width: 230px;
                padding: 5px;
                border: 1px solid #e0e0e0;
            }

    .buy-foot .right-box {
        float: right;
        text-align: right;
    }

        .buy-foot .right-box p {
            line-height: 38px;
        }

            .buy-foot .right-box p .price {
                color: #f00;
                font-weight: 700;
            }

            .buy-foot .right-box p em {
                padding: 0 10px;
                font-size: 15px;
            }

            .buy-foot .right-box p.txt-box {
                margin-top: 10px;
                font-size: 18px;
                font-weight: 700;
            }

            .buy-foot .right-box p.btn-box {
                margin-top: 20px;
            }

                .buy-foot .right-box p.btn-box .btn {
                    display: inline-block;
                    margin: 0 0 0 5px;
                    padding: 8px 25px;
                    width: auto;
                    height: auto;
                    line-height: 20px;
                    color: #fff;
                    font-size: 12px;
                    border: 0;
                    background: #d70029;
                    border-radius: 3px;
                    cursor: pointer;
                }

                .buy-foot .right-box p.btn-box .button {
                    background: #1e7bb3;
                }

                .buy-foot .right-box p.btn-box .submit {
                    background: #34ad2a;
                }

                .buy-foot .right-box p.btn-box .gray {
                    background: #ddd;
                }

.cart-foot {
    padding: 20px 30px;
    height: 40px;
    background: #fff;
    margin-top: 25px;
    border: 1px solid #eee;
}

    .cart-foot .left-box {
        float: left;
        line-height: 40px;
    }

        .cart-foot .left-box a {
            margin-right: 20px;
            font-size: 14px;
        }

    .cart-foot .right-box {
        float: right;
    }

        .cart-foot .right-box button {
            display: inline-block;
            margin: 0 0 0 5px;
            padding: 8px 25px;
            width: auto;
            height: auto;
            line-height: 20px;
            color: #fff;
            font-size: 12px;
            border: 0;
            background: #d70029;
            border-radius: 3px;
            cursor: pointer;
        }

        .cart-foot .right-box .submit {
            background: #34ad2a;
        }

        .cart-foot .right-box .button {
            background: #1e7bb3;
        }

.address-list {
    margin: 20px 0 0 0;
    color: #555;
    font-size: 14px;
    height: auto;
    overflow: auto;
}

    .address-list li {
        margin: 5px;
        float: left;
        width: 238px;
        height: 120px;
        padding: 10px 18px;
        overflow: hidden;
        background: url(../images/spaddress_bg.png) no-repeat;
        cursor: pointer;
    }

        .address-list li h4 {
            height: 28px;
            line-height: 28px;
            overflow: hidden;
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 5px;
        }

            .address-list li h4 span {
                width: 60px;
                height: 18px;
                line-height: 18px;
                background: #d7ebf7;
                border-radius: 10px;
                text-align: center;
                color: #33a9eb;
                display: inline-block;
                margin-right: 17px;
                font-size: 12px;
                margin-top: 3px;
            }

            .address-list li h4 a {
                width: 60px;
                height: 18px;
                line-height: 18px;
                background: #f2f2f2;
                border-radius: 10px;
                text-align: center;
                color: #666;
                display: inline-block;
                margin-right: 17px;
                font-size: 12px;
                margin-top: 3px;
            }

        .address-list li p {
            font-size: 14px;
            line-height: 21px;
        }

        .address-list li.selected {
            background: url(../images/spaddress_bgh.png) no-repeat;
        }

        .form-box{ position:relative; padding:10px; border:1px solid #f6f6f6; background:#fff; font-size:14px; }
	.form-box dl{ display:block; padding:5px 0; }
	.form-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.form-box dl dt{ display:block; float:left; width:86px; line-height:38px; min-height:38px; color:#555; font-size:13px; text-align:right; _position:absolute; }
	.form-box dl dd{ position:relative; padding:5px 0 5px 10px; line-height:28px; min-height:28px; color:#555; font-size:13px; overflow:hidden; _margin-left:120px; }
	.form-box dl dd label.radio{ margin-right:5px; }
.form-box span.Validform_checktip{right:inherit}
.address-info.form-box {
    margin: 0;
}

.bankbox {
    display:none;
   position: absolute;
    width: 241px;
    top: -227px;
    left: 0;
    line-height: 22px;
    background: #c5e4ff;
    padding: 10px 20px;
    border-radius: 5px;
} 
 


/*提示信息*/
.msg-tips {
    position: relative;
    margin: 30px auto;
    padding: 30px 0;
    width: 460px;
    font-size: 14px;
    text-align: left;
}

    .msg-tips .icon {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        background: url(../images/paydown.jpg) no-repeat left center;
    }

        .msg-tips .icon i {
            margin: 0;
            padding: 0;
            font-size: 60px;
            color: #090;
            line-height: 1em;
        }

        .msg-tips .icon.warning i {
            color: #f90;
        }

        .msg-tips .icon.error i {
            color: #f00;
        }

    .msg-tips .info {
        margin-left: 80px;
    }

        .msg-tips .info strong {
            display: block;
            padding-bottom: 5px;
            color: #333;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.3em;
        }

        .msg-tips .info p {
            line-height: 24px;
            color: #666;
            font-size: 14px;
        }

            .msg-tips .info p a {
                margin: auto 2px;
                display: inline-block;
                background: #119a0f;
                color: #fff;
                padding: 2px 7px;
                border-radius: 5px;
            }
 .msg-tips .info .bankinfo{     margin: 10px 0;
    border: 1px solid #eee;
    padding: 12px 20px;
    background: #eaf7ff;
    border-radius: 10px;}
  .msg-tips .info .bankinfo h3{ line-height:35px;}
  .msg-tips .info span{ color:#d70029}

.paymentBox {
    position: relative;
    background: #fff;
    width: 1140px;
    padding: 30px;
}

    .paymentBox .form-box {
        margin: 0 50px;
        padding: 20px 0 30px;
    }

        .paymentBox .form-box .form-group {
            margin: 0;
            padding: 10px 0;
            clear: both;
        }

            .paymentBox .form-box .form-group .tips {
                margin-left: 16%;
                color: #666;
                font-size: 12px;
                line-height: 20px;
            }

            .paymentBox .form-box .form-group dt {
                display: block;
                float: left;
                padding-right: 2%;
                width: 14%;
                line-height: 40px;
                text-align: right;
                color: #888;
            }

            .paymentBox .form-box .form-group dd {
                display: block;
                position: relative;
                margin-left: 16%;
                line-height: 40px;
            }

                .paymentBox .form-box .form-group dd img {
                    vertical-align: middle;
                }

                .paymentBox .form-box .form-group dd a.send {
                    display: inline-block;
                    padding: 0 10px;
                    color: #555;
                    border: 1px solid #e0e0e0;
                    height: 40px;
                    line-height: 40px;
                    color: #333;
                }

                    .paymentBox .form-box .form-group dd a.send.gray {
                        color: #999;
                    }

                .paymentBox .form-box .form-group dd .input {
                    display: inline-block;
                    padding: 0 10px;
                    width: 50%;
                    height: 40px;
                    line-height: 20px;
                    border: 1px solid #e0e0e0;
                }

                    .paymentBox .form-box .form-group dd .input.code {
                        width: 80px;
                    }

                .paymentBox .form-box .form-group dd .select {
                    display: inline-block;
                    padding: 10px;
                    height: 40px;
                    line-height: 20px;
                    border: 1px solid #e0e0e0;
                }

                .paymentBox .form-box .form-group dd .textarea {
                    display: inline-block;
                    padding: 10px;
                    width: 50%;
                    height: 80px;
                    line-height: 20px;
                    border: 1px solid #e0e0e0;
                    vertical-align: middle;
                    overflow: auto;
                }

                .paymentBox .form-box .form-group dd .submit {
                    display: inline-block;
                    margin: 0 0 0 5px;
                    padding: 10px 46px;
                    width: auto;
                    height: auto;
                    line-height: 20px;
                    color: #fff;
                    font-size: 14px;
                    border: 1px solid #d70029;
                    background: #d70029;
                    cursor: pointer;
                }

                .paymentBox .form-box .form-group dd .button {
                    display: inline-block;
                    margin: 0 0 0 5px;
                    padding: 10px 46px;
                    width: auto;
                    height: auto;
                    line-height: 20px;
                    color: #666;
                    font-size: 14px;
                    border: 1px solid #eee;
                    background: #eee;
                    cursor: pointer;
                }

                .paymentBox .form-box .form-group dd label.mart {
                    margin-right: 5px;
                }
        /*全屏样式*/
        .paymentBox .form-box.full {
            padding: 0 0 50px;
        }

            .paymentBox .form-box.full .form-group dt {
                width: 40%;
            }

            .paymentBox .form-box.full .form-group dd {
                margin-left: 42%;
            }

                .paymentBox .form-box.full .form-group dd .input {
                    width: 40%;
                }

                    .paymentBox .form-box.full .form-group dd .input.code {
                        width: 80px;
                    }

#InvoiceList li {
    position: relative;
}

.FapiaoList {
    width: 100%;
    height: auto;
    display: none;
}

.FapiaoTop {
    width: 100%;
    height: 44px;
    overflow: hidden;
    padding: 20px 0;
}

    .FapiaoTop a {
        float: left;
        display: block;
        background: #fff;
        border: 1px solid #dedede;
        border-radius: 3px;
        padding: 0 35px;
        margin-right: 20px;
        height: 42px;
        position: relative;
        line-height: 42px;
    }

    .FapiaoTop .tabs .thistab, .tabs .thistab a:hover {
        color: #008ff8;
        border: 2px solid #008ff8;
        background: url(../images/ItemLiSebg.jpg) no-repeat right bottom;
    }

.FapiaoList select {
    width: 310px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    overflow: hidden;
}

    .FapiaoList select option {
        padding: 10px 0;
        font-size: 15px;
    }


.FapiaoList .form-box {
}

    .FapiaoList .form-box .form-group {
        margin: 0;
        padding: 10px 0;
        clear: both;
    }

        .FapiaoList .form-box .form-group .tips {
            margin-left: 16%;
            color: #666;
            font-size: 12px;
            line-height: 20px;
        }

        .FapiaoList .form-box .form-group dt {
            display: block;
            float: left;
            padding-right: 2%;
            width: 15%;
            line-height: 40px;
            text-align: right;
            color: #888;
        }

        .FapiaoList .form-box .form-group dd {
            display: block;
            position: relative;
            margin-left: 16%;
            line-height: 40px;
        }

            .FapiaoList .form-box .form-group dd img {
                vertical-align: middle;
            }

            .FapiaoList .form-box .form-group dd a.send {
                display: inline-block;
                padding: 0 10px;
                color: #555;
                border: 1px solid #e0e0e0;
                height: 40px;
                line-height: 40px;
                color: #333;
            }

                .FapiaoList .form-box .form-group dd a.send.gray {
                    color: #999;
                }

            .FapiaoList .form-box .form-group dd .input {
                display: inline-block;
                padding: 0 10px;
                width: 50%;
                height: 40px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
            }

                .FapiaoList .form-box .form-group dd .input.code {
                    width: 80px;
                }

            .FapiaoList .form-box .form-group dd .select {
                display: inline-block;
                padding: 10px;
                height: 40px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
            }

            .FapiaoList .form-box .form-group dd .textarea {
                display: inline-block;
                padding: 10px;
                width: 50%;
                height: 80px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
                vertical-align: middle;
                overflow: auto;
            }

            .FapiaoList .form-box .form-group dd .submit {
                display: inline-block;
                margin: 0 0 0 5px;
                padding: 10px 46px;
                width: auto;
                height: auto;
                line-height: 20px;
                color: #fff;
                font-size: 14px;
                border: 1px solid #d70029;
                background: #d70029;
                cursor: pointer;
            }

            .FapiaoList .form-box .form-group dd .button {
                display: inline-block;
                margin: 0 0 0 5px;
                padding: 10px 46px;
                width: auto;
                height: auto;
                line-height: 20px;
                color: #666;
                font-size: 14px;
                border: 1px solid #eee;
                background: #eee;
                cursor: pointer;
            }

            .FapiaoList .form-box .form-group dd label.mart {
                margin-right: 5px;
            }


.ShopCouponList {
    width: 100%;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
}

    .ShopCouponList select {
        width: 310px;
        padding: 0 20px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        overflow: hidden;
    }

        .ShopCouponList select option {
            padding: 10px 0;
            font-size: 15px;
        }


#CouponList {
    clear: both;
    padding: 5px 0;
}

    #CouponList li {
        float: left;
        margin: 5px;
        width: 171px;
        height: 65px;
        text-align: center;
        color: #fff;
    }

        #CouponList li label input {
            margin-right: 3px;
        }

        #CouponList li em {
            color: #fff;
        }
        
         #CouponList li.noCou a {
            display: block;
            color: #fff;
            width: 171px;
            height: 65px;
            background: url(../images/spNoCouponbg.jpg) no-repeat;
        }


  #CouponList li.noCou.selected  a {
            display: block;
            color: #fff;
            width: 171px;
            height: 65px;
            background: url(../images/spNoCouponbgh.jpg) no-repeat;
        }

        #CouponList li a {
            display: block;
            color: #fff;
            width: 171px;
            height: 65px;
            background: url(../images/spCouponbg.jpg) no-repeat;
        }

            #CouponList li a h4 {
                font-size: 20px;
                line-height: 30px;
                padding-top: 6px;
            }

            #CouponList li a p {
                font-size: 12px;
                line-height: 20px;
            }

            #CouponList li a h3 {
                display: inline-block;
                width: 72px;
                height: 25px;
                text-align: center;
                line-height: 25px;
                font-size: 14px;
                font-weight: normal;
                margin-top: 18px;
                margin-left: 78px;
            }

    #CouponList .selected a {
        color: #fff;
        background: url(../images/spCouponbgh.jpg) no-repeat;
    }



.ShopMessageList {
    width: 100%;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
}

.Shopinput {
    width: 100%;
    box-sizing: border-box;
    height: 70px;
    padding: 15px;
    border: 1px solid #e0e0e0
}
