﻿/*评论样式*/
*{padding:0;margin:0;box-sizing:border-box;}

.comment_block{background:#fff;font-size:13px;}
.comment_block .comment_top{background:#069eff;padding:0 11px;height:30px;line-height:30px;}
.comment_block .comment_list{padding-bottom:15px;font-size:14px;}

.comment_block .reply_block{width:100%;border-top:1px solid #e6e6e6;background:#fff;box-shadow:0 1px 0 0 rgba(204,204,204,.5);}
.comment_block .reply_block .unlogin{padding:7.5px;position:relative;}
.comment_block .reply_block .input-block{position:relative;}
.comment_block .reply_block .input-block input{height:33px;line-height:33px;color:#b6b6b6;border:1px solid #e6e6e6;padding:0 50px 0 10px;display:block;border-radius:5px;font-size:13px;background:#f9f9f9;width:100%;}
.comment_block .reply_block .input-block button{position:absolute;right:0;top:0;height:35px;line-height:35px;width:50px;text-align:center;background:#f13131;color:#fff;border-radius:5px;font-size:15px;margin:0;padding:0;border:1px solid transparent;outline:0;}

.loading-more{position:relative;line-height:40px;height:40px;text-align:center;font-size:14px;padding:0 10px 5px 10px;margin-top:15px;}
.loading-more p{display:block;background:#e5e5e4;border-radius:5px;color:#666;}
.reply_button{background:#f13131!important;}

.plItem,.plItem1{display:flex;width:100%;padding:.625rem;justify-content:flex-start;font-size:.875rem;border-top:1px solid #dedede;}

.plLeft{width:4.375rem;}
.plLeft img{width:2.5rem;}
.plRight{width:100%;}
.plRight>div{min-height:1.875rem;}
.plUser{color:#f13131;}
.plUser .time{padding-left:10px;color:#999;}
.plUser .lou{float:right;color:#999;}

.plMenu{display:flex;justify-content:flex-end;align-items:center;}
.plMenu div{display:flex;align-items:center;color:#999;}
.plMenu div span{display:flex;margin-left:.625rem;}
.plMenu div img{vertical-align:middle;width:1.25rem;height:1.25rem;}

.plContent{white-space:normal;word-break:break-all;word-wrap:break-word;}
.plContent div{justify-content:flex-end;display:flex;align-items:center;color:#999;}
.plContent div span{display:flex;margin-left:.625rem;}
.plContent img{vertical-align:middle;width:1.25rem;height:1.25rem;}

.plItem1{background:#f8f8f8;border-bottom:1px solid #e6e6e6;}
.plItem1 .plLeft{width:2.5rem;}

.pl-thread-xie_left img,.plItem1 .plLeft img{width:1.875rem;}
.pl-thread-hf{padding:10px;}
.pl-thread-hf.more{color:#777;}
.Quotepl{margin-bottom:10px;font-size:14px;border-left:solid 3px #e6e6e6;background:#f8f8f8;margin-bottom:.625rem;}

/*回复框*/
.pl-thread-xie{padding-bottom:0;padding-top:10px;}
.pl-thread-xie_left{float:left;}
.pl-thread-xie_right{padding-left:40px;}
.pl-thread-txtBox{position:relative;height:80px;padding:10px;border:1px solid #ccc;border-bottom:none;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;background:url(/images/comment/pl-thread-bg.png) 0 -90px repeat-x #fff;}
.pl-thread-txtBox textarea{width:100%;height:60px;margin:0;padding:0;line-height:1.8em;font-size:13px;display:block;border:none;overflow-y:hidden;font-family:helvetica neue,Helvetica,Arial,sans-serif;background:0 0;}
button,input,select,textarea{font-size:100%;font-family:inherit;margin:0;padding:0;outline:0;}
textarea{resize:vertical;}
.pl-thread-xie_right_foot{position:relative;}
.pl-thread-fabu2{position:relative;float:right;z-index:1;width:100px;height:30px;line-height:30px;color:#555px;font-size:14px;font-weight:700;text-align:center;color:#555;text-shadow:0 1px 0 #fff;cursor:pointer;border:1px solid #ccc;border-bottom-color:#aaa;border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px;}
.pl-thread-biaoqing{margin-right:100px;height:30px;border:1px solid #ccc;border-right:none;border-bottom-color:#aaa;border-bottom-left-radius:3px;-webkit-border-bottom-left-radius:3px;background:url(/images/comment/pl-thread-bg.png) 0 -60px repeat-x;}
.pl-thread-pl_right .pl-thread-xie{padding-bottom:0;padding-top:10px;}
.pl-thread-bq_box{position:absolute;width:310px;height:140px;padding:10px 5px;overflow-y:auto;-webkit-border-radius:3px;border-radius:3px;top:35px;left:0;z-index:2;border:1px solid #aaa;box-shadow:0 0 2px rgba(0,0,0,.2);background-color:#fff;}
.pl-thread-bq_box ul{margin:0;padding:0;list-style:none;}
.pl-thread-bq_box ul li{float:left;width:40px;height:40px;margin:0;padding:0;list-style:none;text-align:center;}
.pl-thread-bq_box ul li img{vertical-align:middle;height:1.25rem;width:1.25rem;max-width:100%;height:auto;}
@media screen and (max-width:500px){
	.pl-thread-bq_box{position:fixed;width:90%;height:200px;left:5%;top:50%;margin-top:-155px;}
}
.pl-thread-biaoqing .btn_face:hover{background:url(/images/comment/pl-thread-biaoqing.png) 0 -18px no-repeat;}
.pl-thread-biaoqing .btn_face{position:absolute;width:17px;height:17px;display:block;left:10px;top:7px;cursor:pointer;background:url(/images/comment/pl-thread-biaoqing.png) 0 0 no-repeat;}


.hide{display:none;}