﻿@charset "utf-8";
/* CSS Document */
/* reset */
html {
    color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
    outline: none;
}

em, strong {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

.clear {
    clear: both;
}

q:before, q:after {
    content: '';
}
/* 消除q前后的内容 */
button, input, select, textarea {
    font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

address, cite, dfn, em, var {
    font-style: normal;
}
/* 将斜体扶正 */

/* link */
a {
    color: #333;
    text-decoration: none;
    outline: none;
    border: none;
}



.sidebar_nav {
    width: 40px;
    position: fixed;
    right: 0;
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    font-family: "微软雅黑";
    z-index: 99999;
}

.sn_middle {
    top: 30%;
    position: relative;
}

.sider_com {
    position: relative;
    top: 7%;
}

.sidebar_nav ul {
}

    .sidebar_nav ul li {
        /*overflow: hidden;*/
        /*position: relative;*/
        /*width: 40px;*/
        /*background: #fff;*/
        /*padding-bottom: 10px;*/
        /*cursor: pointer;*/
        margin-bottom: 10px;
    }

        .sidebar_nav ul li span {
            text-align: center;
            width: 40px;
            display: block;
            height: 5px;
            z-index: 9999;
        }

        .sidebar_nav ul li .sn_com a {
            display: block;
            float: left;
            border: 1px solid #F2F5F4;
            background: #F2F5F4;
            border-right: none;
            width: 90px;
        }

        .sidebar_nav ul li span {
            padding-top: 34px;
            display: block;
            background: url("../images/ibar_sprites.png") no-repeat;
        }

    /*咨询*/
    .sidebar_nav ul .li_1 {
        background-position: 12px -116px;
        background-color: #ffffff;
        display: block;
        overflow: hidden;
    }

    .sidebar_nav ul li .li_1_hover {
        background-position: -22px -116px;
        background-color: #2BB8AA;
        color: #ffffff;
    }

    .sidebar_nav ul .li_1 i {
        width: 8px;
        height: 8px;
        display: block;
        background: #f00;
        border-radius: 10px;
        position: absolute;
        top: 6px;
        right: 6px;
    }

    .sidebar_nav ul li img {
        display: block;
        margin: 15px 0 4px 30px;
    }

    .sidebar_nav ul li p {
        text-align: center;
        line-height: 20px;
    }

.sn_bottom {
    position: fixed;
    bottom: 0;
}

.sn_com {
    position: absolute;
    -webkit-transition: left .2s ease-in-out .1s;
    -moz-transition: left .2s ease-in-out .1s;
    -ms-transition: left .2s ease-in-out .1s;
    -o-transition: left .2s ease-in-out .1s;
    transition: left .2s ease-in-out .1s;
    background: #fff;
}

.zixun {
    top: 0;
    width: 90px;
    height: 37px;
    line-height: 37px;
    text-indent: 12px;
    font-size: 14px;
    left: -90px;
    display: none;
}

.sn_com em {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin: 17px 0 0 0;
    position: absolute;
    right: -9px;
    background: url("../images/ibar_sprites.png") 2px -232px no-repeat;
}
/*帐号*/
.sidebar_nav ul .li_2 {
    background-position: 11px 9px;
    background-color: #ffffff;
    text-indent: -9999px;
}

.sidebar_nav ul .li_hover {
    background-position: -22px 9px;
    background-color: #2BB8AA;
    color: #ffffff;
}

.zhanghao {
    top: 50px;
    z-index: 1000;
    left: -261px;
    display: none;
}

.zhanghao_hover {
    left: -261px;
}

.zh_kuang {
    float: left;
    background: #F2F5F4;
    width: 260px;
    height: 185px;
}

.sidebar_nav ul li .zhanghao p {
    padding: 0 0 3px 65px;
    overflow: hidden;
    border-bottom: 1px dotted #E6E0E0;
}

.sidebar_nav ul li .zhanghao .userName {
    padding: 0 0 3px 0;
    text-align: center;
}

.sidebar_nav ul li .zhanghao .user {
    padding: 0 0 3px 0;
    text-align: center;
}

.sidebar_nav ul li .zhanghao img {
    text-align: center;
    margin: 18px auto 15px;
    overflow: hidden;
    border: 1px solid #E7E1E1;
    width: 66px;
    height: 66px;
}

.sidebar_nav ul li .zhanghao span {
    float: left;
    width: 55px;
    padding: 1px;
    height: 20px;
    background: none;
}

.sidebar_nav ul li .zhanghao p a, .sidebar_nav ul li .zh_com a {
    position: relative;
    float: left;
    color: #333333;
}

.sidebar_nav ul li .zhanghao p a {
    height: 20px;
    width: 40px;
    color: #2BB8AA;
    text-align: left;
}

.sidebar_nav ul li .zh_com {
    margin: 11px 0 0 40px;
    overflow: hidden;
}

    .sidebar_nav ul li .zh_com a {
        width: 80px;
        border: 1px solid #ECE2E2;
        margin: 0 9px;
        text-align: center;
        line-height: 30px;
        height: 30px;
        background: #fff;
    }

/*购物*/
.sidebar_nav ul .li_3 {
    /*background-position: 11px -33px;*/
    background-position: 11px -335px;
    background-color: #fff;
    padding-bottom: 86px;
}

.sidebar_nav ul .li_3_hover {
    /*background-position: -23px -33px;*/
    background-position: -23px -335px;
    background-color: #2BB8AA;
    color: #ffffff;
}

.sidebar_nav ul .li_3 i {
    display: block;
    width: 16px;
    height: 50px;
    font-style: normal;
    margin: 0 0 0 15px;
    line-height: 16px;
}

.sidebar_nav ul .li_3 em {
    display: block;
    width: 20px;
    height: 20px;
    background: #f00;
    border-radius: 20px;
    color: #fff;
    margin: 5px 0 0 12px;
    text-align: center;
    line-height: 20px;
}

.goshop {
    top: 98px;
    line-height: 37px;
    text-indent: 12px;
    font-size: 14px;
    right: 40px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,.4);
    z-index: 99999;
    width: 0px;
}

.sidebar_nav ul li .goshop .shop_com {
    width: 545px;
    height: 240px;
    padding-top: 20px;
    float: left;
    overflow: hidden;
}

.sidebar_nav ul li .goshop em {
    right: -8px;
}

.sidebar_nav ul li .goshop .shop_com .sc_close {
    width: 30px;
    height: 30px;
    background: url("../images/arrow.png") 4px -190px no-repeat;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.sidebar_nav ul li .goshop .shop_com .sc_1 {
    height: 55px;
    overflow: hidden;
    padding-left: 35px;
    background: url("../images/arrow.png") 0px -98px no-repeat;
    border-bottom: 1px dotted #ccc;
    margin: 0 20px;
    width: 470px;
}

.sidebar_nav ul li .goshop .shop_com .sc_2 {
    overflow: hidden;
}

    .sidebar_nav ul li .goshop .shop_com .sc_2 p {
        margin: 10px 18px 0 8px;
        height: 27px;
        overflow: hidden;
    }

        .sidebar_nav ul li .goshop .shop_com .sc_2 p em {
            float: left;
        }

    .sidebar_nav ul li .goshop .shop_com .sc_2 ul {
        margin: 0 0 0 14px;
        overflow: hidden;
        height: 125px;
    }

        .sidebar_nav ul li .goshop .shop_com .sc_2 ul li {
            float: left;
            width: 21.5%;
            overflow: hidden;
            margin: 5px 1.5%;
            position: relative;
        }

.sidebar_nav ul li .goshop p {
    text-align: left;
    color: #666666;
    font-size: 12px;
}

    .sidebar_nav ul li .goshop p a, .sidebar_nav ul li .goshop .shop_com .sc_2 ul li a {
        display: initial;
        float: none;
        border: none;
        background: none;
        width: auto;
    }

.sidebar_nav ul li .goshop .shop_com .sc_2 ul li a {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .sidebar_nav ul li .goshop .shop_com .sc_2 ul li a img {
        width: 100%;
        margin: 0;
    }

    .sidebar_nav ul li .goshop .shop_com .sc_2 ul li a p {
        background: rgba(0,0,0,0.6);
        position: absolute;
        bottom: 10px;
        display: block;
        height: 28px;
        width: 100%;
        padding-top: 0;
        margin: 0;
        line-height: 28px;
        color: #fff;
        font-size: 14px;
        text-indent: 3px;
        font-weight: bold;
    }

.sidebar_nav ul li .goshop p a {
    font-style: normal;
    color: #38b;
}

.sidebar_nav ul li .goshop .sussed_car {
    font-weight: bold;
    font-size: 14px;
}

.sidebar_nav ul li .goshop p i {
    font-style: normal;
    float: left;
}

.sidebar_nav ul .cz {
    height: 40px;
}
/*优惠*/
.sidebar_nav ul .li_4 {
    background-position: 11px -150px;
    background-color: #fff;
    text-indent: -9999px;
}

.sidebar_nav ul .li_4_hover {
    background-position: -24px -150px;
    background-color: #2BB8AA;
    color: #ffffff;
}

.yh_com {
    top: 233px;
    width: 90px;
    height: 37px;
    line-height: 37px;
    text-indent: 12px;
    font-size: 14px;
    left: -100px;
    display: none;
}

.quan {
    top: 230px;
    width: 90px;
    height: 37px;
    line-height: 37px;
    text-indent: 12px;
    font-size: 14px;
    left: -113px;
    position: absolute;
}

.sidebar_nav ul li .quan img {
    margin: 0;
}

/*充值*/
.sidebar_nav ul .li_8 {
    background-position: 11px -28px;
    background-color: #fff;
    text-indent: -9999px;
}

.sidebar_nav ul .li_8_hover {
    background-position: -23px -28px;
    background-color: #2BB8AA;
    color: #ffffff;
}

.cz_com {
    top: 282px;
    width: 90px;
    height: 37px;
    line-height: 37px;
    text-indent: 12px;
    font-size: 14px;
    left: -100px;
    display: none;
}

/*微信*/

.sn_bottom ul .li_5 {
    background: url("http://shop.doubida.com/nav/images/weixin1.png") center 11px no-repeat #ffffff;
    background-size: 20px 20px;
    text-indent: -9999px;
}

.sn_bottom ul .li_5_hover {
    background: url("http://shop.doubida.com/nav/images/weixing2.png") center 11px no-repeat #2BB8AA;
    color: #fff;
    background-size: 20px 20px;
}

.weixin {
    bottom: 62px;
    display: none;
    left: -190px;
    width: 158px;
    height: 180px;
}

.wx_com {
    width: 160px;
    height: 180px;
    text-indent: 12px;
    font-size: 14px;
    float: left;
    background: #F2F5F4;
}

.weixin_hover {
    left: -160px;
}

.sidebar_nav ul li .weixin_hover img {
    margin: 15px auto 0;
}

.weixin_hover p {
    line-height: 22px;
    font-size: 13px;
}

.weixin em {
    margin-top: 160px;
}



/*返回顶部*/

.sn_bottom ul .li_6 {
    background: url("http://shop.doubida.com/nav/images/dingbu1.png") center 12px no-repeat #ffffff;
    background-size: 20px 20px;
    text-indent: -9999px;
}

.sn_bottom ul .li_6_hover {
    background: url("http://shop.doubida.com/nav/images/dingbu2.png") center 12px no-repeat #2BB8AA;
    background-size: 20px 20px;
    color: #fff;
}

.return {
    bottom: 12px;
    width: 90px;
    height: 37px;
    line-height: 37px;
    text-indent: 12px;
    font-size: 14px;
    left: -100px;
    display: none;
}


/**/
/*.zw_tan{*/
/*position: absolute;*/
/*width: 500px;*/
/*height: 200px;*/
/*background: #f00;*/
/*z-index: 9999;*/
/*}*/

.youhui {
    width: 240px;
    font-family: "Microsoft Yahei", "宋体";
    background: #f6f6f6;
    overflow: hidden;
    position: fixed;
    right: -240px;
    top: 0;
    z-index: 9999999;
}

    .youhui h2 {
        margin: 15px 20px 0;
        background: #ffffff;
        font-size: 14px;
        font-weight: normal;
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

    .youhui .all {
        margin: 5px 20px;
        overflow: hidden;
    }

        .youhui .all ul li {
            float: left;
            width: 32.8%;
            text-align: center;
            margin: 10px 0;
            background: #fff;
            padding-top: 12px;
            border-right: 1px solid #F1EEEE;
        }

            .youhui .all ul li a {
                overflow: hidden;
                display: block;
            }

            .youhui .all ul li em {
                color: #ff7200;
            }

            .youhui .all ul li span {
                display: block;
                margin: 12px 0;
            }

    .youhui .wallet {
        margin: 0 20px;
        overflow: hidden;
        background: #ffffff;
    }

        .youhui .wallet p {
            border-right: 1px solid #F1EEEE;
            text-align: center;
            padding-top: 15px;
        }

            .youhui .wallet p span {
                display: block;
                margin: 12px 0;
            }

            .youhui .wallet p em {
                color: #ff7200;
            }

        .youhui .wallet .border {
            border-right: none;
            display: none;
        }

    .youhui .ticket ul {
        overflow: hidden;
        margin-top: 10px;
    }

        .youhui .ticket ul li {
            margin: 10px 19px 0;
            padding: 10px 0;
        }

            .youhui .ticket ul li.ticket_1 {
                background: url("../images/ticket_1.png") no-repeat;
                background-size: 200px 102px;
                height: 82px;
            }

            .youhui .ticket ul li.ticket_2 {
                background: url("../images/ticket_2.png") no-repeat;
                background-size: 200px 102px;
                height: 82px;
            }

            .youhui .ticket ul li.ticket_3 {
                background: url("../images/ticket_3.png") no-repeat;
                background-size: 200px 102px;
                height: 82px;
            }

            .youhui .ticket ul li.ticket_4 {
                background: url("../images/ticket_4.png") no-repeat;
                background-size: 200px 102px;
                height: 82px;
            }

            .youhui .ticket ul li.ticket_5 {
                background: url("../images/ticket_5.png") no-repeat;
                background-size: 200px 102px;
                height: 82px;
            }

            .youhui .ticket ul li h3 {
                width: 20px;
                height: 72px;
                padding-top: 14px;
                padding-left: 11px;
                padding-right: 3px;
                color: #ffffff;
                line-height: 20px;
                float: left;
                border-right: 1px dashed #ffffff;
            }

            .youhui .ticket ul li .t_left {
                float: left;
                text-indent: 15px;
                color: #fff;
            }

                .youhui .ticket ul li .t_left span {
                    font-size: 45px;
                    color: #fff;
                    margin-bottom: 5px;
                    overflow: hidden;
                    display: block;
                }

                    .youhui .ticket ul li .t_left span i {
                        font-size: 17px;
                        font-style: normal;
                    }

                .youhui .ticket ul li .t_left p {
                    overflow: hidden;
                    line-height: 18px;
                }
