.love-me{
			color: #3214CC !important;
			text-decoration: none !important;
			position: relative;
			padding: 0 4px;
font-size: 14px;
		}

		.love-me:after{
			content: "";
			width: 2px;
			height: 2px;
			background: #3214CC;
			position: absolute;
			top: 8px;
			left: 0;
		}
		.love-me:hover{
			color: #333 !important;
		}
		.love-me:hover:after{
background: #fff;
			-webkit-animation: loveMe 1s forwards;
			-moz-animation: loveMe 1s forwards;
			-o-animation: loveMe 1s forwards;
			animation: loveMe .6s forwards;
		}
		@-webkit-keyframes loveMe {
			0%{width: 2px; left: 0;}
			50%{width: 100%; left: 0;}
			100%{width: 2px; left: -webkit-calc( 100% - 2px );}
		}
		@-o-keyframes loveMe {
			0%{width: 2px; left: 0;}
			50%{width: 100%; left: 0;}
			100%{width: 2px; left: -o-calc( 100% - 2px );}
		}
		@-moz-keyframes loveMe {
			0%{width: 2px; left: 0;}
			50%{width: 100%; left: 0;}
			100%{width: 2px; left: -moz-calc( 100% - 2px );}
		}
		@keyframes loveMe {
			0%{width: 2px; left: 0;}
			50%{width: 100%; left: 0;}
			100%{width: 2px; left: calc( 100% - 2px );}
		}
#google_ad_c3,
#under_post_kb,
#google_ad_c2,
#under_post_news,
#google_ad_c1,
#site_nav_under{
display:none;
}

#custom-header{
font-family: "微软雅黑";
color: #333;
text-shadow: 0 0 2px #FFF8ED;
text-align: right;
padding: 2px;
}

#custom-info{
font-family: arial; font-size: 14px; font-weight: bold; text-shadow: 0 0px 2px #fff; color: #822020; display: none;
}
#custom-header{
display: none;
}