/*推荐和反对*/
#div_digg{
  position:fixed;
  bottom:0;
  width:115px;
  right:0;
  border:2px solid #9400D3;
  padding:10px;
  background-color:#FFFFFF;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 3px 1px rgba(10, 10, 0, 0.5);
}


/* adblock去广告 */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}