.headernav .title .c-logo {
    width: 1.79rem;
    height: .56rem;
    margin-top: .2rem;
}
.headernav .title .e-logo {
    width: 1.9rem;
    height: .7rem;
    margin-top:.1rem;
}

/*菜单*/
#menuPanel {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 70%;
    max-width: 7.5rem;
    background-color: #fff;
    z-index: 999999;
    overflow-y: scroll;
    overflow-x: hidden;
}

    #menuPanel .close {
        text-align: right;
        overflow: hidden;
        padding: .12rem .2rem;
        background: -webkit-linear-gradient(top,#68bcee 0,#2696d8 100%);
        background: -moz-linear-gradient(top,#68bcee 0,#2696d8 100%);
        background: -o-linear-gradient(top,#68bcee 0,#2696d8 100%);
        background: linear-gradient(to bottom,#68bcee 0,#2696d8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a7b98,endColorstr=#8a72a4,GradientType=0);
    }

        #menuPanel .close .close-left {
            float: left;
            height: .64rem;
            line-height: .64rem;
        }

        #menuPanel .close .close-right {
            float: right;
            padding-top:.15rem;
        }

            #menuPanel .close .close-right img {
                width: .30rem;
                height: .30rem;
            }
    #menuPanel .menu-box {
       
    }
    #menuPanel ul li {
        margin: .2rem;
        padding-bottom: .2rem;
        border-bottom: 1px #ccc solid;
    }
        #menuPanel ul li img {
            width: .15rem;
            height: .15rem;
            position: relative;
            top: -1px;
            margin-right:.10rem;
        }
    #menuPanel ul li ul li{
        margin: .2rem;
        padding-bottom: 0rem;
        padding-left:.2rem;
        border-bottom:0px;
    }
    #menuPanel ul .active {
        color: #ffa000;
    }

#footer {
    padding: .4rem .2rem;
    background-color: #7f7f7f;
    margin-bottom: .9rem;
}

    #footer .footer-item {
        color: #f5f5f5;
        text-align:center;
        margin-bottom: .2rem;
    }

.bottom-nav-bar {
    background-color: #a01c34;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 9999;
    width: 7.5rem;
    max-width: 750px;
}

.bottom-tczx {
    /*background-color: #eeeeee;*/
}

.bottom-dh {
    overflow: hidden;
    background-color: #333;
}

.bottomBtn {
    color: #959595;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    float: left;
}

    .bottomBtn img {
        width: .49rem;
        height: .49rem;
        margin-right: .05rem;
        position: relative;
        top: .1rem;
    }
.list-split-block {
    height: .15rem;
}