/*
created by junyan in 20170906;
note: only used in pro stage.After finished,upload this file to service CMS,then delete this file.
function: this model is used to comment part of Building detail.
add some requirement based in original model.
*/

html,body,div,input,img,ul,li,section,h1,h2,h3,h4,header,p,ul,li,ol,dd,dt,dl{
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}
ul {list-style: none;}
input:focus, button:focus {outline: none;}
/* input {-webkit-appearance: none;} */
a{text-decoration: none;}
fieldset,img {border: 0;}
html{font-size:62.5%;}
/*body {font-family:'Microsoft yahei','宋体',Arial, Helvetica, Tahoma;}*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/*楼盘热门点评*/

.commentItem{
    padding-left: 60px;
    position: relative;
}
.itemAva{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    left: 0;
}
.itemAva>img{
    width: 100%;
    height: 100%;
}
.detailComment{
    margin: 0 auto;
    width: 1180px;
    margin-top: 15px;
    border-top: 1px solid #E9E9E9;;
}
.detailComment>h3 i{
    font-style: normal;
}
.detailComment>h3{
    /* width: 1120px; */
    height: 55px;
    margin: 0 auto;
    border-bottom: 2px solid #bbb;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
}
.detailComment>h3 em{
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding: 0 2px 4px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    /* border-bottom: 2px solid #343434; */
}
.detailComment>h3 span{
    position:relative;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.detailComment>h3 a{
    float:right;
    width: 120px;
    height: 40px;
    text-align: right;
    color: #f54343;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}
#userComment{
    position: relative;
}
#userComment:hover{
    cursor: pointer;
    color: #f54343!important;
}
#userComment:hover>#textUnderLine{
    visibility: visible;
}
#textUnderLine{
    position: absolute;
    width: 70px;
    height: 2px;
    border-bottom: solid 2px #f54343;
    top: 28px;
    left: 0;
    visibility: hidden;
}
#totalNumForUser:hover{
    cursor: default;
}
/*暂无点评*/
.detailComment .noComment p{
    width: 1120px;
    height: 115px;
    line-height: 115px;
    color:#797979;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    border-bottom:1px dotted #bbb;
}
/*评论列表*/
.commentList{
    width: 1180px;
    margin: 0 auto;
}

