div#home{width:80%; margin-top: 20px; margin-left: auto !important;margin-right: auto !important;}.toc-container-header{display:none;}
#header #navigator a {moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
#header #navigator a:hover {font-size: 16px;}
#div_digg{
    padding: 5px;
    padding-bottom: 0;
  border-radius: 5px;
  position: fixed;
left:80%;
  bottom: 60px;
  width:80px;
  z-index:100;
}
.diggit{
  background: url(https://images2017.cnblogs.com/blog/894443/201709/894443-20170920105433618-867225449.png) no-repeat;
  width: 60px;
  height: 60px;
}
#div_digg .diggnum{
  position: absolute;
  bottom: -20px;
  left: 6px;
  background: #D0D0D0;
  padding: 2px 0;
  display: block;
  color: #555;
  font-size: 12px;
  text-align: center;
  width: 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
}
/* 删除反对按钮,有点邪恶了 */
.buryit{
  display: none;
}
.text_center{text-align: center;}
#MySignature{
 padding:10px;
 background:#E5EEF7 url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) no-repeat scroll 0 50%;
 padding-left:52px;display: -moz-flex;display:-webkit-flex;display: -o-flex;display:-ms-flex;display:flex;justify-content: center;align-items: center;}
#MySignature div{
  line-height: 20px;
}
#cnblogs_post_body.blogpost-body h1, h2, h3, h4{   
line-height: unset;
    font-weight: bold;
    color: #3194d0;
    letter-spacing: 2px;
    margin: 10px 0px;
    padding: 2px 2px 5px 2px;
    border-bottom: solid 1px #3194d0;
    text-align: left;
    text-indent: 0px;}
blockquote {
    border: 2px solid #efefef;
    border-left: 4px solid #009a61;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.postTitle a{font-size: 130%;}.postTitle a:hover{font-size: 140%;}
/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    bottom: 120px;
    left: 0;
    width: auto;
    height: auto; 
}
#sideBarTab{
       position: absolute;
    bottom: 0;
    display: inline-block;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background: #3eab95;
}
#sideBarTab>h2{text-align:center;color:#f5f5f5;}
#sideBarContents{
        display: inline-block;
    margin-left: 30px;
    overflow:auto; 
    overflow-x:hidden;!important;
    min-width: 180px;
   max-width: 252px;
    padding: 10px 10px 10px 0px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents  a{display: block;}
#sideBarContents  a:hover{background-color: bisque;color:#0c8ac3;}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd{
    margin-left:20px;
margin-top: 4px;
}
#sideBarFollow{
position: absolute;
    width: 32px;
    text-align: center;
}
#sideBarFollow>a{
    display: block;
    background-color: #e33100;
    color: #fff;
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 13px;
    width: 22px;
    margin: auto;
    padding: 6px 2px;
    -webkit-border-radius: 10px;
}
/*回到顶部*/
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
#rocket-to-top .level-2 {
    background: url("https://images.cnblogs.com/cnblogs_com/mq0036/508398/o_rocket_button_up.png") no-repeat scroll -169px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
#rocket-to-top {
    background: url("https://images.cnblogs.com/cnblogs_com/mq0036/508398/o_rocket_button_up.png") no-repeat scroll -20px 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 8%;;
    top: 80%;
    width: 100px;
    z-index: 11;
}
#cnblogs_post_body pre:before{
    content: '';
    display: block;
    background: url(https://files-cdn.cnblogs.com/files/codemissing/point.bmp);
    height: 22px;
    width: 100%;
    background-size: 40px;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    border-radius: 5px;
    background-position: 10px center;
}
#cnblogs_post_body pre{
margin: 12px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;
}
#cnblogs_post_body.cnblogs-markdown pre>code{
padding: 10px 12px !important; 
}
div.lb-nav a.lb-next{width: 18%;}div..lb-nav a.lb-prev{width: 18%;}div.lightbox{ position: fixed;top:50% !important;transform: translateY(-50%);}