﻿/*页面公用*/
* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    overflow-x: auto;
}

body {
    /*background: #fff;*/
    height: 100%;
    font: 400 14px/1.5 "Hiragino Sans GB","WenQuanYi Micro Hei",tahoma,sans-serif;
    /*color: #333;*/
    color: #666;
}

button, input, select, textarea {
    outline: 0;
}

.btn {
}

img {
    border: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #051719; /*#2a7ca2;*/
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.clred {
    color: red;
}

.clblack {
    color: #000;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

/*页面图标*/
.icon-dropdown, .icon-orders, .icon-coupons, .icon-points, .icon-gifts, .icon-balance, .icon-info, .icon-help, .icon-tel400, .icon-title, .icon-signintype, .icon-signintype-mobile, .icon-signinQQ, .icon-signinWX, .shopping-cart-new, .shopping-cart-logo, .bank-type-icon, .i-pay-right, .icon-payWarn {
    background: url("/Images/www/icons.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.pay-alipay, .pay-WXpay, .pay-pay {
    background: url("/Images/www/banklist.png") no-repeat;
    display: inline-block;
}

.icon-dropdown {
    background-position: 0 0;
    width: 6px;
    height: 7px;
    position: absolute;
    top: 13px;
    right: 3px;
}

.icon-orders {
    background-position: -6px 0;
}

.icon-coupons {
    background-position: -23px 0;
}

.icon-points {
    background-position: -39px 0;
}

.icon-gifts {
    background-position: -55px 0;
}

.icon-balance {
    background-position: -71px 0;
}

.icon-info {
    background-position: -86px 0;
}

.icon-help {
    background-position: -102px 0;
}

.icon-tel400 {
    border: none;
    background-position: -168px 0;
    width: 14px;
    height: 14px;
}

.icon-title {
    background-position: -129px 1px;
    position: relative;
    top: 4px;
}

.icon-signintype {
    background-position: -11px -87px;
}

.icon-signintype-mobile {
    background-position: 0 -87px;
}

.icon-signinQQ {
    background-position: 0 -121px;
}

.icon-signinWX {
    background-position: -33px -121px;
}

.shopping-cart-new {
    background-position: 0 -153px;
}

.shopping-cart-logo {
    background-position: 0 -181px;
}

.pay-WXpay {
    background-position: 0 -988px;
}

.pay-alipay {
    background-position: 0 -1023px;
}

.pay-blankpay {
    background-position: 0 -1102px;
}


.paytype-list .bank-area .bank-type-icon {
    background-position: -11px -226px;
}

.paytype-list .bank-area .aaa {
    background-position: -22px -226px;
}

.i-pay-right {
    background-position: 0 -102px;
}

.icon-payWarn {
    background-position: 0-365px;
}

/*页面布局*/
#site {
    height: 100%;
    /*background: url("/Images/www/background.png") center 0 repeat-x;*/
    /*background: url("/Images/www/bg.png") center 0 no-repeat;*/
    min-width: 1200px;
}

#site-content {
    width: 1200px;
    margin: 0 auto;
    /*background: #FFF;*/
    box-shadow: 0 0 4px 1px rgba(51,51,51,.3);
    min-height: 520px;
    overflow: hidden;
    z-index: 0;
}

#site-content-fix {
    clear: both;
    height: 20px;
}

.page-box1200 {
    float: left;
    width: 1160px;
    border: 1px solid #ddd;
    margin: 0 20px 20px 20px;
    min-height: 520px;
}

.page-nobox1200 {
    float: left;
    width: 1160px;
    margin: 0 20px 20px 20px;
    min-height: 520px;
}

.page-box900 {
    float: left;
    width: 880px;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0 0 20px 20px;
    min-height: 520px;
}

.page-nobox900 {
    width: 900px;
    float: left;
    margin-left: 20px;
    padding-bottom: 20px;
    min-height: 520px;
}


/*页面头部*/

#site-header {
    width: 100%;
    height: 30px;
    position: fixed;
    left: 0;
    background-color: #696969; /*background-color: #633d28;*/
    z-index: 9999;
}

#site-header-fix {
    height: 50px;
}

#site-header a {
    color: #ecd1a4; /*#f9df69;*/
    text-decoration: none;
}

    #site-header a:hover {
        color: ##f9df69;
        text-decoration: underline;
    }

#site-header .box {
    width: 1200px;
    margin: 0 auto;
    color: #d3d2d2; /*#e4dacc;*/
    position: relative;
    line-height: 30px;
}

#site-header .left {
    line-height: 30px;
}

#site-header .right {
    position: absolute;
    top: 0;
    right: 0;
}

    #site-header .right li ul {
        position: absolute;
        right: 0;
        top: 29px;
        background: #fff;
        border: 1px solid #633d28;
        padding: 0 1px;
        display: none;
    }

    #site-header .right li li a {
        color: #630;
    }

#site-header .item {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    margin: 0 4px 0 4px;
}

#site-header .growth {
    margin-top: 7px;
    margin-left: -5px;
    width: 15px;
    height: 15px;
    background-image: url("/Images/www/icons.png");
    background-repeat: no-repeat;
    background-position: -33px -416px;
    position: relative;
    display: block;
}

#site-header .header-growth-level {
    position: relative;
}

    #site-header .header-growth-level .number {
        color: #eb8639;
        margin-left: 6px;
        position: relative;
        top: -20px;
        font-size: 10px;
        font-style: italic;
    }

#site-header #qr-code {
    position: absolute;
    right: 108px;
    top: 30px;
    width: 140px;
    height: 140px;
    border: 1px solid #ddd;
    z-index: 1000;
    display: none;
}

#site-header .item ul {
    width: 120px;
}

    #site-header .item ul a {
        display: block;
        height: 30px;
        margin: 0;
        padding: 0;
        line-height: 30px;
    }

        #site-header .item ul a:hover {
            background: #e4dacc;
            border: none;
            text-decoration: none;
        }

        #site-header .item ul a img {
            vertical-align: -4px;
            margin: 0 7px 0 15px;
        }

#site-header .account {
    display: inline-block;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 6px 0 0 0;
    padding: 0 12px 0 8px;
    height: 30px;
    overflow: hidden;
    border: 1px solid transparent;
    border-bottom: none;
    position: relative;
    z-index: 2;
}

    #site-header .account:hover, #site-header .account.current {
        text-decoration: none;
        background: #fff;
        color: #630;
        height: 30px;
        border: 1px solid #462512;
        border-bottom: none;
    }

        #site-header .account:hover i, #site-header .account.current i {
            background-position: 00;
            width: 6px;
            height: 7px;
            position: absolute;
            top: 9px;
            right: 3px;
        }


