/* 打分样式 */
.dafenBox{
    position:absolute;
    left:0;
    top:0;
    z-index:99999999;
    width:100vw;
    height:100vh;
    background:#fff;
    display: none;
}
.dafenHeaderBox{
    position:relative;
    height:44px;
    text-align:center;
    line-height:44px;
    font-size:18px;
    color:rgba(0,0,0,0.85);
}
.dafenBack{
    width:13px;
    padding:13px 15px;
    position:absolute;
    left:0;
    top:0;
}
.dafenBtn{
    display:flex;
    justify-content: space-between;
}
.dafenBtn #cancleSc{
    font-size:15px;
    color:rgba(0,0,0,0.45);
    padding:13px 20px;
}
.dafenBtn #sureSc{
    font-size:15px;
    color:#EE0A24;
    padding:13px 20px;
}
.dafenRankBox{
    padding:22px 20px;
}
.dafenRankBox span{
    margin:0 10px;
    display:inline-block;
    padding:4px 13px;
    font-size:14px;
    color:rgba(0,0,0,0.45);
    background:#F8F8F8;
    border-radius: 2px;
}
.dafenRankBox .active{
    background: #EE0A24;
    color:#fff;
}


/* 内容页底部操作栏 */
.funcBarBox{
    position: fixed;
    left:0;
    bottom: 0;
    width: 100vw;
    height: 49px;
    line-height: 49px;
    display: flex;
    padding:0 16px;
    justify-content: space-between;
    align-items: center;
    line-height: 16px;
    box-sizing: border-box;
    background: #fff;
    border-top:solid 1px #eee;
}
.funcBarBox img{
    width: 24px;
    height: 24px;
}
.funcLeft{
    height: 32px;
    background: #F8F8F8;
    border-radius: 32px;
    width:254px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commentInput{
    height: 22px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.35);
    border-right: 1px solid rgba(0,0,0,0.06);
    padding-left: 15px;
    flex-grow: 1;
}
.commentListBox{
    margin: 0 8px 0 5px;
    position: relative;
}

.commentCount{
    position: absolute;
    left: 13px;
    top: -14px;
    display: block;
    padding: 3px 5px;
    background: #EE0A24;
    border-radius: 14px;
    border: 1px solid #FFFFFF;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}
.funcRight{
    display: flex;
}
.likeBox{
    display: flex;
    align-items: center;
    margin-right: 5px;
}
#likeBtn{

}
#likeCount{
    font-size: 10px;
}
#collectBtn{

}



/* 评论框样式 */
.commentMask{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left:0;
    top:0;
    z-index: 999;
    background: rgba(0,0,0,0.3);
    display: none;
}
.commentDialog{
    position: fixed;
    width: 100vw;
    left:0;
    bottom:0;
    z-index: 1000;
    background: #fff;
    display: flex;
    align-items: center;
    display: none;
}
.commentDialog textarea{
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    background: #F8F8F8;
    border-radius: 4px;
    border: none;
    padding: 10px;
    width: calc(100% - 125px);
    margin: 20px 8px 20px 20px;
    outline: none;
    box-sizing: content-box;
}
.commentDialog button{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #FF0200;
    border-radius: 15px;
    color:#fff;
    text-align: center;
    border:none;
    float: right;
    margin-top: 55px;
    margin-right: 12px;
}

