body { 
    
     background-color: #EAEAEF   ;
     //background-image:url(https://image); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
     padding-top:0px;
  }
.headBlock{
  padding-top: 5%;
  font-family: 'STXingkai','华文行楷','楷体',KaiTi,'方正舒体',FZShuTi;
  text-shadow: 0 0 4px white, 
  0 -5px 4px #ff3, 
  2px -7px 6px #fd3, 
  -2px -13px 11px #f80, 
  2px -18px 18px #f20;
}
/*电脑*/
@media screen and (min-width:960px){
  .headBlock{
    font-size:42px;
  }
  #ft{
  padding-left:10%;
}
}
 /*手机*/
@media screen and (max-width:600px){
  .headBlock{
    padding-top: 5%;
    font-size: 18px;
    color:#B0B8B7;
  }
  #ft{
      padding-bottom: 5%;
  }
  #player{
    display: none !important;
  }
}
/*平板*/
@media screen and (min-width:600px) and (max-width:960px){
  .headBlock{
    padding-top: 5%;
    font-size: 30px;
    padding-left:0%;
    color:#4269A1;
  }
  #ft{
      padding-bottom: 5%;
  }
  #player{
    display: none !important;
  }
}
/*去掉广告 */
.c_ad_block{
  display: none !import;
}
#ad_t2{
  display: none !import;
}
#under_post_card1{
    display: none !important;
}
#under_post_card2{
    display: none !important;
}
#cnblogs_ch{
    display: none !important;
}
#cnblogs_c1{
    display: none !important;
}
#navList #blog_nav_sitehome{display: none;} /*去除自带导航栏*/
#navList #blog_nav_newpost{display: none !important;} //隐藏新随笔
#nav_main{display: none;}
#blog-calendar{display: none !important;} //隐藏日历

