/**************************************************
说明：
1：我们建议你通过只改变css的方式来制作新的皮肤模板。当然，页面的部分代
码你也是可以更改的，例如一些图片的地址。但是，请你在递交作品的时候，请同时
提交对页面部分代码的修改备注和说明。以便我们了解。
2：为了保证页面的兼容性，请你分别在IE和Firefox中分别查看你的页面，以便保证页面
对浏览器的兼容性。
3：请你随时关注官方网站。以便获得最新的通知和说明
时间：2008-1-30
作者：杨正祎
**************************************************/

#site_nav_under,#ad_under_post_holder,#under_post_news,#google_ad_c2,#under_post_kb{
width:0;
height:0;
display:none;
overflow:auto;
}

/**************************************************
第一部分：所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。
如果不符合你皮肤的要求，你可以在后面通过更高的优先级覆盖着这些样式，但是
你不能删除这些样式。
**************************************************/
#EntryTag {
	margin-top: 20px;
	font-size: 9pt;
	color: gray;
}
.topicListFooter {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
#divRefreshComments{
	text-align: right; 
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 9pt;
}
/*****第一部分结束*******************************/

/**************************************************
第二部：公共样式（全局样式）。公共会对所有页面的标签都起作用。这个部分你
可以随意的更改，并不会牵扯到其他的皮肤模板。但是每次更改都要注意你的皮肤
模板所有页面的变化。因为它们是全局的。
**************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
    background: url(https://images.cnblogs.com/cnblogs_com/gjc1124646822/1102373/o_NMST-02%20Winter.jpg) no-repeat fixed center;
        background-size: auto auto;
    background-size: cover;
    font-family: "verdana","ms song","宋体","Arial","微软雅黑", "Helvetica", "sans-serif";
    font-size: 9pt;
    min-height: 101%;
cursor:url(https://github.com/gjc1124646822/test/blob/master/Cursor.cur?raw=true),auto;
    color: #00ffc9;
    overflow-x:auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ul {
	word-break: break-all;
}
li {
	list-style: none;
}
h3, h4, h5, h6 {
    font-size: 130%;
    font-weight: normal;
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 14px 10px;
    background-color: rgba(168, 221, 247, 0.33);
    color: #00b8ff;
}
a:link {
	color:rgba(22, 126, 255, 0.75);
	text-decoration: none;
cursor: url(https://github.com/gjc1124646822/test/blob/master/Alternate.ani), auto;
transition: all 0.4s linear 0s;
}
a:visited {
        color:#00dbff;
	text-decoration: none;
transition: all 0.4s linear 0s;
}
a:hover {
	color:#0093ff;
	text-decoration: none;
cursor: url(https://github.com/gjc1124646822/test/blob/master/Hand.cur?raw=true), auto;
transition: all 0.4s linear 0s;
}
a:active {
	color: black;
	text-decoration: none;
transition: all 0.4s linear 0s;
}
.clear {
	clear: both;
}
/*****第二部分结束*******************************/

/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/
#home {
	margin: 0 auto;
	width:95%;
	min-width: 930px;
        animation: Flowup 0.3s linear 0.5s;
        -webkit-animation: Flowup 0.3s linear 0.5s;
        animation-fill-mode: both;
       -webkit-animation-fill-mode:both;
}

#blogTitle {
	height: 200px;
	clear: both;
        /*color: rgba(7, 70, 165, 0.74);*/
        
}
#blogTitle h1 {
    font-size: 30px;
    width: 30%;
    height: 50%;
    line-height: 320%;
    text-align: center;
    position: relative;
    top: 18%;
    font-weight: normal;
    color: rgb(141, 255, 0);
}
#blogTitle h2 {
    margin-left: 7%;
    line-height: normal;
    margin-top: 2%;
    width: 50%;
    float: left;
    color: #00dbff;
    /* height: initial; */
    /* top: 500px; */
    /* left: -205px; */
    font-size: 25px;
}
#blogLogo {
	float: right;
}
#navigator {
    background-color: rgba(255, 255, 255, 0.40);
    height: 60px;
    clear: both;
    position: relative;
    /*border: 1px solid #138cca;*/
    border-left: none;
    border-right: none;
    box-shadow: 0 0 12px #a2a2a2;

}


#navList {
	min-height: 30px;
	float: left;
}
#navList li {
	float: left;
}

#navList a {
    display: block;
    width: 5em;
    height: 40px;
    float: left;
    text-align: center;
    padding-top: 20px;
    border-right: 1px solid #ccc;
    font-size: large;
}

