.commentBox a:hover,
.commentBox a:active,
.commentBox a:focus{
    cursor: pointer;
    text-decoration: none;
}
.autoHeight{
    height: auto!important;
    min-height: 0px;
    height: 0px;
}
.autoHeight:after{display:block;clear:both;content:".";visibility:hidden;height:0;}

.commentBox{
    background: white;
}
.commentBox h2{
    height: 48px;
    border-bottom: 1px solid #e6e6e6;
    background: url("../img/comic-discuss/h2_icon.jpg") no-repeat 12px center;
    line-height: 48px;
    padding-left: 26px;
    font-size: 18px;
    color: #1790e6;
    font-weight: normal;
    text-align: left;
}
.commentBox h2 .t_c{
    color: #333;
    float: left;
}
.commentBox .comment_num{
    float: right;
    width: 100px;
    font-size: 12px;
    text-align: right;
    padding-right: 1em;
    color: #656565;
    line-height: 48px;
}
.commentBox .comment_num .discuss-total{
    color: #ff4e1f;
}
.commentBox .comment-section {
    padding: 1em;
}

.commentBox .comment-section h3{
    line-height: 32px;
    height: 32px;
    border-bottom: 1px solid #e6e6e6;
}

.commentBox .discuss-bottom-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    height: 4em;
    border-top: 1px solid #e8e8e8;
    padding: .5em 1em;
}
.commentBox .discuss-bottom-bar .bar-number{
    display: block;
    background: url(../img/comic-discuss/replies.png) no-repeat;
    background-size: 2em auto;
    background-position-y: 0.3em;
    padding-left: 2.5em;
    margin: .5em 0;
    height: 2em;
    float: left;
    line-height: 2em;
}
.commentBox .discuss-bottom-bar .bar-input{
    border: 1px solid #e8e8e8;
    border-radius: 1.5em;
    margin-left: 7em;
    display: block;
    height: 3em;
    padding: 0 1em;
    line-height: 2.8em;
    color: #aaa;
}

.reply-modal .parent-info .parent-user {
    color: #0090ff;
}















.textareawrap{
    padding: 0;
}
.textareawrap .textareaDiv{
    height: 100px;
    border: 1px solid #d6d6d6;
    padding: 5px 9px;
    background: #fff;
}
.textareawrap .textareaDiv label{display: none;}
.textareawrap .textareaDiv .textarea{
    width: 100%;
    height: 88px;
    border: 0;
    outline: none;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
}
.func_area{
    height: 40px;
    border: 1px solid #d6d6d6;
    border-top: 0;
    position: relative;
}
/*表情*/
.ficon_face{
    width: 1em;
    height: 1em;
    float: left;
    margin: 10px 0 0 10px;
    cursor: pointer;
    position: relative;
}
.ficon_faceBtn{
    width: 1em;
    height: 1em;
    display: block;
    background: url("../img/comic-discuss/comment-icon.png") -1px -1px;
}
.ficon_faceBtn:hover{
    background: url("../img/comic-discuss/comment-icon.png") right -1px;
}
.faceBox {
    width: 315px;
    height: 158px;
    border: 1px solid #d1d7dc;
    background: #f8fcff;
    position: absolute;
    margin-top: 00px;
    margin-left: -5px;
    border-radius: 8px;
    padding: 10px;
    display: none;
    z-index: 99999;
}
.faceBox .fBar {
    height: 22px;
    line-height: 22px;
}
.faceBox .fBar ul {
    float: left;
}

.faceBox .fBar ul li {
    padding-right: 10px;
    float: left;
    cursor: pointer;
}
.faceBox .fBar ul li.active {
    color: #46a1e1;
}
.faceBox .fBar .close {
    width: 9px;
    height: 11px;
    float: right;
    background: url("../img/comic-discuss/bg_layerclose.png") no-repeat center;
    display: block;
}
.faceBox .face {
    margin-top: 3px;
    width: 312px;
    height: 130px;
    border-bottom: 1px solid #dfe6f6;
    border-left: 1px solid #dfe6f6;
    padding-top: 0;
}
.faceBox .face li {
    cursor: pointer;
    border-top: 1px solid #dfe6f6;
    border-right: 1px solid #dfe6f6;
    width: 25px;
    height: 25px;
    float: left;
}

