@charset "utf-8";
/*线路评价*/
#comment-box{border-top:1px solid #E6E6E6; margin:20px 13px 0;}
#comment-box div{ font-family: 'microsoft yahei',Tahoma, sans-serif; }
#comment-box .title{ height:40px; line-height:40px; font-size:16px;}
#comment-box .title span{ font-style:normal; font-family:Georgia; color:red;}
#comment-box .comment-form{ padding:15px 0px;}
#comment-box .comment-form .comment-form-left{ float:left; }
#comment-box .comment-form .comment-form-right{ float:left; width:100%;}
#comment-box .wbox{ position:relative; height:auto;}
#comment-box .input-box{height:39px;  background:#fafafa; border-top:1px solid #e5e9ec; padding:0px 0px 0px 5px;}
#comment-box .input-box span{ float:left; line-height:30px; display:block; }
#comment-box .input-box .com_txt{ float:left; margin-right:10px; padding:0px 5px;}
#addSendBox2,#addSendBox{width:100%;position:absolute; border:1px solid #c8d1d6;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#656d78;display:none;z-index:9999}
.SendBox{border:1px solid #ccc;width:100%; height:200px; background:#fff;}
.SendBox h3{height:40px; line-height:40px; padding-left:20px;font-size:18px;color:#c31}
.SendBox h3 span{float:right; font-size:18px; cursor:pointer;padding-right:15px}
.SendBox h5{ border-bottom:1px solid #cbd2d8;background:#fafafa; padding:0px 15px; height:40px; line-height:40px;}
.SendBox h5 span{float:right; font-size:18px; cursor:pointer;}
.SendBox .item{width:100%;padding:10px; height:31px; }
.SendBox .item .label{float:left;width:60px; text-align:right; line-height:31px;}
.SendBox .item .value{float:left;height:31px;}
.SendBox .item .value .txt3{border:1px solid #c8d1d6; height:31px; line-height:31px;}
.tcFB{background:#5788a9; height:30px; padding:0px 15px; border:0px; color:#fff;}
.ui_buttonB{display:inline-block;height:28px;padding:0 15px;border:none;border-radius:3px;overflow:visible;font-size:14px;line-height:28px;color:#fff;text-align:center;cursor:pointer}
.ui_buttonB{background-color:#3f9f5f}
.ui_buttonB:hover{background-color:#5cad77;color:#fff;text-decoration:none}
.ui_buttonB:active{background-color:#3f9f5f;box-shadow:inset 0 2px 3px rgba(0,0,0,0.2)}
.ui2_textarea{height:24px;min-height:24px;overflow:hidden;padding:3px 7px;border:1px solid #c0c0c0;font-size:14px;line-height:24px}
.ui2_input:focus,.ui2_textarea:focus{border-color:#5fa678;box-shadow:0 2px 2px 0 rgba(0,0,0,0.05) inset}
.mod_talk_edit{width:100%;margin-bottom:20px}
.mod_talk_edit_cnt{height:auto;overflow:hidden;position:relative;background:#f5f5f5;border:1px solid #d7d7d7;padding:9px;box-shadow:0 0 3px rgba(0,0,0,0.12)}
.mod_talk_edit_cnt textarea{width:100%;height:45px;min-height:45px}
.mod_talk_edit_cnt .btm{position:relative}
.mod_talk_edit_cnt .words{color:#959595;height:26px;line-height:20px;top:0px}
.dcmp-userinfo{float:left;}

.comment-list{background-color:#ffffff;width:100%;}
#comment-box .comment-item{border-bottom:1px solid #E6E6E6;}
#comment-box .comment-item .huifu{ color:#cc3311}
#comment-box .comment-item .photo{float:left;margin-top:15px;width:40px;height:40px;border-radius:50%;overflow:hidden;}
#comment-box .comment-item .photo img{display:block;}
#comment-box .comment-item .comment-right {padding:10px 0 5px 0}
#comment-box .comment-item .comment-right .content{color:#666666;margin-left:50px;line-height:24px;word-break:break-all;padding:10px 0}
#comment-box .comment-item .comment-right .title{ height:20px; line-height:20px; width:100%; padding-left:50px; font-size:12px; color:#0078B6;}
#comment-box .comment-item .comment-right .title span{ color:#b8b8b8;}
#comment-box .comment-item .comment-right .ding{ background:url("../images/upDig.png"/*tpa=http://xn--1lqw0etvb1zax83gjqg.com/skin/images/upDig.png*/) no-repeat left center; min-width:20px;}
#comment-box .comment-item .comment-right .ding:hover{ background:url("../images/upDig2.png"/*tpa=http://xn--1lqw0etvb1zax83gjqg.com/skin/images/upDig2.png*/) no-repeat left center; }
#comment-box .comment-item .comment-right .opt{ color:#999999; text-align:right;}
#comment-box .comment-item .comment-right a.tt{ text-decoration:none; padding-left:15px; margin-left:5px; height:30px; line-height:30px;}
#comment-box .comment-item .comment-right a.tt:hover { color:#ee542a;}



.c-avatar{ margin-top:15px;}
.c-avatar .avatar {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 2px;
    webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all .3s ease-out;
}
.c-main {
    padding: 10px 15px;
    line-height: 25px;
    margin-top: -2px;
    margin-left: 72px;
    border-radius: 3px;
    position: relative;
    background: #fbfdfb;
    border: 1px #eee solid;
    font-size: 15px;
}
.c-main:before, .d_comment div.muted:before {
    content: '';
    display: inline-block;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #eee;
    position: absolute;
    top: 15px;
    left: -9px;
}
.c-meta {
    color: #bbb;
    font-size: 14px;
}
.yin{ display:none;}
 .plmore{ text-align:center;}
.plmore a{ margin-top:15px; float:none; display:inline-block; border:1px solid #EEEEEE; padding:8px 15px; border-radius:5px; font-size:18px;   text-align:center; background-color:#FBFDFB;}
.hui{ color:#CCC !important;}
.hui:hover{ text-decoration:none;color:#CCC;}
.yanzm{ width:100px;}

