/* 最大的盒子 */
.commentdetails-main-box{
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom:20px; 
}
/* 左边内容 */
.commentdetails-leftbox-main{
    float: left;
    overflow: hidden;
    width: 750px;
    border-radius: 6px;
    background: #fff;
}
.commentdetails-left-padding{
    padding: 20px;
    background: #fff;
}
/* 发起人 */
.commentdetails-initiator-box{
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
}
.commentdetails-initaitor-infobox{
    position: relative;
    z-index: 1;
}
.commentdetails-initaitor-infobox img{
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 16px;
    border-radius: 100%;
}
.commentdetails-initaitor-info{
    float: left;
    margin: 8px 0 16px;
}
.commentdetails-initaitor-info h6{
    margin-bottom: 6px;
    color: #7b694c;
    font: 12px/1 PingFangSC-Regular,'-apple-system',Simsun;
}
.commentdetails-initaitor-info span{
    font: 12px/1 PingFangSC-Regular,'-apple-system',Simsun;
    display: block;
    color: grey;
}
.commentdetails-initaitor-comment{
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}
/* 用戶回复 */
.commentdetails-otheruser-replybox h3{
    font-size: 14px;
    overflow: hidden;
    height: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.commentdetails-otheruser-replyitem{
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.commentdetails-otheruser-replyitem img{
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 16px;
    border-radius: 100%;
}
.commentdetails-replyuser-info{
    float: left;
    width: 600px;
    margin-top: 10px;
}
.commentdetails-replyuser-info h4{
    font: 12px/16px PingFangSC-Regular,'-apple-system',Simsun;
    overflow: hidden;
    height: 16px;
    margin-bottom: 10px;
    color: grey;
}
.commentdetails-replyuser-info>h4>em{
    margin-left: 5px;
    color: #1a1a1a;
}
.commentdetails-replyuser-info>h4>i{
    font-family: Arial;
    margin: 0 5px;
}
.commentdetails-replyuser-info>h4>span{
    font-family: Arial;
}
.commentdetails-replyuser-info p{
    font: 14px/24px PingFangSC-Regular,'-apple-system',Simsun;
}
/* 发表評論 */
.commentdetails-publish-box{
    position: relative;
    z-index: 1;
    padding-top: 24px;
    
}
.commentdetails-publish-text{
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    border: none;
    font: 14px/1.8 PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    resize: none;
    outline: 0;
    border: 1px solid #e6e6e6;
    padding-left:10px; 
    border-radius:6px; 
    line-height: 26px;
}
.commentdetails-publish-box button{
    font: 14px/30px PingFangSC-Regular,'-apple-system',Simsun;
    display: block;
    width: 80px;
    height: 30px;
    border-radius: 6px;
    background:red;
    color:white;
    text-align: center;
    line-height: 30px;
    float: right;
}
/* 右边图書内容 */
.commentdetails-rightbox-main{
    float: right;
    width: 250px;
    padding: 30px 0;
    text-align: center;
    background: #fff;
}
.commentdetails-rightbox-picbox{
    width: 118px;
    height: 158px;
    margin: 0 auto 20px;
    border: 1px solid #e6e6e6;
}
.commentdetails-rightbox-picbox a{
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 6px rgba(0,0,0,.3), 0 0 5px #f9f2e9 inset;
}
.commentdetails-rightbox-picbox>a>img{
    width: 100%;
    height: 100%;
}
.commentdetails-rightbox-main h3{
    font: 700 22px/24px PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    overflow: hidden;
    height: 24px;
    margin-bottom: 14px;
}
.commentdetails-rightbox-main>h3>a{
    color: #262626;
}
.commentdetails-rightbox-main>em{
    font: 14px/1 PingFangSC-Regular,'-apple-system',Simsun;
    display: block;
    margin-bottom: 16px;
    color: grey;
}
.commentdetails-rightbox-typebox{
    font-size: 0;
    overflow: hidden;
    height: 16px;
}
.commentdetails-rightbox-typebox span{
    font: 12px/14px PingFangSC-Regular,'-apple-system',Simsun;
    display: inline-block;
    height: 14px;
    margin-left: 4px;
    padding: 0 2px;
    vertical-align: middle;
    border-radius: 1px;
    color: #7b694c;
    border:1px solid #7b694c;
}