/*图片*/
.ficon_img{
    width: 18px;
    height: 16px;
    float: left;
    background: url("../img/comic-discuss/comment-icon.png") -2px -49px;
    margin: 12px 0 0 13px;
    cursor: pointer;
}
.ficon_img:hover{
    background: url("../img/comic-discuss/comment-icon.png") right -49px;
}
.ficon_swtop{
    width: 1em;
    height: 1em;
    float: left;
    background: url("../img/comic-discuss/comment-icon.png") -2px -92px;
    margin: 10px 0 0 13px;
    cursor: pointer;
}
.ficon_swtop:hover{
    background: url("../img/comic-discuss/comment-icon.png") right -92px;
}
.ficon_topic{
    width: 1em;
    height: 1em;
    float: left;
    background: url("../img/comic-discuss/comment-icon.png") -2px -137px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
.ficon_topic:hover{
    background: url("../img/comic-discuss/comment-icon.png") right -137px;
}
.func_area .discussLogin,
.func_area .discussUserInfo{
    padding-left: 22px;
    float: left;
    line-height: 40px;
}
.func_area .discussUserInfo{display: none;}
.func_area .discussLogin a,
.func_area .discussUserInfo a{
    padding: 0 10px;
}
.func_area .discussLogin a.login,
.func_area .discussUserInfo a.name{
    color: #1790e6;
}
.func_area .discussLogin a.register,
.func_area .discussUserInfo a.out{
    color: #666666;
}
.SubmitBtn{
    width: 84px;
    height: 30px;
    border: 1px solid #3086c6;
    background: #3591d5;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    float: right;
    margin: 4px;
}
.SubmitBtn:hover{
    color: #fff;
    text-decoration: none;
}
.SubBtn_load{
    background:#eee;
    cursor: not-allowed;
    border: 1px solid #EEEEEE;
}
.num_S_txt{
    float: right;
    line-height: 40px;
    color: #666666;
    font-size: 12px;
    padding-right: 10px;
}
.num_S_txt span{
    color: #fe5419;
}





.comment_con{
    margin: 0 1em;
}
.comment_con_li{
    margin: 1em 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1em;
}
.comment_con_li:last-child{
    border-bottom: none;
}
.comment_con_li .photo{
    width: 48px;
    height: 48px;
    float: left;
}
.comment_con_li .photo img{
    width: 48px;
    height: 48px;
    float: left;
    border: 1px solid #d6d6d6;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.comment_con_li .photo.bor{
    border: 1px solid #fc8b19;
}
.comment_con_li .photo .authorIcon{
    width: 78px;
    height: 18px;
    background: url("../img/comic-discuss/icon_author.png");
    position: absolute;
    bottom: -9px;
    left: -11px;
    display: block;
}
.comment_con_li .photo .authorIcon_1{
    width: 78px;
    height: 18px;
    background: url("../img/comic-discuss/icon_author_1.png");
    position: absolute;
    bottom: -9px;
    left: -11px;
    display: block;
}
.comment_con_li .content_r{
    margin-left: 60px;
    position: relative;
}
.content_r .info_bar{
    height: 18px;
}
.content_r .info_bar .userName{
    color: #999;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-top: -2px;
}
.content_r .info_bar .userName_author{
    color: #999;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-top: -2px;
    color: #fe8a19;
}
.content_r .floor{
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}
.content_r .text{
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    line-height: 22px;
    word-break: break-all;

}
.content_r .text .textCon{
    display: block;
}
.content_r .text .textCon.hei{
    max-height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.content_r .text a{
    display: block;
    margin-top: 5px;
}
.content_r .text.del{
    color: #ff0000;
}
.content_r .text a{
    color: #3591d5;
}
.content_r .btm_bar{
    height: 1.5em;
    line-height: 1.5em;
    font-size: 12px;
    color: #999999;
    padding: 0;
    margin: .5em 0 0;
    overflow: hidden;
}
.content_r .btm_bar a{
    color: #999;
}
.content_r .btm_bar a:hover{
    color: #3591d5;
}
.content_r .btm_bar .time{
    color: #999999;
    float: left;
}
.content_r .btm_bar .handl{
    margin-right: 17px;
    color: #999;
    display: block;
    float: right;
}
.content_r .btm_bar .handl.top,
.content_r .btm_bar .handl.good,
.content_r .btm_bar .handl.report{
    display: none;
}
.comment_con_li:hover>.content_r .handl.top,
.comment_con_li:hover>.content_r .handl.good,
.comment_con_li:hover>.content_r .handl.report{
    display: block;
}
.icon_jing{
    width: 57px;
    height: 56px;
    background: url("../img/comic-discuss/icon_jing.png");
    position: absolute;
    top: -25px;
    right: 80px;
    display: block;
}
.reply_content .icon_jing{
    right: 125px;
    display: block;
    top: -1em;
}
.reply_content .btm_bar .icon_hf,
.reply_content .btm_bar .icon_ding,
.reply_content .btm_bar .h_1
{
    display: none;
}
.reply_content .comment_con_li:hover>.btm_bar .icon_hf,
.reply_content .comment_con_li:hover>.btm_bar .icon_ding,
.reply_content .comment_con_li:hover>.btm_bar .h_1
{
    display: block;
}
#top_status_4 .icon_jing{
    display: none;
}
.icon_gg{
    width: 48px;
    height: 16px;
    background: url("../img/comic-discuss/comment-icon.png") 0 -400px;
    float: left;
    display: block;
    margin-right: 8px;
}

.icon_zd{
    width: 48px;
    height: 16px;
    background: url("../img/comic-discuss/comment-icon.png") 0 -175px;
    float: left;
    display: block;
    margin-right: 12px;
}
.icon_nv{
    width: 13px;
    height: 16px;
    background: url("../img/comic-discuss/comment-icon.png") -6px -212px;
    float: left;
    margin:0px 0 0 13px ;
    display: block;
}
.icon_nan{
    width: 13px;
    height: 16px;
    background: url("../img/comic-discuss/comment-icon.png") -5px -242px;
    float: left;
    margin:0px 0 0 13px ;
    display: block;
}
.icon_author{
    width: 16px;
    height: 16px;
    background: url("../img/comic-discuss/comment-icon.png") -5px -275px;
    float: left;
    margin:0px 0 0 13px ;
    display: block;
}
.icon_book{
    width: 13px;
    height: 16px;
    background: url("../img/comic-discuss/comment-icon.png") -6px -310px;
    float: left;
    margin:0px 0 0 13px;
    display: block;
}
.icon_hf{
    background: url("../img/comic-discuss/comment-icon.png") left -373px;
    padding-left: 25px;
    line-height: 1.5em;
    display: block;
    float: right;
}
.icon_ding{
    background: url("../img/comic-discuss/comment-icon.png") no-repeat left -343px;
    padding-left: 25px;
    line-height: 1.5em;
    display: block;
    float: right;
    margin:0 17px 17px 0;
}
.icon_ding.cur{
    background: url("../img/comic-discuss/comment-icon.png") no-repeat left -430px;
    color: #1790e6;
}

/*回复*/
.reply_box .textareaDiv{
    margin: 10px 0 0 0;
}
.reply_box .func_area{
    margin: 0;
    border: 0;
}
.reply_box .SubmitBtn{
    width: 54px;
    height: 1em;
    line-height: 1em;
    margin: 10px 0 5px;
    font-size: 12px;
}
.SubmitBtn.unClick{
    background: #ccc;
    border: 1px solid #ccc;
    color: #666;
}
.reply_box .CancelBtn{
    width: 54px;
    height: 1em;
    line-height: 1em;
    border: 1px solid #d6d6d6;
    background: #fff;
    float: right;
    text-align: center;
    font-size: 12px;
    margin: 10px 10px 5px;
}
.reply_box .ficon_face{
    margin-left: 0;
    margin-top: 13px;
}
.reply_box .num_S_txt{
    height: 1em;
    line-height: 1em;
    margin-top: 10px;
}
.reply_content{
    border: 1px dotted #b3b3b3;
    background: #ebf2f7;
    margin: 10px 0;
    padding: 0 .5em 0;
    *padding: .5em .5em 0 ;

}
.reply_content .comment_con_li{
    border-bottom: 1px dotted #b3b3b3;
    margin:.5em 0 0;
    padding-bottom: .25em;
    position: relative;
}
.reply_content .comment_con_li:last-child{
    border-bottom: none;
}
.content_r .reply_content .text a,
.content_r .reply_content .text .textCon{
    display: inline;
}
.mark{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #1790e6;
    text-align: center;
    border-bottom: 1px dotted #b3b3b3;
    cursor: pointer;
}
.loading{
    text-align: center;
    line-height: 22px;
}
/*分页*/
.page{
    margin: 1em 0;
    text-align: center;
}
.page a,.page span{
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    margin: 0 1px;
    color: #666;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
}
.page a:hover,.page a.cu{
    background: #3591d5;
    color: #fff;
}
.page.tr{
    text-align: right;
    margin-right: 30px;
}


/*body{
    background: #fff;
}*/
/*上传图片*/
.uploadImg_box{
    height: 150px;
    border:1px solid #d6d6d6;
    position: absolute;
    left: -1px;
    top: 39px;
    width: 100%;
    background: #fff;
    z-index: 999;

}
.uploadImg_box p{
    line-height: 22px;
    color: #999;
    height: 22px;
    padding:8px 0 8px 15px;
}
.uploadImgBtn_b{
    float: left;
    position: relative;
}
.uploadImgBtn{

}

.uploadImgBtn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    width: 98px;
    height: 98px;
    border: 1px dashed #cccccc;
    background: #fff;
    background: url("../img/comic-discuss/upload_bg.jpg") no-repeat center;
    color: #666666;
    outline: none;
    cursor: pointer;
    margin-left: 13px;
    float: left;
    margin-right: 40px;
}
.uploadImgBtn input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    width: 100%;
    height: 100%;
}
.uploadImgBtn:hover {
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

#file-list{
    padding-left: 5px;
    max-width: 340px;
    overflow: hidden;
    height: 100px;
    float: left;
}
#file-list .file_li{
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    display: table;;
}
#file-list .file_li .tableCell{
    width: 98px;
    height: 98px;
    border: 1px dashed #ccc;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
