/*body {
	background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/Penn000/1013849/o_123.jpg') fixed no-repeat;
	background-position: 50% 5%;
	background-size: cover;
}*/
html {
filter: grayscale(10%);
}
#home {
    margin: 0 auto;
   /*  width: 80%;
    min-width: 980px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
   background-color: rgba(245, 245, 245, 0.7);
    background-color: #F70F22;*/
    
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 a {
	color: #FA343B;
	text-shadow: 3px 3px 5px #fff;
	font-weight: bold;
	font-family: "楷体";
	background: linear-gradient(left, #f71605, #e0f513);
	background: -webkit-linear-gradient(left, #f71605, #e0f513);
	background: -o-linear-gradient(right, #f71605, #e0f513);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: scratchy 0.253s linear forwards infinite;
		/* 其它浏览器兼容性前缀 */
	-webkit-animation: scratchy 1.253s linear forwards infinite;
	-moz-animation: scratchy 1.253s linear forwards infinite;
	-ms-animation: scratchy 1.253s linear forwards infinite;
	-o-animation: scratchy 1.253s linear forwards infinite;
}

#blogTitle h1 a:hover {
	text-decoration: none;
	color: #0898CB
}

#blogTitle h2 {
	font-size: 22px;
}

#navList a {
	font-size: 18px;
	font-family: "Microsoft YaHei"
}

#footer {
	background-color: #169FE6;
	color: #fff;
}

@keyframes  scratchy {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 0 0;
	}

	26% {
		background-position: 20px -20px;
	}

	50% {
		background-position: 50px -50px;
	}

	51% {
		background-position: 80px -80px;
	}

	75% {
		background-position: 110px -110px;
	}

	76% {
		background-position: 140px -140px;
	}

	99% {
		background-position: 250px -250px;
	}

	100% {
		background-position: 0 0;
	}
}
	/* 添加兼容性前缀 */
@-webkit-keyframes scratchy {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 0 0;
	}

	26% {
		background-position: 20px -20px;
	}

	50% {
		background-position: 50px -50px;
	}

	51% {
		background-position: 80px -80px;
	}

	75% {
		background-position: 110px -110px;
	}

	76% {
		background-position: 140px -140px;
	}

	99% {
		background-position: 250px -250px;
	}

	100% {
		background-position: 0 0;
	}
}

@-moz-keyframes scratchy {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 0 0;
	}

	26% {
		background-position: 20px -20px;
	}

	50% {
		background-position: 50px -50px;
	}

	51% {
		background-position: 80px -80px;
	}

	75% {
		background-position: 110px -110px;
	}

	76% {
		background-position: 140px -140px;
	}

	99% {
		background-position: 250px -250px;
	}

	100% {
		background-position: 0 0;
	}
}

@-ms-keyframes scratchy {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 0 0;
	}

	26% {
		background-position: 20px -20px;
	}

	50% {
		background-position: 50px -50px;
	}

	51% {
		background-position: 80px -80px;
	}

	75% {
		background-position: 110px -110px;
	}

	76% {
		background-position: 140px -140px;
	}

	99% {
		background-position: 250px -250px;
	}

	100% {
		background-position: 0 0;
	}
}

@-o-keyframes scratchy {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 0 0;
	}

	26% {
		background-position: 20px -20px;
	}

	50% {
		background-position: 50px -50px;
	}

	51% {
		background-position: 80px -80px;
	}

	75% {
		background-position: 110px -110px;
	}

	76% {
		background-position: 140px -140px;
	}

	99% {
		background-position: 250px -250px;
	}

	100% {
		background-position: 0 0;
	}
}


/*  随笔标题  */
.day .postTitle {
	transition: all 0.4s linear 0s
}

.day .postTitle:hover {
	transform: translateX(30px);
}
/* 随便下边距 */
.day {
	margin-bottom: 15px
}