#div_digg{
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  right: 110px;
  bottom: 80px;
  width:80px;
  z-index:100;
}
.diggit{
  background: url(https://files-cdn.cnblogs.com/files/hafiz/dianzan.bmp) 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;
}