#html-footer{
width:400px;
height:260px;
background:#84abf1;
position: fixed;
z-index:9999;
border-radius:10px;
}
#home{
background-image:none;
}
#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
display:none;
}
#Header1_HeaderTitle{
font-size: 14px;
}
#blogTitle{
    text-align: center;
    position: absolute;
    top: 10px;
    display:none;
}
#navigator{
top: 0;
left: 0;
}

#navList a{
   display: inline-block;
    height: 100%;
    line-height: 50px;
border: none;
}
.blogStats{
position:fixed;
top:0;
right:40px;
}
#header{
      height: 50px;
}
.cnblogs_code{
height:500px;
}
.gz{
height: 500px;
width: 100%;
 position: absolute;
z-index:9999;
background:#e2ddc7;
top:0;
left:0;
}
#sideBar{
display:none;
}
.heiheihei{
height:200px;
width:200px;
position:fixed;
top:30px;
right:35px;
background:none;
z-index:9999;
cursor: pointer;
}

#main *{
background:none;
}

#cnblogs_post_body *{
border:none;
}

 ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border: none;
  }

  ::-webkit-scrollbar-track {
    background-color: #e3f3e1;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: cornflowerblue;
  }

.buryit{
   position: absolute;
display:none;
}

.diggit{
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    background: red;
box-sizing: border-box;
}