.post-share-bar[data-v-c9b6e3aa] {
	flex-direction: column;
	align-items: center
}

.post-share-bar span[data-v-c9b6e3aa] {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background: #000;
	margin-bottom: 16px;
	text-align: center;
	cursor: pointer
}

.post-share-bar span[data-v-c9b6e3aa]:hover {
	background: #0086f0
}

.post-share-bar span.weixin-wrap[data-v-c9b6e3aa] {
	position: relative
}

.post-share-bar span.weixin-wrap:hover .weixin-erweima[data-v-c9b6e3aa] {
	display: block
}

.post-share-bar i[data-v-c9b6e3aa] {
	font-size: 18px;
	color: #fff
}

.txt[data-v-c9b6e3aa] {
	color: #333;
	font-size: 12px;
	text-align: left;
	font-family: PingFangSC-Regular
}

@media screen and (min-width:320px) and (max-width:1024px) {
	.post-share-bar[data-v-c9b6e3aa] {
		flex-direction: row
	}

	.post-share-bar span[data-v-c9b6e3aa] {
		margin-right: 16px
	}

	.post-share-bar .weixin-erweima[data-v-c9b6e3aa] {
		top: 46px;
		left: 0
	}

	.txt[data-v-c9b6e3aa] {
		margin-right: 16px
	}
}

.post-border-right[data-v-5af83b12] {
	border-right: 1px dashed rgba(51,51,51,.2)
}

.post-top-bar[data-v-5af83b12] {
	padding-bottom: 8px;
	margin-bottom: 24px;
	border-bottom: 1px dotted rgba(51,51,51,.2);
	flex-wrap: wrap;
	position: relative
}

.post-top-bar span[data-v-5af83b12] {
	font-size: 14px;
	color: #333;
	padding: 0 16px;
	vertical-align: middle;
	position: relative;
	left: -16px;
	margin-bottom: 8px
}

.post-top-bar span i[data-v-5af83b12] {
	vertical-align: middle;
	margin-right: 4px;
	height: 15px;
	display: inline-block
}

.post-top-bar span.time[data-v-5af83b12] {
	display: flex;
	align-items: center
}

.author[data-v-5af83b12] {
	cursor: pointer
}

.author[data-v-5af83b12]:hover {
	color: #0086f0
}

.infoCard[data-v-5af83b12] {
	width: 356px;
	position: absolute;
	right: -40px;
	top: 20px;
	background: #fff;
	box-shadow: 0 8px 64px 0 rgba(0,0,0,.16);
	border-radius: 4px;
	display: flex;
	padding: 16px
}

.infoCard .card-box[data-v-5af83b12] {
	display: flex
}

.infoCard .card-box .card-left[data-v-5af83b12] {
	width: 48px;
	height: 48px;
	margin-right: 10px;
	margin-left: -20px;
	border-radius: 40px
}

.infoCard .card-box .card-left .card-avatar[data-v-5af83b12] {
	width: 48px;
	height: 48px;
	border: 1px solid #eee;
	border-radius: 40px
}

.infoCard .el-dropdown-menu__item[data-v-5af83b12]:not(.is-disabled):hover {
	background-color: #fff;
	color: #66b1ff
}

.infoCard .authorName[data-v-5af83b12] {
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	border-right: none;
	margin-top: -6px
}

.infoCard .authorName[data-v-5af83b12]:hover {
	color: #0086f0
}

.infoCard .authorName span[data-v-5af83b12] {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 4px;
	margin-top: 4px
}

.infoCard .authorName span.is-internal[data-v-5af83b12] {
	background: url(/dist/src/assets/imgs/internal.svg?64049264471e20243bca9cece697615b);
	background-size: 100% 100%
}

.infoCard .authorName span.is-certification[data-v-5af83b12] {
	background: url(/dist/src/assets/imgs/certification.svg?70892b13c085ba3b04ddbb6e347e915f) no-repeat 50%;
	background-size: 100% 100%
}

.infoCard .authorName span.is-media[data-v-5af83b12] {
	background: url(/dist/src/assets/imgs/media.svg?75fafe7ea70b99a5a0db5b48dd141873) no-repeat 50%;
	background-size: 100% 100%
}

