#app {
    background: #ffffff;
    padding: .32rem;
    box-sizing: border-box;
    position: relative;
}

/*标题+信息*/
.topBox h3 {
    color: #222;
    font-size: .44rem;
    text-align: justify;
    line-height: .64rem;
    margin-bottom: 0.24rem;
}

.topBox h4 {
    color: #222;
    font-size: .33rem;
    text-align: justify;
    line-height: .6rem;
    margin-bottom: 0.1rem;
}

.topBox .messBox {
    margin-bottom: .3rem;
}

.topBox .messBox p {
    color: #999999;
    font-size: .28rem;
    line-height: .4rem;
    margin-bottom: .24rem;
}

.topBox .messBox p span {
    margin-right: .24rem;
}

/*栏目信息*/
.columnBox {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
    padding: 0.32rem 0;
    margin-bottom: 0.4rem;
    display: flex;
}

.columnBox span {
    font-size: .32rem;
    float: left;
    display: block;
    line-height: .64rem;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.columnBox span a {
    color: #E11F10;
    margin: 0 .05rem;
    vertical-align: bottom;
}

.columnBox p {
    float: right;
    box-sizing: border-box;
    width: 1.44rem;
    height: 0.64rem;
    font-size: .28rem;
    text-align: center;
    line-height: .64rem;
    border-radius: 0.03rem;
    background: #f6f6f6;
    color: #BBBBBB;
}

.columnBox p.active {
    background: #E11F10;
    color: #fff;
}

/*正文内容*/
.contentBox {
    padding-bottom: .48rem;
    overflow: hidden;
}

.contentBox p {
    color: #222222;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 1em;
}

.contentBox img,
.contentBox video {
    max-width: 100%;
    display: block;
}

.contentBox > h5 {
    color: #999999;
    font-weight: normal;
    font-size: .28rem;
}

.app-image-container {
    margin-bottom: .3rem;
}

.app-image-title {
    line-height: 1.1em;
    padding: 0.2rem 0;
    letter-spacing: 0.06rem;
    text-align: center;
}

.app-image-description {
    margin-bottom: .3rem;
}

/*点赞*/
.praiseBox {
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: .5rem;
    margin-bottom: .4rem;
}

.praiseBox p {
    flex: 1;
    overflow: hidden;
    margin-right: 0.2rem;
    background: #F5F5F7;
    padding: 0 .2rem;
    height: .7rem;
    box-sizing: border-box;
    font-size: .28rem;
    color: #666666;
    line-height: .7rem;
}

.praiseBox p:last-child {
    margin-right: 0;
}

.praiseBox p span {
    display: block;
    float: left;
}

.praiseBox p i {
    color: #222222;
    font-style: normal;
    display: block;
    float: left;
    font-weight: bold;
    margin-left: .1rem;
}

.praiseBox p img {
    height: 0.6rem;
    float: right;
    margin-top: .05rem;
}

/*分享*/
.shareBox {
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 0.3rem;
    margin-bottom: .4rem;
}

.shareBox div {
    flex: 1;
    overflow: hidden;
    text-align: center;
}

.shareBox div a {
    display: block;
    margin-bottom: .1rem;
}

.shareBox div a img {
    height: 1.04rem;
}

.shareBox div p {
    color: #333333;
    font-size: .24rem;
}

/*推荐阅读*/
.readBox {
    margin-bottom: .5rem;
}

.commonTitle {
    padding-left: 0.16rem;
    font-size: .36rem;
    line-height: .48rem;
    border-left: .08rem solid #EB0000;
}

.readBox ul li {
    padding: 0.32rem 0;
    border-bottom: 1px solid #EEEEEE;
}

.readBox ul li a {
    display: flex;
    overflow: hidden;
}

.readBox ul li a .aboutMess {
    flex: 1;
    overflow: hidden;
}

.readBox ul li a .aboutMess h4 {
    font-size: 0.36rem;
    font-weight: normal;
    text-align: justify;
    line-height: .48rem;
    height: 0.96rem;
    overflow: hidden;
    margin-bottom: 0.39rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.readBox ul li a .aboutMess p span {
    font-size: .24rem;
    line-height: .33rem;
    color: #999;
    margin-right: 0.2rem;
}

.readBox ul li a img {
    width: 2.24rem;
    height: 1.68rem;
    display: block;
    margin-left: 0.29rem;
    border-radius: 0.02rem;
    object-fit: cover;
}

/*评论*/
.commentBox {
    margin-bottom: .5rem;
}

.commentBox ul {
    margin-top: .1rem;
}

.commentBox ul li {
    padding: 0.32rem 0;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
}

.commentBox ul li > img {
    width: 0.56rem;
    height: 0.56rem;
    display: block;
    margin-right: 0.18rem;
}

.commentBox ul li .commentMess {
}

.commentMess .head {
    display: flex;
    overflow: hidden;
}

.commentMess .head h5 {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .56rem;
    height: 0.56rem;
    font-size: .28rem;
    font-weight: normal;
    color: #222222;
    margin-bottom: .12rem;
}

.commentMess pre {
    font-size: .32rem;
    text-align: justify;
    line-height: .45rem;
    margin-bottom: .24rem;
    color: #222222;
}

.commentMess p span {
    color: #999;
    font-size: .24rem;
    margin-right: 0.16rem;
}

.commentMess p a {
    font-size: .24rem;
    color: #222222;
}

.commentBox > p {
    text-align: center;
    line-height: 3rem;
    font-size: .28rem;
    color: #999;
}

#content {
    font-size: 17px;
}


.showAllBtn {
    position: absolute;
    width: 100%;
    height: 3.6rem;
    z-index: 100;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 .32rem;
    box-sizing: border-box;
}

.showAllBtn > p {
    width: 1.5rem;
    height: 1.5rem;
    background-image: linear-gradient(to bottom, #D02D2D 0%, #D02D2D 40%, #edb0b0 100%);
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    font-size: .26rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 auto;
}

.showAllBtn > img {
    animation: myfirst 1s infinite;
    margin-top: .38rem;
    width: .3rem;
    height: 0.44rem;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -0.2rem);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.showAllBtn > span {
    width: 100%;
    height: .75rem;
    background: #D02D2D;
    font-size: 0.24rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    margin-top: .3rem;
}

.showAllBtn > span img {
    width: .3rem;
    margin-left: .1rem;
}