.bjh-author {
	width: 100%;
    height: auto;
    font-size: .14rem;
    line-height: .18rem;
	margin-top: 10px; 
} 
	
.bjh-author .bjh-author-head {
	display: inline-block;
	float: left;
}

.bjh-author .bjh-author-head .bjh-author-header-url {
    width: 0.5rem;
    height: 0.5rem;
	cursor:pointer;
}

.bjh-author .bjh-author-info {
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.bjh-author .bjh-author-info .bjh-author-info-name {
	cursor:pointer;
	padding-top: 0.05rem;
}

.bjh-author .bjh-author-info .bjh-author-info-intro {
	padding-top: 0.05rem;
	font-size: .10rem;
	color: #999;
	letter-spacing: 0;
	width: 2.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	white-space: nowrap;
	
}

.bjh-author .bjh-author-button-focus {
	float: right;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 72px;
    height: 26px;
    width: 0.68rem;
    height: 0.24rem;
    margin-left: 0rem;
    background: #fff;
    border-radius: 1rem;
    color: #eb5252;
    border: 0.01rem solid #eb5252;
    margin-top: 0.1rem;
    margin-right: 0.05rem;
    font-size: 0.16rem;
    cursor: pointer;
}

.bjh-declare {
	font-size: 0.1rem;
    color: #999999;
    margin-bottom: 10px;
}