#file-list .file_li img{
    max-width: 98px;
    display: block;
    margin: 0 auto;
}
.delImg{
    width: 1em;
    height: 1em;
    background: url("../img/comic-discuss/del.png");
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
#file-list .file_li .tableCell:hover>.delImg{
    display: inline-block;
}

.uploadImg{
    margin-top: 5px;
}
.uploadImg li{
    width: 33%;
    height: 80px;
    overflow: hidden;
    float: left;
    padding: 5px;
}
.uploadImg li img{
    width: 100%;
    height: 100%;
}
.upload_big_img{
    max-width: 500px;
    margin: 10px 0 0;
    position: relative;
}
.upload_big_img li{
    padding: 10px 0;
    display: none;
    text-align: center;
    cursor: url("../img/comic-discuss/small.cur"), auto;
}
.upload_big_img li img{
    max-width: 500px;
    position: relative;
    z-index: 2;
}
.upload_big_img .leftCur{
    width: 35%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #000;
    opacity: 0;
    filter:alpha(opacity=0);
    cursor: url("../img/comic-discuss/pic_prev.cur"),auto;
}
.upload_big_img .rightCur{
    width: 35%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background: #000;
    opacity: 0;
    filter:alpha(opacity=0);
    cursor: url("../img/comic-discuss/pic_next.cur"),auto;
}