#navList a:link, #navList a:visited, #navList a:active {
	color: #00adff;
}
#navList a:hover {
	/*    color: rgb(0, 255, 31);*/
	text-decoration: none;
        color:#0600ff;
        background-color: rgba(78, 198, 255, 0.61);
}

.blogStats {
	float: right;
	color: #ccc;
	margin-top: 8px;
	margin-right: 2px;
	text-align: right;
}
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
#main{
	width: 100%;
	min-width: 950px;
        min-height:1650px;
	text-align: left;
        background:rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 10px #b9b9b9;

}
#mainContent .forFlow{
	margin-left: 22em;
	float: none; 
	width: auto;
        animation: fadeInUp 0.5s cubic-bezier(0,0,0.58,1) 1.5s;
        -webkit-animation: fadeInUp 0.5s cubic-bezier(0,0,0.58,1) 1.5s;
        animation-fill-mode: both;
       -webkit-animation-fill-mode:both;
}

#mainContent {
	min-height: 1680px;
	padding: 0px 0px 10px 0;
	*padding-top:10px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	
	float: right;
	margin-left: -25em;
	width: 100%
}
.day {
	/*min-height: 10px;*/
	_height: 10px;
	/*margin-bottom: 20px;*/
	/*padding-bottom: 5px;*/
        /*background: rgba(255, 234, 0, 0.25);*/
        font-size: mediun;
        animation: fadeInUp 0.5s cubic-bezier(0,0,0.58,1) 1.6s;
        -webkit-animation: fadeInUp 0.5s cubic-bezier(0,0,0.58,1) 1.6s;
        animation-fill-mode: both;
       -webkit-animation-fill-mode:both;
       opacity:1;
}
.day alarrf:hover{
        /*background: rgba(255, 255, 255, 0.99);*/
}
.dayTitle {
	width: 100%;
	color: #666;

	font-weight: bold;
	line-height: 1.5em;
	font-size: 110%;
	margin-top: 3px;
	margin-bottom: 10px;

	clear:both;
	border-bottom: 2px solid #666;
	text-align:center;
        visibility: hidden;
        /*background-color: rgba(187, 185, 23, 0.3);*/
}
.postTitle {
	font-size: medium;
	font-weight: bold;
	/*border-bottom: 1px solid #666;*/
	float: right;
	line-height: 1.5em;
	width: 100%;
	clear:both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
        font-size: 130%;
        color: #00aeff;
        padding-left:0px;
transition: all 0.4s linear 0s;
}
.postTitle a:hover {
	color: #66afcc;
	text-decoration: none;
        padding-left: 30px;
    transition: all 0.4s linear 0s;
}
.postCon {
	float: right;
	line-height: 1.5em;
	width: 100%;
	clear:both;
	padding: 10px 0;
        font: initial;
        font-size:medium;
        color: rgb(1, 130, 179);
        font-weight:900;
}
.PostCon a.link{
        color:rgb(255, 165, 0);
}
.postDesc {
	float: right;
	width: 100%;
	clear:both;
	text-align: right;
	padding-right: 5px;
	color: #666;
	/*margin-top: 5px;*/
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
	color: #666;
}
.postDesc a:hover {
	color: #F60;
	text-decoration: none;
}
.postSeparator {
	clear: both;
	height: 1px;
	/*border-top: 1px dotted #666;*/
	width: 100%;
	clear:both;
	float: right;
	margin: 0 auto 15px auto;
}
/*****主页文章列表开始**************************/

/*****侧边栏开始********************************/
#sideBar {
	width: 230px;
	min-height: 1850px;
	padding: 0px 0 0px 5px;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow:auto;
	word-break: break-all;
        color:aqua;
        animation: fadeInUp 0.5s cubic-bezier(0,0,0.58,1) 1s;
        -webkit-animation: fadeInUp 0.5s cubic-bezier(0,0,0.58,1) 1s;
        animation-fill-mode: both;
       -webkit-animation-fill-mode:both;
}

.newsItem .catListTitle {
	display: none;
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
}
.newsItem {
	padding: 15px 0 5px 0px;
	margin-bottom: 8px;
        background: rgba(255, 255, 255, 0)
}
#lwlhitokoto{
     color:blue;
}
#profile_block {
    /*background: rgba(145, 233, 0, 0.4);*/
    padding: 20px;
    color: #009e7a;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0 !important;
    border: 1px solid #dedede;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}

