#div_mask,#div_mask1{width:0px;height:0px;position:fixed;top:50%;left:50%; z-index: 99999;
		opacity:0;border-radius:100%;background:#000;
		-webkit-animation:topin 800ms linear;animation:topin 800ms linear;
		}
#div_mask1{-webkit-animation:topin 800ms 250ms linear;animation:topin 800ms 250ms linear;}

@-webkit-keyframes topin{
		0%{opacity:0.3;width:50px;height:50px;-webkit-transform:scale(1);}
		100%{opacity:0.1;width:50px;height:50px;-webkit-transform:scale(40);}
		
	}
@keyframes topin{
		0%{opacity:0.3;width:50px;height:50px;transform:scale(1);}
		100%{opacity:0.1;width:50px;height:50px;transform:scale(40);}
	}


/* 
     lxk 2014-5-31
*/

::selection {
background: #3B7F88;
color: #fff;
}

body {font-family: "Microsoft YaHei"; color: #000; font-size: 13px; min-height: 101%; background: url(https://images.cnblogs.com/cnblogs_com/wingkun/584369/o_1301821767304788712.jpg) top center no-repeat fixed;overflow-x: hidden;background-size:cover; }
#blogTitle h1 a, #blogTitle h2 { color: #fff; font: 36px "楷体"; text-decoration:none;text-shadow:none;}
#navigator {margin-top: 120px;opacity: 0.8;}

#navList a:hover{text-decoration:none;-webkit-animation:k 1s;animation:k 1s;}

@-webkit-keyframes k{
	0%{-webkit-transform:scale(2);}
	100%{-webkit-transform:scale(1);}
}

@keyframes k{
	0%{transform:scale(2);}
	100%{transform:scale(1);}
}

.newsItem .catListTitle,#blog-sidecolumn .catListTitle{
text-align: left;
padding: 10px 15px;
border: none;
background:-webkit-linear-gradient(top, #e7e7e7 0%,#dfdfdf 100%);
background:linear-gradient(top, #e7e7e7 0%,#dfdfdf 100%);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.5) inset;
color:#333;
border-radius:5px;
font:14px "微软雅黑";
text-shadow: 0 1px 1px #fff;
}

.newsItem .catListTitle:before,#blog-sidecolumn .catListTitle:before{content: "";
display: inline-block;
width: 5px;
height: 10px;
background: #0E0E0E;
margin-right: 8px;
vertical-align: middle;}

#sideBarMain {
margin-top: 45px;
margin-right: 20px;
}


.mySearch .input_my_zzk {
height:30px;
border:solid 1px #ccc
}
#btn_comment_submit {
 padding: 0px;
}

input.btn_my_zzk,#btn_comment_submit {
font-size: 12px;
line-height: 33px;
height:33px;
width:58px;
border-radius:3px;
color: #494949;
background: #f3f3f3;
background: -webkit-gradient(linear, 0 0, 0 70%, from(#f6f6f6), to(#f1f1f1));
background: gradient(linear, 0 0, 0 70%, from(#f6f6f6), to(#f1f1f1));
border: solid 1px #dddddd;
box-shadow: none;
}

a:hover{color:inherit;}
.CalTodayDay {
color: #333;
font-weight:bold;
}

.CalDayHeader {
padding: 5px;
}

#footer{color:#fff;}

#topics .postTitle,.day .postTitle{
border:none;
padding:0px 5px;
border-left: 5px solid #0E0E0E;
}

.dayTitle {
color: #666;
font-weight: normal;
line-height: 1em;
font-size: 100%;
top: 30px;
}

div.commentform textarea{
border: solid 1px #ccc;
padding: 5px;
height: 200px;
}
.commentbox_title_left {
font-size: 1em;
}

#blog_news_kb a{color:#666;}

#green_channel {
padding: 10px;
border-radius: 10px;
border: silver 1px solid;}

.postBody a:link, .postBody a:visited, .postBody a:active{
text-decoration: none;
color: #5075BA;
}

.feedback_area_title{border:none;}

.feedbackCon {
border-bottom: none;
background-position: 5px 10px;
padding: 35px 0 10px 40px;
}