/*推荐栏固定到右下角*/
#div_digg{
    position: fixed;
    bottom: 5px;
    width: 136px;
    right: 0px;
    border: 2px solid #29b0ec;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
/*推荐加边框*/
.diggit{
border: 4px solid rgba(54, 113, 165, 0.37);
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    left:10px;
    width: auto;
    height: auto; 
}
#uprightsideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#uprightsideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#uprightsideBarContents dl{
    margin:0;
    padding:0;
}
/*一级标题*/
#uprightsideBarContents dt{
    margin-top:5px;
    margin-left:5px;
    font-size:14px;
    font-weight:bold;
}

#uprightsideBarContents dd, dt {
    cursor: pointer;
}

#uprightsideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
/*二级标题缩进*/
#uprightsideBarContents dd{
margin-left:20px;
font-size:13px;
}
#back-top span {
    width: 50px;
    height: 64px;
    display: block;
    background: url(https://images2018.cnblogs.com/blog/859549/201805/859549-20180503142313612-1617999836.png) no-repeat center center;
}
/*返回顶部*/
#back-top {
    position: fixed;
    bottom: 120px;
    right: 120px;
    z-index: 99;
}

/* 看板娘 */
canvas#live2dcanvas {
border: 0 !important;
left: 0;
}