@charset "utf-8";
/* 引用样式 */
.card.card-thread blockquote, .mce-content-body blockquote {
	border-left: 2px solid #ccc;
	margin-left: 1.5rem;
	padding-left: 1rem;
}
/* 防止图片超宽溢出 */
.mce-content-body img {
	max-width: 100%;
	height: auto;
}
.message img {
	border: none !important;
}
