/*评论css*/
.page-comt-top{margin-top: 15px;}
.comments-title{position:relative;padding-bottom:10px;font-size:18px;font-size: 14px;}
.responsesWrapper h3.comments-title,.responsesWrapper .respond #commentform .warning-text{padding: 5px 15px;
border-left: 5px solid #16b597;
text-shadow: 0 1px 3px rgba(88,88,88,.1);}
.commentCount{color:#069}
.commentlist{list-style:none;margin:10px 0 0;padding:0}
.commentlist ol{list-style:none}
.comment{padding:10px 0 5px}
.comment .media-left{display:table-cell;vertical-align:top;padding-right:10px}
.comment .media-left img{border-radius:50%}
.comment .media-body{display:table-cell;vertical-align:top}
.comment .media-body .author_name{margin-bottom:5px;font-size:14px;color:#777}
.comment .media-body p{font-size:14px;line-height:1.5em;color:#777}
.comment .media-body p a{color:#000}
.comment .comment-metadata{margin-left:58px;padding:5px 0}
.comment .comment-metadata span{margin-right:15px;font-size:13px}
.comment .comment-metadata span{font-size:10px;color:#999}
.comment .comment-metadata span.comment-btn-reply a:hover{color:#666}
.comment .comment-metadata span.comment-btn-reply i{color:#d1d1d1}
.commentlist>.comment{border-bottom:1px dotted #d9d9d9}
.commentlist .children{padding-left:15px}
.commentlist .children>.comment{border-top:1px dotted #d9d9d9}
#reply-title a:first-child,.warning-text a:first-child{display:inline-block;margin:0 2px;padding:2px 5px;background:#069;color:#fff;font-size:14px}
#reply-title #cancel-comment-reply-link{background:#fff;color:#999}
#reply-title #cancel-comment-reply-link:hover{text-decoration:underline}
.warning-text{color:#999}
.link-logout{color:#999}
.comment-navigation{width:100%;margin:0 auto;padding:15px 0;text-align:center}
.comment-navigation .page-numbers{display:inline-block;padding:9px 16px;color:#999;background:#f1f1f1}
.comment-navigation .page-numbers:hover{background:#e8e8e8;color:#666}
.comment-navigation .current,.comment-navigation .current:hover{background:#069;color:#fff}

.commentform-info{float:left}
.commentform-info input{margin-right:10px;border:0;border-radius:0;box-shadow:none;background:#f5f5f5;font-weight:400;transition:background .5s}
.commentform-info input:focus{box-shadow:none;color:#fff!important;background:#cdcdcd}
.commentform-info input:focus:-moz-input-placeholder{color:#fff}
.commentform-info input:focus::-moz-input-placeholder{color:#fff}
.commentform-info input:focus::-webkit-input-placeholder{color:#fff}
.commentform-info input:focus:-ms-input-placeholder{color:#fff}
.commentBtn .btn{padding: 7px 0;
    width: 140px!important;
    text-align: center;
    background: #f00;
    border: 1px solid #e6e6e6;
    border-radius: 15px;}
.commentBtn .btn:hover{opacity:.8;background: #292929;cursor:pointer}
.media .media-body p:nth-child(2){margin: 0;padding: 0;}
.lkcomments a{color:#777;}
.bb-comment {
  border: 1px solid #fb7299;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fb7299;
  border-radius: 3px;
  font-weight: 400;
}

/*评论回复靠右*/
.comment-btn-reply{
    float: right;
    padding-right: 2px;
}
.form-control{
    width: 30%;
}
.commentform-info input{
    width: 30%;
    border-radius: 5px;
}
@media screen and (min-width:966px) and (max-width:1200px){
        .commentform-info{
    width: 490px;
}
    .commentform-info input{
    width: 30%;}
}

@media screen and (max-width: 900px){
.commentform-info input{
    width: 100%;
    border-radius: 5px;
}
}


@media screen and (min-width: 1200px){
    .commentform-info{
    width: 630px;
}
.commentform-info input{
    width: 30%;
}
}
/*小工具的最近评论*/
/*最近评论css*/
.my_widget_recent_comments #myrecentcomments li .comment-content{
    position: relative;
padding: 10px;

margin-top: 10px;
background: #f7f7f7;
border-radius: 3px;
color: #666;
}
.my_widget_recent_comments #myrecentcomments li{  white-space: normal}
.my_widget_recent_comments #myrecentcomments li .comment-content::before {
  position: absolute;
  left: 10px;
  top: -10px;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px solid transparent;
    border-bottom-color: transparent;
  border-bottom-color: #f7f7f7;
}