/* 必应每日随机背景图*/
html
{
background:url(https://area.sinaapp.com/bingImg/) top center no-repeat #000;
background-attachment:fixed;
}
body
{
 background: none;
}

/* 自定义主页*/
#home {
    width: 85%;
    margin-top: 100px;
}
#blogTitle h1 {
    font-size: 28px;
}
#navigator {
    font-size: 18px;
}
#navList a:hover {
    color: #d57450;
}


/* 增加返回顶部按钮*/
#back-to-top {
    background-color: #f5f5f5;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #9b87ef;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

/*推荐和反对*/
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 10px;
    right: 300px;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 1;
    opacity: 1;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

/*动漫人物*/
#live2dcanvas {
    border: 0 !important;
}