#div_digg{
padding: 5px;
border-radius: 5px;
position: fixed;

bottom: 80px;
width:80px;
z-index:100;

right: 15px;

  padding: 10px;
  width: 140px;

  border-radius: 5px 5px 5px 5px !important;

}
#div_digg .buryit{
display:none
}
.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;
}