.infoCard .authorDesc[data-v-5af83b12] {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666;
	letter-spacing: 0;
	text-align: justify;
	line-height: 22px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.infoCard .authorTag[data-v-5af83b12] {
	border-right: none
}

.infoCard .author-follow[data-v-5af83b12] {
	background: #0086f0;
	border-radius: 14px;
	color: #fff;
	line-height: 16px;
	border: 1px solid #0086f0;
	border-right: none;
	right: 16px
}

.infoCard .author-follow[data-v-5af83b12],.infoCard .author-followed[data-v-5af83b12] {
	width: 64px;
	height: 24px;
	font-family: PingFangSC-Medium;
	font-size: 12px;
	letter-spacing: 0;
	text-align: center;
	padding: 3px 8px;
	cursor: pointer;
	position: absolute
}

.infoCard .author-followed[data-v-5af83b12] {
	border-radius: 14px;
	color: #999;
	line-height: 18px;
	border: 1px solid #eee;
	border-right: none;
	right: 10px
}

.follow-author[data-v-5af83b12] {
	background: #0086f0;
	border: 1px solid #0086f0;
	border-radius: 14px;
	color: #fff;
	right: -1px
}

.follow-author[data-v-5af83b12],.followed-author[data-v-5af83b12] {
	width: 64px;
	height: 24px;
	font-family: PingFangSC-Medium;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
	margin-left: 60px;
	position: absolute;
	display: block
}

.followed-author[data-v-5af83b12] {
	border: 1px solid #eee;
	border-radius: 14px;
	color: #999;
	right: 0;
	background: none
}

.top-body[data-v-5af83b12] {
	display: flex
}

@media screen and (min-width:320px) and (max-width:1024px) {
	.follow-author[data-v-5af83b12],.followed-author[data-v-5af83b12] {
		bottom: 15px
	}
}

@media screen and (min-width:320px) and (max-width:720px) {
	.post-top-bar span[data-v-5af83b12] {
		padding: 0 8px;
		left: 0;
		line-height: 15px
	}

	.post-top-bar[data-v-5af83b12] {
		line-height: 12px
	}

	.post-top-bar span[data-v-5af83b12]:last-child {
		border-right: 1px dashed rgba(51,51,51,.2)
	}

	.follow-author[data-v-5af83b12],.followed-author[data-v-5af83b12],.infoCard[data-v-5af83b12] {
		display: none
	}

	.author[data-v-5af83b12]:hover,a[data-v-5af83b12],a[data-v-5af83b12]:active,a[data-v-5af83b12]:hover {
		color: #333
	}
}

.eo-sec-title[data-v-06e49292] {
	position: relative
}

.eosc-wrap[data-v-06e49292] {
	color: #333;
	font-size: 18px;
	height: 33px;
	position: relative
}

.eosc-title[data-v-06e49292] {
	margin-right: 14px;
	position: relative;
	font-weight: 700
}

.eosc-title-underline[data-v-06e49292]:before {
	content: "";
	width: 36px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0!important;
	background-color: #333
}

.eo-post-tag.type[data-v-676dee10] {
	color: #333
}

@media screen and (min-width:320px) and (max-width:1024px) {
	.collectTag[data-v-676dee10],.eo-post-tag.type[data-v-676dee10] {
		font-size: 12px
	}
}

.eo-type-report[data-v-e909ff0c] {
	position: relative;
	flex: 1
}

.eo-type-report[data-v-e909ff0c]:last-child {
	margin-right: 0
}

.eo-type-report .left[data-v-e909ff0c] {
	flex: 1;
	margin-right: 16px;
	overflow: hidden;
	position: relative
}

.eo-type-report .left .report-img img[data-v-e909ff0c] {
	width: auto;
	height: 100%;
	min-width: 100%
}

.eo-type-report .right[data-v-e909ff0c] {
	flex: 1.9;
	position: relative;
	top: -2px
}

.eo-type-report .right[data-v-e909ff0c] .eo-post-tag {
	font-size: 12px;
	line-height: 18px
}

.eo-type-report .right .title[data-v-e909ff0c] {
	margin-top: 6px;
	font-weight: 700
}

.eo-type-report .right .eo-post-date[data-v-e909ff0c] {
	font-size: 12px
}

@media screen and (min-width:1280px) {
	.eo-type-report .left[data-v-e909ff0c] {
		height: 136.18738px
	}
}

@media screen and (min-width:1024px) and (max-width:1280px) {
	.eo-type-report .left[data-v-e909ff0c] {
		height: calc(((100vw - 225px)/3.54 - 50px)/2.71*1*3/2)
	}
}

@media screen and (min-width:320px) and (max-width:1024px) {
	.eo-type-report .left[data-v-e909ff0c] {
		height: 117.89668px
	}

	.eo-type-report .right .title[data-v-e909ff0c] {
		font-size: 18px
	}
}

@media screen and (min-width:320px) and (max-width:720px) {
	.eo-type-report[data-v-e909ff0c] {
		flex: none;
		border-bottom: none
	}

	.eo-type-report .left[data-v-e909ff0c] {
		margin-right: 10px;
		height: calc((100vw - 88px)/2.71*1*3/2)
	}

	.eo-type-report .right .title[data-v-e909ff0c] {
		font-size: 14px
	}
}

.eo-latest-report[data-v-f4f93e92] {
	background: #fff;
	padding: 16px 16px 0
}

.eo-latest-report[data-v-f4f93e92] .eo-btm-dashed:last-of-type {
	border: none
}

.eolr-icon[data-v-f4f93e92] {
	width: 24px;
	height: 12px;
	display: inline-block;
	margin-left: 4px
}

.eolr-more[data-v-f4f93e92] {
	color: #333;
	font-size: 12px;
	position: absolute;
	bottom: 12px;
	right: 0
}

.eolr-more .icon[data-v-f4f93e92] {
	font-size: 12px;
	font-weight: 700;
	margin-left: -4px
}

.eolr-report[data-v-f4f93e92] {
	padding: 16px 0
}

.eolr-report-rfe[data-v-f4f93e92] {
	color: #999;
	font-size: 12px;
	position: absolute;
	bottom: 0
}

.eolr-post-flag[data-v-f4f93e92] {
	padding: 2px 6px;
	background: #0086f0;
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1
}

@media screen and (min-width:320px) and (max-width:720px) {
	.eolr-report[data-v-f4f93e92] {
		padding: 8px 0
	}
}

.eo-collect[data-v-3e6e78fa] {
	flex-direction: column;
	align-items: center
}

.eoc-group[data-v-3e6e78fa] {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background: #000;
	margin-bottom: 16px;
	text-align: center;
	cursor: pointer
}

.eoc-group.active[data-v-3e6e78fa],.eoc-group[data-v-3e6e78fa]:hover {
	background: #0086f0
}

.eoc-icon-collect[data-v-3e6e78fa] {
	font-size: 18px;
	color: #fff
}

.txt[data-v-3e6e78fa] {
	color: #333;
	font-size: 12px;
	text-align: left
}

@media screen and (min-width:320px) and (max-width:720px) {
	.txt[data-v-3e6e78fa] {
		display: none
	}

	.eo-collect[data-v-3e6e78fa] {
		flex-direction: inherit
	}
}

.author-item[data-v-13249d32] {
	padding: 16px;
	position: relative;
	background-color: #fff
}

.author-item .author-info[data-v-13249d32] {
	margin-bottom: 10px;
	align-items: unset
}

.author-item .author-info img[data-v-13249d32] {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-right: 10px
}

.author-item .author-info .right[data-v-13249d32] {
	min-width: 0;
	padding-top: 6px
}

.author-item .author-info .name[data-v-13249d32] {
	font-weight: 700;
	color: #333;
	margin-bottom: 8px
}

.author-item .author-info .name span[data-v-13249d32] {
	display: inline-block;
	width: 12px;
	height: 12px
}

.author-item .author-info .name span.is-internal[data-v-13249d32] {
	background: url(/dist/src/assets/imgs/internal.svg?64049264471e20243bca9cece697615b);
	background-size: 100% 100%
}

.author-item .author-info .name span.is-certification[data-v-13249d32] {
	background: url(/dist/src/assets/imgs/certification.svg?70892b13c085ba3b04ddbb6e347e915f) no-repeat 50%;
	background-size: 100% 100%
}

.author-item .author-info .name span.is-media[data-v-13249d32] {
	background: url(/dist/src/assets/imgs/media.svg?75fafe7ea70b99a5a0db5b48dd141873) no-repeat 50%;
	background-size: 100% 100%
}

.author-item .author-info .title[data-v-13249d32] {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	display: inline-block;
	white-space: nowrap;
	width: 187px;
	overflow: hidden;
	text-overflow: ellipsis
}

.author-item .about-data[data-v-13249d32] {
	color: #666;
	line-height: 20px;
	font-size: 14px
}

.author-item .about-data span[data-v-13249d32] {
	color: #0086f0
}

.author-item .center-line[data-v-13249d32] {
	border-bottom: 1px dotted rgba(51,51,51,.2);
	margin: 12px 0
}

.author-item .hot-post[data-v-13249d32] {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin-top: 16px
}

.author-item .hot-title[data-v-13249d32] {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-top: 16px;
	cursor: pointer
}

.author-item .hot-title[data-v-13249d32]:hover {
	color: #0086f0
}

.author-item .dot-icon[data-v-13249d32] {
	font-weight: 700;
	margin-right: 6px
}

.followsuccess[data-v-13249d32] {
	width: 64px;
	height: 28px;
	position: absolute;
	top: 16px;
	right: 16px;
	border: 1px solid #eee;
	border-radius: 14px;
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #999;
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
	background: none
}

@media screen and (min-width:320px) and (max-width:1024px) {
	.author-item[data-v-13249d32] {
		width: 100%;
		box-shadow: unset;
		padding: 16px
	}

	.author-item .author-info .title[data-v-13249d32] {
		width: 140px
	}
}

@media screen and (min-width:320px) and (max-width:720px) {
	.author-item[data-v-13249d32] {
		width: 100%;
		box-shadow: unset;
		border: 1px dotted rgba(0,134,240,.3);
		margin-bottom: 32px
	}

	.author-item .author-info img[data-v-13249d32] {
		width: 48px;
		height: 48px;
		margin-right: 8px
	}

	.author-item .author-info .right[data-v-13249d32] {
		padding-top: 0
	}

	.author-item .author-info .name[data-v-13249d32] {
		font-weight: 700;
		color: #333;
		margin-bottom: 4px
	}

	.author-item .author-info .title[data-v-13249d32] {
		width: 100%;
		margin-top: 8px
	}

	.author-item .about-data[data-v-13249d32] {
		margin-left: 56px;
		margin-top: -10px
	}

	.author-item .center-line[data-v-13249d32],.author-item .hot-post[data-v-13249d32],.author-item .hot-title[data-v-13249d32] {
		display: none
	}
}

.eo-hot-article-item[data-v-2c44c7d2] {
	padding: 16px 0
}

.eo-btm-dashed[data-v-2c44c7d2]:last-of-type {
	border: none
}

.eohai-content[data-v-2c44c7d2] {
	font-size: 14px;
	color: #333;
	line-height: 20px
}

.eohai-content .eohai-order-front[data-v-2c44c7d2] {
	color: #333
}

.eohai-tag[data-v-2c44c7d2] {
	padding: 1px 4px;
	font-size: 12px;
	flex: 0 1 auto;
	color: #0086f0;
	margin-right: 4px;
	background-color: rgba(0,134,240,.1)
}

.eohai-order[data-v-2c44c7d2] {
	font-size: 14px;
	color: #c7c7c7;
	font-weight: 700;
	font-style: italic;
	margin-right: 4px;
	font-family: AlibabaPuHuiTiH
}

@media screen and (min-width:320px) and (max-width:720px) {
	.eohai-content a[data-v-2c44c7d2] {
		font-size: 16px;
		line-height: 22px;
		font-weight: 400
	}
}

.eo-hot-article[data-v-6542bb97] {
	padding: 16px;
	background: #fff
}

.eoha-tab-divider[data-v-6542bb97] {
	display: inline-block;
	height: 10px;
	border-right: 1px dotted #c9c9c9;
	margin: 0 8px
}

.search-button[data-v-6542bb97] {
	display: inline-block;
	height: 40px;
	width: 100%;
	color: #f5f6f8;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-family: PingFangSC-Regular;
	background-color: #153069
}

.search-button[data-v-6542bb97]:hover {
	background-color: #0086f0
}

@media screen and (min-width:320px) and (max-width:720px) {
	.eo-hot-article[data-v-6542bb97] {
		padding: 0;
		margin-bottom: 32px
	}
}

.recommend-read[data-v-11ffecf1] {
	background: #fff
}

.recommend-item[data-v-11ffecf1] {
	flex: 1 1 auto;
	position: relative;
	z-index: 2
}

.recommend-box[data-v-11ffecf1] {
	margin-right: 24px
}

.recommend-box[data-v-11ffecf1]:last-child {
	margin-right: 0
}

.recommend-title a[data-v-11ffecf1] {
	line-height: 21px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	font-family: PingFangSC-Medium
}

.recommend-title[data-v-11ffecf1]:hover {
	color: #0086f0
}

.recommend-img[data-v-11ffecf1] {
	display: inline-block
}[data-v-11ffecf1] .eo-sec-title {
	border-bottom: 1px dotted rgba(51,51,51,.2);
	margin-bottom: 24px
}

@media screen and (min-width:320px) and (max-width:1024px) {
	.recommend-read[data-v-11ffecf1] {
		display: none
	}
}

@media screen and (min-width:320px) and (max-width:720px) {
	.recommend-read[data-v-11ffecf1] {
		padding-bottom: 0
	}

	.recommend-content[data-v-11ffecf1] {
		flex-wrap: wrap
	}

	.recommend-box[data-v-11ffecf1] {
		margin-right: 0!important;
		margin-bottom: 16px
	}

	.recommend-box[data-v-11ffecf1]:last-child {
		margin-bottom: 0
	}

	.recommend-item[data-v-11ffecf1] {
		width: 100%;
		height: 100%;
		display: flex;
		margin-bottom: 24px
	}

	.recommend-item[data-v-11ffecf1]:last-child {
		margin-bottom: 0
	}

	.recommend-img[data-v-11ffecf1] {
		flex: 0.87;
		margin-right: 16px;
		margin-bottom: 0
	}

	.recommend-title[data-v-11ffecf1] {
		flex: 1.67
	}
}

.ad-relatedReport[data-v-8986da3e] {
	flex: 1;
	padding: 24px;
	position: relative;
	background-color: #f5f6f8;
	justify-content: space-between;
	margin-bottom: 32px
}

.ad-relatedReport[data-v-8986da3e]:hover {
	background-color: #fff;
	box-shadow: 0 8px 64px 0 rgba(0,0,0,.16)
}

.ad-relatedReport .left[data-v-8986da3e] {
	margin-right: 24px
}

.ad-relatedReport .left .ad-title[data-v-8986da3e] {
	width: 100%;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	text-align: left
}

.ad-relatedReport .left .ad-content[data-v-8986da3e] {
	margin-top: 8px;
	color: #666;
	font-size: 13px;
	text-align: left;
	line-height: 20px
}

.ad-relatedReport .left .ad-read[data-v-8986da3e] {
	position: absolute;
	bottom: 24px;
	left: 24px;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	text-align: left
}

.ad-relatedReport .right[data-v-8986da3e] {
	position: relative
}

.ad-relatedReport .right .ad-tag[data-v-8986da3e] {
	display: inline-block;
	padding: 5px 6px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #0086f0;
	font-family: PingFangSC-Semibold
}

.ad-relatedReport .right .report-img img[data-v-8986da3e] {
	width: auto;
	height: 100%;
	min-width: 100%
}

@media screen and (min-width:1024px) {
	.right[data-v-8986da3e] {
		height: 136.18738px
	}
}

@media screen and (min-width:320px) and (max-width:1024px) {
	.ad-relatedReport[data-v-8986da3e] {
		padding: 16px
	}

	.ad-relatedReport .left[data-v-8986da3e] {
		margin-right: 16px
	}

	.ad-relatedReport .left .ad-title[data-v-8986da3e] {
		font-size: 16px;
		font-weight: 700
	}

	.ad-relatedReport .left .eo-line-clamp-1[data-v-8986da3e] {
		-webkit-line-clamp: 2
	}

	.ad-relatedReport .left .ad-content[data-v-8986da3e] {
		display: none
	}

	.right[data-v-8986da3e] {
		height: 117.89668px
	}
}

.body-hiddle {
	overflow: hidden
}

.preview712 {
	width: 20%
}

.preview1000 {
	width: 1000px
}

.active {
	display: none
}

.previewActive {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,.6)
}

