
 <style type="text/css">
/*<!-- 页脚简介打赏 -->*/
 * {
     margin:0;
     padding:0;
 }

 .custom_hide {
     display: none;
 }
 .mid {
     font-size:18px;
     font-weight:bold;
     color:#f9f;
     text-align:center;
     vertical-align:top;
     line-height:24px;
 }
/** 遮罩层 **/ 
 .div_masklayer {
     background:#000;
     display:none;
     filter:alpha(opacity = 50);
     opacity:0.5;
     top:0;
     left:0;
     height:100%;
     width:100%;
     z-index:999;
     position:fixed;
    _position:absolute;
 _left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);
 _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
 }
/** 弹出层 **/ 
 .div_popup {
     display:none;
     width:300px;
     z-index:1000;
     background:#0aa;
     left:50%;
     top:50%;
     position:fixed!important;
     margin-left:-150px !important;
     _position:absolute;
_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat')? documentElement.scrollTop + (document.documentElement.clientHeight - this.offsetHeight)/2:document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
 }
 /*图片样式*/
 .img_zfb {
     width:100%;
     height:100%;
 }
 /*签名*/
 .autograph {
     padding: 15px;
     background-color: #FFF7DC;
     border: 2px solid #FFBFBF;
     font-family:"Courier New", 微软雅黑, Consolas, Arial, 宋体;
 }
 .custom_hide {
     display: none;
 }
 .blogds {
     height:82px;
     line-height:82px;
 }
 a.btn_donate {
     display: inline-block;
     width: 82px;
     height: 82px;
     background: url("https://blog-static.cnblogs.com/files/trhsy/footer_reward.gif") no-repeat;
    _background: url("https://blog-static.cnblogs.com/files/trhsy/footer_reward.gif") no-repeat;
     -webkit-transition: background 0s;
     -moz-transition: background 0s;
     -o-transition: background 0s;
     -ms-transition: background 0s;
   transition: background 0s;
}
 a.btn_donate:hover {
     cursor:pointer;
     background-position: 0px -82px;
     background-color:unset !important;
 }
 .bold {
     font-weight: bold;
 }  
/*回到顶部*/
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top .level-2 {
    background: url("https://blog-static.cnblogs.com/files/trhsy/o_rocket_button_up.gif") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
#rocket-to-top {
    background: url(https://blog-static.cnblogs.com/files/trhsy/o_rocket_button_up.gif) no-repeat scroll 0 0 transparent;
    height: 250px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0%;
    top: 97%;
    width: 145px;
    z-index: 11;
    display: none;
}

/*屏蔽广告*/
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}

/* 推荐及反对 */
#div_digg {
    position: fixed;
    bottom: 25px;
    right: 120px;
    width: 50px;
    border: 2px solid #CBCFD2;
    padding: 10px;
    background-color: #ffffff9e;
    border-radius: 5px 5px 5px 5px !important;
    z-index: 1;
}
/* 反对 */
.buryit {
    display: none;
}


/*隐藏搜索*/
#sidebar_search{
    display: none;
}

/*隐藏常用链接*/
#sidebar_shortcut{
    display: none;
}
/* 涟漪扩散效果 */
 .ripple {
    box-sizing:border-box;
    position:relative;
  }
 .ripple:before
  {  animation:ripple 2s ease-out infinite;
    border:solid 1px #09c;
    bottom:0;
    box-sizing:border-box;
    content:"";
    left:0;
    position:absolute;
    right:0;
    top:0;
  }
 .ripple:after {
    animation:ripple 2s 1s ease-out infinite;
    border:solid 1px #09c;
    bottom:0;
    box-sizing:border-box;
    content:"";
    left:0;
    position:absolute;
    right:0;
    top:0;
  }
 @keyframes ripple {
    0% {    opacity:.25;  }
    100% {     opacity:0;    transform:scale(3);  }
  }
 </style>