.image-swiper-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 20;
}
/*查看大图效果*/
.bigImg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top:0;
    left:0;
}
.bigImgcon{
    background-position: center;
    background-size: cover;
}
.ontop{
    position: absolute;
    top:25px;
    color:#fff;
    font-size: 17.5px;
    bottom:0;
}
.bigImgcon div.img_list{
    position: relative;
    display:-webkit-box; display:-ms-flex; display:-webkit-flex; display:flex;
    -webkit-box-pack:center; -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
    -webkit-box-align:center; -ms-align-items:center; -webkit-align-items:center; align-items:center;
    top:0;
    left:0;

}

.close_Bigimg{
    position: absolute;
    top:20px;
    right:10px;
    width:30px;
    height: 30px;
    background-image:url("../img/comic-discuss/bigImg_close.png");
    background-size:30px 30px;
    z-index:110;
}
.bigImgcon div.img_list img{
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 80%;
}

#box_zc{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    z-index: 998;
}
.Choose_way{
    width: 538px;
    height: 254px;
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -128px 0 0 -270px;
    z-index: 999;
    display: none;
}
.pwdno_bound_tit{
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding-left: 30px;
    padding-right: 14px;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
}
.account_tit_font{
    display: inline-block;
}
.account_close{
    display: inline-block;
    float: right;
    margin-top: 14px;
    width: 1em;
    height: 1em;
    cursor: pointer;
    background: url("../img/comic-discuss/ucenter_ico.png") no-repeat -64px -328px;
}
.account_btm_cont{
    border-top: 1px solid #d6d6d6;
    width: 480px;
    margin-left: 30px;
}
.hint_noPhoneTied{
    height: 70px;
    text-align: center;
    color: #333;
    font-size: 16px;
    padding: 0 72px;
    box-sizing: border-box;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 22px;
}
.hint_setBtnStyle{
    width: 118px;
    height: 38px;
    display: block;
    border: 1px solid #3086c6;
    background-color: #3591d5;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    margin-left: 180px;
}