/**日历控件样式开始**/
#calendar {
	width: 229px;
}
#calendar .Cal {
	width: 100%;
	line-height: 1.5em;
}
.Cal {/**日历容器table**/
	border: none;
	/*color: #666;*/
}
#calendar table a:link, #calendar table a:visited, #calendar table a:active {
	font-weight: bold;
        background: #666;
}
#calendar table a:hover {
	text-decoration: none;
	background-color:rgba(255, 255, 255, 0.45);;
}
.CalTodayDay{/**今天日期样式**/
	color:#f60;
}
#calendar .CalNextPrev a:link,#calendar  .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上个月、下个月箭头样式**/
	font-weight: bold;
	background: rgba(255, 255, 255, 0.45);
}
.CalDayHeader{
	border-bottom:1px solid #ccc;	
}

.CalTitle {
    width: 100%;
    color: #ffea00;
    border-bottom: 1px solid #666;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    color:darkgoldenrod;
}

/**日历控件样式结束**/
.catListComment {
	line-height: 1.5em;
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
}
.newsItem {
	padding: 15px 0 5px 0px;
	margin-bottom: 8px;
        background: rgba(255, 255, 255, 0)
}
.newsItem {
	padding: 15px 0 5px 0px;
	margin-bottom: 8px;
        background: rgba(255, 255, 255, 0)
}
.newsItem {
	padding: 15px 0 5px 0px;
	margin-bottom: 8px;
        background: rgba(255, 255, 255, 0)
}
/*.divRecentComment {
	text-indent: 2em;
	color: #666;
}
#sideBarMain ul {
	line-height: 1.5em;
}*/
/*****侧边栏结束********************************/


/****查看文章页面开始*************************/

#topics {
        /*background: rgba(129, 255, 11, 0.28);*/
	width: 100%;
	min-height: 200px;
	padding: 0px 0px 10px 0;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
#topics .postTitle {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	float: left;
	line-height: 1.5em;
	width: 100%;
	padding-left: 5px;
        padding-top:15px;
        /*height:50px;*/
}
.postBody {
	padding: 5px 2px 5px 5px;
	line-height: 1.5em;
	color: #000;
	border-bottom: 1px solid black;
        
}
#EntryTag {
	color: #666;
}
#EntryTag a {
	margin-left: 5px;
}
#EntryTag a:link, #EntryTag a:visited, #EntryTag a:active {
	color: #666;
}
#EntryTag a:hover {
	color: #f60;
}
#topics .postDesc {
	float: right;
	width: 100%;
	text-align: right;
	padding-right: 5px;
	color: #666;
	margin-top: 5px;
}
.feedback_area_title {
	font-weight: bold;
	margin-top: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding-left: 8px;
font-size:x-large;
color:deepskyblue;
}
.louzhu {
background:transparent url('images/icoLouZhu.gif') no-repeat scroll right top;
padding-right:16px;
}
.feedbackListSubtitle {
	color: #666;
}
.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
	color: #666;
	font-weight: normal;
}
.feedbackListSubtitle a:hover {
	color: #f60;
	text-decoration: none;
}
.feedbackManage {
	width: 200px;
	text-align: right;
	float: right;
    padding-right: 100px;

}
.feedbackCon {
	border-bottom: 1px solid #ccc;
	background: url('images/comment.gif') no-repeat 5px 0px;
	padding: 15px 18px 10px 40px;
	min-height: 35px;
	_height: 35px;
	margin-bottom: 1em;
	line-height: 1.5em;
	width:90%;
    box-shadow: 0 0 10px #aaa;

}
#divRefreshComments {
	text-align: right;
	margin-bottom: 10px;
}
.commenttb {
	width: 320px;
        background:#ff3636;
}
.cnblogs_code {
    background-color: rgba(245, 245, 245, 0);
    font-family: Courier New!important;
    font-size: 12px!important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}
.cnblogs_code_collapse {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
        background-color: rgba(79, 223, 255, 0.13);
    padding: 200px;
    color: #00e7ff;
}
.cnblogs_code div {
    background-color: rgba(84, 200, 255, 0.00);
}

#site_nav_under,#ad_under_post_holder,#under_post_news,#google_ad_c2,#under_post_kb{
width:0;
height:0;
display:none;
overflow:auto;
}


#cnblogs_post_body {
    word-break: break-word;
    width: 95%;
}
#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    width: 100%;
}


/****查看文章页面开始*************************/

/****列表页面开始******************************/
.entrylistTitle,.PostListTitle,.thumbTitle{/**几个分类列表的标题样式**/
	font-size: 170%;
	font-weight: bold;
	/*border-bottom: 1px solid black;*/
	/*text-align: right;*/
	padding-bottom: 3px;
	padding-right: 10px;
        color:deepskyblue;
        padding-top:10px;
}

