@keyframes downin {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes downin {
	0% {
		-webkit-transform: translateY(30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes rightin {
	0% {
		transform: translateX(30px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes rightin {
	0% {
		-webkit-transform: translateX(30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

.post-content form,.post-content .words-page,.post-content .words-navigator,.timebanner {
	animation: downin .44s;
	-webkit-animation: downin .44s ease;
}

.timebanner {
	margin: -15px -15px 0 -15px;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

.comments-container {
	position: absolute;
	right: 40px;
	bottom: -4px;
	background: #f0f0f0;
	padding: 4px 10px;
	border-radius: 4px;
	display: none;
	animation: rightin .44s;
	-webkit-animation: rightin .44s ease;
}

.clear {
	clear: both;
}

.words-navigator {
	list-style: none;
	text-align: right;
}

.words-navigator li {
	display: inline-block;
	margin: 0 4px;
}

.words-navigator a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

.words-navigator a:hover {
	background: #EEE;
	text-decoration: none;
}

.words-navigator .current a {
	color: #444;
	background: #EEE;
}

.words-page .words-list {
	margin-top: 10px;
}

.words-page .words-list .words-emoji {
	float: left;
}

.words-page .words-list .words-contents {
	margin-left: 50px;
	border-bottom: 1px #f3f3f3 solid;
	margin-bottom: 15px;
	line-height: 18px;
}

.words-page .words-list .words-words {
	position: relative;
	padding: 0 0 0 4px;
}

.words-page .words-list .words-words .words-meta {
	font-size: 14px;
}

.words-page .words-list .words-words .words-button {
	position: absolute;
	cursor: pointer;
	right: 0;
	font-size: 14px;
}

.words-page .words-list .words-words .words-button:hover {
	color: #000;
}

.words-page .words-list .words-comments {
	padding: 3px 0;
	position: relative;
}

.words-page .words-list .words-comments .words-meta {
	color: gray;
}

.words-page .words-list .words-comments .words-button {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -10px;
	font-size: 12px;
	color: #a5a5a5;
	background: #e3e3e3;
	padding: 1px 10px;
	border-radius: 20px;
}

.words-page .words-list .words-comments:hover .words-button {
	display: block;
}

.words-page .words-list .words-comments:hover .words-button:hover {
	color: #7d7d7d;
}

.words-page #words-reply {
	position: relative;
	clear: both;
	display: none;
	padding: 10px;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #ffffff;
}

.words-page #words-reply .words-comments-cancel {
	width: 60px;
	height: 24px;
	font-weight: bold;
	color: #d26666;
	background: #ffaaaa;
	margin-bottom: -10px;
	font-size: 14px;
	cursor: pointer;
	float: right;
	margin-right: 15px;
	border-radius: 20px;
	line-height: 24px;
	text-align: center;
}

#comment-info {
	margin-top: -14px;
}

#comment-info input {
	height: 30px;
	width: 100%;
	font-size: 14px;
}

#comment-content {
	margin-bottom: 8px;
}

#comment-content textarea {
	height: 100px;
	border: 1px #f1f1f1 solid;
	border-radius: 6px;
	font-size: 14px;
}

.comment-submit {
	width: 80px!important;
	height: 24px!important;
	font-weight: bold;
	color: #8c96a0;
	background: #e4e8ec;
	border: 1px #e4e8ec solid;
	margin-bottom: -10px;
	font-size: 14px;
	cursor: pointer;
	float: right;
	border-radius: 20px;
	line-height: 1px;
}

.aplayer {
	margin-top: 10px!important;
	margin-bottom: 20px!important;
	margin-left: 0!important;
	margin-right: 0!important;
}

.adaptive {
	display: flex;
	flex-wrap: wrap;
}

.adaptive .wraps {
	position: relative;
	overflow: hidden;
	margin-bottom: 2%
}

.wraps:nth-child(1):nth-last-child(3),.wraps:nth-child(2):nth-last-child(2),.wraps:nth-child(3):nth-last-child(1) {
	width: 32%;
	padding-bottom: 32%
}

.wraps:nth-child(2):nth-last-child(2),.wraps:nth-child(3):nth-last-child(1) {
	margin-left: 2%
}

.wraps:not(:nth-child(1):nth-last-child(1)) img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.wraps:nth-child(1):nth-last-child(2),.wraps:nth-child(1):nth-last-child(4),.wraps:nth-child(2):nth-last-child(1),.wraps:nth-child(2):nth-last-child(3),.wraps:nth-child(3):nth-last-child(2),.wraps:nth-child(4):nth-last-child(1) {
	width: 49%;
	padding-bottom: 49%
}

.wraps:nth-child(2):nth-last-child(1),.wraps:nth-child(2):nth-last-child(3),.wraps:nth-child(4):nth-last-child(1) {
	margin-left: 2%
}

.wraps:nth-child(1):nth-last-child(n+5),.wraps:nth-child(1):nth-last-child(n+5)~.wraps,.wraps:nth-child(n+5) {
	width: 32%;
	padding-bottom: 32%
}

.wraps:nth-child(1):nth-last-child(n+5)~.wraps:not(:nth-child(3n+1)),.wrapss:nth-child(n+5):not(:nth-child(3n+1)) {
	margin-left: 2%
}

.view-imgs {
	position: fixed;
	background: #fff;
	background: rgba(255,255,255,.92);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999999;
	cursor: zoom-out;
	animation: downin .33s ease;
	-webkit-animation: downin .33s ease;
}

.view-imgs img {
	max-width: 100%;
	max-height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#loading-text{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #616161;
    font-size: 16px;
}

.adaptive .wraps img {
	cursor: zoom-in;
	border-radius: 4px;
}

.adaptive video, .adaptive audio {
	margin-bottom: 8px;
}

.plqy {
	background: #f7f7f7;
	padding: 5px 12px 5px 12px;
	border-radius: 6px;
	font-size: 14px;
	margin-bottom: 18px;
}

.words-words .aplayer {
	box-shadow: none;
	border: 1px #e5e5e5 solid;
}

.words-words .aplayer-lrc {
	margin: -10px 0 5px 5px!important;
}

@media (min-width: 768px) {
    .article_int {
        max-width: 640px;
        padding-top: 0px;
    }
}

.article_int{
    margin: auto;
    margin-top: 30px;
    padding: 0px 30px 0px 30px;
}