/*页面底部*/
#site-footer {
    /*background: #633d28 url("/Images/www/footer.png") repeat-x;*/
    /*background: #9d9d9d url("/Images/www/footer3.png") repeat-x;*/
    /*background: #9d9d9d url("/Images/www/footer99.png") repeat-x;*/
    color: #90634c;
    overflow: hidden;
    height: 270px;
    width: 100%;
}

    #site-footer .box {
        margin: auto;
        padding: 45px 10px 0;
        overflow: hidden;
        width: 1200px;
    }

    #site-footer a {
        /*color: #ecd1a4;*/
        color: #666;
        text-decoration: none;
    }

        #site-footer a:hover {
            /*color: #ecd1a4;*/
            color: #778899;
            text-decoration: underline;
        }

    #site-footer h5 {
        font-size: 100%;
        line-height: 24px;
        font-weight: 600;
        /*color: #fff;*/
        color: #666;
    }

    #site-footer ul li {
        background: url("/Images/www/point.png") no-repeat 0 -12px;
        line-height: 1.8em;
        padding-left: 10px;
    }

        #site-footer ul li a {
            /*color: #d3b57f;*/
            color: #666;
        }

    #site-footer .left {
        float: left;
        width: 175px;
    }

    #site-footer .right {
        float: right;
    }

        #site-footer .right dl {
            /*background: #4e2713;*/
            border-radius: 5px;
            padding: 10px 15px 10px;
        }

        #site-footer .right dt {
            font-size: 12px;
            /*color: #eee;*/
            color: #333;
        }

        #site-footer .right dl dd {
            font-size: 24px;
            font-weight: 900;
            /*color: #ecd1a4;*/
            color: #666;
        }

    #site-footer .copyright {
        clear: both;
        line-height: 24px;
        margin: 15px 0 10px;
        padding-top: 10px;
        /*border-top: 1px dotted #8f6147;*/
        border-top: 1px dotted #778899;
        /*color: #9d6942;*/
        color: #708090;
    }

        #site-footer .copyright .cert {
            text-align: right;
        }

            #site-footer .copyright .cert li {
                display: inline-block;
                zoom: 1;
                vertical-align: top;
                letter-spacing: normal;
                word-spacing: normal;
                margin-left: 6px;
                height: 42px;
                background-image: none;
                padding: 0;
            }

            #site-footer .copyright .cert .alipay a, #site-footer .copyright .cert .tenpay a {
                display: block;
                height: 42px;
                background: url("/Images/www/icons.png") no-repeat;
                text-indent: -9999px;
            }

            #site-footer .copyright .cert .alipay a {
                background-position: 0 -16px;
                width: 131px;
            }

            #site-footer .copyright .cert .tenpay a {
                background-position: -130px -16px;
                width: 88px;
            }

/*页面导航*/
#site-navbar {
    position: relative;
    z-index: 100;
    padding: 20px 20px;
    /*background: #FFF;*/
    clear: both;
}

    #site-navbar .vi {
        float: left;
    }

    #site-navbar .logo a {
        background: url("/Images/www/logo.png") no-repeat;
        display: block;
        text-indent: -9999em;
        width: 200px;
        height: 50px;
    }

    #site-navbar .cityContainer {
        position: absolute;
        left: 240px;
        top: 26px;
        z-index: 9999;
    }

        #site-navbar .cityContainer h4 {
            display: inline-block;
            position: relative;
        }

            #site-navbar .cityContainer h4 .currentCity {
                font-size: 17px;
                font-weight: 600;
                color: #333;
            }

            #site-navbar .cityContainer h4 .citySwitch {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 18px;
            }

    #site-navbar .citySelector {
        background: #fff;
    }

    #site-navbar .cityBox {
        width: 360px;
        border: 1px solid #633d28;
        overflow: hidden;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    }

        #site-navbar .cityBox ul {
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            #site-navbar .cityBox ul li {
                float: left;
                list-style: none;
                padding: 2px 4px;
                border: 1px solid #633d28;
                cursor: pointer;
                margin-left: 4px;
                display: inline;
                background: #e4dacc;
            }

                #site-navbar .cityBox ul li.on {
                    background: #fff;
                    border-bottom-color: #fff;
                    position: relative;
                }

        #site-navbar .cityBox p.tip {
            color: #666;
            line-height: 20px;
            padding: 5px;
            margin: 0;
            text-indent: 3px;
        }

    #site-navbar .cityTab {
        overflow: hidden;
    }

        #site-navbar .cityTab dl {
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            #site-navbar .cityTab dl dt {
                float: left;
                padding-left: 3px;
                color: #F30;
                text-indent: 5px;
                line-height: 22px;
                width: 20px;
                padding-left: 16px;
            }

            #site-navbar .cityTab dl dd {
                margin-left: 2px;
                float: left;
                width: 290px;
            }

                #site-navbar .cityTab dl dd a {
                    padding-left: 5px;
                    width: 62px;
                    line-height: 22px;
                    display: inline-block;
                    color: #000;
                    text-decoration: none;
                }

                    #site-navbar .cityTab dl dd a:hover {
                        text-decoration: underline;
                        color: red;
                    }

    #site-navbar .hotCity {
        border-top: 1px solid #633d28;
        margin-top: -1px;
        clear: left;
        overflow: hidden;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #site-navbar .nav .box {
        /*height: 50px;*/
        /*width: 860px;*/
        overflow: hidden;
        background: #e8e7e5;
        color: #333333;
        border: 5px solid #dedede;
    }

        #site-navbar .nav .box .tel400 {
            padding-right: 12px;
            padding-left: 12px;
            font-family: tahoma;
            font-weight: 700;
            font-size: 14px;
            line-height: 50px;
            color: #07519a;
        }

    #site-navbar .nav .list li {
        float: left;
        /*width: 112px;*/
        width: 96px;
        text-align: center;
    }

        #site-navbar .nav .list li a {
            width: 100px;
            display: inline-block;
            /*color: #63351A;*/
            color: #333333;
            font-weight: 700;
            font-size: 14px;
            line-height: 50px;
        }

            #site-navbar .nav .list li a:hover {
                text-decoration: none;
                /*background: #e4dacc;*/
                background: #d8d6d6;
                /*color: #fff9d7;*/ color: #666;
            }

    #site-navbar .nav .list .current a {
        /*background: #9A6647;
        color: #fff;*/
        background: #14171c;
        color: #f4c600;
    }

        #site-navbar .nav .list .current a:hover {
            /*background: #9A6647;
        color: #fff;*/
            background: #14171c;
            color: #f4c600;
        }

.connav .selected {
    color: #999;
    cursor: text;
}
/*主页*/
#page-home .swiper-ad-device {
    height: 300px;
    width: 900px;
}

#page-home .swiper-promotion-device {
    padding: 4px;
}

    #page-home .swiper-promotion-device .swiper-container {
        height: 255px;
        margin: 6px auto;
    }

    #page-home .swiper-promotion-device .swiper-slide {
        width: 220px;
    }

#page-home .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

#page-home .swiper-pagination-bullet-active {
    background: #9A6647;
}

#page-home .block {
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 8px;
}

    #page-home .block h2 {
        font-size: 14px;
        color: #333; /*color: #555;*/
        position: relative;
    }

        #page-home .block h2 .more {
            position: absolute;
            right: 2px;
            top: 0;
            font-weight: normal;
            color: #3080a5;
        }

#page-home .list {
    margin: 0 30px 0 15px;
}

    #page-home .list .listby {
        margin-top: 8px;
        padding-top: 8px;
        overflow: hidden;
    }

        #page-home .list .listby.border-top {
            border-top: 1px dotted #ddd;
        }

        #page-home .list .listby .title {
            float: left;
            *display: inline;
            display: inline-block;
            font-weight: 700;
            margin-right: 30px;
        }

#page-home .item {
    overflow: hidden;
    letter-spacing: 0.1em;
}

    #page-home .item li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        word-spacing: normal;
        width: 86px;
        margin: 0 5px 6px 0;
    }

        #page-home .item li a {
            color: #333;
        }

            #page-home .item li a.more {
                color: #3080A5;
            }

#page-home .dish {
    float: left;
    width: 200px;
    border: 1px solid #aaa;
    cursor: pointer;
    margin: 0 0 10px 10px;
    padding-bottom: 4px;
}

    #page-home .dish:hover {
        border: 1px solid #633d28;
    }

    #page-home .dish .picture {
        display: block;
        position: relative;
        font-size: 0;
    }

        #page-home .dish .picture img {
            width: 200px;
            height: 180px;
        }

    #page-home .dish .buy {
        margin-top: 5px;
        padding: 0 6px;
    }

        #page-home .dish .buy h4 {
            margin-top: 3px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            height: 20px;
            line-height: 20px;
            text-overflow: ellipsis;
        }

        #page-home .dish .buy .detail {
            position: relative;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

        #page-home .dish .buy .price {
            color: #9a9a9a;
            font-family: '\5fae\8f6f\96c5\9ed1';
        }

            #page-home .dish .buy .price i {
                font-family: 'georgia';
                font-size: 16px;
                color: #c00;
                font-weight: 700;
            }

        #page-home .dish .buy .detail .btn {
            position: relative;
            right: -18px;
            bottom: -2px;
        }

        #page-home .dish .buy .detail .btn-add {
            display: inline-block;
            width: 53px;
            height: 27px;
            background: url("/Images/www/icons.png") no-repeat 0 -59px;
        }