.eo-briefing-detail {
	background: #fafafa
}

.eoad-wrap {
	justify-content: space-between;
	margin-top: 24px;
	margin-bottom: 40px
}

.eoad-wrap-left {
	margin-right: 24px;
	flex: 1;
	background: #fff;
	padding: 40px 64px;
	position: relative
}

.eoad-wrap-left .eoad-aside {
	margin-top: 11px
}

.eoad-title {
	font-size: 32px;
	color: #333;
	line-height: 50px
}

.eoad-content {
	margin-left: 64px
}

.post-guide {
	padding: 24px;
	margin-bottom: 24px;
	background-color: #f5f6f8
}

.post-guide .read-guide {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px
}

.post-guide .read-guide-detail {
	font-size: 16px;
	color: #333;
	margin-top: 8px;
	line-height: 23px
}

.post-guide .read-guide-quatation {
	font-size: 20px;
	margin-right: 4px;
	position: relative;
	top: 2px
} .post-body {
	margin-bottom: 32px
} .post-body /deep/ em, .post-body /deep/ i {
	font-style: italic
} .post-body /deep/ blockquote {
	padding: 20px 20px 1px 45px!important;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 24px;
	background: #f9fcff;
	text-align: left;
	text-indent: 32px;
	margin-top: 40px!important;
	margin-bottom: 40px!important;
	position: relative
} .post-body /deep/ blockquote:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 33px;
	background: url(/dist/src/assets/imgs/yinyong.png?48d8d505a1a65863c170cbdf75641995);
	background-size: 100%;
	top: -10px;
	left: 20px
} .post-body /deep/ .eo500-company {
	position: relative;
	color: #0086f0;
	cursor: default;
	padding-bottom: 30px
} .post-body /deep/ .eo500-company:hover .company-brief-wrap {
	display: block
} .post-body /deep/ .eo500-company .company-brief-wrap {
	display: none;
	position: absolute;
	top: 26px;
	left: -30px;
	z-index: 9;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2)
} .post-body /deep/ .eo500-company .company-brief-wrap a {
	padding: 8px 16px;
	background: #fff;
	align-items: center;
	border-bottom: none;
	display: flex
} .post-body /deep/ .eo500-company .company-brief-wrap img {
	width: 40px;
	margin-right: 16px;
	margin-bottom: 0;
	max-width: none
} .post-body /deep/ .eo500-company .company-brief-wrap i {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
} .post-body /deep/ .eo500-company .company-brief-wrap i:hover {
	color: #0086f0
} .post-body img {
	width: auto;
	max-width: 100%;
	margin: 0 auto
} .post-body a, .post-body h1, .post-body h2, .post-body h3, .post-body p {
	text-align: left
} .post-body p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 30px
} .post-body h1, .post-body h2, .post-body h3 {
	font-size: 24px;
	margin-bottom: 30px
} .post-body iframe {
	width: 100%;
	height: 503px;
	padding-right: 30px;
	margin-left: 0
} .post-body a {
	color: #0086f0;
	border-bottom: 1px dashed #0086f0;
	word-wrap: break-word
} .post-body pre {
	padding: 15px;
	font-size: 16px;
	font-family: Î¢ÈíÑÅºÚ,ºÚÌå,Tahoma,Verdana;
	background: #fbfbfb
} .post-body li {
	list-style-position: inside;
	list-style-type: inherit
} .post-body li p {
	display: inline
}

