html {
    overflow-y: scroll;
}
body {
	color: #545454;
	font-family: Microsoft YaHei,SimHei,Arial,SimSun,sans-serif,Verdana;
	margin: 0
}

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

a:active,a:hover {
	color: #72b2aa
}

p {
	margin: 1em 0
}

.clearfix {
	clear: both
}

.center {
	text-align: center
}

h1,h2,h3 {
	font-weight: 700;
	margin: 0;
	padding: .8em 0
}

h1 {
	font-size: 1.25em
}

h2 {
	font-size: 1.125em
}

h3 {
	font-size: 1em
}

.archive-title {
	text-align: center;
	padding-bottom: 20px;
	font-size: 1em;
	font-weight: 400
}

h2 span {
	color: #72b2aa;
	font-weight: 700
}

hr {
	border: 0;
	background: #eee;
	height: 1px
}

ol,ul {
	margin: auto 0;
	padding-inline-start: 18px
}

table tbody tr:nth-child(odd) {
	background: #f8f8f8
}

table tbody tr:first-child {
	text-align: center!important;
	background: #333;
	color: #fff
}

table tbody tr:first-child td {
	font-weight: 700!important
}

table {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	text-indent: 0;
	border-spacing: 0
}

input,select,textarea {
	padding: 5px;
	border: 1px solid #e9e9e9;
	width: 100%;
	border-radius: 2px;
	font: 1em Arial;
	box-sizing: border-box
}

blockquote:after,blockquote:before,q:after,q:before {
	content: ""
}

blockquote {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	border-left: .25em solid #555;
	margin: 10px 0;
	padding: .25em .5em;
	word-break: break-word;
	background: #f7f8fa
}

blockquote,pre {
	border-radius: .25em
}

pre {
	padding: 0 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	font: 14px/22px courier new;
	position: relative;
	margin: 20px 0;
	text-indent: 0;
	border-left: .25em solid #72b2aa
}

pre:after,pre:before {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px
}

pre:before {
	content: "-- CODE --"
}

pre:after {
	content: "-- EOF --";
	text-align: right
}

code {
	padding: 2px;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-word;
	letter-spacing: 0;
	text-indent: 0;
	font: 14px/26px courier new
}

code,pre {
	background-color: #f7f8fa;
	line-height: 2em
}

pre code {
	padding: 0
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 740px
}

#header {
	background: #fff;
	height: 72px;
	line-height: 72px;
	z-index: 9999;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #eee
}

#logo {
	margin-right: 30px;
	float: left
}

.logo {
	font-size: 1.25em;
	font-weight: 700;
	width: 20%
}

.logo img {
	height: 72px
}

.current {
	background: linear-gradient(#72b2aa,#72b2aa) bottom no-repeat;
	background-size: 100% 3px;
	font-weight: 700;
	color: #72b2aa
}

#menu {
	text-align: left;
	margin-top: 0;
	font-size: .9375em
}

#menu,#menu li {
	display: inline
}

#nav-menu a {
	padding: 0 10px;
	display: inline-block
}

#nav-menu a:hover {
	background: linear-gradient(#72b2aa,#72b2aa) bottom no-repeat;
	background-size: 100% 3px
}

#menubutton {
	display: none;
	float: right;
	background: 0 0;
	border: 0;
	margin-top: 18px;
	cursor: pointer
}

#menubutton span {
	float: left;
	padding: 6px 0 7px
}

#menubutton i {
	width: 25px;
	height: 2px;
	clear: both;
	display: block;
	background-color: #444;
	margin: 5px 0
}

#main {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	padding: 100px 0 10px
}

#footer {
	clear: both;
	padding: 25px 0;
	text-align: center;
	font-size: .875em;
	border-top: 1px solid #eee
}

.post {
	padding: 0 0 20px;
	margin: 0 0 5px;
	font-size: .9375em
}

.post-head {
	display: -webkit-flex;
	display: flex;
	align-items: center
}