.commentList li{
    position: relative;
    padding-bottom:13px;
    margin-bottom: 10px;
    border-bottom:1px dotted #ddd;
}
.likes{
    margin-left: 25px;
}
.commentList .likes i{
    font-style: normal;
}
.commentList .likes{
    cursor: pointer;
    /*position: absolute;
    right:0;
    bottom:15px;*/
    /*display:inline-block;
    *display:inline;
    *zoom:1;*/
    float: right;
    color:#797979;
    height:18px;
    margin-top:16px;
    padding-left:24px;
    line-height:18px;
    font-size:12px;
    background-image:url(http://s0.ifengimg.com/2017/05/09/hand22_d6f8d8d8.png);
    background-repeat: no-repeat;
    background-position:left center;
    background-size:auto 100%;
}
.commentList .likes.clicked{
    color:#f54343;
    background-image:url(http://s0.ifengimg.com/2017/05/09/hand11_277faba1.png);
}
.commentList .basic{
    position: relative;
    /*padding-left:36px;*/
    line-height:26px;
}
.commentList .basic .photo{
    position: absolute;
    top:0;
    left:0;
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:26px;
    height:26px;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    overflow: hidden;
    background:url(http://s0.ifengimg.com/2017/05/09/phicon_327e1315.png) no-repeat center;
}
.commentList .basic .photo img{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:100%;
    height:100%;
}
.commentList .basic .name{
    font-size: 14px;
    color:#343434;
}
.commentList .con{
    max-height:50px;
    overflow: hidden;
    padding-top:10px;
    font-size: 14px;
    color:#343434;
    line-height:25px;
}
.commentList .picture{
    padding-top:5px;
}
.commentList .picture .small{
    cursor: pointer;
    display:block;
    width:58px;
    height:58px;
    border:1px solid #ddd;
    line-height:58px;
    text-align: center;
    vertical-align: middle;
}
.commentList .picture .small.clicked{
    border:1px solid #f54343;
}
.commentList .picture .small img{
    display:inline-block;
    *display:inline;
    *zoom:1;
    max-width:58px;
    max-height:58px;
    vertical-align: middle;
}
.commentList .picture .big{
    /*width:500px;
    height:500px;*/
    position: relative;
    margin-top:10px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    /*border:1px solid #ddd;*/
    /*line-height:500px;
    text-align: center;
    vertical-align: middle;*/
}
.commentList .picture .big img{
    display:inline-block;
    *display:inline;
    *zoom:1;
    max-width:500px;
    max-height:500px;
    vertical-align: middle;
}
.commentList .picture .big .close{
    cursor: pointer;
    position: absolute;
    top:0;
    right:-50px;
    width:50px;
    height:50px;
    background:#b9bfcf url(http://s0.ifengimg.com/2017/05/09/close_5498ceba.png) no-repeat center;
}
.commentList .date{
    height:50px;
    line-height:50px;
    font-size: 12px;
    color:#797979;
}
.commentList .date>span{
    float:left;
}

/*去评论按钮*/
.btnsToComment .topc{
    width:1120px;
    margin:20px auto;
    height:32px;
    line-height:32px;
    text-align: right;
    color:#343434;
    font-size: 14px;
}
.btnsToComment .topc a.loginPc{
    color:#343434;
    text-decoration: underline;
}
.btnsToComment .topc a.toWritePc{
    cursor: pointer;
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:90px;
    height:32px;
    margin-left:10px;
    line-height:32px;
    color: #fff;
    text-align: center;
    background-color:#f54343;
    border-radius:3px;
}
.btnsToComment .topc a.toWritePc:hover{
    color:#fff !important;
    text-decoration:none;
}
.btnsToComment .topc a.toWritePc i{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:14px;
    height:14px;
    margin-right:5px;
    background:url(http://s0.ifengimg.com/2017/05/09/toplpc_de357a02.png) no-repeat center;
}

/*添加回复功能样式*/
.contentListFrame:after{
    /* display: flex; */
    /* padding: 30px 0 0; */
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}
.commentInputArea{
    width: 580px;
    height: 445px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}
.commentInputArea > p {
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
}
.commentInputArea > p:hover{
    cursor: default;
}
/*.commentInputArea > p > span{
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    color: #9f9f9f;
    font-weight: normal;
}*/
.commentInputArea-title{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 20px;
    display: block;
}

.commentInputArea > button {

}
.commentInputAreaPrint{
    min-height: 72px;
    width: 542px;
    padding: 10px 20px;
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.06px;
    line-height: 24px;
}
.dateLocation{
    margin-left: 20px;
    font-size: 12px;
    color: gray;
}
.realNumInComFrame{
 margin-top: 10px;
    display: inline-block;


}
.com-close {
    width: 12px;
    height: 12px;
    background: url(https://s0.ifengimg.com/2019/07/02/close_477e5d4d.png)no-repeat center/100% 100%;
    float: right;
    position: relative;
    margin-top: -13px;
    right: -11px;
}
.realNumInComFrame:hover{
    cursor: default;
}
.com-ts{
    float: right;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.05px;
    margin-top: 10px;
}
.bestMark{
    float: right;
    color: #fff;
    width: 30px;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    display: inline-block;
    padding-left: 15px;
    background: url(http://s0.ifengimg.com/2017/09/07/leftArr.png_e23e7708.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.commitComment{
    cursor: pointer;
    width: 120px;
    height: 40px;
    background: #F54343;
    border-radius: 4px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
}
.answerList{
    background: #f5f5f5;
    padding: 10px;
    position: relative;
}
.answerListAva{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    overflow: hidden;
    vertical-align: middle;
}
.answerListAva>img{
    height: 100%;
    width: 100%;
    display: inline-block;
}
.answerListName{
    margin-left: 10px;
    color: #f54343;
    font-size: 14px;
}
.answerListDate{
    margin-left: 10px;
    color: #999999;
    font-size: 12px;
}
.pointMark{
    width: 14px;
    height: 14px;
    position: absolute;
    background: #f5f5f5;
    top: -8px;
    transform: rotate(30deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
}
.itemFrame{
    width: 1180px;
    padding: 20px 0;
}
/* .itemFrame:first-child{
    width: 96%;
    padding: 0 0 20px;
} */
.avaFrame{
    /* width: 63px; */
    float: left;
    margin-right: 20px;
}
.avaFrame> div{
    width: 60px;
    height: 60px;
    border-radius: 22px;
    overflow: hidden;
}
.avaFrame> div > img{
    width: 100%;
    height: 100%;
}
.commentFrame{
    float: left;
    width: 1100px;
}
.contentFirstLine{
    height: 20px;
    margin-bottom: 10px;
}
.contentFirstLine:hover{
    cursor: default;
}
.contentFirstLine span:nth-child(1){
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.06px;
    margin-right: 10px;
    float: left;
}
.contentFirstLine span:nth-child(2){
    display: inline-block;
    background: #F54343;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.05px;
    width: 25px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    padding: 0px 5px 2px;
    float: left;
    line-height: 18px;
}
.contentFirstLine span:nth-child(4){
    color: #333333;
    font-size: 12px;
    width: 38px;
    height: 11px;
    display: inline-block;
    float: right;
    color: #fff;
    padding: 2px 2px;
    text-align: right;
    background: url('http://s0.ifengimg.com/2017/09/08/leftArr.png_e23e7708.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 11px;
}
.clearFloat{
    clear: both;
}
.mainContent{
 /*   padding-right: 5px;
    font-size: 14px;*/
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0.06px;
}
.mainContent:hover{
    cursor: default;
}
.mainContent> p{
    color: #333333 ;
    line-height: 24px;
}
#ParsedBg{
    color: #666666;
    right: 112px;
    position: absolute;
    width: 78px;
    cursor: pointer;
}
.mainContent .commentNum{
    color: #666666;
    position: absolute;
    margin-left: 20px;
    position: absolute;
    width: 78px;
    right: 0;
}
.commentPicFrame{
    width: 60px;
    height: 60px;
    margin-top: 5px;
}
.commentPicFrame img{
    width: 100%;
    height: 100%;
}
.noComment{
    display: none!important;
}
.firstClassComment{
    height: 20px;
    position: relative;
    margin-top: 13px;
}
.firstClassComment .time{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.05px;
    float: left;
    line-height: 20px;
}
.clickForParse{
    cursor: pointer;
}
.isParsedBg{
    /*background: url('http://s0.ifengimg.com/2017/09/08/parseOn_64a8100d.png');*/
    cursor: pointer;
}
.notParsedBg{
    /*background: url('http://s0.ifengimg.com/2017/09/08/parseOff_44663710.png');*/
    cursor: pointer;
}
.commentNum{
    cursor: pointer;
}
.firstReply{
    width: 689px;
    padding: 10px 0 10px 10px;
    background: #f5f5f5;
    position: relative;
    margin-top: 10px;
}
.firstReplyAvator{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    overflow: hidden;
    /* border: solid 1px red; */
    vertical-align: middle;
    margin-right: 10px;
}
.firstReplyAvator > img{
    width: 100%;
    height: 100%;
}
.firstReplyName{
    font-size: 14px;
    margin-right: 10px;
}
.firstReplyDate{
    color: #999999;
}
.firstOfficialReplyName{
    font-size: 14px;
    color: #f54343;
    margin-right: 10px;
}
.firstReplyContent{
    color: #343434;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.receiveAnswer{
    color: #999999;
    display: inline-block;
    margin-right: 10px;
}
.receiveAnswer > span{
    color: #333333;
    font-weight: bold;
}
.upArrForFirstReply{
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    background: #f5f5f5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#commentPublishForm{
   width: 580px;
    min-height: 92px;
    margin-top: 10px;
}
.msgFrame{
    width: 460px;
    height: 160px;
    padding: 0 0 20px 0;
    position: fixed;
    background: #fff;
    border: solid 1px #f5f5f5;
    top: 20%;
    left: 38%;
    z-index: 200;
}
.alertTitle{
    height: 30%;
    line-height: 46px;
    background-color: #f54343;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.confirmBtn{
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 100%;
}
.msgContent{
    padding: 20px 20px 0 20px;
    word-break:break-all;
}
.confirmBtn div{
    position: absolute;
    right: 20px;
    height: 100%;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f54343;
    color: #fff;
}
.confirmBtn div:hover{
    cursor: pointer;
}
.noCommentForBtn{
    margin-top: 0.4rem;
}
.noCommentForPcList{
    width: 66%;
    height: 255px;
    background-image: url('http://s0.ifengimg.com/2017/10/26/f4f613a4c8a34980cbd1a17dea9a16d6.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
}
.bestItemPC{
    font-size: 12px;
    width: 38px;
    height: 11px;
    display: inline-block;
    float: right;
    color: #fff!important;
    padding: 2px 2px;
    text-align: right;
    background: url(http://s0.ifengimg.com/2017/09/08/leftArr.png_e23e7708.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 11px;
}
#totalNumForUser{
    font-size: 14px;
    color: #000;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}
.com-overflow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 120;
}