/* reset */
 body,p,h1,h2,h3,h4,h5,h6,dd,dl,dt,form,th,td,ul,li,ol {
	margin:0;
	padding:0;
}
input,select,textarea,button {
	vertical-align:middle;
	outline:none;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	border:1px solid #ddd;
}
img {
	border:0;
	opacity:1;
	display:block;
	transition:opacity 0.3s;
}
img[data-src] {
	opacity:0;
}
ul,ol,li {
	list-style-type:none;
}
::-webkit-scrollbar {
	width:1px;
}
::-webkit-scrollbar-track {
	background:transparent;
}
::-webkit-scrollbar-thumb {
	background:#666;
}
::-webkit-scrollbar-button:start,::-webkit-scrollbar-button:end {
	display:none;
}
* {
	box-sizing:border-box;
}
/***   global  ***/ 

html {
	font-size:14px;
}
body {
	font-size:1rem;
	color:#000;
	font-family:Georgia,"PingFang SC","Heiti SC","Microsoft Yahei",simsun,sans-serif;
	/* font-family:sans-serif,"PingFang SC","Heiti SC","Microsoft Yahei";
	*/
}
a {
	text-decoration:none;
	color:#000;
	transition:opacity 0.3s;
}
.header {
	position:fixed;
	width:100%;
	background:#fff;
	top:0;
	z-index:9;
	border-bottom:1px solid #ddd;
}
.mid {
	position:relative;
	display:flex;
	height:6rem;
	justify-content:center;
	align-items:center;
	width:94%;
	margin:0 auto;
	max-width:1200px;
}
.logo {
	background-image:linear-gradient(to right,#fdeaee 0,rgba(255,107,48,.1) 100%);
	background-size:100% 50%;
	background-repeat:no-repeat;
	background-position:0 100%;
	padding:0 0.1rem;
}
.logo img {
	width:3rem;
}
.about {
	position:absolute;
	right:3px;
	font-size:1.4rem;
}
.back {
	position:absolute;
	left:3px;
	color:#000;
	display:block;
	width:3.32rem;
	height:3.32rem;
	cursor:pointer;
	transition:all .3s linear;
}
.back:hover {
	margin-left:-3px;
}
.back:before,.back:after {
	position:absolute;
	content:"";
	transition:all .3s linear;
	width:0;
	left:0;
	height:2px;
	bottom:calc(50% - 1px);
}
.back:after {
	opacity:0;
	width:8px;
	height:8px;
	top:calc(50% - 5px);
	transform:rotate(-45deg );
}
.show .back:after {
	border-left:2px solid #000;
	border-top:2px solid #000;
	opacity:1;
}
.show .back:before {
	width:2.49rem;
	background:#000;
}
.show .back:hover:before {
	background:#f78a74;
}
.show .back:hover:after {
	border-color:#f78a74;
}
.wrap {
	margin:6rem 0 50px 0;
	overflow:hidden;
	background:url(img/star.svg) center #fff;
	background-size:auto 150%;
	background-repeat:repeat;
}
.home {
	}.main {
	width:94%;
	margin:0 auto;
	max-width:1100px;
}
.summary {
	margin:4rem  0;
	text-align:center;
	font-size:1.2rem;
	line-height:2.2;
}
.side {
	width:260px;
	margin-left:20px;
}
.posts {
	margin:20px 0;
	display: flex;
   	 flex-flow: wrap;
}
.posts  li {
	opacity:0;
	padding:2rem;
	padding-left:0;
	margin-left:1rem;
	border-bottom:1px dotted #ddd;
	width:calc(50% - 1rem);
}
.posts  li a {
	position:relative;
	font-size:1.4rem;
}
.posts  li  a::before {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background-color:#000;
	bottom:-3px;
	left:0;
	transform-origin:right;
	transform:scaleX(0);
	transition:transform .3s ease-in-out;
}
.posts  li  a:hover::before {
	transform-origin:left;
	transform:scaleX(1);
}
.meta {
	color:#999;
	margin:1.2rem 0 0 0;
}
.more {
	position:relative;
	margin:50px auto 30px;
	display:block;
	text-align:center;
}
.loadmore {
	cursor:pointer;
	border:1px solid #000;
	width:10em;
	padding:5px 0;
	transition:all .3s ease-in-out;
}
.loadmore:hover {
	color:#fff;
	background:#000;
}
.nomore {
	color:#ccc;
}
.nomore:before,.nomore:after {
	content:'';
	width:calc(50% - 5em);
	height:1px;
	display:block;
	top:50%;
	position:absolute;
	background:#eee;
}
.nomore:before {
	left:0;
}
.nomore:after {
	right:0;
}
.content {
	display:none;
	width:94%;
	margin:0 auto;
}
#view {
	max-width:1100px;
	padding:3.6rem 0;
}
#view h1 {
	font-size:1.8rem;
	text-align:center;
}
figure {
	margin:3.6rem auto;
}
img {
	max-width:100%;
	display:block;
}
figcaption {
	font-size:1.2rem;
	color:#666;
	border-bottom:1px solid #999;
	display:inline-block;
	padding:10px 0;
}
p {
	font-size:1.35rem;
	margin:3.2rem auto;
	padding:0 5%;
	line-height:1.875;
}
#view p {
	max-width:800px;
}
#view p:first-of-type:first-letter {
	font-size:2.2rem;
}
.next {
	border-top:1px solid #ddd;
	display:block;
	padding:2.4rem 0 0;
	font-weight:bold;
}
#about {
	text-align:center;
}
#about h1 {
	margin:3rem 0;
	font-size:1.6rem;
}
#about p {
	margin:1rem auto;
}
.error {
	text-align:center;
}
.footer {
	position:fixed;
	letter-spacing:3px;
	font-size:12px;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
	justify-content:center;
	height:50px;
	align-items:center;
	display:flex;
	background:#F9EFF0;
}
.loader {
	display:block;
	margin:0 auto;
	animation:spinning 1.5s ease-in-out infinite;
	margin:50px auto;
	border:5px double #f0eff5;
	border-radius:50%;
	width:50px;
	height:50px;
}
@keyframes spinning {
	0% {
	transform:rotate(360deg);
	border-top:5px dashed #f56682;
	border-bottom:5px dashed #387eff;
}
25% {
	border-top:5px dashed #f591a6;
	border-bottom:5px dashed #6da7f7;
}
50% {
	border-top:5px dashed #fd878e;
	border-bottom:5px dashed #4ba3ff;
}
75% {
	border-top:5px dashed #f57f8f;
	border-bottom:5px dashed #569dff;
}
100% {
	border-top:5px dashed #f56682;
	border-bottom:5px dashed #387eff;
}
}@media only screen and (max-width:1366px) {
	html {
	font-size:12px;
}
}@media only screen and (max-width:768px) {
	html {
	font-size:10px;
}
.side {
	width:100%;
	margin:20px 0 0 0;
}
}
