﻿/*提示框*/
#jSuccess,#jError,#jError,#jNotify{position: absolute;  background-color: #E8E8E8;background: -webkit-gradient(linear, center top, center bottom, from(#F6F6F6), to(#DEDEDE));background: -moz-linear-gradient(linear, center top, center bottom, from(#F6F6F6), to(#DEDEDE));background: -o-linear-gradient(linear, center top, center bottom, from(#F6F6F6), to(#DEDEDE)); border: 1px solid #b3b4b2; padding:10px; padding-left:25px;padding-right:25px; margin: 15px; z-index: 9999; -moz-border-radius : 5px; border-radius: 5px; -webkit-border-radius: 5px; line-height:22p;-moz-box-shadow: -1px -1px 11px #cccccc;-webkit-box-shadow: -1px -1px 11px #cccccc;box-shadow: 0px 0px 11px #b3b4b2; -moz-opacity:0.8; filter:alpha(opacity=80);opacity: 0.8;  font-size:13px;}
#jSuccess span,#jError span,#jError span,#jNotify span{display:inline-block; padding:12px 0; padding-left:50px; line-height:22px; font-family:microsoft yahei;}
#jSuccess span{ background:url(success.png) left center no-repeat;}
#jNotify span{background:url(info.png) no-repeat;}
#jError span{background:url(error.png) no-repeat; }
#jOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9998 }

/*评论*/
.fl{float:left;}
.fr{float:right;}
.button{padding: 5px 20px;}
.pinglun { clear: both; margin-top: 20px; background: #fff; }
.plbox { padding: 20px 30px; border: 1px solid #F2F2F2; }
.plbox textarea { width: 100%; height: 80px; padding: 5px; font-size: 15px; text-shadow: 0px 1px 0px #fff; outline: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #ccc; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; background: #FBFBFB url(inputBg.png) repeat-x left top; }
.plbox textarea:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff; }
.plsub { line-height: 25px; text-align: right; margin: 10px 0 0 0; }
.plsub span { float: left; position:relative;}
.plsub span .face{ position:absolute; background:#fff; z-index:10;border-radius: 4px; border:1px solid #ccc; text-align:left; padding:10px;box-shadow: 1px 1px 4px #cccccc; display:none;}
.allpl { line-height: 48px; background: white url(logTitle.png) repeat-x left bottom; height: 48px; padding: 0 20px; font-weight: bold; }
.pllist { width: 100%; }
.pllist li { display: block; margin-bottom: 10px; clear: both; padding: 20px 20px 10px 20px; border-bottom: 1px solid #DAD8D8; position: relative; }
.pllist li .tx { width: 48px; height: 48px; margin-right: 15px; }
.pllist em abbr.time{ font-size:12px;}
.plnr { line-height: 1.8; display: inline-block; width: 560PX;}
.plnr span { display: block; }
.louceng { position: absolute; right: 20px; top: 20px; }
.plnr em { font-style: normal; color: #999 }
.plnr img{max-height: 80px;max-width: 80px;_width: 80px;_height: 80px;}
.pldig { color: #999999; font-size: 10px; }
.pldig a { font-size: 12px; color: #4095CE; }
.ecomment { border: 1px solid #E4E4E4; background: #F4F4F4; padding: 10px 20px; margin: 10px 0; font-size: 12px; color: #ABABAB; position: relative; width:500px;}
.ecomment a { color: #6795D0; margin-right: 5px; }
.ecomment em { position: absolute; bottom: -10px; left: 15px; color: #F4F4F4; text-shadow: #ddd 0 1px 0; }
.closepl{ margin-left:5px;}
.replyComment { width: auto; margin:10px 0; margin-left:60px; margin-right: 20px; display:none;}
.replyComment textarea { width: 100%; height: 90px; padding: 5px; font-size: 15px; text-shadow: 0px 1px 0px white; outline: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #CCC; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; background: #FBFBFB url(inputBg.png) repeat-x left top; }