.eoad-declare-wrap {
	margin-bottom: 32px
}

.eoad-declare-content {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-align: left
}

.eoad-declare-content .link {
	color: #0086f0;
	font-size: 14px;
	text-align: left
}

.eoad-declare-content:last-of-type {
	margin-top: 16px
}

.eoad-advertise {
	display: inline-block;
	position: relative;
	width: 100%
}

.ad {
	box-shadow: 0 3px 24px 0 rgba(0,0,0,.05)
}

.adType {
	padding: 4px 6px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	color: #fff;
	background-color: rgba(0,0,0,.5)
}

.eo-article-terms {
	margin-bottom: 40px;
	margin-top: 24px;
	flex-wrap: wrap
}

.eo-article-terms a {
	padding: 4px 8px;
	margin-right: 8px;
	margin-top: 8px;
	color: #6b7587;
	font-size: 14px;
	text-align: left;
	background-color: #f5f6f8;
	font-family: PingFangSC-Regular
}

.eo-article-terms a:last-of-type {
	margin-right: 0
}

.eo-article-terms a:hover {
	color: #0086f0
}

.eoad-recommend {
	margin-top: 40px
}

.eoad-wrap-right {
	width: 23.6%
}

.eoad-collect {
	display: none
}

.eoad-latest-report .eolr-post-flag {
	top: unset
}