.btn-Sold {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/Images/www/icons.png") no-repeat -26px -59px;
}

/*侧边栏*/
.sidebar {
    border: 1px solid #ddd;
    padding: 6px;
    /*background: #fff;*/
    width: 230px;
    margin-bottom: 10px;
    color: #333;
}

    .sidebar .side-title {
        height: 20px;
        font-size: 14px;
        position: relative;
        margin-bottom: 8px;
        color: #333;
        line-height: 20px;
    }

        .sidebar .side-title a {
            color: #3080a5;
            font-weight: normal;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
        }

    .sidebar ul {
        color: #666;
        margin-left: 8px;
        line-height: 24px;
    }

        .sidebar ul li {
            background: url("/Images/www/point.png") no-repeat -16px 10px;
            padding-left: 10px;
            color: #333;
        }

            .sidebar ul li a {
                color: #444;
            }

#site-userbar {
    float: right;
    margin-right: 20px;
    padding-bottom: 20px;
}

    #site-userbar .sidebar-user {
        margin-bottom: 10px;
        position: relative;
        border: 1px solid #DDD;
        color: #333;
    }

        #site-userbar .sidebar-user .hi {
            font-size: 18px;
            margin-right: 5px;
        }

        #site-userbar .sidebar-user .box {
            position: relative;
            padding: 6px;
        }

        #site-userbar .sidebar-user a {
            display: inline-block;
            text-align: center;
            overflow: hidden;
            color: #5b6162; /*#63351A;*/
            font-weight: 700;
            font-size: 14px;
            float: left;
            margin-left: 12px;
        }

    #site-userbar .sidebar-commitment .list {
        letter-spacing: -0.31em;
        word-spacing: -0.41em;
        margin-left: 8px;
    }

        #site-userbar .sidebar-commitment .list li {
            background-image: none;
            display: inline-block;
            vertical-align: top;
            letter-spacing: normal;
            word-spacing: normal;
            padding-left: 0;
            overflow: hidden;
        }

            #site-userbar .sidebar-commitment .list li a {
                display: block;
                text-indent: -999em;
                background: url("/Images/www/commitment.png") no-repeat;
                height: 80px;
                overflow: hidden;
            }

                #site-userbar .sidebar-commitment .list li a.a {
                    width: 71px;
                    background-position: 0 0;
                }

                #site-userbar .sidebar-commitment .list li a.b {
                    width: 72px;
                    background-position: -62px 0;
                }

                #site-userbar .sidebar-commitment .list li a.c {
                    width: 72px;
                    background-position: -127px 0;
                }

/*美食菜单*/
#page-dish-list .category {
    float: left;
    width: 140px;
    background-color: #e8e7e5; /*background-color:#F3EFE9;*/
}

    #page-dish-list .category h4 {
        background-color: #181715; /*background-color: #9a6647;*/
        width: 100%;
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-size: 15px;
        text-align: center;
    }

    #page-dish-list .category ul li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
        text-indent: 25px;
        border-bottom: 1px solid #e4dacc;
    }

        #page-dish-list .category ul li a {
            width: 140px;
            height: 35px;
            line-height: 35px;
            color: #181715; /*color: #63351A;*/
            font-weight: 600;
            display: block;
        }

    #page-dish-list .category .bgdce {
        background-color: #f3efe9;
    }

    #page-dish-list .category .bgdco {
        background-color: #E8E4DB;
    }

    #page-dish-list .category ul .on {
        background-color: #e4dacc;
    }

    #page-dish-list .category ul li a:hover {
        width: 140px;
        height: 35px;
        line-height: 35px;
        color: #63351A;
        font-weight: 600;
        background-color: #d8d6d6; /*background-color: #d7cdbf;*/
    }

#page-dish-list .list {
    width: 1000px;
    float: left;
    position: relative;
    margin-left: 20px;
}

    #page-dish-list .list .item {
        float: left;
        width: 188px;
        border: 1px solid #ddd;
        cursor: pointer;
        margin: 0 0 10px 10px;
        padding-bottom: 4px;
    }

        #page-dish-list .list .item:hover {
            border: 1px solid #3080a5;
        }

        #page-dish-list .list .item .picture {
            display: block;
            position: relative;
            font-size: 0;
        }

            #page-dish-list .list .item .picture img {
                width: 100%;
            }

        #page-dish-list .list .item .buy {
            margin-top: 5px;
            padding: 0 6px;
            _width: auto;
        }

            #page-dish-list .list .item .buy h4 {
                margin-top: 3px;
                font-weight: 600;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
                height: 20px;
                line-height: 20px;
                text-overflow: ellipsis;
            }

            #page-dish-list .list .item .buy .detail {
                position: relative;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
            }

            #page-dish-list .list .item .buy .price {
                color: #9a9a9a;
                font-family: '\5fae\8f6f\96c5\9ed1';
            }

                #page-dish-list .list .item .buy .price i {
                    font-family: 'georgia';
                    font-size: 16px;
                    color: #fb7e20; /*color: #c00;*/
                    font-weight: 700;
                }

            #page-dish-list .list .item .buy .detail .btn {
                position: absolute;
                top: 0;
                right: 5px;
            }

            #page-dish-list .list .item .buy .detail .btn-add {
                display: inline-block;
                width: 24px;
                height: 24px;
                background: url("/Images/www/icons.png") no-repeat 0 -59px;
            }

/*购物车*/
/*购物车*/
.shopping-cart {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    z-index: 100;
    font-size: 14px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 40));
}

    .shopping-cart .first-to-app {
        width: 320px;
        height: 40px;
        padding-left: 15px;
        background-color: #9a6647;
        line-height: 40px;
        position: absolute;
        color: #fff;
        top: -40px;
        z-index: 1;
        border-right: 1px solid #dcdcdc;
        box-shadow: 0 -1px 9px #CCC;
        -moz-box-shadow: 0 -1px 9px #CCC;
        -webkit-box-shadow: 0 -1px 9px #CCC;
        -ms-box-shadow: 0 -1px 9px #CCC;
        -o-box-shadow: 0 -1px 9px #CCC;
    }

    .shopping-cart .order-list {
        width: 320px;
        background-color: #FFFFFF;
        border-right: 1px solid #DCDCDC;
        position: absolute;
        top: 0;
        box-shadow: 0 -1px 9px #CCC;
        -moz-box-shadow: 0 -1px 9px #CCC;
        -webkit-box-shadow: 0 -1px 9px #CCC;
        -ms-box-shadow: 0 -1px 9px #CCC;
        -o-box-shadow: 0 -1px 9px #CCC;
    }

    .shopping-cart .title {
        background-color: #e4dacc;
        height: 32px;
        line-height: 32px;
        width: 320px;
        padding-left: 8px;
        font-size: 14px;
    }

        .shopping-cart .title .dishes {
            width: 160px;
            white-space: nowrap;
        }

        .shopping-cart .title .ti-price {
            margin-left: 80px;
            white-space: nowrap;
        }

    .shopping-cart ul li {
        border-bottom: 1px solid #E5E5E5;
        padding-left: 15px;
        height: 41px;
    }

    .shopping-cart .na {
        width: 145px;
        margin: 7px 0 14px;
    }

    .shopping-cart .modify {
        padding-top: 11px;
        font-size: 12px;
    }

        .shopping-cart .modify a {
            width: 16px;
            height: 16px;
            border: 1px solid #E5E5E5;
            display: inline-block;
            letter-spacing: 0;
            color: #BFBFBF;
            font-weight: bold;
            text-align: center;
        }

        .shopping-cart .modify input {
            width: 14px;
            display: inline-block;
            border: 1px solid #C6C6C6;
            height: 16px;
            _height: 17px;
            padding: 0 3px;
            line-height: 16px;
            border-left: 0;
            border-right: 0;
            border-color: #E5E5E5;
            text-align: center;
        }

    .shopping-cart .total {
        height: 49px;
        line-height: 49px;
        text-align: right;
        width: 300px;
    }

    .shopping-cart .pri {
        line-height: 38px;
        width: 72px;
        text-align: right;
    }

    .shopping-cart .total span {
        margin: 0 3px;
        color: #fe4d3d;
    }

        .shopping-cart .total span.bill {
            font-size: 28px;
            font-weight: bold;
            margin-right: 0;
            color: #fe4d3d;
        }

    .shopping-cart .footer {
        background-color: #8e5739;
        cursor: pointer;
        z-index: 1;
        position: relative;
        height: 40px;
    }

    .shopping-cart .shopping-cart-logo {
        width: 44px;
        height: 44px;
        position: absolute;
        top: -10px;
        left: 10px;
    }

