* {
	padding: 0;
	margin: 0;
}
::selection {
    background: #eb7350;
    color: #fff;
}
body {
	font-size: 16px;
	line-height: 2;
	padding: 70px 370px 70px 180px;
	color: #666;
	font-family: 微软雅黑,Arial, Helvetica, sans-serif;
	background: url("../images/bg.jpg") fixed;
}

h5 {
	font-weight: normal;
	padding: 5px 0;
}

a {
	text-decoration: none;
	color: #50af57;
}

a:hover {
	color: #206925;
}

li {
	padding-bottom: 30px;
	overflow: hidden;
}

body>ul>li {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

#nav {
	display: block;
	position: fixed;
	top: 30px;
	left: 30px;
}

#nav a {
	display: block;
}

.page-t {
	font-size: 18px;
	font-weight: bold;
}

.nav {
	padding: 20px 0 0 10px;
}

.nav a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #50af57;
	margin-top: 10px;
	border-radius: 41px;
	-webkit-border-radius: 40px;
}

.nav a:hover {
	color: #206925;
	border-color: #206925;
	animation: ani-scale-0 0.8s;
	-webkit-animation: ani-scale-0 0.8s;
}

.pager {
	position: fixed;
	left: 15px;
	bottom: 20px;
	text-align: center;
	font-size: 14px;
}

#my-card,#my-card-2 {
	width: 280px;
	height: 170px;
	border: 1px solid #50af57;
	position: fixed;
	right: 30px;
	bottom: 40px;
	transform: rotate(5deg);
	box-shadow: 1px 1px  5px #ddd;
	background: #fff;
	padding: 10px;
	font-size: 12px;
	z-index: 1;
}

#my-card-2 {
	transform: rotate(0);
}

#go-top {
	display: block;
	position: fixed;
	right: 150px;
	bottom: 40px;
	z-index: 0;
	border: 1px solid #ccc;
	width: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 20px 20px 3px 3px;
	font-size: 14px;
}

#go-top:hover {
	animation: ani-scale-0 0.5s;
	-webkit-animation: ani-scale-0 0.5s;
}

.a-rss {
	position: fixed;
	top: 2px;
	right: 2px;
	overflow: hidden;
	z-index: 9999;
	width: 54px;
	height: 24px;
	background: url("../images/rss.gif") center center no-repeat;
	text-indent: -100px;
}

.a-rss:hover {
	animation: ani-scale-0 0.5s;
	-webkit-animation: ani-scale-0 0.5s;
}

.post-content {
}

body .syntaxhighlighter .toolbar {
	display: none !important;
}

@keyframes ani-scale-0 {
	0% {
		transform: opacity:1;
	}

	60% {
		transform: scale(1.5);
		opacity: 0;
	}

	100% {
		transform: opacity:1;
	}
}

@-webkit-keyframes ani-scale-0 {
	0% {
		-webkit-transform: opacity:1;
	}

	60% {
		-webkit-transform: scale(1.5);
		opacity: 0;
	}

	100% {
		-webkit-transform: opacity:1;
	}
}

@media all and (max-width:800px) {
	body {
		padding: 10px 10px 50px 10px;
	}

	#nav {
		position: inherit;
	}

	#nav .nav {
		padding: 0px;
	}

	#nav a {
		display: inline-block;
	}

	.pager {
		bottom: 0;
		left: 0;
		width: 100%;
		background: #555;
		text-indent: 30px;
	}

	#go-top {
		right: 10px;
		bottom: 0;
		z-index: 999;
		height: 37px;
		line-height: 40px;
		border: none;
		background: #555;
		right: 0px;
		border-radius: 30px 30px 0 0;
	}

	#warp-player {
		left: -42px;
		bottom: 78px;
		right: auto !important;
		top: auto !important;
	}

	#my-card, #my-card-2 {
		display: none !important;
		position: absolute;
		top: auto;
		bottom: 10px;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}