/*底部导航栏*/
.bottomNav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    border-top: 1px solid #ccc;
    background: #fcfcfc;
    font-size: 0;
    z-index: 9999;
}
.bottomNav .theone {
    float: left;
    width: 33%;
    height: 100%;
    text-align: center;
    margin-top: 5px;
}
.bottomNav .theone img {
    width: 20px;
}
.bottomNav .theone span {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
}
#wenzhang{
    display: none;
}
/*右侧侧边栏*/
.rightNav {
    display: none;
    z-index: 99;
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 48px;
}
.rightNav img {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}
/*点击下载后的版面*/
.sidebar-menu {
    z-index: 999;
    position: fixed;
    left: 5%;
    /*top: 35px;*/
    width: 75%;
    height: auto;
    background: #fff;
    /*margin: 20px 40px;*/
    box-sizing: border-box;
    bottom: 55px;
    box-shadow:0 0 9px 3px #999;
    display: none;
}
.sidebar-menu .sidebar-content-heading {
    line-height: 40px;
    background-color: #DDDDDD;
    margin: 0;
    padding: 0 20px;
}
.sidebar-menu .sidebar-content-heading h5{
    margin: 20px 0px 0px 0px;
    font-size: 1em;
    font-weight: bold;
}
.sidebar-menu .sidebar-content-heading h5 span{
    line-height: 40px;
    font-size: 16px;
    border-left: 4px solid #EA0000;
    /*margin-left: 10px;*/
    padding-left: 10px;
    color: #272727;
}

.sidebar-content-body {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    box-sizing: border-box;
    /*top: 10px;*/
    overflow-y: auto;
    max-height: 380px;
}
.sidebar-content-body .kanwudownload{
    width: 100%;
    position: relative;
    padding: 5px 0;
}
.sidebar-content-body .kanwudownload span{
    width: 85%;
    color: #5B5B5B;
    font-size: 16px;
    display: inline-block;
    padding: 3px 0;
}
.sidebar-content-body .kanwudownload img{
    width: 20px;
    /*padding: 2%;*/
    position: absolute;
    right: 0;
    top: 10px;
}


/*分享*/
.shareWidget {
    z-index: 999;
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    padding: 25px 20px;
    box-sizing: border-box;
    font-size: 0;
    display: none;
}
.shareWidget .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    border-bottom:0;
    height: auto;
}
.shareWidget .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 17px;
    background: url(../images/date_button.png);
    background-position: -40px 0;
}
.bdsharebuttonbox div {
    float: left;
    width: 25%;
    text-align: center !important;
    margin-top: 20px;
}
.bdsharebuttonbox div span {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
}
.bdsharebuttonbox div a {
    width: 24px;
    height: 24px;
    float: none !important;
    display: inline-block;
    margin: 0 0 !important;
    box-sizing: border-box;
}
.bdsharebuttonbox div .bds_weixin {
    background: url(../images/icon_weixin.png) no-repeat center center;
    background-size: 100% 100%;
}
.bdsharebuttonbox div .bds_sqq {
    background: url(../images/icon_qq.png) no-repeat center center;
    background-size: 100% 100%;
}
.bdsharebuttonbox div .bds_qzone {
    background: url(../images/icon-mzone.png) no-repeat center center;
    background-size: 100% 100%;
}
.bdsharebuttonbox div .bds_tsina {
    background: url(../images/icon_weibo.png) no-repeat center center;
    background-size: 100% 100%;
}
.bdsharebuttonbox div .bds_twi {
    background: url(../images/icon_twitter.png) no-repeat center center;
    background-size: 100% 100%;
}
.bdsharebuttonbox div .bds_fbook {
    background: url(../images/icon_facebook.png) no-repeat center center;
    background-size: 100% 100%;
}



#weixin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    z-index: 9999;
    padding: 20px 50px 0 50px;
    box-sizing: border-box;
    display: none;
}
#weixin img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
#gotoweixin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    z-index: 9999;
    padding: 20px 50px 0 50px;
    box-sizing: border-box;
    display: none;
}
#gotoweixin img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.bdsharebuttonbox div:last-of-type{
    display: none;
}