/***************************************************************/


.shopping-cart-new {
    width: 26px;
    height: 26px;
    margin: 9px 0 0 9px;
}

.shopping-cart .brief-order {
    display: none;
    color: #fff;
    padding-top: 12px;
    padding-left: 60px;
}

    .shopping-cart .brief-order .price {
        font-size: 25px;
        line-height: 0;
        font-weight: bold;
    }

.shopping-cart .ready-pay {
    height: 31px;
    background-color: #E5E5E5;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    color: #A0A0A0;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: bold;
    padding: 0 15px;
}

.borderradius-2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-boder-radius: 2px;
    -o-boder-radius: 2px;
}

.shopping-cart .go-pay {
    height: 31px;
    background-color: #faa701;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    margin-top: 4px;
    margin-right: 5px;
    font-weight: bold;
    padding: 0 30px;
    display: none;
    border: 0;
    cursor: pointer;
}

/*付款*/




.pay-pay {
    height: 40px;
    border: 1px solid #ddd;
    margin-left: 5px;
    text-indent: -9999px;
    width: 145px;
    float: left;
    cursor: pointer;
}

.paytype-list .bank-type-icon {
    height: 5px;
    left: 2px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 9px;
}


.paymode {
    margin-top: 10px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
}

.paymode-title {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f7f7f7;
    padding-left: 38px;
}

.paymode-orderinfo {
    padding: 24px 38px 23px;
    color: #656565;
    font-size: 14px;
    line-height: 1.6;
}

.paytype {
    padding: 10px 20px 15px 0;
    border: 0;
    background: #f7f7f7;
    margin-top: 20px;
}

.paytype-list .bank-type {
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 18px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
}

.paytype-list .bank-area--open .bank-list {
    display: block;
}

.paytype-list .bank-list {
    display: none;
    margin-top: 10px;
    margin-left: 0;
    overflow: hidden;
    clear: both;
    zoom: 1;
}

    .paytype-list .bank-list .item {
        float: left;
        font-size: 14px;
        margin: 0 30px 10px 0;
    }


.paytype-list .bank-area--open .bank-list {
    display: block;
}




.paytype-list .bank-list--xpay {
    margin: 5px 0 -10px;
    position: relative;
    top: -20px;
    overflow: hidden;
    clear: both;
    zoom: 1;
}

.paymode-price {
    margin: 40px 21px 0 0;
    font-size: 14px;
    text-align: right;
}

    .paymode-price em {
        color: #fe4d3d;
        font-style: normal;
    }

.paymode-paybtnwrap {
    margin: 17px 21px 40px 0;
    text-align: right;
    font-size: 18px;
}

.i-pay-right {
    height: 18px;
    width: 18px;
}

.page-wrap .inner-wrap {
    margin: 0 0 20px 20px;
    margin-bottom: 20px;
}

.paymain {
    width: 1160px;
}

.payaside {
    float: right;
    width: 240px;
}

.ordersucc-tip {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #434343;
    font-size: 14px;
    padding: 28px 40px 27px 300px;
}

    .ordersucc-tip i {
        float: left;
    }

.ordersucc-content {
    float: left;
    margin-left: 10px;
}

    .ordersucc-content .ordersucc-countdown {
        display: block;
    }

.ordersucc-countdown span, .ordersucc-countdown em {
    display: block;
    float: left;
}

.ordersucc-tip em {
    color: #fe4d3d;
    font-style: normal;
}

.ordersucc-countdown-content {
    text-align: center;
    width: 64px;
}

.ordersucc-content .ordersucc-timeout {
    display: none;
}

.paymode-orderinfo em {
    color: #fe4d3d;
    font-style: normal;
}

input, textarea {
    border: 1px solid #c6c6c6;
    padding: 3px;
}

input, textarea {
    outline: medium none;
}

.blk-item h3 {
    background: #f7f7f7 none repeat scroll 0 0;
    line-height: 22px;
}

.paytype-list .bank-type__hint {
    color: #999;
    font-size: 12px;
}

.blk-item h3 span {
    font-weight: normal;
}

.paytype-list .bank-list .item {
    float: left;
    font-size: 14px;
    margin: 0 30px 10px 0;
}

.paytype-list .bank-list .radio {
    border: medium none;
    float: left;
    margin-left: 1px;
    margin-top: 10px;
    width: 13px;
}

.paytype-list .bank-list--xpay .item {
    margin-bottom: 0;
    padding: 21px 0 0;
}

.paytype-list .bank-list .item {
    float: left;
    font-size: 14px;
}

.paytype-list .bank-list--xpay .radio {
    margin-top: 15px;
}

.paytype-list .bank-list .radio {
    border: medium none;
    float: left;
    margin-left: 1px;
    width: 13px;
}

.paytype-list .bank-list--xpay .bank {
    height: 40px;
}

.balance-bank .balance {
    margin-left: 23px;
}

    .balance-bank .balance span {
        color: #333;
        font-size: 16px;
    }

    .balance-bank .balance input {
        height: 24px;
        padding: 5px;
        width: 200px;
        margin-left: 10px;
    }




/*常见问题*/
#page-page-qa .title {
    height: 20px;
    position: relative;
    margin-bottom: 8px;
    color: #333;
    line-height: 20px;
    font-weight: 600;
}

#page-page-qa .list dl {
    display: block;
}

#page-page-qa .list dt {
    cursor: pointer;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 600;
}

    #page-page-qa .list dt span {
        background: url("/Images/www/icons.png") no-repeat -54px -59px;
        width: 13px;
        height: 13px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

#page-page-qa .list dd {
    margin: 0 5px 5px 25px;
    line-height: 24px;
    font-size: 13px;
    display: none;
}

#page-page-qa .list .hover {
    background: #d5e6f2;
}

#page-page-qa .list .spread span {
    background-position: -54px -72px;
}

/*帮助明细*/
#page-page-item .title {
    height: 20px;
    position: relative;
    margin-bottom: 8px;
    color: #333;
    line-height: 20px;
    font-weight: 600;
}

/*帮助中心*/
#page-page-help .category {
    float: left;
    width: 100%;
}

    #page-page-help .category .nav {
        display: table;
        /*background: #f5f5f5;*/
        word-spacing: -0.3em;
    }

#page-page-help .nav li {
    float: left;
    width: 125px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

    #page-page-help .nav li a {
        text-decoration: none;
        font-weight: 600;
        display: block;
    }

#page-page-help .show-ul {
    line-height: 20px;
    margin-left: 24px;
    padding-bottom: 8px;
    display: inline-block;
}

    #page-page-help .show-ul .show-li {
        padding-left: 10px;
        white-space: nowrap;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: top;
        background: url("/Images/www/point.png") no-repeat -16px 8px;
        width: 390px;
    }

#page-page-help .content {
    line-height: 24px;
    margin: 0 30px 0 30px;
    padding-bottom: 8px;
}

/*帮助明细*/
#page-page-detail .category {
    float: left;
    width: 100%;
}

    #page-page-detail .category .nav {
        display: table;
        background: #f5f5f5;
        word-spacing: -0.3em;
    }

