/* 
* =============================================
* Comment
* http://amazeui.clouddeep.cn/1.x/css/comment/  
* =============================================
*/
.comment {
  padding: 0;
  list-style: none;
  padding: 0;
  list-style: none;
}
.comment.comment-flip .comment-wrap {
  margin-left: 64px;
  margin-right: 64px;
}
.comment.comment-flip .comment-item:nth-child(even) .author-info {
  float: right;
}
.comment.comment-flip .comment-item:nth-child(even) .comment-wrap:before {
  left: auto;
  right: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #dedede;
}
.comment.comment-flip .comment-item:nth-child(even) .comment-wrap:after {
  left: auto;
  right: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #f8f8f8;
  margin-right: 1px;
  margin-left: auto;
}
.comment.comment-flip .comment-item:nth-child(even) .comment-meta {
  text-align: right;
}

.comment-item {
  list-style: none;
  margin-bottom: 1rem;
}
.comment-item:before {
  content: ' ';
  display: table;
}
.comment-item:after {
  content: ' ';
  display: table;
  clear: both;
}
.comment-item .author-info {
  float: left;
}
.comment-item .author-info .avatar {
  display: block;
  margin-bottom: 0.5rem;
}

.comment-wrap {
  position: relative;
  margin-left: 64px;
  border: 1px solid #dedede;
  border-radius: 2px;
}
.comment-wrap:before {
  position: absolute;
  top: 11px;
  left: -8px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: ' ';
  border-color: transparent;
  border-style: solid solid dotted;
  border-width: 8px 8px 8px 0;
  pointer-events: none;
  border-right-color: #dedede;
  z-index: 1;
}
.comment-wrap:after {
  position: absolute;
  top: 11px;
  left: -8px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: ' ';
  border-color: transparent;
  border-style: solid solid dotted;
  border-width: 8px 8px 8px 0;
  pointer-events: none;
  border-right-color: #f8f8f8;
  margin-left: 1px;
  z-index: 2;
}

.comment-header {
  padding: 10px 15px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
}
.comment-header .comment-meta {
  font-size: 13px;
  color: #999;
  line-height: 1.2;
}
.comment-header .comment-meta a {
  color: #999;
  text-decoration: none;
  margin-right: 0.5rem;
}

.comment-body {
  padding: 15px;
  overflow: hidden;
}
.comment-body a {
  color: #999;
  text-decoration: none;
}
.comment-body a.at {
  color: #0077AA;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0 .5rem;
}
.comment-body blockquote {
  color: #6c757d;
  font-style: italic;
  font-size: 0.875rem;
}

/*# sourceMappingURL=comment.css.map */