.single-main {
    padding: 0 .16rem;
}
.single-title {
    font-size: .22rem;
    line-height: .3rem;
    font-size: 500;
    padding-top: .2rem;
}
.post-related {
    display: flex;
    justify-content: space-between;
    padding: .04rem 0 .1rem;
}
.post-related, .post-related a {
    font-size: .11rem;
    color: #B2B2B2;
}
.post-related a {
    margin-right: .02rem;
}
.post-time {
    padding-left: .17rem;
    background: url('../images/row-news-time.png') no-repeat left center;
    background-size: .11rem .11rem;
}
.single-main img {
    max-width: 3.44rem;
    border-radius: .05rem;
    height: auto;
}
.post-content p{
    font-size: .18rem;
    color: #595959;
    line-height: .28rem;
    padding-bottom: .18rem;
    letter-spacing: 0.003rem;
}
.post-content video, .post-content iframe {
    max-width: 3.43rem;
    height: auto;
    padding-bottom: .18rem;
}
.post-content h2, .post-content h1, .post-content h3 {
    margin: 0;
    padding: 0;
    color: #595959;
    padding-bottom: .18rem;
}
/*.post-content strong, */
.post-content h3, .post-content h4{
    padding: 0;
    margin: 0;
    color: #595959;
    font-size: .20rem;
    font-weight: 500;
}
.post-content h3 {
    padding-bottom: .18rem;
}

.post-author {
    background:url('../images/author-bg.png') no-repeat;
    background-size: cover;
    width: 3.44rem;
    height: .96rem;
    display: flex;
    align-items: center;
    margin-bottom: .16rem;
}
.author-pic {
    width: .64rem;
    height: .64rem;
    margin-left: .24rem;
}
.author-pic img {
    width: .64rem;
    height: .64rem;
    border-radius: .64rem;
    border: .02rem solid #C3F0FF;
}
.author-info {
    margin-left: .56rem;
}
.post-qrcode {
    padding-top: .16rem;
    border-top: .01rem solid #EBEBEB;
    padding-bottom: .16rem;
}
.post-qrcode img {
    width: 3.44rem;
    height: .95rem;
}
.author-name a {
    font-size: .2rem;
    color: #353535;
}
.author-post-num {
    font-size: .12rem;
    color: #595959;
    font-weight: 300;
}
.author-desp {
    font-size: .12rem;
    color: #595959;
}

.post-tag {
    display: flex;
    border-top: .01rem solid #EBEBEB;
    padding: .14rem 0 .15rem;
}
.post-tag a {
    height: .26rem;
    border-radius: .26rem;
    line-height: .26rem;
    border: .01rem solid #6DDAFF;
    color: #6DDAFF;
    font-size: .14rem;
    padding: 0 .1rem;
    margin-right: .04rem;
}

.interval {
    height: .08rem;
    background: #EBEBEB;
}

.comments {
    padding: 0 .15rem 0 .16rem;
}
.comment-form {
    display: flex;
    position: relative;
    padding-bottom: .15rem;
}
.check-login {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent;
    font-size: .16rem;
    color: #B2B2B2;
    padding-left: .12rem;
    padding-top: .05rem;
}
.check-login span {
    color: #00B0EC;
    text-decoration: underline;
}
.comment-show {
    border-top: .01rem solid #EBEBEB;
}
.comment-title {
    font-size: .2rem;
    font-weight: 500;
    line-height: .28rem;
    padding-top: .12rem;
    padding-bottom: .15rem;
}
.comment-box {
    outline: none;
    width: 2.59rem;
    height: auto;
    border-radius:.05rem;
    border: .01rem solid #B2B2B2;
    background: #F7F7F7;
    padding: .05rem;
    font-size: .16rem;
    color: #595959;
    resize:none
}
.comment-btn {
    background: #00B0EC;
    font-size: .18rem;
    min-height: .32rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .05rem;
    width: .72rem;
    margin-left: .02rem;
}

.comment-item {
    border-bottom: .01rem solid #EBEBEB;
    padding-top: .11rem;
    padding-bottom: .15rem;
}
.comment-item:first-child {
    padding-top: 0;
}
.comment-first-related {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-user {
    display: flex;
    align-items: center;
}
.comment-user-pic {
    padding-right: .08rem;
}
.comment-user-pic img{
    width: .32rem;
    height: .32rem;
    border-radius: .32rem;
}
.comment-user-name {
    color: #595959;
    font-size: .16rem;
    font-weight: 500;
}
.comment-user-time {
    color: #B2B2B2;
    font-size: .12rem;
}
.praise, .reply{
    font-size: .12rem;
    color: #979797;;
}
.praise {
    padding-left: .19rem;
    background: url('../images/praise-icon.png') no-repeat left center;
    background-size: .13rem .13rem;
}
.reply {
    padding-left: .18rem;
    background: url('../images/row-pinglun.png') no-repeat left center;
    background-size: .14rem .13rem;
}
.comment-cont {
    padding-left: .4rem;
}
.comment-first-cont {
    font-size: .16rem;
    color: #595959;
    line-height: .26rem;
    padding: .05rem 0;
}

.comment-children {
    padding: .01rem .1rem;
    background: #EBEBEB;
}
.children-related {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .12rem;
    padding-bottom: .06rem;
}
.comment-child-list {
    display: none;
}
.comment-child-list li{
    border-bottom: .01rem solid #D5D5D5;
    padding-bottom: .08rem;
}
.child-user-name {
    font-size: .13rem;
    font-weight: 500;
    color: #595959;
    line-height: .18rem;
}
.child-user-time {
    font-size: .12rem;
    color: #B2B2B2;
    line-height: .17rem;
    padding-top: .02rem;
}
.child-cont {
    font-size: .13rem;
    line-height: .18rem;
    color: #595959;
}
.child-cont span {
    color: #00B0EC;
}
.comment-children-btn {
    font-size: .15rem;
    font-weight: 500;
    color: #969696;
    height: .3rem;
    line-height: .3rem;
}

.post-like {
    display: flex;
    justify-content: space-between;
    margin-top: -.05rem;
    padding-bottom: .1rem;
}
.article-praise {
    color: #595959;
    font-size: .14rem;
    background: url('../images/praise-icon.png') no-repeat left center/.18rem .18rem;
    padding-left: .22rem;
    display: flex;
    align-items: center;
}

.social-share .social-share-icon {
    width: .22rem;
    height: .22rem;
    line-height: .22rem;
    font-size: .14rem;
}
.post-share {
    display: flex;
    align-items: center;
    font-size: .12rem;
    color: #B2B2B2;
}