﻿* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none
}

:focus {
	outline: none
}

.cf {
	zoom: 1
}

.cf:before,.cf:after {
	display: table;
	content: ''
}

.cf:after {
	clear: both
}

h1,h4 {
	font-weight: 600
}

html {
	min-height: 100%
}

body {
	letter-spacing: .03em;
	color: #222;
	background-color: #DCD7B4;
	overflow-y: scroll;
	font: 400 16px/1.6 -apple-system, "Microsoft JhengHei","微軟正黑體",Arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}

.page-main {
	display: block;
	background-color: #fff;
	max-width: 768px;
	width: 100%;
	padding: 48px 64px;
	margin: 32px auto;
	position: relative;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
	text-align: justify;
	text-justify: ideographic;
	word-break: break-all;
	word-wrap: break-word
}

.page-main a {
	color: #2ea9df
}

.page-main:before {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transform: skew(3deg, 2deg);
	transform: skew(3deg, 2deg);
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.2);
	box-shadow: 0 15px 10px rgba(0,0,0,0.2);
	height: 100px;
	bottom: 15px;
	right: 3px;
	width: 250px
}

.page-header .page-title {
	border-bottom: 2px solid #e7e7eb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 17px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.page-header .page-title:before {
	content: "";
	width: 0;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #7db9de;
	-webkit-transition: .5s .5s all ease-out;
	transition: .5s .5s all ease-out
}

.page-header .page-title:after {
	display: inline-block;
	position: absolute;
	bottom: -7px;
	color: #7db9de;
	background-color: #fff;
	padding: 0 3px;
	font-size: 12px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: .3s opacity;
	transition: .3s opacity
}

.page-header .page-title:hover:after {
	opacity: .6
}

.page-header .page-title .page-title-link {
	color: #000;
	border-bottom: none;
	display: block
}

.page-header .post-cat-tag {
	margin-right: 8px
}

.page-header .post-cat-tag.active {
	color: #000
}

.page-header .post-cat-tag:hover {
	border-bottom: none
}

.page-header .post-cat-tag:last-child {
	float: right
}

.page-footer {
	text-align: center;
	color: #969696
}

.page-footer a {
	color: #969696
}


.post-list a:hover {
	border-bottom: 1px dashed #2ea9df
}

.post-list a:target {
	background-color: rgba(230,230,230,0.5)
}

.post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0
}

.post-item .post-item-summary {
	margin: 0 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 25px
}

.pagination .pagination-list {
	list-style-type: none;
	margin: 10px auto;
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	line-height: 30px;
	color: #434343
}

.post-content>* {
	margin: 18px 0
}

@media screen and (max-width: 768px) {
	.page-main {
		margin: 0 !important
	}
}

@media screen and (max-width: 450px) {

	.post-cats {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		left: 0;

		z-index: 500;
		bottom: 0;
		width: 100%;
		background-color: #F7F7FA
	}

	.post-cats:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 1px;
		border-top: 1px solid #C0BFC4;
		color: #C0BFC4;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scaleY(0.5);
		transform: scaleY(0.5)
	}

	.post-cats .post-cat-tag {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 13px 0;
		text-align: center;
		font-size: 15px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		color: #000;
		margin: 0
	}

	.post-cats .post-cat-tag.active {
		background-color: #eaeaea
	}

	.post-cats .post-cat-tag:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		bottom: 0;
		border-right: 1px solid #ccc;
		color: #ccc;
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: scaleX(0.5);
		transform: scaleX(0.5)
	}

	.post-cats .post-cat-tag:last-child:after {
		display: none
	}

	body {
		background-color: #fff
	}

	.page-main {
		padding: 20px 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.page-main:before {
		display: none
	}

	.page-main .page-title {
		padding: 7px
	}

	.page-main .page-content {
		padding: 0 7px
	}
}
.yqlink {
	font-size: 12px;
	color: #434343
}