@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "blackadder itc";
	font-weight: lighter;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
blockquote {
    /* background: none; */
border:none;
    border-left: 5px solid #efefef;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.postCon{
padding:5px;
border:1px solid #eee;
font-size:13px;
color:gray;
}
#mainContent .forFlow{
margin-left:1em;}
#mainContent{
margin-left:0px;}
#link_img{
 transition: transform 1s;
-webkit-transition: -webkit-transform 1s;	/* Safari 和 Chrome */

}
#link_img:hover{
-webkit-transform:rotate(360deg);
transform:rotate(360deg);

}

#span{
 transition: transform 1s,color 2s,font-size 0.5s,background-color 3s,opacity 0.2s;
-webkit-transition: -webkit-transform 1s,color 2s,font-size 0.5s,background-color 3s,opacity 0.2s;	/* Safari 和 Chrome */
position:fixed;
z-index:5;
color:#D84D2D;
padding:5px;
opacity:0.7;
margin:5px;
}
#span:hover{
 color:gray;
 //font-size:30px;
opacity:1;


}

.dayTitle{
text-align:left;
 transition:color 3s;
-webkit-transition:color 3s;
}
.dayTitle:hover{
 color:orange;
}
#sidebar_toptags{
position:fixed;
top:5px;
margin-left:300px;
}
.catListTag{
background-color:transparent;
}
#google_ad_c1,#div-gpt-ad-1433581717989-1,#under_post_news,#google_ad_c2,#under_post_kb,#under_post_kb,#site_nav_under{
display:none;}
.cnblogs_code{
background-color:#fcfcfc;
padding:3px;
border:1px solid #eee;
}
.cnblogs_code_hide{

background-color:#fcfcfc;
}
pre{

background-color:#fcfcfc;
}
.cnblogs_code_toolbar{

background-color:#fcfcfc;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: underline;
    float: right;
}
#topics .postTitle {
    border: 0px;
    font-size: 4em;
    text-decoration: line-through;
}