body{
	color: #343434;
 	background-image: url("https://images.cnblogs.com/cnblogs_com/runb/1754980/o_200503063847bk.jpg");
}
#blogTitle{
	display: none;
	background-image: none;
}
#navList a{
	text-shadow: none;
	transition: all 0.3s; 
}
#navList a:link{
	text-shadow: none;
}
#navList a:visited{
	text-shadow: none;
}
#navList a:hover{
	text-shadow: none;
}
#navList a:active{
	text-shadow: none;
}
#navigator{
	z-index: 1000;
	top: 0;
	width: 100%;
}
#main{
	margin-top: 20px;
}
.postDesc{
	color: #676767;
}
.postDesc a:link{
	color: #676767;
}
#page_end_html{
        position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	padding: 0 6px;
	height: 60px;
	width: auto;
	color: white;
	font-size: 16px;
	line-height: 60px;
	animation: movePageEnd 0.6s forwards;
	background-color: #169fe6;
	transform: translateX(-100vw);
}
@keyframes movePageEnd{
	100%{
		transform: translate(0, 0);
	}
}
#page_end_html>a{
	color: white;
	text-decoration: underline;
	transition: all 0.3s; 
}
#page_end_html>a:hover{
	font-weight: bold;
}
#page_end_html>.move1{animation: moveWord 0.6s 0s infinite alternate;}
#page_end_html>.move2{animation: moveWord 0.6s 0.3s infinite alternate;}
#page_end_html>.move3{animation: moveWord 0.6s 0.6s infinite alternate;}
#page_end_html>.move4{animation: moveWord 0.6s 0.9s infinite alternate;}
@keyframes moveWord{
	from{
		 color: white;
	}
	to{
		color: yellow;
	}
}
