body{
	background: #48d2ff url(https://images.cnblogs.com/cnblogs_com/JasonLeemz/770124/o_e48b1e053ceba7d7d71d5cfc957b.jpg);
	background-repeat    : no-repeat;
	background-attachment: fixed;
	background-position  : top center;
	background-size:980px 274px;
	font-family:"Microsoft YaHei","arial","simsun";
}
::-webkit-scrollbar {
  width: 17px;
  height: 17px;
  background-color: transparent;
  border-radius: 9px;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 9px;
  background-clip: content-box;
  border: 5px solid transparent;
}
::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 3px;
}
#home{
	opacity:1;
}

#header {
    margin-top: 8em;
}

#home #header h1{
	text-align: center;
	
}

#home #header h1 a{
	color: #fff94b;
	font-family:'DimWitGauched5b172e03ca1';
	font-size: 47px;
}
#home #header #navigator{
	height: 50px;
	background: rgba(0,0,0,.6)
}


#google_ad_c1,#google_ad_c2{
	display:none;
}


#cnblogs_post_body img {
    max-width: 100%;
}