html,body{
	margin:0;
	padding:0;
	width:auto;
	word-wrap:break-word;
	background-image: url('https://images.cnblogs.com/cnblogs_com/fy-xjw/1303836/o_image2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.btn_my_zzk{
height:20px;
width:50px;
background-color:white;
border:1px solid black;
}
.btn_my_zzk:hover{
background-color:rgb(200,200,200);
}
a{
	color:dimgray;
}
li{
	list-style: circle;
}
.clear{
	margin:0;
	padding:0;
	hight:0;
	visibility: hidden;
}
.blogStats{
	margin:0;
	padding:0;
	hight:0;
	visibility: hidden;
}
/*页首*/
#header{
	margin:0;
	width:auto;
	//background-color: yellow;
	background-color: rgba(255,255,255,.9);
}
/*博客标题和副标题*/
#blogTitle {
	margin:0;
	padding:0;
	padding-right:75%;
	line-height:1.5;
	text-align:center;
	//width:25%;
	//background-color:white;
}
#blogTitle h2{
	font-size: 20px;
	white-space:nowrap;
}
.headermaintitle {
	list-style-type: none;
	text-decoration: none;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 30px;
	color:black;
}
.headermaintitle:hover{
	color: gray;
}
/*博客标题和副标题*/
/*博客导航栏*/
#navigator{
	margin:0;
	padding:0;
	background-color: rgba(255,255,255,.7);
	//padding-bottom:50px;
}
#navList{
	margin: 0;
	padding:0;
	border-bottom: 1px solid darkgray;
	//background-color:red;
}
#navList:after{
	content:"";
	display: block;
	clear: both;
	height:3px;
	visibility: hidden;
}
#navList li{
	list-style-type: none;
	float:right;
	line-height: 2;
	border-right: 1px solid darkgray;
	//background-color: blue;
}
.menu{
	text-decoration: none;
	font-size:20px;
	color: black;
	padding:10px;
	border-bottom: 2px none black;
	transition: 0.2s all linear;
	-ms-transition:0.2s width linear;/* Firefox 4 */
	-webkit-transition:0.2s width linear; /* Safari and Chrome */
	-o-transition:0.2s width linear;/* Opera */
}
.menu:hover{
 border-bottom: 2px solid black;
}
/*博客导航栏*/
/*页首*/
/*主体内容*/
#main{
	min-height: 500px;
	width:auto;
	margin:0;
	padding:0;
	padding-top:25px;
	padding-left:50px;
	padding-right:50px;
	background-color: rgba(255,255,255,.9);
}
.catListTitle{
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 20px;
}
#mainContent{
	float:left;
	width:70%;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid darkgray;
}
#sideBar{
	float:left;
	width:25%;
	margin-left: 10px;
	//background-color: blue;
}
/*随笔*/
.day{
	margin-bottom: 25px;
	//background-color: red;
}
.dayTitle{
	display:none;
}
.postTitle{
	text-align:center;
}
.postTitle a{
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 20px;
	color:black;
	text-decoration: none;
}
.postTitle a:hover{
	border-bottom: 2px solid black;
}
/*随笔*/
/*公告*/
.newsItem{
	min-height: 100px;
	border-bottom:1px solid darkgray;
	margin-bottom: 5px;
	padding-bottom:5px;
}
/*公告*/
/*搜索*/
.mySearch{
	min-height: 100px;
	border-bottom:1px solid darkgray;
	margin-bottom: 5px;
	padding-bottom:5px;
}
/*搜索*/
/*常用链接*/
.catListLink{
	min-height: 100px;
	border-bottom:1px solid darkgray;
	margin-bottom: 5px;
	padding-bottom:5px;
}
/*常用链接*/
/*最新随笔*/
.catListEssay{
	min-height: 100px;
	border-bottom:1px solid darkgray;
	margin-bottom: 5px;
	padding-bottom:5px;
}
/*最新随笔*/
/*随笔档案*/
#sidebar_postarchive{
	min-height: 100px;
	border-bottom:1px solid darkgray;
	margin-bottom: 5px;
	padding-bottom:5px;
}
/*随笔档案*/
/*相册*/
#sidebar_imagecategory{
	min-height: 100px;
	border-bottom:1px solid darkgray;
	margin-bottom: 5px;
	padding-bottom:5px;
}
/*相册*/
/*最新评论*/
.catListComment{
	min-height: 100px;
	border-bottom:1px solid darkgray;
	margin-bottom: 5px;
	padding-bottom:5px;
}
.feedbackManage,.comment_actions{
display:inline;
}
/*最新评论*/
/*随笔界面*/
#comment_nav{
	display:none;
}
/*随笔界面*/
#main:after{
	content:"";
	display: block;
	clear: both;
	height:50px;
	visibility: hidden;
}
/*主体内容*/
/*footer*/
#footer{
	margin:0;
	padding:0;
	width:auto;
	text-align: center;
	line-height:2;
	background-color: black;
	color:white;
}
/*footer*/
@media only screen and (max-width: 700px){
/*昵称居中*/
#blogTitle{
	padding:0;
}
/*昵称居中*/
/*随笔评论区*/
#tbCommentAuthor{
	max-width:200px;
}
textarea{
	max-width:300px;
}
/*随笔评论区*/
#mainContent{
	  padding-top: 25px;
		float:none;
		width:auto;
		min-height: 300px;
		border-right:none;
		border-bottom:1px solid darkgray;
	}
#sideBar{
		float:none;
		width:auto;
		//background-color: blue;
	}
/*隐藏效果*/
.space{
display:none;
}
/*隐藏效果*/
}

/*效果*/
.space
{
	position:absolute;
	z-index:1;
        pointer-events:none;
}

/*效果*/