.be.comment-group {
  overflow: hidden;
}
.be.comment-group .comment:last-child {
  margin-bottom: 0;
}
.be.comment {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.be.comment .left-area {
  position: relative;
  z-index: 1;
  float: left;
  width: 70px;
}
.be.comment .left-area img {
  width: 70px;
  height: 70px;
}
.be.comment .right-area {
  float: left;
  width: 100%;
  padding-left: 85px;
  margin-left: -70px;
}
.be.comment .summary {
  margin-bottom: 7px;
}
.be.comment .summary .time {
  font-size: 12px;
  color: #777777;
}
.be.comment .content {
  margin-bottom: 7px;
}
.be.comment .comments .comment:last-child {
  padding-bottom: 0;
}
.be.comment .reply {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-left: 3px solid #777777;
  font-size: 14px;
  color: #777777;
}
.be.comment .meta {
  font-size: 12px;
}
.be.comment-form .meta {
  margin-top: 10px;
}
.be.comment-form .user img {
  width: 35px;
  height: 35px;
}
.be.comment-form .btn-submit {
  float: right;
}
.be.divider {
  position: relative;
  overflow: hidden;
  clear: both;
  height: auto;
  margin: 1em 0;
  line-height: 1;
  text-align: center;
}
.be.divider .before {
  display: none;
}
.be.divider .after {
  display: none;
}
.be.divider:before {
  box-sizing: inherit;
  position: absolute;
  content: '';
  z-index: 1;
  width: 50%;
  top: 50%;
  height: 0;
  margin-left: calc(-51.5%);
  border-top: 1px solid #e0e0e0;
}
.be.divider:after {
  box-sizing: inherit;
  position: absolute;
  content: '';
  z-index: 1;
  width: 50%;
  top: 50%;
  height: 0;
  margin-left: 1em;
  border-top: 1px solid #e0e0e0;
}
.be.feed-group {
  overflow: hidden;
}
.be.feed-group .feed:last-child {
  margin-bottom: 0;
}
.be.feed {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.be.feed .left-area {
  position: relative;
  z-index: 1;
  float: left;
  width: 70px;
}
.be.feed .left-area img {
  width: 70px;
  height: 70px;
}
.be.feed .right-area {
  float: left;
  width: 100%;
  padding-left: 85px;
  margin-left: -70px;
}
.be.feed .summary {
  margin-bottom: 7px;
}
.be.feed .summary .time {
  font-size: 12px;
  color: #777777;
}
.be.feed .content {
  margin-bottom: 7px;
}
.be.feed .content .images img {
  height: 80px;
}
.be.sticky {
  z-index: 999;
}
