﻿html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6
}

body {
	-webkit-touch-callout: none;
	font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
	color: #333;
	letter-spacing: .034em
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 16px
}

* {
	margin: 0;
	padding: 0
}

a {
	color: #576b95;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

img {
	/* width: 100% */
}

.rich_media_area_primary {
	padding: 0px 16px 12px;
	background-color: #fafafa;
}

.rich_media_title {
	line-height: 1.4;
	margin-bottom: 14px
}

@supports(-webkit-overflow-scrolling:touch) {
	.rich_media_title {
		font-weight: 700
	}
}

.rich_media_meta_list {
	margin-bottom: 12px;
	line-height: 20px;
	font-size: 0;
	word-wrap: break-word;
	word-break: break-all
}

.rich_media_meta_list em {
	font-style: normal
}

.rich_media_meta {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0;
	font-size: 15px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rich_media_meta.icon_appmsg_tag {
	margin-right: 4px
}

.rich_media_meta.meta_tag_text {
	margin-right: 0
}

.rich_media_meta_primary {
	display: block;
	margin-bottom: 10px;
	font-size: 15px
}

.meta_original_tag {
	padding: 0 .5em;
	font-size: 12px;
	line-height: 1.4;
	background-color: #f2f2f2;
	color: #888
}

.meta_enterprise_tag img {
	width: 30px;
	height: 30px!important;
	display: block;
	position: relative;
	margin-top: -3px;
	border: 0
}

.rich_media_meta_link {
	color: #576b95
}

.rich_media_meta_text {
	color: rgba(0, 0, 0, 0.3)
}

.rich_media_meta_text.rich_media_meta_split {
	padding-left: 10px
}

.rich_media_meta_text.rich_media_meta_split:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	content: ' ';
	display: block;
	border-left: 1px solid #888;
	width: 200%;
	height: 130%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.rich_media_meta_text.article_modify_tag {
	position: relative
}

.rich_media_meta_nickname {
	position: relative
}

.rich_media_thumb_wrp {
	margin-bottom: 6px
}

.rich_media_thumb_wrp .original_img_wrp {
	display: block
}

.rich_media_thumb {
	display: block;
	width: 100%
}

.rich_media_content {
	overflow: hidden;
	color: #333;
	font-size: 17px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify
}

.rich_media_content * {
	max-width: 100%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	word-wrap: break-word!important
}

.rich_media_content p {
	clear: both;
	min-height: 1em
}

.rich_media_content em {
	font-style: italic
}

.rich_media_content fieldset {
	min-width: 0
}

.rich_media_content .list-paddingleft-2 {
	padding-left: 2.2em
}

.rich_media_content .list-paddingleft-2 .list-paddingleft-2 {
	padding-left: 30px
}

.rich_media_content blockquote {
	margin: 0;
	padding-left: 10px;
	border-left: 3px solid #dbdbdb
}

.weui-mask {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6)
}

.weui-dialog {
	position: fixed;
	z-index: 5000;
	width: 80%;
	max-width: 300px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden
}

.weui-dialog__hd {
	padding: 1.3em 1.6em .5em
}

.weui-dialog__title {
	font-weight: 400;
	font-size: 18px
}

.weui-dialog__bd {
	padding: 0 1.6em .8em;
	min-height: 40px;
	font-size: 15px;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	color: #999
}

.weui-dialog__bd:first-child {
	padding: 2.7em 20px 1.7em;
	color: #353535
}

.weui-dialog__ft {
	position: relative;
	line-height: 48px;
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.weui-dialog__ft:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}

.weui-dialog__btn {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #3cc51f;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative
}

.weui-dialog__btn:active {
	background-color: #eee
}

.weui-dialog__btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-left: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5)
}

.weui-dialog__btn:first-child:after {
	display: none
}

.weui-dialog__btn_default {
	color: #353535
}

.weui-dialog__btn_primary {
	color: #0bb20c
}

