#digg_count:before {content:'☺9'}
#digg_count:after {content:'E'}

#bury_count:before {content:'☹'}

/*推荐和反对*/
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 20px;
    right: 0;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border-radius:10px;
    box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}




#ToTop a{color:blue}
#ToTop a:visited{color:blue}

#ToTop
{
opacity:0;
z-index:999;
width:80px;
height:174px;
color:blue;background:url('https://files.cnblogs.com/files/xuejianxiyang/ToTop.gif') no-repeat top;
cursor:pointer;
position:fixed;
right:calc((100%-1200px)/2+1200px+51px);
top:calc(100%*2/3);
}



#ToTop:hover{    
-moz-transform:rotateZ(0deg);

-webkit-transform:rotateZ(0deg);

-o-transform:rotate(0deg);  

-ms-transform:rotateZ(0deg); 

transform:rotateZ(0deg); 

behavior: url('https://www.zhangxinxu.com/study/down/ie-css3.htc'); /* 通知IE浏览器调用脚本作用于'box'类 */        
}

#ToTop {
            -webkit-transform: rotateZ(180deg);
            -moz-transform: rotateZ(180deg);
            -o-transform: rotateZ(180deg);
            -ms-transform: rotateZ(180deg);
            transform: rotateZ(180deg);

            behavior: url('https://www.zhangxinxu.com/study/down/ie-css3.htc'); /* 通知IE浏览器调用脚本作用于'box'类 */
        }





#cnblogs_post_body h1,#cnblogs_post_body h2,h3,h4,h5,h6
{
background:rgb(22,159,230);
border-radius:5px;
box-shadow: 5px 5px 5px lightblue;
}