.postTitle a:hover
{
	margin-left: 30px;
	color: #99e0ff;
	text-decoration: lavender;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active
{
	color: #30a4d7;
	transition: all 0.2s cubic-bezier(.68,-0.55,.27,1.55) 0s;
}
.postTitle
{
	font-size: 20px;
	font-weight: bold;
}
.c_b_p_desc
{
	font-size: 12px;
	line-height: 1.6;
	color: #444444;
}
body
{
	background: url(https://images.cnblogs.com/cnblogs_com/finder-iot/1087878/o_bkg2.jpg) fixed;
	background-position:center center;
	background-size: auto auto;
	background-repeat: no-repeat;
	min-height: 90%;
	cursor: url(https://xlightgod.com/material/16.cur), url(https://xlightgod.com/material/16.cur), auto;
	font-family: "Sawasdee",Helvetica,Verdana,Arial,sans-serif;
}
.input_my_zzk:hover
{
	border: 1px solid #f00;
	transition: all 0.2s cubic-bezier(1,0,0,1) 0s;
}
.input_my_zzk
{
	border: 1px solid #ccc;
	width: 100%;
	height: 25px;
	padding-right: 58px;
	padding-left: 5px;
	outline: 0;
}
.btn_my_zzk
{
	right: -60px;
}
#MySignature
{
	display: none;
	font-size: 10px;
}
.cnblogs-markdown .hljs
{
	font-family:"Ubuntu Mono"!important;
	font-size: 18px!important;
	line-height: 1.2!important;
	padding: 5px!important;
	background:#e0e0e0!important;
	color:white;
	border-radius: 20px!important;
	width:90%;
	background-color: #232929!important;
}
.hljs-meta-keyword{color:#34d0ff!important;}
.hljs-meta-string{color:#ed92ff!important;}
.hljs-keyword{color:#7ebaff!important;}
.hljs-string{color:#ce93ff!important;}
.hljs-number{color:white!important;}
.hljs-built_in{color:white!important;}
.hljs-title{color:#00fff2!important;}
.buryit{display:none!important;}
#home
{   
	margin: 0 auto;
	opacity:0.85;
	width: 85%;
	border-radius: 30px;
	min-width: 950px;
	background-color: #feffff;
	padding: 30px;
	margin-top: 35px;
	margin-bottom: 85px;
	box-shadow: 0 9px 116px #feffff;
}
#navigator
{
	font-size: 17px;
	border-bottom: 20px solid #efefef;
	border-top: 1px solid #efefef;
	height: 22px;
	clear: both;
	margin-top: 5px;
}
#navList a:link, #navList a:visited, #navList a:active
{
	color: #515151;
	font-weight: normal;
}
#navList a {
	display: block;
	width: 5em;
	height: 22px;
	float: left;
	text-align: center;
	padding-top: 7px;
}
#navList a:hover
{
	color: #020202;
	font-weight: bold;
}
#blogTitle h1 a
{
	color: #515151;
}
#blogTitle a:link
{
	color: black;
	text-decoration: none;
}
#blogTitle a
{
	outline: none;
	color: #020202;
}
#sideBar h3 
{
	font-size: 14px;
}
#sideBar .catListTitle
{
	font-weight: bold;
	line-height: 1.2;
	font-size: 110%;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
	border-left: 10px solid #00000080;
	padding: 10px 0 10px 14px;
	background-color: #f7f7f7;
}
#sideBar
{
	margin-top: -15px;
	width: 240px;
	min-height: 200px;
	padding: 0px 0 0px 5px;
	float: right;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}