#page-page-detail .nav li {
    float: left;
    width: 125px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

    #page-page-detail .nav li a {
        text-decoration: none;
        font-weight: 600;
    }





/*个人中心*/

/*登录注册通用*/
.tip-status {
    vertical-align: -4px;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background-image: url("/Images/www/icons.png");
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    background-position: -19px -102px;
}

/*登录*/
#page-signin .promotion-banner {
    float: left;
    height: 370px;
    margin: 50px 100px;
    width: 480px;
}

#page-signin .form-section {
    float: right;
    padding-right: 140px;
    /*  background: #fff none repeat scroll 0 0;*/
    margin: 0 auto;
    width: 262px;
    padding-top: 20px;
}

#page-signin .validate-info {
    margin-bottom: 10px;
    border: 1px solid #f5d8a7;
    padding: 8px;
    min-height: 22px;
    background: #fff6db;
}

#page-signin .form-section h2 {
    /*color: #666;*/ color: #592b14;
    font-weight: 600;
    font-size: 100%;
    padding-bottom: 4px;
}

    #page-signin .form-section h2 a {
        /*color: #666;*/ color: #708090;
        float: right;
        padding-right: 20px;
        position: relative;
        font-weight: 400;
        font-size: 12px;
    }

    #page-signin .form-section h2 i {
        background-repeat: no-repeat;
        display: block;
        height: 14px;
        margin-top: -7px;
        margin-right: 2px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 50%;
        width: 14px;
    }

    #page-signin .form-section h2 .icon-signintype-mobile {
        width: 10px;
    }

    #page-signin .form-section h2 .login-icon {
        background-image: url("/Images/www/icons.png");
    }

#page-signin .form-section .form-field {
    padding: 6px 0;
    padding-left: 0;
    position: relative;
}

#page-signin .text {
    border: 1px solid #aaa;
    color: #333;
    width: 250px;
    height: 32px;
    padding-left: 8px;
    line-height: 20px;
}

    #page-signin .text:hover {
        border-color: #999;
    }

    #page-signin .text:focus {
        border-color: #999;
    }

#page-signin .darkBlue {
    color: #3080a5;
}

#page-signin .forget-password {
    float: right;
}

#page-signin #autoSignIn {
    display: none;
}

    #page-signin #autoSignIn + label {
        padding-left: 20px;
        background: url("/Images/www/checkbox.png") no-repeat scroll left center;
        display: inline-block;
    }

        #page-signin #autoSignIn + label:hover {
            padding-left: 20px;
            background: url("/Images/www/checkbox_hover.png") no-repeat scroll left center;
            display: inline-block;
        }

    #page-signin #autoSignIn:checked + label {
        padding-left: 20px;
        background: url("/Images/www/checkbox_check.png") no-repeat scroll left center;
        display: inline-block;
    }

#page-signin #RemeberMe {
    display: inline-block;
    padding-left: 20px;
    left: 0;
    position: static;
    text-align: left;
    width: auto;
}

#page-signin .form-field .getCode {
    height: 30px;
    width: 140px;
}

#page-signin .btn {
    cursor: pointer;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    border-width: 0;
    background: #ff9213;
    width: 266px;
    border-radius: 2px;
}

    #page-signin .btn:hover {
        background: #faa701;
    }

#page-signin .oauth-box {
    margin-top: 30px;
}

#page-signin .icon-signinQQ {
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    overflow: hidden;
    width: 32px;
    margin-left: 88px;
}

#page-signin .icon-signinWX {
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    overflow: hidden;
    width: 32px;
}

#page-signin .treaty-block {
    padding-top: 10px;
    color: #999;
    line-height: 20px;
}

#page-signin .oauth-box h3 {
    border-bottom: 1px solid #aaa;
    height: 0;
    margin-bottom: 20px;
    overflow: visible;
    position: relative;
    width: 100%;
}

    #page-signin .oauth-box h3 .title {
        background: #fff none repeat scroll 0 0;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        left: 50%;
        margin-left: -75px;
        position: absolute;
        text-align: center;
        top: -10px;
        width: 150px;
    }
/*注册*/

#page-register .promotion-banner {
    float: left;
    height: 370px;
    margin: 50px 100px;
    width: 480px;
}

#page-register .form-section {
    float: right;
    /*background: #fff none repeat scroll 0 0;*/
    margin: 30px auto;
    border: 1px solid #dedede;
    margin-right: 140px;
    width: 262px;
    padding-top: 20px;
    padding: 0 20px;
}

#page-register .validate-info {
    margin-bottom: 10px;
    border: 1px solid #f5d8a7;
    padding: 8px;
    min-height: 22px;
    background: #fff6db;
}

#page-register .form-section h2 {
    color: #666;
    font-weight: 600;
    font-size: 100%;
    padding-bottom: 4px;
}

    #page-register .form-section h2 a {
        color: #666;
        float: right;
        padding-right: 20px;
        position: relative;
        font-weight: 400;
    }

    #page-register .form-section h2 i {
        background-repeat: no-repeat;
        display: block;
        height: 14px;
        margin-top: -7px;
        margin-right: 2px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 50%;
        width: 14px;
    }

#page-register .form-section .form-field {
    padding: 6px 0;
    padding-left: 0;
    position: relative;
}


.icon-register-mobile {
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    overflow: hidden;
    width: 12px;
    left: 9px;
    line-height: 18px;
    position: absolute;
    top: 16px;
    vertical-align: text-top;
}

#page-register .text {
    border: 1px solid #aaa;
    color: #333;
    width: 250px;
    height: 32px;
    padding-left: 8px;
    line-height: 20px;
}

    #page-register .text:hover {
        border-color: #999;
    }

    #page-register .text:focus {
        border-color: #999;
    }

#page-register .form-field .getCode {
    height: 30px;
    width: 140px;
}

#page-register .btn {
    cursor: pointer;
    padding: 8px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    border-width: 0;
    background: #ff9213;
    width: 266px;
    font-size: 18px;
    color: #fff;
}

    #page-register .btn:hover {
        background: #faa701;
    }

#page-register .form-footer {
    margin: 0 auto 8px;
    position: relative;
}

/*我的帐户*/
#page-user .user {
    float: left;
    /*width: 100%;*/
    margin: 10px;
}

    #page-user .user .nav {
        display: table;
        background: #f5f5f5;
        word-spacing: -0.3em;
    }

#page-user .nav li {
    float: left;
    width: 147px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

    #page-user .nav li a {
        text-decoration: none;
        font-weight: 600;
    }


/*余额*/
/*#page-user-balance .credit {
    margin: 13px 15px 0 15px;
}
    
    #page-user-balance .credit h3 {
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        line-height: 34px;
        text-align: left;
    }*/

/*#page-user-balance .credit h3 span {
            display: inline-block;
            top: 10px;
        }*/

/*.credit h3 span strong {
    font-size: 24px;
    color: #c00;
    padding: 0 6px;
}*/

/*h3 span .trans-btn-wrap {
    position: absolute;
    top: 10px;
    right: 0;
}*/

#page-user .credit .btn-2a {
    padding: 10px 36px;
}

#page-user .btn-2a {
    display: inline-block;
    margin-right: 0;
    background: #509036;
    font-size: 14px;
    font-family: Simsun;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
}

#page-user .vouch_tab {
    width: 100%;
}

#page-user .credit .date {
    width: 130px;
}

#page-user .vouch_tab .date {
    width: 128px;
}

#page-user .invit_tab th, .vouch_tab th, .points_tab th, .credit th {
    color: #787878;
}

#page-user .credit th, .credit td {
    height: 40px;
    text-align: center;
    padding: 0 20px 0 15px;
}

#page-user .vouch_tab th, .vouch_tab td {
    height: 40px;
    text-align: center;
    padding: 0 15px;
}

#page-user .credit .detil {
    width: 313px;
}

#page-user .credit .balance {
    width: 55px;
}

