body{
    padding-bottom: 5.6rem;
}
.main{
    padding: 0 1rem 3rem;
}
.articleTitle{
    padding-top: 1.5rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    /*word-break: break-all;*/
}
.authorCon{
    padding: 2.4rem 0;
    display: flex;
    align-items: center;
}
.summary {
    color: #666;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: justify;
    background: #f2f2f2;
    padding: .5rem 1rem;
    margin-top: -1.4rem;
    margin-bottom: 1rem;
    display: none;
}
.authorCon .authorImg{
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}
.authorCon .authorImg img{
    object-fit: cover;
}
.authorCon .authorText{
    color: #999;
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.authorCon .authorText .name{
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
}
.articleCon{
    margin-bottom: 4.5rem;
}
.recommend .item ~ .item{
    margin-top: 2.5rem;
}
.recommend .item .textCon{
    color: #666;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.recommend .item .textCon .title{
    color: #222;
    font-size: 1.4rem;
    line-height: 2rem;
    height: 4rem;
    overflow: hidden;
    -webkit-line-clamp:2; 
    display: -webkit-box;
    -webkit-box-orient:vertical;
    text-overflow: ellipsis;
    margin-bottom: 0.8rem;
}
.recommend .item .cover{
    width: 8.5rem;
    height: 6.5rem;
    border-radius: .5rem;
    margin-left: 2rem;
    flex-shrink: 0;
    object-fit: cover;
}
/* 评论 */
.comment{
    margin-top: 4.5rem;
    display: none;
}
.comment .title{
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: bold;
}
.comment .item{
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.comment .item .headImg{
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .8rem;
    flex-shrink: 0;
}
.comment .item .textCon{
    width: 100%;
}
.comment .item .nameCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 3.6rem;
    font-size: 1.3rem;
    font-weight: 500;
}
.comment .item .nameCon .name{
    font-weight: bold;
}
.comment .item .nameCon .zan{
    color: #999;
   
    background-size: 1.5rem 1.5rem;
    padding-right: 2rem;
}
.comment .item .text{
    padding: .8rem 0 1rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #333;
}
.comment .item .timeCon{
    display: flex;
    color: #B0B0B0;
    font-size: 1.2rem;
    line-height: 2rem;
}
.comment .item .timeCon span{
    padding: 0 .5rem;
}
.comment .item .timeCon .replyNum{
    color: #000;
}
.comment .bottomLine{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4.5rem 0 2.5rem;
}
.comment .bottomLine .line{
    width: 2rem;
    height: 0.1rem;
    background: #B0B0B0;
}
.comment .bottomLine p{
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #B0B0B0;
    padding: 0 .5rem;
}
.noComment{
    display: none;
}
.noComment img{
    width: 21rem;
    height: 10.5rem;
    display: block;
    margin: 4.5rem auto 2.5rem;
}
.noComment p{
    font-size: 1.5rem;
    line-height: 2.3rem;
    text-align: center;
    color: #999;
}

/* 收藏、评论、点赞 */
.userTool{
    padding: 1.1rem 1.5rem;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    font-size: 1.2rem;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    z-index: 5;
}
.userTool .avatar{
    width: 3.4rem;
    height: 3.4rem;
    margin-right: 1rem;
    flex-shrink: 0;
}
.userTool .inputCon{
    display: flex;
    width: 76%;
    align-items: center;
    padding: 0 1rem;
    box-sizing: border-box;
    line-height: 3.4rem;
    color: #B0B0B0;
    border-radius: .3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f7f7f7 url(../imgs/pen.png) no-repeat .5rem;
    background-size: 1.3rem 1.3rem;
    text-indent: 1.5rem;
}
.userTool .tool{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 1.5rem;
}
.userTool .tool .item{
    position: relative;
    padding: 0 1rem;
}
.userTool .tool img{
    width: 1.7rem;
}
.userTool .tool p{
    position: absolute;
    top: -50%;
    right: -20%;
    min-width: 1.5rem;
    text-align: center;
    background: #FFBE2D;
    border-radius: 1.5rem;
    padding: 0 .3rem;
    color: #fff;
    font-size: 1.2rem;
}
.top .goIndex{
  display:none;
}
