/*推荐栏固定到右下角*/
/*
#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);
}
*/

/*禁用广告*/
#bannerbar{
    display:none; !important
}

/*标题h1,h2,h3*/
#cnblogs_post_body h1 {
    background: none repeat scroll 0% 0% rgba(212, 230, 245, 0.8);
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
    color: #333;
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    /* text-shadow: 2px 2px 3px rgb(34, 34, 34); */
    width: 98%;
}
#cnblogs_post_body h1 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h1 a:hover{
   color: rgb(255, 102, 0);
}


#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% #E0F9E0;
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
    color: #333;
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    /* text-shadow: 2px 2px 3px rgb(34, 34, 34); */
    width: 98%;
}
#cnblogs_post_body h2 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}

#cnblogs_post_body h3 {
    background: none repeat scroll 0% 0% rgb(255, 249, 224);
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
    color: #333;
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 13px;
    font-weight: bold;
    height: 15px;
    line-height: 13px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    /* text-shadow: 2px 2px 3px rgb(34, 34, 34); */
    width: 98%;
}
#cnblogs_post_body h3 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h3 a:hover{
   color: rgb(255, 102, 0);
}

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