#app>div:nth-child(1) {
	margin-bottom: 50px;
}

.post-title {
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 34px;
}

.header {
	padding: 12px;
	border-bottom: 1px solid #eeeeee;
}

.avatar_size,
.comments-img {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.avatar_size img,
.comments-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.author_group {
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;

}

.author {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	margin-top: 8px;
	padding-left: 5px;
}

.author h5 {
	font-size: 14px;
}

.author div {
	font-size: 12px;
	color: #999999;
}

.author_btn button {
	margin-top: 13px;
	background-color: #38526b;
	border: 0;
	border-radius: 30px;
	padding: 3px 13px;
}

.author_btn button>* {
	color: #fff;
	font-size: 14px;
}

.post-main {
	padding: 0 12px;
	border-bottom: 1px solid #eeeeee;
}


/* .post-textContainer img {
	width: 100%;
	height: 250px;
	margin: 12px 0;
	border-radius: 10px;
}
 */
.singleImg {
	width: 100%;
	height: 120px;
	margin: 12px 0;
	border-radius: 10px;
}

.post-textContainer p {
	padding: 10px 0;
	color: #222426;
}

.browse i img,
.data-likes i img,
.post—comment i img {
	width: 20px;
	height: 20px;
}

.browse span,
.browse i {
	font-size: 14px;
	color: #666;
	vertical-align: middle;

}

.comments-container {
	padding: 12px;
}

.comments-list>div {
	display: flex;
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
}

.comments-img {
	flex: 0 0 auto;
}

.comments-contents {
	flex: 1 1 auto;
	margin: 0 0 0 10px
}

.comments-data {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	color: rgb(153, 153, 153);
	display: flex;
	line-height: 1.3;
}

.data-name {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	-webkit-box-align: center;
	align-items: center;
	flex: 0 1 auto;
}

.data-name .time {
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.data-likes {
	margin: 2px;
	cursor: pointer;
	flex-shrink: 0;
}

.data-likes button {
	background-color: transparent;
	border: 0;
}

.comments-contents p {
	margin-top: 10px;
	line-height: 1.3;
}

.post—comment {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	border-top: 1px solid #eeeeee;
	background-color: #fff;
	padding: 10px 0;
	display: flex;
	justify-content: space-around;
}

.post—comment input {
	height: 30px;
	border-radius: 20px;
	border: 0;
	box-shadow: none;
	padding: 0 10px;
	background-color: #eeeeee;
}

.post—comment span {
	line-height: 50px;
}

.post—comment span i {
	vertical-align: middle;
}

.text-content {
	/* font-family: PingFang SC-Regular, PingFang SC; */
	color: #333333;
	letter-spacing: 2px;
	word-wrap: break-word;
	word-break: break-all;
	text-align: justify;
	line-height: 28px;
	white-space: pre-wrap;
}

.more-img-out {
	margin-top: 12px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.more-img-in {
	display: flex;
	flex-direction: row;
	height: 95%;
	overflow-y: hidden;
	column-count: 1;
}

.more-img {
	min-width: 130px;
}

.bor-radius {
	border-radius: 4px;
}

.video-bg {
	background-color: black;
}