.post-thumbnail {
	display: none
}

@media screen and (min-width:320px) and (max-width:1024px) {
	.eoad-aside {
		display: none
	}

	.eoad-wrap-left {
		padding: 16px;
		margin-right: 16px
	}

	.eoad-wrap-right {
		width: 34.6%
	}

	.eoad-content {
		margin-left: 0
	}

	.eoad-input-txt {
		font-size: 12px
	}

	.post-guide {
		padding: 16px
	}

	.post-guide .read-guide {
		font-size: 14px
	}

	.post-guide .read-guide-quatation {
		font-size: 20px
	}

	.eoad-latest-report .eo-type-report .right .title {
		font-size: 16px
	}
}

@media screen and (min-width:320px) and (max-width:720px) {
	.eoad-collect {
		display: flex
	}

	.eo-briefing-detail {
		background-color: #fff
	}

	.eoad-title {
		font-size: 24px;
		line-height: 32px
	}

	.eo-latest-report,.eoad-wrap-left {
		padding: 0
	}

	.eoad-wrap {
		width: 100%;
		flex-wrap: wrap;
		padding-top: 16px;
		margin-top: 0
	}

	.eoad-wrap-right {
		width: 100%;
		margin-top: 24px
	}

	.eoad-wrap-left {
		width: 100%;
		margin-right: 0
	}[	data-v-2edd4b1c] .post-body {
		margin-top: 16px
	}[	data-v-2edd4b1c] .post-body /deep/ .eo500-company {
		position: static
	}[	data-v-2edd4b1c] .post-body /deep/ .eo500-company .company-brief-wrap {
		left: auto
	}[	data-v-2edd4b1c] .post-body h1, .post-body h2, .post-body h3, .post-body img, .post-body p {
		margin-bottom: 12px
	}[	data-v-2edd4b1c] .post-body h1, .post-body h2, .post-body h3 {
		font-size: 22px
	}[	data-v-2edd4b1c] .post-body p {
		line-height: 28px
	}

	.eoad-declare-content .link {
		font-size: inherit
	}

	.eoad-declare-content:last-of-type {
		margin-top: 10px
	}

	.post-thumbnail {
		display: block;
		width: 100%;
		margin-bottom: 24px
	}

	.post-thumbnail img {
		margin-bottom: 24px
	}

	.post-thumbnail p {
		font-size: 12px;
		color: #999
	}

	.post-thumbnail p a {
		color: #999
	}

	.post-thumbnail p a:hover {
		color: #0086f0
	}

	.post-thumbnail p span {
		margin-right: 6px
	}
}