.post-head time {
	font-size: .875em;
	color: #999
}

.post-title {
	flex: 1 1 auto
}

.post-near {
	margin: 15px 0;
	font-size: .875em
}

.post-near li {
	list-style: none;
	padding-bottom: 10px
}

.post-left {
	float: left
}

.post-left,.post-right {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 40%
}

.post-right {
	float: right;
	text-align: right;
	direction: rtl
}

li.post-right:before {
	border-left: 6px solid #ddd;
	margin-left: 5px
}

li.post-left:before,li.post-right:before {
	display: inline-block;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

li.post-left:before {
	border-right: 6px solid #ddd;
	margin-right: 5px
}

li.post-left:hover:before {
	border-right: 6px solid #72b2aa
}

li.post-right:hover:before {
	border-left: 6px solid #72b2aa
}

.page-navigator {
	list-style: none;
	margin: 20px 0 10px;
	padding: 0;
	text-align: center;
	font-size: .875em
}

.page-navigator li {
	display: inline-block;
	margin: 0 4px;
	height: 30px;
	width: 30px;
	border: 1px solid #eee;
	border-radius: 100%
}

.page-navigator a,.page-navigator span {
	display: inline-block;
	height: 30px;
	line-height: 30px
}

.page-navigator li:hover {
	background: linear-gradient(#72b2aa,#72b2aa) bottom no-repeat;
	background-size: 100% 3px
}

.page-navigator .current a {
	color: #72b2aa
}

.post-content {
	line-height: 1.8em;
	word-break: break-word
}

.post-content h1,.post-content h2,.post-content h3 {
	margin: 0;
	padding: 0
}

.post-content h1:before {
	content: "#";
	color: #bd19da;
	margin-right: 5px
}

.post-content h2:before {
	content: "#";
	color: #1998da;
	margin-right: 5px
}

.post-content h3:before {
	content: "#";
	color: #f77b83;
	margin-right: 5px
}

.post-content a {
	color: #72b2aa
}

.post-content a:hover {
	color: #f77b83
}

.post-content img {
	border-radius: 6px;
	max-width: 100%;
	margin: 0 auto;
	display: block
}

.subcolor {
	color: #72b2aa
}

#cornertool {
	right: 50%;
	margin-right: -600px;
	position: fixed;
	bottom: 20px;
	z-index: 999
}

#cornertool .hidden {
	visibility: hidden;
	opacity: 0
}

#cornertool ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

#cornertool li {
	position: relative;
	display: block;
	left: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: 5px;
	color: #fff;
	background: #72b2aa;
	border-radius: 3px;
	visibility: visible;
	opacity: 1;
	cursor: pointer
}

#percentage {
	font-size: 75%
}

#top:hover:before {
	content: "\25b2"
}

#top:hover span {
	display: none
}

@media(max-width:1210px) {
	#cornertool {
		right: 10px;
		margin: 0
	}
}

@media(max-width:800px) {
	#main {
		padding: 60px 0 10px
	}

	#header,#main {
		transition: none
	}

	#header {
		height: 56px;
		line-height: 56px
	}

	#header,#menu {
		background: #fff
	}

	#menu {
		width: 100%;
		padding: 0;
		margin: -1px 0 0;
		list-style-type: none;
		display: none
	}

	#menu li {
		width: 100%;
		display: inline;
		text-align: right;
		line-height: 3pc
	}

	#menubutton {
		display: inline-block;
		float: right;
		margin-top: 8px
	}

	#nav-menu a {
		margin: 0 4%
	}

	.logo img {
		height: 56px
	}

	#footer {
		background: #fff;
		padding: 18px 0
	}

	.post {
		padding: 0;
		margin: 0;
	}

	.post-title {
		font-size: 1.125em;
		font-weight: 400;
		line-height: 1.6em
	}

	.page-navigator {
		margin: 15px 0 10px;
		font-size: .75em
	}
}