/* 背景 */
/* body:before {
    background: url(https://blog-static.cnblogs.com/files/blogs/554915/heiwukong.ico?t=1680578207) center/cover no-repeat;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
   -webkit-filter: grayscale(40%);
   -moz-filter: grayscale(40%);
   -ms-filter: grayscale(40%);
   -o-filter: grayscale(40%);
   filter: grayscale(40%);
   filter: gray;
} */
/* 中心区域圆角 */
#home {
   border-radius: 30px;
}
/* 定制推荐和反对按键   --begin*/
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #800080;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.buryit {
    display: none;
}

.diggit{
   margin-left:30%;
}
/* 定制推荐和反对按键   --end*/
