*{
	margin: 0;
	padding: 0;
	font-style: normal;
}
.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{
	width: 62px;
	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: flex;
	align-items: center;
	justify-content: center;
}
.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: 20px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 16px;
}
.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{
	margin-top: 24px;
	margin-bottom: 24px;
	font-size: 18px;
	color: #1A1A1A;
	line-height: 32px;
	text-align: justify;
   word-wrap: break-word;
}
.container .storyHtml p{
}
.container .storyHtml img{
  width:100%;
  height:100% !important;
  max-width:100% !important;
 
}
.container .storyDraft{
	margin-bottom: 24px;
}
.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{
		width: 600px !important;
		left: 50% !important;
		transform: translateX(-50%);
		padding: 0 !important;
	}
}
table{
	max-width: 100% !important;
width: 100% !important;
}