.entrylistDescription {
	color: #666;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.entrylistItem {
	min-height: 20px;
	_height: 20px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 100%;
        font-size:large;
}
.entrylistPosttitle {
	font-size: 110%;
	font-weight: bold;
	/*border-bottom: 1px solid #666;*/
	line-height: 1.5em;
	width: 100%;
	padding-left: 5px;
}
.entrylistPosttitle a:hover {
	text-decoration: none;
}
.entrylistPostSummary {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
        color: steelblue;

}
.entrylistItemPostDesc {
	text-align: right;
	color: #666;
        font-size:small;
}
.entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active {
	color: #666;
}
.entrylistItemPostDesc a:hover {
	color: #f60;
}
.entrylist .postSeparator {
	clear: both;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
}

.pager {
	text-align: right;
	margin-right: 10px;
}
.PostList {
	border-bottom: 1px solid #ccc;
	clear: both;
	min-height: 1.5em;
	_height: 1.5em;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}
.postTitl2 {
	float: left;
}
.postDesc2 {
	color: #666;
	float: right;
	margin-right: ;
}
.postText2 {
	clear: both;
	color: #666;
}
.pfl_feedback_area_title {
	text-align: right;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}
.pfl_feedbackItem {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}
.pfl_feedbacksubtitle {
	width: 100%;
	border-bottom: 1px dotted #666;
	height: 1.5em;
}
.pfl_feedbackname {
	float: left;
}
.pfl_feedbackManage {
	float: right;
}
.pfl_feedbackCon {
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pfl_feedbackAnswer {
	color: #F40;
	text-indent: 2em;
}
.tdSentMessage {
	text-align: right;
}
.errorMessage {
	width: 300px;
	float: left;
}
.mySearch #q {
	height: 1.4em;
	width: 175px;
}
.blog_comment_body {
    word-wrap: break-word;
    overflow:auto;
    font-size: initial;
    color: burlywood;
}
.comment_vote {
    text-align: right;
    /*padding-right: 51px;*/
}
#comment_nav {
    text-align: right;
    padding-right: 40px;
}
div.commentform textarea {
    width: 450px;
    height: 300px;
    font-size: 13px;
    border: 1px solid #ccc;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
    box-shadow: inset 0 0 10px #aaa;
    background: transparent;
}

/****列表页面结束******************************/

/****相册页面开始******************************/
.divPhoto {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 10px;
        width: 1000;
}

.thumbDescription {
	color: #666;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.img{
        width:1000;
}
/****相册页面开始******************************/


/*****留言页面开始*****************************/
#footer {
	text-align: center;
	min-height: 15px;
	_height: 15px;
	border-top: 1px solid black;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
/*留言查看页面的个人信息*/
.personInfo {
	margin-bottom: 20px;
}
/*留言分页区域*/
.pages {
	text-align: right;
}
/*****留言页面结束*****************************/
/*****第三部分结束*******************************/

/**************************************************
第四部分：文章内容常用标签格式。这个部分是设置作者写作内容的部分。例如：
如果作者的文章用有p标签，则可通过这个对这些文章中的p标签进行设置。前面
的“.postBody”明确的指出了这里样式的作用范围。仅仅适用于文章主体部分。
建议这个不要设置过于详细的细节。因为，一些样式，一篇文章比较适合的话，
并不能保证所有的文章都适合。
**************************************************/
/*文章内部常用标签格式*/
.postBody {
	line-height: 1.5em;
}
.postBody p,.postCon  p{
	text-indent: 2em;
	margin: 0 auto 1em auto;
}
.postBody h2{
	font-size: 150%;
	margin: 15px auto 2px auto;
	font-weight:bold;
}
.postBody h3 {
	font-size: 120%;
	margin: 15px auto 2px auto;
	font-weight:bold;
}
.postBody h4{
	font-size:110%;
	margin:15px auto 2px auto;
	font-weight:bold;
	color:#333;
}

.postBody h5{
	font-size:100%;
	margin:15px auto 2px auto;
	font-weight:bold;
	color:#333;
}

.postBody a:link,.postBody a:visited,.postBody a:active{
	text-decoration:underline;
}
.postCon a:link,.postCon a:visited,.postCon a:active{
	text-decoration:underline;
}
.postBody ul,.postCon ul{
	margin-left:2em;	
}

