.appShare{
	padding: 16px;
  overflow-x: hidden;
}
.appShare .fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 16px;
	box-sizing: border-box;
	background: #fff;
	z-index: 11;
}
.appShare .fixed .open, .appShare .fixed .wx-open-launch-app{
	width: 62px;
	height: 24px;
	line-height: 24px;
	background: #052979;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #052979;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
  	text-align: center;
}
.appShare .fixed .wx-open-launch-app {
	display: none;
}

.appShare .fixed img{
	height: 100%;
	/* width: 178px; */
  width: 36px;
  border-radius: 6px;
}
.appShare .fixed .logo {
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appShare .fixed .logo .img-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.appShare .fixed .logo .img-txt .txt {
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}

.appShare .fixed .logo .img-txt .txt .title {
  font-size: 15px;
  font-weight: bold;
  color: #515151;
}

.appShare .fixed .logo .img-txt .txt .desc {
  font-size: 11px;
  color: #969799;
}
.container{
	// margin-top: 50px;
}
.container h1{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 16px;
  line-height: 38px;
}
.container .top .msg{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	color: #969799;
	line-height: 18px;
	margin-bottom: 12px;
}
.container .top .msg span{
	margin-right: 6px;
}
.container .top .msg span:last-child{
	margin-right: 0px;
}
.container .top .msg .active{
	font-size: 16px;
	color: #D82524;
	font-weight: 600;
}
.container .top .time{
	font-size: 13px;
	font-weight: 400;
	color: #969799;
}
.container .storyHtml{
	color: #1A1A1A;
	text-align: justify;
   word-wrap: break-word;
}
.container .storyHtml ul li{
  list-style:none;
}
.container .storyHtml p{
}
.container .storyHtml img{
  width:100%;
  // height:100% !important;
  max-width:100% !important;
  padding: 5px;
}
.container .storyDraft{
	margin-bottom: 24px;
}
.container .storyDraft i {
  font-style: normal;
}
.container .storyDraft *{
	color: #646566;
	line-height: 26px;
	font-size: 15px;
}
.container .storyDraft .bianshen{
	display: flex;
}
.container .storyDraft .bianshen span{
	width:45px;
	min-width: 45px;
}
.container .QRcode img{
	width: 100%;
}
.container .recommend{
	margin-top: 24px;
}
.container .recommend>img{
	height: 26px;
}  
.container .recommend .list{
}
.container .recommend .list .item{
	display: flex;
	margin: 15px 0;
}
.container .recommend .list .item .cover{
	width: 140px;
	min-width: 140px;
	height: 86px;
	box-sizing: border-box;
	overflow: hidden;
}
.container .recommend .list .item .title{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 16px;
}
.container .recommend .list .item .cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.container .recommend .list .item .title h3{
	font-size: 20px;
	font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.container .recommend .list .item .title .readNumOrTime *{
	font-size: 16px;
	font-weight: 400;
	color: #646566;
	line-height: 26px;
}
.readNum{
	margin-right: 10px;
}
@media screen and (min-width:750px) {
	.appShare{
		width: 600px;
		margin: 0 auto;
	}
	.fixed, .comment-content{
		width: 600px !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
}
table{
	max-width: 100% !important;
width: 100% !important;
}





/* 产品详情页正文标准样式 */
.tinyEditorMobile p{
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 100%;
    font-size:17px;
}
/* 分享页面客户端标准样式（rem） */
.tinyEditorMobileClient p{
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: .4rem;
    max-width: 100%;
}
/* 详情页各个标签特殊处理 */
#bodybox .storyHtml {
    overflow-x:hidden;
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1.5em !important;
}
.storyHtml h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  margin:0;
}
/**图片样式*/
.storyHtml img {
    max-height: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}
/**视频样式*/
.storyHtml video {
    width: 100%;
    max-height: 350px;
}
/**iframe样式*/
.storyHtml iframe {
    width: 100%;
}
.storyHtml figure {
    margin: 0;
}
/**表格样式*/
.storyHtml table {
    width: 100% !important;
    border: 1px #e1e1e1 solid;
    margin-bottom:20px;
    word-break:break-all;
}
.storyHtml table th,
.storyHtml table td {
  border: 1px solid #ccc;
}
.detailHtml table td {
  padding: 0px 5px;
}
/* 处理135编辑器默认样式 */
.storyHtml [label="Powered by 135editor.com"] p ,
.storyHtml [label="edit by 135editor"] p {
    margin: 0;
    line-height: 1.6
}
ol,ul{
  list-style:none;
}
/* 时间轴隐藏 */
.storyHtml .timeLine {
    display: none !important; 
}
/* 附件链接 */
.detailHtml .excel {
    color: #0000ff !important;
    text-decoration: underline;
}
/** 夜间模式 */
.nightModeActive{
    background:#323333!important;
}
.nightModeActive p{
    background:#323333 !important;
    color:#9E9D9D !important;
}
/* 详情页section */
.storyHtml section {
    max-width: 100% !important;
    transform-style:none !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
    transform-style: inherit !important;
    -webkit-transform-style: inherit !important;
}