@charset "utf-8";
/* 新的触屏版评论 */
.new_pinglun{clear:both; background:#fff;}
.m_pl_tit{border-bottom: 1px solid #e6e6e6;border-top: 2px solid #666;color: #666;font-weight: 800;height: 40px;line-height: 40px;margin-top: 8px;text-indent: 10px;}
.m_pl_tit .a1 {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}
.m_pl_tit .a1 i {
    color: red;
    font-weight: bold;
}
.m_pl_top{margin:10px;}
.textarea{padding:4px; background:#f2f2f2; border:1px solid #e5e5e5; margin-bottom:10px;}
.m_pl_text{width:100%; display:block;text-indent:8px; line-height:20px; color:#4d4d4d; min-height:60px; font-size:12px; border:none; background:none;}
.m_pl_b{clear:both;}
.m_pl_b_l{float:left; color:#0090ff; line-height:16px; height:16px; margin-top:8px; font-size:14px;}
.m_pl_b_l a{padding:0 10px; color:#0090ff;}
.m_pl_b_l span{color:#666; padding:0 10px;}
.m_pl_b_r{float:right;}
.m_pl_b_r a{border:1px solid #ff9313; border-radius:3px; text-align:center; color:#ff9313; display:inline-block; width:60px; line-height:30px; height:30px; font-size:14px;}
.m_comment_list{border-top:1px solid #e5e5e5; padding:10px;}
.m_ptit{color:#666; clear:both;}
.m_comment_list li{clear:both; position:relative; padding:10px 0; border-bottom: 1px dashed #e6e6e6;}
.m_comment_list li .p1{position:absolute; left:0; top:13px;}
.m_comment_list li .p1 img{border-radius:50%; width:40px; height:40px;}
.m_comment_list li .p2{ color:#333; font-size:14px; line-height:20px; margin:0 0 5px 50px; white-space:normal; word-break:break-all;}
.m_comment_list li .p2 span{color:#0090ff;width: 130px;overflow: hidden;display: inline-block;height: 20px;white-space: nowrap;text-overflow: ellipsis;}
.m_comment_list li .p2 em{float:right; font-size:12px; color:#808080;}
.m_comment_list li .p3{color:#333; font-size:13px; line-height:20px; margin-left:50px; text-align:right;}
.m_comment_list li .p3 .reply{color:#0090ff; display:inline-block; padding-right:10px; cursor:pointer;}
.m_comment_list li .p3 em{padding-left:10px; cursor:pointer;}
.m_comment_list li .p3 em i{color:#f75900;}
.m_comment_list li .p4{font-size:13px; margin-top:12px; position:relative; display:none;}
.m_comment_list li .p4 img{position:absolute; right:90px; top:-6px; width:14px;}
.m_comment_list li .p4 span{background:#f2f2f2; border:1px solid #e5e5e5;padding:4px;margin-bottom:10px; display:block;}
.m_comment_list li .p4 .area_one{color:#4d4d4d; width:100%; min-height:50px; line-height:20px; font-size:12px; border:none; background:none;display:block;text-indent:8px;}
.m_comment_list li .p4 .new_release_bt{float:right;border:1px solid #ff9313; border-radius:3px; text-align:center; color:#ff9313; display:inline-block; width:60px; height:30px; font-size:14px; background:#fff;}
.m_comment_list li .p5{color:#4d4d4d;background:#f2f2f2; border:1px solid #e5e5e5;margin:15px 0 5px 50px; position:relative; padding:10px 0; font-size:12px; color:#808080;}
.m_comment_list li .p5 img{position:absolute; left:15px; top:-6px; width:14px;}
.m_comment_list li .p5 span{ display:block; padding:2px 6px; white-space:normal; word-break:break-all;}
.m_comment_list li .p5 span i{color:#0090ff;}
.m_comment_list li .p5 .hide{display:none;}
.m_comment_list li .p5 em{display:block; border-top:1px solid #e5e5e5; text-align:center; padding-top:10px; width:100%; margin-top:5px;}
.m_comment_list li .p5 em b{color:#f75900; cursor:pointer;}
.m_comment_list li:last-child{border-bottom:none;}
/*20181108*/
#comment_list .iconfont {
    width: 100%;
    height: 14px;
    margin: 5px auto 10px;
    padding: 5px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
#comment_list .icon-unfold {
    background-image: url(http://static.pipaw.com/touch/singlemobile/img/simple_brief/icon_jtdown.png);
}
#comment_list .icon-fold {
    background-image: url(http://static.pipaw.com/touch/singlemobile/img/simple_brief/icon_jtup.png);
}
#comment_list .desc {
    height: 60px;
    overflow: hidden;
}
#comment_list .desc b{font-weight: normal}