#page-user .btn-2a:hover, .btn-2b:hover {
    background: #56a436;
    color: #fff;
    text-decoration: none;
}
/*支付成功*/
#page-paySuccess .success {
    width: 600px;
    height: 150px;
    margin: 10px auto;
}

    #page-paySuccess .success .box {
        margin-top: 15px;
        margin-left: 50px;
    }

    #page-paySuccess .success .ling-font {
        margin-left: 200px;
    }

    #page-paySuccess .success .ling-img {
        margin-left: 70px;
        margin-top: 10px;
    }

    #page-paySuccess .success .ling {
        clear: left;
        margin-left: 100px;
        font-weight: bold;
    }

    #page-paySuccess .success .mbox {
        margin: 20px 140px 0;
    }

#page-paySuccess .mbox .oa {
    background-color: #ff9213;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}

#page-paySuccess .mbox .ta {
    margin-left: 100px;
    background: #ff9213;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
}

    #page-paySuccess .mbox .oa:hover, #page-paySuccess .mbox .ta:hover {
        background: #faa701;
        text-decoration: none;
    }

#page-paySuccess .boxs {
    border: 1px solid #ddd;
    width: 80%;
    margin: 0 auto;
}

    #page-paySuccess .boxs h2 {
        background-color: #eee;
        padding-left: 5px;
    }

    #page-paySuccess .boxs .table {
        margin-left: 50px;
        padding: 5px 0;
    }

        #page-paySuccess .boxs .table td {
            line-height: 30px;
        }

/*公司简介&联系方式*/
#page-page-item .about-bd {
    color: #565656;
    list-style: outside none none;
    margin: 10px 10px 0 10px;
}

    #page-page-item .about-bd li {
        background-image: none;
        display: block;
        overflow: hidden;
    }

    #page-page-item .about-bd .pic {
        float: left;
        margin-right: 0;
    }

    #page-page-item .about-bd .cont {
        overflow: hidden;
    }


/*隐私条款*/
#page-page-item .more-notice {
    background: #fff none repeat scroll 0 0;
}

    #page-page-item .more-notice .privacy {
        color: #565656;
        font-size: 14px;
        line-height: 30px;
    }

    #page-page-item .more-notice .content, .more-notice .privacy {
        font-size: 14px;
        height: auto !important;
        line-height: 26px;
        margin: 10px 0 0 5px;
    }

    #page-page-item .more-notice .privacy p {
        margin: 10px 18px;
        font-size: 14px;
    }

/*免责声明*/
#page-page-item .ico-notice {
    background-position: -17px -26px;
    margin-right: 6px;
    vertical-align: -3px;
}

#page-page-item .more-notice .declare {
    color: #565656;
    font-size: 14px;
    line-height: 30px;
}

    #page-page-item .more-notice .declare p, .more-notice .declare h4 {
        margin: 10px 18px;
    }

    #page-page-item .more-notice .declare h4 {
        padding-top: 6px;
    }

/*注册协议*/
#page-page-item .more {
    float: left;
    margin-left: 0;
    padding-bottom: 50px;
}

#page-page-item .more-notice {
    /*background: #FFF none repeat scroll 0% 0%;*/
}

    #page-page-item .more-notice .terms {
        font-size: 14px;
        color: #565656;
        line-height: 30px;
    }

        #page-page-item .more-notice .terms h4 {
            padding-top: 6px;
        }

        #page-page-item .more-notice .terms p, .more-notice .terms h4 {
            margin: 10px 18px;
        }

#page-page-item fieldset, img {
    border: medium none;
}

/*退款协议*/
#page-page-item .more-notice .refund {
    font-size: 14px;
    color: #565656;
    line-height: 30px;
}

.more-notice .refund h4 {
    padding-top: 6px;
}

.more-notice .refund p, .more-notice .refund h4 {
    margin: 10px 18px;
}

/*新手向导*/

.ico-line {
    background-position: -120px -191px;
    vertical-align: -3px;
    margin-right: 4px;
}

ul, ol {
    list-style: outside none none;
}

.tutorial ul {
    font-size: 14px;
    margin-left: 4px;
}

    .tutorial ul li {
        background-image: none;
        margin-bottom: -6px;
    }

.more-notice ul li {
    overflow: visible;
    padding-left: 10px;
}

img {
    border: medium none;
}
/*个人中心共用样式*/
.user .nav {
    display: table;
    background: #f5f5f5;
    word-spacing: -0.3em;
}

    .user .nav li a {
        color: #787878;
        font-weight: 300;
        font-size: 15px;
        text-decoration: none;
        display: block;
    }

        .user .nav li a:hover {
            font-weight: 600;
            color: #333;
        }

.nav li {
    float: left;
    width: 152px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

    .nav li a {
        text-decoration: none;
        font-weight: 600;
    }

.user .nav .current {
    background: #DCDADA;
    cursor: auto;
}

    .user .nav .current a {
        font-weight: 900;
        color: #333;
    }

.connav {
    margin: 0 12px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

    .connav li {
        font-size: 14px;
        margin-right: 12px;
        display: inline-block;
    }

/*账户余额*/
#page-user-balance .credit {
    margin: 0 15px 0 15px;
}

    #page-user-balance .credit h3 {
        font-size: 14px;
        /*border-bottom: 1px solid #ddd;*/
        padding-bottom: 40px;
        line-height: 34px;
        text-align: left;
        font-weight: normal;
    }

        #page-user-balance .credit h3 span {
            display: inline-block;
            top: 10px;
            left: 10px;
        }

            #page-user-balance .credit h3 span strong {
                font-size: 24px;
                color: #fe4d3d;
                padding: 0 6px;
            }

#page-user-balance h3 span .trans-btn-wrap {
    position: absolute;
    top: 10px;
    right: 0;
}

#page-user-balance .credit .btn-2a {
    padding: 10px 36px;
}

#page-user-balance .btn-2a {
    display: inline-block;
    margin-right: 0;
    background: #509036;
    font-size: 14px;
    font-family: Simsun;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
}

#page-user-balance .btn-3a {
    padding: 5px 20px;
    font-size: 14px;
    background: #ff9213;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

    #page-user-balance .btn-3a:hover {
        text-decoration: none;
        background: #faa701;
    }

#page-user-balance .vouch_tab {
    width: 100%;
}

    #page-user-balance .vouch_tab .date {
        width: 128px;
        text-align: left;
        padding: 0;
    }

    #page-user-balance .vouch_tab th, .credit th {
        color: #787878;
    }

    #page-user-balance .vouch_tab th, .vouch_tab td {
        height: 40px;
        text-align: center;
        padding: 0 15px;
    }

#page-user-balance .credit .detil {
    width: 313px;
    text-align: center;
    padding: 0 20px;
}

#page-user-balance .credit .balance {
    width: 55px;
    text-align: right;
    padding: 0 5px;
}

#page-user-balance .credit .type {
    width: 50px;
    text-align: center;
    padding: 0 20px;
}


#page-user-balance .btn-2a:hover {
    background: #56a436;
    color: #fff;
    text-decoration: none;
}


#page-user-balance .alt .time {
    text-align: left;
    padding: 0;
}

#page-user-balance .alt .btype {
    text-align: center;
    padding: 0;
}

#page-user-balance .alt .detail {
    text-align: center;
    padding: 0;
}

#page-user-balance .alt .expense {
    text-align: right;
    padding: 0;
}

/*会员积分*/
#page-user-points .points {
    margin: 0 15px 0 15px;
}

    #page-user-points .points h3 {
        font-size: 14px;
        padding-bottom: 40px;
        line-height: 34px;
        text-align: left;
        font-weight: normal;
    }

        #page-user-points .points h3 span {
            display: inline-block;
            top: 10px;
        }

            #page-user-points .points h3 span strong {
                font-size: 24px;
                color: #fe4d3d;
                padding: 0 6px;
            }

        #page-user-points .points h3 .note {
            color: #333;
            font-weight: normal;
        }

    #page-user-points .points .btn-3a {
        padding: 5px 20px;
        font-size: 14px;
        background: #ff9213;
        color: #fff;
        border-radius: 2px;
    }

