* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	max-width: 664px;
	margin: 0 auto !important;
	padding: 0 15px;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
	background: #fff;
	color: #333;
}

img {
	max-width: 100%;
}

p {
	text-align: justify;
	line-height: 2;
	padding: 0 10px;
	letter-spacing: 3px;
	font-size: 20px;
	margin: 0.5em 0;
	font-weight: bold;
}

/* 关键词标红 */
.red {
	color: rgb(192, 0, 0);
	font-weight: bold;
}

/* 标题 */
.post-title {
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	color: #222;
	letter-spacing: 2px;
	text-align: center;
	margin: 20px 0 15px;
}

/* 正文片段 */
.post-desc {
	font-size: 20px;
	line-height: 2;
	letter-spacing: 3px;
	text-align: justify;
	font-weight: bold;
	color: #333;
	margin: 0.5em 0 20px;
}

/* 搜狐视频容器 */
.video-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #000;
	border-radius: 8px;
}

.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* 微信引导区 */
.wechat-box {
	font-size: 18px;
	text-align: center;
}

.wechat-box>img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.wechat-tip {
	color: rgba(199, 17, 34, 0.94);
	font-weight: bold;
	margin-top: 10px;
	font-size: 18px;
}

.titletip {
	text-align: center;
	width: 75%;
	height: 50px;
	line-height: 50px;
	background-color: red;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto;
	cursor: pointer;
}

.slogan {
	font-size: 20px;
	color: rgba(199, 17, 34, 0.94);
	font-weight: bold;
	margin: 20px 0;
}

.divider {
	margin: 10px auto;
	border-top: 1px solid #000;
	margin-bottom: 30px;
	width: 90%;
}

/* 写在最后 */
.signoff {
	margin-bottom: 15px;
	box-sizing: border-box;
}

.signoff-inner {
	font-size: 20px;
	letter-spacing: 3px;
	box-sizing: border-box;
}

.signoff-inner p {
	margin-bottom: 15px;
	white-space: normal;
	box-sizing: border-box;
}

.signoff-inner span {
	color: #000;
	box-sizing: border-box;
}

/* 评论 */
.comment {
	max-width: 640px;
	margin: auto;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 10px;
}

.comment .avatar {
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: inline-block;
}

.comment .avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comment .nickname {
	width: 50%;
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	color: rgb(57, 144, 230);
	font-size: 17px;
}

.comment .text {
	background: #f8f8f8;
	font-size: 17px;
	margin: 8px;
	padding: 10px;
	line-height: 1.8;
}

.comment .reply {
	background: #f8f8f8;
	font-size: 17px;
	margin: 8px;
	padding: 10px;
	line-height: 1.8;
}

.comment .reply .author {
	color: rgb(57, 144, 230);
}

.comment .time {
	color: #ccc;
	font-size: 14px;
	margin: 8px;
}

@media (max-width: 375px) {
	p,
	.post-desc {
		font-size: 18px;
	}

	.post-title {
		font-size: 20px;
	}
}