img {
	height: auto!important
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {
	.rich_media_area_extra {
		padding-bottom: 34px;
		
	}
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
	.rich_media_area_primary {
		padding: 20px 60px 15px 60px;

	}
	.rich_media_area_extra {
		padding: 0 60px 21px 60px;
	}
}

@media screen and (min-width:1024px) {
	.rich_media_area_primary_inner,
	.rich_media_area_extra_inner {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

.rich_media_area_primary_inner,
.rich_media_area_extra_inner {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.appmsg_share_notice {
	font-size: 16px;
	color: #888;
	position: relative;
	padding: 1.25em 0;
	margin-bottom: 1.75em
}

.appmsg_share_notice:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #dfdfdf;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}

.appmsg_share_notice:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #dfdfdf;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}

.appmsg_share_notice_hd {
	font-weight: 700;
	padding-bottom: .2em
}

.cell {
	padding: .8em 0;
	display: block;
	position: relative
}

.cell_hd,
.cell_bd,
.cell_ft {
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
	white-space: nowrap
}

.cell_primary {
	width: 2000px;
	white-space: normal
}

.flex_cell {
	padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex_cell_primary {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
	flex: 1
}

.original_tool_area {
	display: block;
	padding: .75em 1em 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
	border: 1px solid #eaeaea;
	margin: 20px 0
}

.original_tool_area .tips_global {
	position: relative;
	padding-bottom: .5em;
	font-size: 15px
}

.original_tool_area .tips_global:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #dbdbdb;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}

.original_tool_area .radius_avatar {
	width: 27px;
	height: 27px;
	padding: 0;
	margin-right: .5em
}

.original_tool_area .radius_avatar img {
	height: 100%!important
}

.original_tool_area .flex_cell_bd {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.original_tool_area .flex_cell_ft {
	font-size: 14px;
	color: #888;
	padding-left: 1em;
	white-space: nowrap
}

.original_tool_area .icon_access:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 1px 1px 0 0;
	border-color: #cbcad0;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	-ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	top: -1px
}

.rich_media_global_msg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: .85em 35px .85em 15px;
	z-index: 2;
	background-color: #c6e0f8;
	color: #888;
	font-size: 12px
}

.rich_media_global_msg .icon_closed {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	line-height: 300px;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: transparent url(//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/icon_appmsg_msg_closed_sprite.2x2eb52b.png) no-repeat 0 0;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	display: inline-block;
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}

.rich_media_global_msg .icon_closed:active {
	background-position: 0 -17px
}

.rich_media_global_msg.voice {
	color: #1aad19;
	background-color: #e8f6e8;
	padding-left: 43.3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.rich_media_global_msg.voice .ic_voice {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 15px;
	display: inline-block;
	width: 13.3px;
	height: 18.3px;

	background-size: contain
}


.preview_appmsg .rich_media_title {
	margin-top: 2.3em
}

@media screen and (min-width:1024px) {
	.rich_media_global_msg {
		position: relative;
		margin-bottom: 32px
	}
	.preview_appmsg .rich_media_title.rich_media_title {
		margin-top: 0
	}
}

.pages_reset {
	color: #333;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-indent: 0;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	white-space: normal
}

.weapp_element,
.weapp_display_element,
.mp-miniprogram {
	display: block;
	margin: 1em 0
}

.share_audio_context {
	margin: 16px 0
}

.weapp_text_link {
	font-size: 17px
}

.weapp_text_link:before {
	content: '';
	display: inline-block;
	line-height: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,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');
	vertical-align: middle;
	font-size: 11px;
	color: #888;
	margin-right: 6px;
	margin-top: -3px;
	background-position: center;
	height: 20px;
	width: 20px
}

.flex_context {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.flex_bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	word-wrap: break-word;
	word-break: break-all
}

.original_page {
	background-color: #fff;
	font-size: 16px
}

.account_info {
	padding: 0 0 20px
}

.account_info .flex_bd {
	padding-left: .85em
}

.radius_avatar.account_avatar {
	width: 40px;
	height: 40px;
	padding: 0
}

.account_nickname {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1.2;
	color: #576b95;
	font-size: 14px
}

.account_nickname_inner {
	font-weight: 400;
	vertical-align: top
}

.account_desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #b2b2b2;
	font-size: 13px;
	line-height: 1.2;
	padding-top: .3em
}

.account_desc_inner {
	display: inline;
	vertical-align: top
}

.share_notice {
	margin-bottom: 20px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.share_media {
	padding-bottom: 18px
}

.original_panel {
	padding: 20px;
	background-color: #fcfcfc;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
	position: relative
}

.original_panel:after {
	content: " ";
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.original_panel .original_account {
	margin-bottom: 18px;
	position: relative;
	z-index: 1
}

.original_panel .original_account_avatar {
	width: 28px;
	height: 28px;
	padding: 0
}

.original_panel .original_account_nickname {
	padding-left: .85em;
	font-size: 15px;
	color: #576b95
}

.original_panel_title {
	font-size: 23px;
	color: #000;
	margin: 0 0 16px
}

.original_panel_content {
	color: #333
}

.original_panel_tool {
	padding-top: 20px;
	position: relative;
	z-index: 1
}

.original_cell_nickname {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 8em;
	color: #000
}

.original_tool_area {
	padding: 1.17em 0;
	border-width: 0;
	position: relative
}

.original_tool_area:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #dfdfdf;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}

.original_tool_area:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #dfdfdf;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}

.original_tool_area .radius_avatar {
	width: 20px;
	height: 20px;
	margin-right: .2em
}

.original_tool_area .flex_cell {
	padding: 0;
	font-size: 14px
}

.original_tool_area .icon_access:after {
	margin-right: 4px;
	top: 0
}

.preview_appmsg .rich_media_title {
	margin-top: 1.5em
}

.preview_appmsg .account_info {
	padding-top: 3em
}

.original_page {
	background-color: transparent
}

.account_info {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
	padding-bottom: 20px;
	font-size: 14px
}

.account_info.appmsg_account_info {
	padding-bottom: 32px
}

.account_info .radius_avatar img {
	background-color: transparent
}

.share_notice {
	font-size: 16px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.original_panel {
	background-color: #fafafa
}

.original_panel:after {
	border-color: #e6e6e6
}

.original_panel .original_account_avatar {
	width: 30px;
	height: 30px
}

.original_panel_tool {
	font-size: 14px
}

.original_panel_tool a {
	color: #576b95
}

.original_panel_content {
	font-size: 17px
}

.share_media {
	padding-bottom: 30px
}

.icon_appmsg_tag {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .5em;
	font-size: 12px;
	line-height: 1.5;
	background-color: #c3c3c3;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 70%
}

.icon_appmsg_tag.primary {
	color: #3bb638;
	padding: 4px .78em;
	background-color: rgba(9, 187, 7, 0.08);
	font-size: 12px;
	border-top-left-radius: .95em 50%;
	-moz-border-radius-topleft: .95em 50%;
	-webkit-border-top-left-radius: .95em 50%;
	border-top-right-radius: .95em 50%;
	-moz-border-radius-topright: .95em 50%;
	-webkit-border-top-right-radius: .95em 50%;
	border-bottom-left-radius: .95em 50%;
	-moz-border-radius-bottomleft: .95em 50%;
	-webkit-border-bottom-left-radius: .95em 50%;
	border-bottom-right-radius: .95em 50%;
	-moz-border-radius-bottomright: .95em 50%;
	-webkit-border-bottom-right-radius: .95em 50%
}

.icon_appmsg_tag.default {
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3);
	background-color: transparent;
	padding: 0 .54em;
	font-size: 15px;
	line-height: 1.3;
	border-top-left-radius: .67em 50%;
	-moz-border-radius-topleft: .67em 50%;
	-webkit-border-top-left-radius: .67em 50%;
	border-top-right-radius: .67em 50%;
	-moz-border-radius-topright: .67em 50%;
	-webkit-border-top-right-radius: .67em 50%;
	border-bottom-left-radius: .67em 50%;
	-moz-border-radius-bottomleft: .67em 50%;
	-webkit-border-bottom-left-radius: .67em 50%;
	border-bottom-right-radius: .67em 50%;
	-moz-border-radius-bottomright: .67em 50%;
	-webkit-border-bottom-right-radius: .67em 50%
}

.rich_media_meta_list .icon_appmsg_tag.default {
	margin-top: -1px
}

.icon_appmsg_tag.title_tag {
	background-color: #d04b4e
}

.icon_global_tag_wrp {
	text-align: right;
	padding-bottom: 12px
}

.icon_global_tag {
	background-color: rgba(118, 118, 118, 0.16);
	color: rgba(0, 0, 0, 0.41);
	line-height: 2.2;
	border-top-left-radius: 1em 50%;
	-moz-border-radius-topleft: 1em 50%;
	-webkit-border-top-left-radius: 1em 50%;
	border-bottom-left-radius: 1em 50%;
	-moz-border-radius-bottomleft: 1em 50%;
	-webkit-border-bottom-left-radius: 1em 50%;
	padding: 0 1.8em 0 1.34em;
	font-size: 12px;
	margin-right: -24px;
	display: inline-block;
	vertical-align: top
}

.global_plain_btn {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1em;
	line-height: 2;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.global_plain_btn.primary {
	color: #1aad19;
	border: 1px solid currentColor
}

.global_plain_btn.primary:active {
	color: rgba(26, 173, 25, 0.6)
}

.rich_media_empty_extra {
	background-color: #fafafa
}

.appmsg_skin_default.rich_media_empty_extra {
	background-color: #fff
}

.appmsg_skin_default .rich_media_area_primary {
	background-color: #F6F1E7
}

.appmsg_skin_default .rich_media_area_primary .weui-loadmore_line .weui-loadmore__tips {
	background-color: #fff
}

.appmsg_style_default .rich_media_tool {
	padding-top: 15px
}

.rich_media_title_ios {
	font-weight: 700
}


/*右侧漂浮*/

@media screen and (min-width:800px){
    .qr_code_pc_outer {
		position: fixed;
		display: block;
		/*right: 0;*/
		left: 50%;
		margin-left: 420px;
		top: 193px;
		z-index: 9;
		width: 130px;
		padding: 10px;
		background: #f6f1e7;
	}
}

@media screen and (max-width:800px){
    .qr_code_pc_outer {
		display: none
	}
}


.qr_code_pc p {
	padding-left: 10px;
	font-size: 16px;
	line-height: 24px;
}


/*公众号简介*/

.rich_media_meta_list {
	position: relative;
	z-index: 1;
}

.profile_container {
	width: 535px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 10px;
	font-size: 14px;
}

.profile_inner {
	position: relative;
	padding: 30px 22px 36px 144px;
	background-color: #fff;
	border: 1px solid #d9dadc;
}

.profile_nickname {
	font-size: 16px;
	font-weight: 400;
}

.profile_avatar {
	position: absolute;
	width: 100px;
	left: 24px;
	top: 24px;
	height: 100px!important;
}

.profile_meta {
	margin-top: 5px;
	overflow: hidden;
}

.profile_meta_label {
	float: left;
	width: 5em;
	margin-right: 1em;
}

.profile_meta_value {
	display: block;
	overflow: hidden;
	color: #adadad;
}

.profile_arrow_wrp {
	position: absolute;
	left: 22px;
	top: -8px;
}

.profile_arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: dashed;
	border-color: transparent;
	border-top-width: 0;
	border-bottom-color: #d9dadc;
	border-bottom-style: solid;
	position: absolute;
	top: 0;
}

.profile_arrow.arrow_in {
	margin-top: 1px;
	border-bottom-color: #fff;
}