/* 评论列表样式 */
.commentListsBox{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left:0;
    top:0;
    z-index: 998;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    display: none;
}
.commentListHeader{
    height: 44px;
    position: relative;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #222222;
    letter-spacing: 4px;
}
.commentBack{
    width: 18px;
    height: 18px;
    padding:13px 15px;
    position: absolute;
    left:0;
    top:0;
    box-sizing: content-box;
}
.listItemBox{
    flex-grow: 1;
    padding:15px 15px 0 15px;
    overflow: auto;
}
.commentConBox{
    display: flex;
    border-bottom: solid 1px #F0F0F0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.commentConBox:last-child{
    border-bottom: none;
}
.commentConLeft{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px;
}
.commentHeadImg{
    width: 40px;
    height: 40px;
    border-radius: 44px;
}
.commentConRight{
    flex-grow: 1;
}
.commentName{
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wrap;
}
.commentName2{
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    line-height: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wrap;
    margin:0 5px;
}
.commentConInfo{
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    margin-bottom: 6px;
}
.commentTime{
    font-size: 12px;
    color: rgba(0,0,0,0.45);
    line-height: 16px;
}
.itemComment{
    font-size: 12px;
    color: rgba(0,0,0,0.65);
    line-height: 16px;
    margin-left:12px;
}
.commentChildBox{
    background: #F8F8F8;
    margin:10px 0;
}
.commentConBoxChild{
    padding:10px;
    border-bottom: solid 1px #F0F0F0;
    display: flex;
}
.commentChildBox .commentConBoxChild:last-child{
    border-bottom:none;
}
.commentConLeftChild{
    margin-right: 10px;
    font-size: 13px;
    color: rgba(0,0,0,0.45);
    line-height: 18px;
}
.commentConRightChild{
    flex-grow: 1;
}
.commentNameChild{
    font-size: 13px;
    color: rgba(0,0,0,0.45);
    line-height: 18px;
    margin-bottom: 5px;
}
.commentConInfoChild{
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 20px;
    margin-bottom: 6px;
    word-break: break-all;
}
.commentConInfoChild span{
    font-size: 14px;
    color: #666;
    padding:0 5px;
}
.commentTimeChild{
    font-size: 12px;
    color: rgba(0,0,0,0.45);
    line-height: 16px;
}
.commentSpeakBtnBox{
    height: 50px;
    border-top:solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.commentSpeakBtn{
    width:calc(100% - 30px);
    background: #F8F8F8;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    border-radius: 16px;
    font-size: 14px;
    color: rgba(0,0,0,0.35);
}


/* 版面页操作栏样式 */
.banmianOptBox{
    position: fixed;
    right: 20px;
    top:40%;
    z-index: 888;
}
.banmianOptBtn{
    display: none;
    flex-direction: column;
    margin-bottom: 10px;
    text-align: center;
}
.banmianOptBtn:last-child{
    display: flex;
}
.banmianOptBtn img{
    width:40px;
    height: 40px;
}
.banmianOptBtn span{
    font-size: 16px;
}


/* 留言板 */
/* 打分样式 */
.liuyanBox{
    position:absolute;
    left:0;
    top:0;
    z-index:99999999;
    width:100vw;
    height:100vh;
    background:#fff;
    display: none;
}
.liuyanHeaderBox{
    position:relative;
    height:44px;
    text-align:center;
    line-height:44px;
    font-size:18px;
    color:rgba(0,0,0,0.85);
}
.liuyanBack{
    width:13px;
    padding:13px 15px;
    position:absolute;
    left:0;
    top:0;
    box-sizing: content-box;
}
.liuyanBtn{
    display:flex;
    justify-content: space-between;
}
.liuyanBtn #cancleLiuyan{
    font-size:15px;
    color:rgba(0,0,0,0.45);
    padding:13px 20px;
}
.liuyanBtn #sureLiuyan{
    font-size:15px;
    color:#EE0A24;
    padding:13px 20px;
}
.requestTitle{
    padding:15px 20px;
    font-weight: 600;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
}
.liuyanAreaBox{
    background: #F8F8F8;
    border-radius: 4px;
    margin:5px 20px;
    display: flex;
    flex-direction: column;
}
.liuyanAreaBox textarea{
    font-size: 14px;
    color: rgba(0,0,0,0.75);
    line-height: 20px;
    margin:10px 12px;
    outline: none;
    border:none;
    background: none;
}
.backTo{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom:70px;
    z-index: 1001;
}
.zishu{
    font-size: 12px;
    color: rgba(0,0,0,0.35);
    text-align: right;
    margin:10px 12px;
}

.messageToast{
    position: fixed;
    max-width: 90%;
    top: 50px;
    z-index: 100000002;
    font-size: 14px;
    padding: 10px 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    border-radius: 4px;
    border:solid 1px #eee;
}
.messageToast img{
    width: 16px;
    height: 16px;
}
.messageToast span{
    display: inline-block;
    margin-left: 10px;
}
.moreComment,.moreReply{
    width: max-content;
    padding: 10px 15px;
    font-size: 14px;
    color: #999;
    margin: 0 auto;
}
.moreReply{

}