#page-user-points .btn-3a:hover {
    text-decoration: none;
    background: #faa701;
}

#page-user-points .points_tab {
    width: 100%;
}

    #page-user-points .points_tab .time {
        width: 138px;
    }

    #page-user-points .points_tab .detail {
        width: 350px;
    }

    #page-user-points .points_tab .intel {
        width: 55px;
    }

    #page-user-points .points_tab th, .points_tab td {
        height: 40px;
        text-align: center;
        padding: 0 15px;
    }
/*代金券*/
#page-user-coupons .vouch {
    margin: 0 15px;
}

    #page-user-coupons .vouch h3 {
        font-size: 14px;
        color: #333;
        display: inline-block;
        font-weight: normal;
        height: 40px;
    }

#page-user-coupons .vouch_connav {
    float: right;
    line-height: 40px;
}

    #page-user-coupons .vouch_connav li {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        margin: 0;
        padding: 0 9px;
    }

    #page-user-coupons .vouch_connav .ated a {
        color: #999;
        cursor: text;
    }

#page-user-coupons .vouch_tab th, .vouch_tab td {
    height: 40px;
    text-align: center;
    padding: 0 15px;
}

#page-user-coupons .blank {
    clear: both;
    height: 0;
    border-bottom: 1px solid #ddd;
}
/*账号管理-个人信息*/
#page-user-info .info-tab {
    display: inline-block;
    position: relative;
}

    #page-user-info .info-tab th, .info-tab td {
        border: 0;
        padding-bottom: 12px;
        vertical-align: central;
    }

    #page-user-info .info-tab th {
        line-height: 30px;
        text-align: right;
        white-space: nowrap;
        padding-right: 6px;
        font-weight: normal;
        width: 100px;
        color: #575757;
    }

#page-user-info .btn, .btn-normal {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    padding: 7px 20px 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

#page-user-info .pg-userexinfo .upload-avatar-w .btn-normal {
    height: auto !important;
    width: auto !important;
}

#page-user-info .btn-fixed {
    letter-spacing: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

#page-user-info .btn {
    color: #fff;
    background: #ff9213;
    margin-left: 90px;
    border: none;
    margin-top: 50px;
    padding: 7px 20px 6px;
    text-decoration: none;
    border-radius: 2px;
    font-size: 14px;
}

    #page-user-info .btn:hover {
        background: #faa901;
    }

#page-user-info .info-tab .text {
    border: 1px solid #aaa;
    color: #333;
    width: 190px;
    height: 25px;
    padding-left: 8px;
    line-height: 22px;
    font-size: 14px;
}

#page-user-info .info-tab .date {
    width: 60px;
    height: 25px;
}

#page-user-info .date #selMonth1, .date #selDay1 {
    width: 45px;
}

#page-user-info .cf::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#page-user-info .avatar-container {
    /*background: #fff none repeat scroll 0 0;*/
    color: #333;
    float: left;
    padding: 30px 40px;
    text-align: center;
    overflow: hidden;
    width: 240px;
}

#page-user-info .upload-avatar-w {
    margin: 15px auto 0;
    overflow: hidden;
    width: 180px;
}

#page-user-info .avatar-container .tips {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    text-align: center;
}

#page-user-info .userexinfo-form {
    float: left;
    padding-top: 14px;
    width: 495px;
    padding-bottom: 20px;
}

    #page-user-info .userexinfo-form p {
        color: #333;
        left: 0;
        position: absolute;
        text-align: right;
        top: 0;
        width: 90px;
    }

#page-user-info .userexinfo-form__section {
    color: #555;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 16px 0;
    padding-left: 90px;
    position: relative;
}

.userexinfo-form select {
    width: 70px;
}

.userexinfo-form span {
    display: inline-block;
    margin-right: 15px;
}
/*我的订单*/
#page-user-orders .order-cell {
    float: left;
    text-align: center;
}

#page-user-orders .order-quantity {
    width: 154px;
    margin-left: 110px;
}

#page-user-orders .order-money {
    width: 84px;
}

#page-user-orders .order-status {
    width: 153px;
    padding: 0 20px;
}

    #page-user-orders .order-status span {
        color: #a5475c;
    }

#page-user-orders .order-op {
    width: 90px;
    padding-right: 20px;
}

#page-user-orders .order-title {
    position: relative;
    line-height: 24px;
    margin-top: 12px;
    color: #999;
    zoom: 1;
    margin-left: 10px;
}

    #page-user-orders .order-title .del {
        position: absolute;
        right: 0;
        top: 8px;
        padding-left: 11px;
        height: 12px;
        zoom: 1;
        overflow: hidden;
        background-position: 0 -13px;
    }

#page-user-orders .order-row {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    background: #f9f9f9;
    padding: 11px 0 11px;
    overflow: hidden;
    color: #666;
    line-height: 20px;
    zoom: 1;
    margin-left: 10px;
}

#page-user-orders .order-row--last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#page-user-orders .order-row .order-info {
    text-align: left;
}

#page-user-orders .order-info {
    width: 155px;
}

#page-user-orders .deal-info {
    padding: 0 20px;
}

#page-user-orders .info-detail {
    width: 195px;
}

    #page-user-orders .info-detail p {
        color: #999;
    }

#page-user-orders span.money {
    font-family: arial,sans-serif;
}

#page-user-orders .order-op a {
    display: block;
}

#page-user-orders .order-op .btn-mini {
    min-width: 65px;
    margin-bottom: 7px;
}

#page-user-orders .btn-mini {
    -webkit-font-smoothing: initial;
}

#page-user-orders .btn-hot {
    color: #fff;
    background: #ff9312;
    /*border-color: #da3f02;*/
    border-radius: 2px;
    /*background-size: 100%;*/
    font-size: 14px;
    padding: 4px 8px;
}

    #page-user-orders .btn-hot:hover {
        color: #fff;
        background: #faa701;
        border-radius: 2px;
        font-size: 14px;
        padding: 4px 8px;
        text-decoration: none;
    }
/*账号管理-安全设置*/
#page-user-security .info-tab {
    display: inline-block;
    position: relative;
}

    #page-user-security .info-tab th, .info-tab td {
        border: 0;
        padding-bottom: 12px;
        vertical-align: central;
    }

    #page-user-security .info-tab th {
        line-height: 30px;
        text-align: right;
        white-space: nowrap;
        padding-right: 6px;
        font-weight: normal;
        width: 100px;
        color: #575757;
    }

#page-user-security .btn-1b {
    display: inline-block;
    padding: 7px 20px;
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: simsun;
    color: #333;
    background: #ffc835;
}

    #page-user-security .btn-1b:hover {
        background: #fbd366;
    }

#page-user-security .info-tab .text {
    border: 1px solid #aaa;
    color: #333;
    width: 190px;
    height: 25px;
    padding-left: 8px;
    line-height: 22px;
    font-size: 14px;
}

/*--公用显示框-*/
.ShowBox {
    width: 400px;
    min-height: 80px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    border-radius: 3px;
    z-index: 1000;
    top: 35%;
}

    .ShowBox .showicon {
        position: relative;
        left: 10px;
        top: 15px;
        width: 50px;
        height: 50px;
        float: left;
        background-image: url(/Images/www/icons.png);
        background-repeat: no-repeat;
    }

    .ShowBox .showcontent {
        float: left;
        position: relative;
        left: 20px;
        top: 15px;
        width: 300px;
        margin-bottom: 30px;
    }

    .ShowBox .close {
        position: relative;
        width: 26px;
        height: 26px;
        right: 5px;
        top: 5px;
        float: right;
        background-image: url("/Images/www/icons.png");
        background-repeat: no-repeat;
    }

    .ShowBox .succeedclose {
        background-position: -110px -154px;
    }

    .ShowBox .alertclose {
        background-position: -136px -154px;
    }

    .ShowBox .errorclose {
        background-position: -162px -154px;
    }

    .ShowBox .confirmclose {
        background-position: -162px -154px;
    }

