html, body, div, h1, h2, h3,p,ul,ol,dl,dd{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

html,body{
	margin: 0;
	height: 100%;
	font-family: "微软雅黑";
	font-size: 16px;
}
body {
	line-height: 1;
	overflow: auto;
	
}
.mains{
	/* display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	height: 100%; */
}
.header {
    position: relative;
    padding: .4rem .4rem .56rem;
}
.article_title {
    line-height: .72rem;
	font-weight: 700;
	color: #222;
	font-size: .48rem;
	margin-bottom: .32rem;
}

.author {
    display: flex;
    align-items: center;
}
.author-avatar {
    width: .72rem;
    height: .72rem;
    position: relative;
}
.author-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.author-info {
    margin-left: .16rem;
}
.author-info-name {
    font-size: .28rem;
    line-height: .32rem;
    color: #222;
    display: flex;
    align-items: center;
}
.author-info-desc {
    margin-top: .08rem;
    font-size: .22rem;
    line-height: .22rem;
    color: #bcbcbc;
    max-width: 4.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.author-btn {
    margin-left: auto;
    padding: .08rem .26rem;
    color: #222;
    font-size: .28rem;
    line-height: .4rem;
    border-radius: .06rem;
	border: .02rem solid #d8d8d8;
}
.mains {
    margin: 0 .4rem;
	font-size: 18px;
}
.mains p{
	margin-bottom: 18px;
	line-height: 28px;
}
.mains a{
	display: inline-block;
	width: 100%;
	margin: 18px 0;
}

.mains img{
	width: 100%;
}
.pgc-img-caption {
    position: relative;
    margin: 12px 0 16px!important;
    padding-left: 18px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
	color: #999;
}
.fontWeight {
  font-weight: 700 !important;
}