<style>
 .navbar{
    display:none!important;
 }
  #blogTitle h1{
     
 }
  #blogTitle h1{
    color: #448;
}
   #blogTitle h1  a{
    color: #558;
 }
#blogTitle h1  a:hover{
    color: #666;
 }
  #blogTitle h2{
   text-indent: 10em;
}
body{
    /*background-image: linear-gradient(160deg, #223, #667 30%, #999);*/
   background: #000000 url(https://qimengs.oss-cn-beijing.aliyuncs.com/www/member/f7d713b1159918ccf512f86aa186990e.jpg) fixed center;
   opacity: 0.95;
 }
body::before{
  content: '';
   background-image: linear-gradient(135deg, #222222cc, #333333cc 80%, #99999999);
position: fixed;
z-index: -1;
   left:0;
  right:0;
  top:0;
  bottom:0;
}
.masker{
  position: absolute;
  z-index: -1;
  left:0;
  top:0;
  bottom:0;
  right:0;
  background: #00000099;
}
#sideBar{
}
#home{
  box-shadow: 5px 5px 15px #000000cc;
  width: 90%;
  padding: 20px 4%;
  margin: 10px auto;
}
.c_ad_block, .recomm-block, #ad_t2{
  display:none;
}
</style>