.succeedbox {
    background-image: -webkit-linear-gradient(top,#f4fcd7,#c6da79);
    border: 1px solid #a9b863;
    box-shadow: 00 20px #a4b35e;
}

    .succeedbox .succeedicon {
        background-position: -52px -365px;
    }

.alertbox {
    background-image: -webkit-linear-gradient(top,#fdf7e7,#e5cf6a);
    border: 1px solid #f69b02;
    box-shadow: 00 20px #f69b02;
}

    .alertbox .alerticon {
        background-position: -102px -364px;
    }

.errorbox {
    background-image: -webkit-linear-gradient(top,#fcd4df,#f991aa);
    border: 1px solid #c20035;
    box-shadow: 00 20px #c20035;
}

    .errorbox .erroricon {
        background-position: -152px -365px;
    }

#g_box {
    width: 500px;
    background-color: #fdf7e7;
}

#g_title {
    height: 40px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #eef0f1;
    line-height: 60px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #535e66;
}

#g_cont {
    height: 105px;
    background: #fff;
    padding-top: 25px;
    text-align: center;
}

#g_msg {
    position: relative;
    top: -50px;
    font-size: 23px;
    margin-left: 40px;
}

#g_buttom {
    height: 60px;
    border-top: 1px solid #eef0f1;
    border-radius: 00 5px 5px;
    background: #fff;
    line-height: 60px;
}

#g_button {
    width: 200px;
    height: 100%;
    margin-right: 30px;
    float: right;
}

#ok {
    background: #0095d9;
    color: #FFFFFF;
    float: right;
}

#false {
    background: #546a79;
    color: #FFFFFF;
    float: left;
}

.butt {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    float: left;
    width: 85px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
}

#mask {
    background-color: black;
    bottom: 0;
    left: 0;
    opacity: 0.15;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.showxx {
    min-width: 280px;
    min-height: 40px;
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -125px;
    display: none;
}

    .showxx .showicon {
        position: absolute;
        left: 5px;
        top: 7px;
        width: 26px;
        height: 26px;
        background-image: url("/Images/www/icons.png");
        background-repeat: no-repeat;
    }

    .showxx .showcontent {
        position: absolute;
        left: 45px;
        line-height: 40px;
        font-size: 20px;
    }

.succeedxx {
    background-color: #f0ffe5;
    border: 1px solid #4dbf00;
}

    .succeedxx .succeedicon {
        background-position: -27px -155px;
    }

.alertxx {
    background-color: #e5f5ff;
    border: 1px solid #40b3ff;
}

    .alertxx .alerticon {
        background-position: -81px -155px;
    }

.errorxx {
    background-color: #fff2f2;
    border: 1px solid #ff8080;
}

    .errorxx .erroricon {
        background-position: -54px -155px;
    }
/**********个人中心左侧导航栏*************/
.component-order-nav {
    position: relative;
    float: left;
    width: 159px;
    min-height: 700px;
    _height: 700px;
    border: 1px solid #eee;
    border-right: none;
    background: #e8e7e5;
    margin-left: 20px;
}

    .component-order-nav:after {
        /*position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        content: '';
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFF9F9F9');
        background-size: 100%;
        background-image: -moz-linear-gradient(left,#f6f6f6,#f9f9f9);
        background-image: -webkit-linear-gradient(left,#f6f6f6,#f9f9f9);
        background-image: linear-gradient(to right,#f6f6f6,#f9f9f9);*/
    }

.side-nav__list {
    position: relative;
    z-index: 2;
    padding: 5px 0 0;
}

    .side-nav__list .header-item {
        height: 42px;
    }

        .side-nav__list .header-item li {
            color: #633d28;
            font-size: 14px;
        }

    .side-nav__list dd:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 159px;
        background: #e8e7e5;
    }

    .side-nav__list a {
        position: relative;
        display: block;
        padding: 5px 35px 5px 45px;
        color: #666;
    }

    .side-nav__list .current a {
        position: relative;
        background: #14171c; /*background: #9A6647;*/
        color: #fff;
    }

        .side-nav__list .current a:after {
            background-position: 0 0;
            position: absolute;
            right: 20px;
            top: 11px;
            width: 5px;
            height: 10px;
            content: '';
        }

    .side-nav__list .header-item a {
        padding: 15px 10px 10px 32px;
    }

    .order-nav-sprite, .side-nav__list .current a:after, .side-nav__list .current a:before, .side-nav__list .header-item .header-item__current a:before, .side-nav__list .hightlight, .side-nav__list a:before, .side-nav__list a:hover:before {
        background-image: url("/Images/www/user-nav.png");
        background-repeat: no-repeat;
    }

    .side-nav__list .header-item a:before {
        left: 20px;
        top: 23px;
    }

    .side-nav__list a:before {
        position: absolute;
        left: 35px;
        top: 13px;
        content: '';
        width: 3px;
        height: 3px;
        background-position: 0 -22px;
    }

    .side-nav__list .header-item strong {
        color: #666;
    }

    .side-nav__list dt {
        padding: 10px 35px 7px;
        border-top: 1px solid #fff;
        color: #666;
    }

    .side-nav__list .first-item {
        border-top: none;
    }

    .side-nav__list dd {
        position: relative;
        padding-bottom: 10px;
    }

    .side-nav__list li {
        color: #dedede;
        font-size: 12px;
    }

.common-badge {
    display: inline-block;
    border-radius: 2em;
    padding: 1px 3px;
    background: #f76120;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    min-width: 1em;
    _width: 1em;
    transition: opacity .5s ease-in-out;
    opacity: 1;
    text-align: center;
    zoom: 1;
}

.common-badge--large {
    padding: 2px 5px;
}

.side-nav__list .common-badge {
    margin-left: 5px;
}
/* 餐厅介绍*/
.page-csjs {
    float: left;
    width: 1160px;
    margin: 0 20px 20px 20px;
    min-height: 520px;
}

    .page-csjs .category {
        float: left;
        width: 140px;
        background-color: #e8e7e5;
    }

        .page-csjs .category h4 {
            background-color: #181715;
            width: 100%;
            height: 35px;
            line-height: 35px;
            color: #fff;
            font-size: 15px;
            text-align: center;
        }


        .page-csjs .category ul .on {
            background-color: #e4dacc;
        }

        .page-csjs .category ul li {
            width: 100%;
            height: 35px;
            line-height: 35px;
            cursor: pointer;
            text-indent: 25px;
            border-bottom: 1px solid #e4dacc;
        }

            .page-csjs .category ul li a {
                width: 140px;
                height: 35px;
                line-height: 35px;
                color: #181715;
                font-weight: 600;
                display: block;
            }

                .page-csjs .category ul li a:hover {
                    width: 140px;
                    height: 35px;
                    line-height: 35px;
                    color: #63351A;
                    font-weight: 600;
                    background-color: #d8d6d6;
                }

    .page-csjs .list {
        width: 1000px;
        float: left;
        position: relative;
        margin-left: 20px;
        text-align: center;
    }

    .page-csjs .cjjs {
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

.cjjs img {
}


    /*天天特价*/
    .tttj {
        width: 260px;
        height: 270px;
        border: 1px solid #ccc;
        float: left;
        margin-bottom: 20px;
        margin-left: 20px;
        box-shadow: 0 0 4px 1px rgba(51,51,51,.3);
    }

        .tttj dd {
            margin-left: 20px;
        }

            .tttj dd strong {
                font-size: 20px;
                margin-right: 10px;
                color: #F40;
            }

            .tttj dd p {
                font-size: 16px;
            }

    /*店内新品*/
    .dnxp {
        width: 260px;
        height: 270px;
        border: 1px solid #ccc;
        float: left;
        margin-bottom: 20px;
        margin-left: 20px;
        box-shadow: 0 0 4px 1px rgba(51,51,51,.3);
    }

        .dnxp dd {
            margin-left: 20px;
        }

            .dnxp dd strong {
                font-size: 20px;
                color: #F40;
            }
