::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgb(169 196 196);
	-webkit-box-shadow: 0 0 1px hsla(0,0%,100%,.5);
}

body {
	overflow-y: scroll;	
	font-size: 14px;
	word-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/assets/template/bgp05.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Galdeano,"lxgw wenkai screen","Microsoft YaHei",Verdana,sans-serif;
	color: #134f5c;
	background-color: #fbfcf7;
}

a {
	color: #d00;
	text-decoration: none;
}

a:hover {
	color: #00a8a8;
	text-decoration: underline;
}

hr {
    border-top: 1px solid #8daaaa;
    border-bottom: none;
}

p {
	padding: .5em 0;
	line-height: 34px;
}

li {
	padding: .2em 0;
}

ol,ul {
	list-style-position: inside;
	padding-left: .5em;
}

ol ol,ol ul,ul ol,ul ul {
	margin-left: 1em;
}

blockquote {
	display: block;
	text-align: justify;
	border-left: 4px solid #1e8bab;
	margin: 1em 0;
	padding: 1em 1.5em;
	background-color: #dee9e8;
	font-style: italic;
}

blockquote p {
	margin: 0;
	padding: .5em 0;
}

code,kbd,pre,samp {
	font-family: "DejaVu Sans Mono",Consolas,"ZCOOL XiaoWei","lxgw wenkai screen","Microsoft Yahei",monospace,sans-serif;
	font-size: .875em;
    word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}

pre {
	padding: 24px;
	max-width: 60rem;
	border: 1px solid;
	margin-right: auto;
}

header {
	padding: 2em 0 0;
	border-bottom: 1px solid #ccc;
}

h1 {
	font-size: 1.6em;
	color: #000;
	margin-left: .5em;
}

h2 {
	font-size: 1.4em;
	color: #111;
}

h3 {
	font-size: 1.2em;
	color: #222;
}

h4 {
	font-size: 1em;
	color: #333;
}

h1,h2,h3,h4 {
	font-family: Galdeano,"lxgw wenkai screen","Microsoft YaHei",Verdana,sans-serif;
}

footer {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 5px dashed #c8d8d6;
	height: 8em;
	background: url(/assets/template/zoo.png) 0 no-repeat;
	background-size: contain;
}

footer small {
	font-size: 13px;
	color: #999;
}

footer a {
	margin: 1px;
	border: 1px solid rgba(1,1,1,0);
	border-bottom: 1px dashed #bbb;
	color: #b9221f;
	text-decoration: none;
}

footer a:hover {
	color: #3a87ad;
}

embed,iframe,object {
	display: block;
	margin: 4px auto;
}

@media only screen and (width>=900px) {
	#container {
		width: 66%;
		max-width: 900px;
		display: block;
		margin: 2em auto;
		padding: 0 1.5em;
		background: hsla(0,0%,100%,.5);
		-webkit-backdrop-filter: blur(20px);
		-moz-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px)
	}

	nav {
		font-family: Electrolize,Codystar,Verdana,sans-serif;
		font-size: 1.1em;
		text-transform: uppercase;
		float: left;
		margin-left: -10.4em;
		width: 9em;
		text-align: right
	}

	nav a {
		display: block;
		padding: .7em 1em;
		color: #000
	}

	nav a:hover {
		background-color: #e84f4f;
		text-decoration: none;
		color: #f9f9f9;
		transition: all .5s linear
	}

	nav2 {
		display: none
	};
}

@media only screen and (width<900px) {
	#container {
		display: block;
		background: hsla(0,0%,100%,.5);
		-webkit-backdrop-filter: blur(20px);
		-moz-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
		margin: .5em;
		padding: 0 1.5em
	}

	nav {
		display: none
	}

	nav2 {
		font-family: Electrolize,Codystar,Verdana,sans-serif;
		font-size: .9em;
		text-transform: uppercase;
		float: right;
		margin-top: .6em;
		text-align: left
	}

	nav2 a {
		background-color: #00a8a8;
		padding: .7em 1em;
		color: #eee
	}

	nav2 a:hover {
		background-color: #e84f4f;
		text-decoration: none;
		color: #f9f9f9;
		transition: all .5s linear
	};
}

.content {
	font-size: 16px;
	line-height: 24px;
}

.content h1 {
	padding: .5em 0;
}

.content img {
	max-width: 100%;
	height: inherit;
	margin: 4px auto;
	-webkit-box-shadow: #999 1px 1px 4px;
	-moz-box-shadow: #999 1px 1px 4px;
	box-shadow: 1px 1px 4px #999;
}

.activepage {
	background-color: #00a8a8;
	text-decoration: none;
	color: #f9f9f9;
	transition: all .5s linear;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(/assets/template/zhao-overlay-01.png) repeat;
}

.post {
	padding: .5em 1em;
}

.words {
	font-family: Cuprum,"ZCOOL XiaoWei","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}

.listing-item,.listing-seperator {
	list-style-type: none;
	font-family: Galdeano,"lxgw wenkai screen","Microsoft YaHei",Verdana,sans-serif;
}

.listing-item a {
	padding: .2em 1em;
}

.listing-item time {
	color: #00a8a8;
}

.listing-seperator {
	font-weight: 700;
}

.meta {
	text-align: right;
	font-size: 12px;
}

.gist {
	font-size: 12px;
	line-height: 1.6;
}

.label {
	font-size: 11.25px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 3px 2px;
}

.label-important {
	background-color: #b94a48;
}

.label-warning {
	background-color: #f89406;
}

.label-success {
	background-color: #468847;
}

.label-info {
	background-color: #a7d2b9;
}

.paginator {
	font: 14px Arial,Helvetica,sans-serif;
	color: #aaa;
	margin: 20px 0;
	line-height: 150%;
	display: block;
}

.paginator a,.paginator span {
	padding: 0 4px;
	margin: 2px;
	text-decoration: none;
}

.paginator .current-page {
	color: #fff;
	background: #d64a38;
}

.paginator a:hover {
	color: #fff;
	background: #83bf73;
}

.postnavleft,.postnavleft a,.postnavright,.postnavright a {
	font: 14px lxgw wenkai screen,Microsoft Yahei,Arial,Helvetica,sans-serif;
	color: #00a8a8;
	line-height: 150%;
}

.postnavleft a:hover {
	color: #fff;
	background: #d64a38;
}

.postnavright a:hover {
	color: #fff;
	background: #00a8a8;
}

.player {
	margin-left: 10px;
}

#tag_cloud {
	margin-bottom: 1em;
}

#tag_cloud a:hover {
	color: #333!important;
	text-decoration: none;
}

.desc {
	margin: 2em;
	text-align: center;

}

.links {

	text-align: center;
}

.profileimg {
	filter: drop-shadow(0 0 0.5em #000);
	border-radius:50%;
	width:80px;
	max-width:90px; 
	transition: 1.5s;
}

.profileimg:hover {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari  Chrome */
	-o-transform:rotate(360deg); 	/* Opera */
}

.button {
	padding:30px 10px 10px 10px;
	border: 0px solid #00a8a8;
	border-radius: 5px;
	color: #21588e;
	text-decoration: none;
	transition: background-color 0.5s;
}

.button:hover {
	background-color: #bddcdc;
}

.fa {
	font-size:40px;
	color:#0d7e85;
}

.fa:hover {
	color:#00a8a8;
}