#box_zc{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    z-index: 998;
}
.Choose_way{
    width: 538px;
    height: 254px;
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -128px 0 0 -270px;
    z-index: 999;
    display: none;
}
.pwdno_bound_tit{
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding-left: 30px;
    padding-right: 14px;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
}
.account_tit_font{
    display: inline-block;
}
.account_close{
    display: inline-block;
    float: right;
    margin-top: 14px;
    width: 1em;
    height: 1em;
    cursor: pointer;
    background: url("../img/comic-discuss/ucenter_ico.png") no-repeat -64px -328px;
}
.account_btm_cont{
    border-top: 1px solid #d6d6d6;
    width: 480px;
    margin-left: 30px;
}
.hint_noPhoneTied{
    height: 70px;
    text-align: center;
    color: #333;
    font-size: 16px;
    padding: 0 72px;
    box-sizing: border-box;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 22px;
}
.hint_setBtnStyle{
    width: 118px;
    height: 38px;
    display: block;
    border: 1px solid #3086c6;
    background-color: #3591d5;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    margin-left: 180px;
}



.reply-modal .file_img{
    position: relative;
    padding: 0;
    width: auto;
    height: 80px;
    border: 1px solid #d6d6d6;
    border-width: 0 1px 1px;
    overflow: hidden;
}
.reply-modal .file_img .file-list{
    position: relative;
}
.reply-modal .file_img .item{
    float:left;
    height:100%;
    width: 33%;
    padding: 5px;
    margin:0;
    position: relative;
    background:#fff;
}
.reply-modal .file_img .item .tableCell{
    height: 100%;
}

.reply-modal .file_img .file-list .delImage{
    width:14px;
    height:14px;
    position: absolute;;
    background: url("../img/comic-discuss/del_img.png") no-repeat center center;
    background-size: 14px 14px;
    top:0;
    right:0;
    z-index: 20;
}
.reply-modal .file_img .item img{
    width: 100%;
    height:68px;
}
.reply-modal .file_img .add_img{
    background: url("../img/comic-discuss/add_img.png") no-repeat left top;
    background-size: 100% 100%;
    margin-right: 0;
    width: 100%;
    height: 100%;
}
.reply-modal .file_img input.upload-image{
    display: none;
}