.articleBox{
    padding: 0 0.3rem;
    background: #fff;
    margin-top: -0.2rem;
    padding-bottom: 0.4rem;
}
.articleBox img{
    width: 100%;
    display: block;
    margin: 0.15rem 0;
}
.articleBox p,
.articleBox div,
.articleBox span,
.articleBox i,
.articleBox b,
.articleBox h1,
.articleBox h2,
.articleBox h3,
.articleBox h4,
.articleBox h5,
.articleBox h6{
   /* font-size: 0.28rem;
    color: #2c2c2c;
    line-height: 0.5rem;*/
}
.utilBox{
    background: #fff;
    margin-top: 0.2rem;
}
.utilNav{
    height: 0.99rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #e5e5e5;
}
.utilNav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.utilNav li{
    display: flex;
    align-items: center;
    height: 98%;
    border-bottom: 2px solid transparent;
}
.utilNav li span{
    font-size: 0.28rem;
    color: #1a1a1a;
}
.navClass{
    border-bottom: 2px solid #fc3964 !important;
}
.navClass span{
    color: #fc3964 !important;
}
.commentNull{
    height: 3rem;
    display: none;
    justify-content: center;
    align-items: center;
}
.commentNull p{
    font-size: 0.28rem;
    color: #8d8d8d;
}
.bottomSpace{
    height: 1.6rem;
}
.footerUtil{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 92%;
    padding: 0 0.3rem;
    height: 0.99rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.commentUtil{
    width: 3.8rem;
    height: 0.7rem;
    background: #f6f5f5;
    border-radius: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.commentUtil img{
    width: 0.4rem;
    margin: 0 0.14rem 0 0.28rem;
}
.commentUtil span{
    font-size: 0.28rem;
    color: #9E9E9E;
    line-height: .7rem
}
.functionUtil{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}
.functionUtil p{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 0.3rem;
}
.functionUtil img{
    width: 0.46rem;
    transition: all 0.2s;
}
.selectClass img{
    transform: scale(1.1);
}
.commentBox li{
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.3rem 0.3rem 0.3rem;
    border-bottom: 1px solid #e5e5e5;
}
.commentBox li:last-child{
    border-bottom: 1px solid transparent;
}
.commentFace p{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    overflow: hidden;
}
.commentFace p img{
    width: 100%;
}
.commentContent{
    margin-left: 0.18rem;
}
.nickNameAndTime{
    display: flex;
    justify-content: space-between;
}
.nickNameAndTime span{
    display: block;
}
.nickNameAndTime img{
    width: 0.48rem;
}
.nickName{
    font-size: 0.28rem;
    color: #1a1a1a;
    margin: 0.1rem 0;
}
.time{
    font-size: 0.22rem;
    color: #8d8d8d;
}
.accept{
    display: flex;
    justify-content: center;
    align-items: center;
}
.accept em{
    font-size: 0.3rem;
    color: #2c2c2c;
    margin-left: 0.1rem;
}
.commentText{
    font-size: 0.26rem;
    color: #606060;
    line-height: 0.44rem;
    margin: 0.14rem 0;
}
.reply{
    display: flex;
    justify-content: left;
    align-items: center;
}
.reply img{
    width: 0.24rem;
    margin-right: 0.14rem;
}
.reply span{
    font-size: 0.24rem;
    color: #2c2c2c;
}
.lookBigImg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: none;
}
.swiper-slide{
    display: flex;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
}
.swiper-pagination,
.swiper-pagination span{
    color: #fff !important;
}
.accept_h em{
    color: #fc3964;
}
.commentUtilBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.commentUtilShadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.commentUtilComponentBox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.commentUtilComponent{

}
.commentArea{
    width: 6.42rem;
    height: 1.52rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0.3rem auto;
    outline: none;
    padding: 0.24rem;
    font-size: 0.28rem;
    color: #333;
    text-align: justify;
    overflow: scroll;
    line-height: 0.4rem;
}
.commentArea img{
    width: 0.5rem;
}
.faceAndBtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 0.5rem;*/
    padding: 0 0.24rem 0.24rem 0.24rem;
}
.faceAndBtn .send{
    width: 1.6rem;
    height: 0.7rem;
    font-size: 0.3rem;
    color: #fff;
    border-radius: 4px;
    background: #c4c4c4;
    text-align: center;
    line-height: 0.7rem;
}
.faceAndBtn .faceIcon img{
    width: 0.64rem;
}
.faceGif{
    height: 0;
    overflow: hidden;
    transition: all 0.6s;
}
.showFaceClass{
    height: auto !important;
    overflow: visible !important;
}
.faceGif .swiper-wrapper{
    padding-bottom: 0.6rem;
}
.faceGif img{
    width: 0.56rem;
}
.faceGif ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
.faceGif li{
    padding: 0.1rem 0.2rem;
}
.swiper-pagination-bullet{
    width: 0.1rem !important;
    height: 0.1rem !important;
}
.swiper-pagination-bullet-active{
    background: #fc3964 !important;
}
.sendColor{
    background: #fc3964 !important;
}
.commentDetail,
.allComment{
    margin: 0 !important;
}
.commentDetail .commentBox{
    border-bottom: 1px solid #ddd;
}
.allComment li{
    border-bottom: 1px solid transparent;
}
.allCommentShow{
    padding: 0.48rem 0.28rem 0 0.28rem;
    font-size: #2c2c2c;
}
