#clockdiv {

text-align: left;

}

* 回到首页 */

#btn_home {

width: 40px;

height: 40px;

display: block;

position: fixed;

left: 67%;

bottom: 200px;

background: url("https://files.cnblogs.com/files/siwuxie095/home.bmp" )no-repeat left top;

}

  

/* 刷新页面 */

#btn_refresh {

width: 40px;

height: 40px;

display: block;

position: fixed;

left: 67%;

bottom: 160px;

background: url("https://files.cnblogs.com/files/siwuxie095/refresh.bmp" )no-repeat left top;

}

  

/* 关注博主 */

#btn_follow {

width: 40px;

height: 40px;

display: block;

position: fixed;

left: 67%;

bottom: 120px;

background: url("https://files.cnblogs.com/files/siwuxie095/follow.bmp" )no-repeat left top;

}

  

/* 邮件联系 */

#btn_at {

width: 40px;

height: 40px;

display: block;

position: fixed;

left: 67%;

bottom: 80px;

background: url("https://files.cnblogs.com/files/siwuxie095/at.bmp" )no-repeat left top;

}

  

/* 回到顶部 */

#btn_top {

width: 40px;

height: 40px;

display: none;

position: fixed;

left: 67%;

bottom: 40px;

background: url("https://files.cnblogs.com/files/siwuxie095/top.bmp" )no-repeat left top;

}
/* 隐藏反对按钮 */

.buryit {

display:none;

}
/*推荐和反对*/
#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;
}

.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;
}