body,.article-content,.article-content p,.article-content span{font-size:0.16rem !important;line-height:0.3rem !important;margin-top:0.15rem !important;}
.article-wrap{
	overflow: hidden;
}

.article-contain{
	background-color: #fff;
	padding: 0.06rem 0.12rem;
}
.article-content{
	font-size: 0.16rem;
	color: #2E2E2E;
}
.article-content p{
	line-height: 0.3rem !important;
}
.article-content img{
  display:block;
  margin-bottom:0.1rem;
}

.article-content .author-wrap{
  margin-top:0.15rem !important;
}

.article-content p.author-name{
  margin-top:0 !important;
}

/* 参考APP调整样式 */
.common-title{
    font-weight: 500;
}
.common-author-box .author-name{
    color: #999;
}
/* 音频播放器 */
.audiojs{
	width: 100% !important;
	background: #eee !important;
	margin-bottom: 15px !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.audiojs .scrubber{
	width: 67% !important;
}
.audiojs .play-pause{
	width: 10% !important;
	border-right:1px solid #ddd !important;
}
.audiojs .scrubber{
	border-top:none !important;
	background: #ddd !important;
}
.audiojs .time{
	color: #eee !important;
	width: 50px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-left: 1px solid #ddd !important;
	text-shadow:none !important;
}
.audiojs .loaded{
	background: #ccc !important;
}
.audiojs .progress{
	background: #1F8BEB !important;
}
.audiojs .time .played{display: none !important;}
.audiojs .time .duration{
	color: #999 !important;
}
.article-content .audiojs p{
	margin-top:0 !important;
}
/* 视频 */
.main_video{
	width: 100%;
	height: auto;
	margin:10px auto;
	background:#000;
}
/*PC特殊处理*/
html,body{overflow-x: hidden;max-width: 500px;margin: 0 auto;}
body{height:100%;}
@media screen and (min-width: 768px){
  html{font-size: 130px !important;}
  .footer-contain{width: 500px;}
  .header-boxs{padding-top: 0.48rem;}
  .expand-toggle-box{transform: scale3d(1, 1, 1);width: 500px;display:none;}
  #articleContent{height:100% !important;}
  #article-comments{display:block !important;}
}
@media screen and (max-width:768px){
  .footer-contain{width: 100%;}
}