::-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);
}

::selection {
	color: #fff;
	background-color: #008090;
	text-shadow: none;
}

body {
	overflow-y: scroll;	
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Cuprum, "lxgw wenkai screen", "Microsoft Yahei", monospace, sans-serif;
}

p  {
	margin:30px 0 0 0;
	/*color: #265088;*/
	color: #134f5c;
}

h1 {
	font-family: Cuprum, "Microsoft Yahei", monospace, sans-serif;
	font-weight: bold;	
	font-size: 1.4em;
	color: #9e3636;
}

h2 {
	font-family: Cuprum, "Microsoft Yahei", monospace, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #9e3636;
}

h3 {
	font-family: Cuprum, "Microsoft Yahei", monospace, sans-serif;
	font-size: 1.1em;
	color: #222;
}

h4 {
	font-family: Cuprum, "Microsoft Yahei", monospace, sans-serif;
	font-size: 1.1em;
	color: #333;
}

a {
	color: #008090;
	font-weight: bold;
	text-decoration: none;
	transition: all 1s ease-in-out;
	border-radius: 10px;
	padding: 5px;
}

a:hover {
	color: #eee;
	/*transition: color 0.4s ease-in-out;*/
	background: #008090;
	border-radius: 15px;
}

nav {
	/*text-transform: uppercase;*/
	text-align: left
}

nav a {
	color: #eee;
	background: #9e3636;
	border-radius: 15px;
}

nav a:hover {
	color: #eee;
	padding: .5em 1em;
	background: #008090;
	border-radius: 15px;
}

hr {
  border: none;
  border-top: 3px double #a9c7c3;
  color: #367168;
  overflow: visible;
  text-align: center;
  height: 15px;
}

hr::after {
  background: #f8f6f1;
  content: 'ℤ'; /*'𒈝';*/
  padding: 0 3px;
  position: relative;
  top: -1.2em;
}

ul.task-list {
    margin: 2em 0 0 -1em;
}

ul.listing {
    margin:1em 0 0 -1em;
}

#tag_cloud {
  padding: .9em 0;
}

#backbutton {
	color: #008090;
	font-weight: bold;
	background: #f1eee1; /*#9e3636; */
	font-family: Galdeano, Cuprum, "Microsoft Yahei", sans-serif;
	border-radius: 15px;
	cursor: pointer;
	border: 0;
	transition: all 1s ease-in-out;
}

#backbutton:hover {
	color: #eee;
	padding: .5em 1em;
	background: #008090;
	border-radius: 15px;
	border: 0;
}

table#Table_zhao {
	max-width: 1200px;
	margin: auto;
}

.hide {
  display: none;
}
 
.qricon {
  float:right; 
  color:#008090;
}
 
.qricon:hover + .hide {
  display: block;
  transition: all 1s ease-in-out;
  color: #008090;
}

.post-home-link {
	font-family: Galdeano, Cuprum, "Microsoft Yahei", sans-serif;
	font-size: 1em;
	float: right;
}

.post-next-link {
	font-family: Galdeano, Cuprum, "Microsoft Yahei", sans-serif;
	font-size: 1em;
}

.post-pre-link {
	font-family: Galdeano, Cuprum, "Microsoft Yahei", sans-serif;
	font-size: 1em;
	margin-top: 30px;
	text-align: right;
}

.post-content {
	font-family: Cuprum, "lxgw wenkai screen", "Microsoft Yahei", sans-serif;
	font-size: 110%;
	margin-top: 1em;
}

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

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

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

.listing-item time {
	color: #404040;
}

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

li.listing-seperator {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
	color: #9e3636;
	font-family: Consolas, Galdeano, "lxgw wenkai screen", monospace, "Microsoft Yahei", sans-serif;
}

.list-page a {
	padding: 1px 8px;
	text-decoration: none;
	background: #f8f6f1ba;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}

.list-page a:hover {
	padding: 1px 8px;
	text-decoration: none;
	background: #008090;
	border: 1px solid #008090;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
}

.current-page {
	padding: 1px 8px;
	text-decoration: none;
	background: #f8f6f1ba;
	border: 0px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}