*,body{margin:0px;padding:0px;}
a{cursor:pointer;text-decoration: none;}
a, a:hover {transition: all 0.25s ease 0s;}
body{font-size:14px;background:#EEE;}
.clear{clear:both;}
/*最外层*/
#home{/*width:100%;*/margin-top: 0px;margin-bottom: 0px;}
#main{overflow: hidden;clear: both;padding: 0px!important;margin-top:0px;}

#lnkBlogLogo{left:-20px;background: #FFFFFF;display:none;}
#header #blogTitle a{text-decoration:none;}
a#Header1_HeaderTitle{font-size:30px;color:#FFF;text-shadow: 0 3px 5px #3181B2;}
a#Header1_HeaderTitle:hover{color:#FFF;text-shadow:0px 3px 5px #FF3366;}
#blogTitle h1{margin-top: 0px;}
#blogTitle h2{display: inline-block;font-size: 14px;padding:0px;font-weight: normal;}


/**返回头部**/
.scrolltopbox{
transition: all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition: all .5s; /* Safari 和 Chrome */
-o-transition: all .5s; /* Opera */
position:fixed;
top:90%;
right:5%;
display:inline-block;
width:46px;
height:46px;
background:url("https://images.cnblogs.com/cnblogs_com/fsong/605316/o_5-120601160020.png") no-repeat 0 0 #FFFFFF;
cursor:pointer;
z-index:3000;
 _position:absolute;
  _top:expression(documentElement.scrollTop + documentElement.clientHeight * 4/5 + "px")
}

a.scrolltopbox:visited,a.scrolltopbox:link{
background-position:0px 0px ;
}
a.scrolltopbox:hover{
background-position:0px -47px;
}


#cnblogs_post_body img{max-width:100%;}