.postBody li,.postCon li{
	list-style-type:disc;
	margin-bottom:1em;
}

.postBody blockquote{
	background:url('images/comment.gif')) no-repeat 25px 0px;
	padding:10px 60px 5px 60px;
	min-height:35px;
	_height:35px;
	line-height:1.6em;
	color:#333;
}
/*****第四部分结束*******************************/

#site_nav_under,#ad_under_post_holder,#under_post_news,#google_ad_c2,#under_post_kb{
width:0;
height:0;
display:none;
overflow:auto;
}
.c_ad_block
{
display:none;
}



@media only screen and (max-width: 767px){
#blogTitle h1 {
    position: inherit;
    padding-top: 6%;
    margin-left: -100px;
}
}

@media only screen and (max-width: 767px){
#under_post_news, #google_ad_c2, #blogTitle, #blogTitle h1, #blogTitle h2, .catListArticleCategory, .catListImageCategory {
    width: 70%;
}
}
@media only screen and (max-width: 767px){
#blogTitle h2 {
    position: static;
    padding: 0 0 0 0;
}
}

@media only screen and (max-width: 767px){
#mainContent {
    width: 100%;
    float: right;
}
}
@media only screen and (max-width: 767px){
#sideBar {
    width: 26%;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
}






/* Banlieue13 导航栏美化
#navList {
min-height: 45px;
background: #C66767;
width: 80%;
}
#navigator a {
color: #000;
font-family: "verdana","ms song","宋体","Arial","微软雅黑", "Helvetica", "sans-serif";
font-size: 16pt;
font-weight:bold;
}*/

/*CodingLife模板 翻页美化*/
.topicListFooter .pager a:link, .topicListFooter .pager a:visited {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(113, 215, 255, 0.32);
    /* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09); */
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    /* box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09); */
    box-shadow: 0 0 10px #0060ff8f;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    color: #00abff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    border: none;
}

.topicListFooter .pager a:hover{
    background:rgba(0, 183, 255, 0.32);
}
#nav_next_page a {
    /* background-color: #00d3ff3b; */
    display: inline-block;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 3px;
    box-shadow: 0 0 10px #0060ff8f;
}
.topicListFooter {
  height:30px;
}
#homepage_top_pager.topicListFooter,#homepage1_HomePageDays_homepage_bottom_pager.topicListFooter {
  height: 68px;
}
#under_post_news {
  width: 848px;
  margin-left: 0px; 
}
#topics .postDesc a{
 margin:0 0.5em;
}




/* for the phone*/
@media screen and (max-width: 768px) {
    #mainContent .forFlow {
    width: 70%;
    margin-left: 29%;
    }
    #blogTitle h1 {
    position: static;
    padding-top: 80px;
    margin-left: -60%;
    font-size: 40px;
    }
    #blogTitle h2 {
    position: static;
    padding: 20px 0 0 20px;
    margin-top: 0px;
    margin-bottom: 25px;
    }
}


/*代码高亮乱搞*/
/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.pln{color:rgb(62,188,202)}ol.linenums{margin-top:0;margin-bottom:0;color:#8e908c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal!important;}@media screen{.str{color:rgb(3,172,255)}.kwd{color:rgb(3,172,255)}.com{color:rgb(157,179,229)}.typ{color:#4271ae}.lit{color:rgb(229,190,157)}.pun{color:rgb(85,170,173)}.opn{color:#4d4d4c}.clo{color:#4d4d4c}.tag{color:#c82829}.atn{color:#f5871f}.atv{color:#3e999f}.dec{color:#f5871f}.var{color:#c82829}.fun{color:#4271ae}}

/*下面是我设置背景色，字体大小和字体*/
.cnblogs-markdown code{
background:#fff!important;
}
.cnblogs_code,.cnblogs_code span,.cnblogs-markdown .hljs{
    font-size:16px!important;
}

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
    font-size: 16px!important;
}

.cnblogs_code, .cnblogs_code span, .cnblogs-markdown .hljs{
font-family:consolas, "Source Code Pro", monaco, monospace !important;
}




/*动画*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*上移+显示*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*显示*/
@keyframes Flowup {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Flowup{
  -webkit-animation-name: Flowup;
  animation-name: Flowup;
}



.snowFall{position: absolute; top: 0; z-index: 3;pointer-events: none;_display: none; color: #ffffff;}
.snowFallTop{left: 0; width: 1220px; height: 162px; }
.snowFallLeft{left: 0; height: 742px; z-index: 3;}
.snowFallRight{right: 0; height: 742px; z-index: 3;}