@charset "utf-8";
body {
	line-height: 1.6;
	font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
	background-color: #f2f2f2;
	padding-bottom: 16px;
}
.rich_media_content * {
	max-width: 100%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	word-wrap: break-word!important;
}
.m-weixin {
	padding: 32px 16px 12px;
	background: #fff;
}
@media screen and (min-width: 1024px) {
	.page-content {
		max-width: 677px;
		margin-left: auto;
		margin-right: auto;
	}
}
.rich_media_title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 14px;
	font-weight:bold;
}
.rich_media_meta_list {
	margin-bottom: 22px;
	line-height: 20px;
	font-size: 15px;
	word-wrap: break-word;
	word-break: break-all;
}
.rich_media_meta_list a {
	color: #576b95;
}
.rich_media_meta_text {
	color: rgba(0, 0, 0, 0.3);
}
.rich_media_meta_list em {
	font-style: normal;
}
.rich_media_tool {
	overflow: hidden;
	padding-top: 15px;
	line-height: 32px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.3);
}
.rich_media_content {
	overflow: hidden;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	position: relative;
	z-index: 0;
}
.rich_media_content p {
	clear: both;
	min-height: 1em;
}
body .layui-layer{
	box-shadow: none;
	background: none;
}
.weixin-ewm{
	position: relative;
	text-align: center;
	padding-bottom: 90px;
}
.weixin-ewm p{	
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}
.wx-img {
	max-width:300px;
	max-height:300px;
	margin: 0 auto;
}
.wx-img img{
	max-width: 100%;
	height: auto;
}
.weixin-ewm .close-btn{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(../images/common2019/icon_close.png) no-repeat center;
	background-size:60px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	cursor: pointer;
}
