#div_digg {
   bottom: 60px;
   margin: 0px;
   position: fixed;
   right: 3.5rem;/**/
   animation: jumping 130s ease-in-out;
   animation-iteration-count: infinite;
  z-index:300;
}
@keyframes jumping {
  0% {
   transform: translateY(-0px);
  }
  50% {
   transform: translateY(-400px);
  }
  100% {
   transform: translateY(-0px);
  }
}
.diggit {
   background: url(https://images.cnblogs.com/cnblogs_com/aland-1415/1188559/o_o_ball2.png) no-repeat;
   border-radius: 50%;
   box-shadow: 0px 0px 15px 5px #fff inset;
   cursor: pointer;
   height: 100px;
   margin: 0px;
   padding: 0px;
   width: 100px;
   text-align: center;
}
.diggit::before {
   content: ""; /请别点我* \8FD9\91CC\662F\70B9\8D5E\54E6 */
   position: absolute;
   top: -40px;
   left: 20px;
   font-weight:bold;
   font-size: 18px;
  color: #d8308b;
 /*  background-image: -webkit-linear-gradient(left,#ff1800,#ffe800 50%,#ff1800 50%,#E6D205 75%,#f5f5f5);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  -webkit-animation: masked-animation 4s infinite linear;*/
  
}

@-webkit-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}

#div_digg .diggnum {
   color: #EEE;
   font-family: Verdana;
   font-size: 35px;
   line-height: 2em!important;
 display: none;
}
 
.buryit {
   display: none;
}
.buryit {
   float: right;
   margin-left: 20px;
   width: 46px;
   height: 52px;
   background: url(//static.cnblogs.com/images/downdown.gif) no-repeat;
   text-align: center;
   cursor: pointer;
   margin-top: 2px;
   padding-top: 5px;
}
#div_digg .burynum {
   line-height: 1.5em!important;
}
.burynum {
   font-size: 14px;
   color: #075db3;
   font-family: Verdana;
  display:none;
}
#digg_tips {
   color: #fa5 !important;
   width: 200px;
   text-align: center;
   margin-left: -50px;
   margin-top: 20px;
   text-indent:-9999px;
}
.diggword {
   margin-top: 5px;
   margin-left: 0;
   font-size: 12px;
   color: gray;
}
 
a.digg_gray:visited {
   color: gray;
   text-decoration: underline;
}
a.digg_gray:link {
   color: gray;
   text-decoration: underline;
}
 
a.digg_gray {
   font-size: 18px;
}
a {
   color:darkSlateGray;
   text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
   color: -webkit-link;
   cursor: pointer;
   text-decoration: underline;
}