.title-wrap .more-operat .item {
  display: inline-block;
  width: 90px;
  height: 40px;
  background-color: #b50005;
  border-radius: 5px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.article {
  width: 100%;
  min-height: 640px;
  border: 1px #e0e0e0 solid;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.forum-article .author {
  width: 20%;
  border-right: 1px #d5d5d5 solid;
}
.forum-article .author .author-name {
  font-size: 16px;
  color: #333;
  padding: 48px 0 16px 0;
  text-align: center;
}
.forum-article .author .author-avatar {
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.forum-article .author .author-avatar img {
  width: 100%;
  height: 100%;
}

.article .article-wrap {
  width: 80%;
}
.article-wrap .article-info-wrap,
.article-info-wrap .basic-info,
.basic-info .info-looked,
.basic-info .info-reply {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-info-wrap {
  height: 55px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px #d5d5d5 solid;
}
.article-info-wrap .createtime-title {
  color: #333;
}
.article-info-wrap .basic-info {
  padding-left: 40px;
}
.article-info-wrap .info-looked {
  padding: 0 14px 0 25px;
}
.article-info-wrap .icon {
  padding-right: 6px;
}
.article-info-wrap .article-landlord {
  padding-right: 28px;
}
.article-content-wrap .article-title {
  font-size: 24px;
  color: #333;
  padding: 46px 0 20px 0;
  text-align: center;
}
.article-content-wrap .article-content {
  padding: 0 30px 30px 30px;
  font-family: '微软雅黑' !important;
  font-size: 16px;
  line-height: 30px !important;
}
.article-content-wrap .article-content span {
  font-family: '微软雅黑' !important;
  font-size: 16px;
  line-height: 30px !important;
}
.article-content-wrap .article-content p {
  font-family: '微软雅黑' !important;
  font-size: 16px;
  line-height: 30px !important;
}

.reply {
  width: 100%;
  min-height: 250px;
  border: 1px #e0e0e0 solid;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.reply .reply-wrap {
  width: 80%;
}
.reply .reply-wrap .reply-info-wrap,
.reply-info-wrap .reply-operat {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reply .reply-wrap .reply-info-wrap {
  height: 52px;
  border-bottom: 1px #d5d5d5 solid;
  font-size: 14px;
  color: #666;
}
.reply-info-wrap .info-createtime {
  padding-left: 40px;
}
.reply-info-wrap .reply-landlord {
  padding: 0 28px 0 32px;
}
.reply-info-wrap .createtime-title {
  color: #333;
}
.reply-info-wrap .reply-article {
  color: #b50005;
}
.reply-wrap .reply-content {
  padding: 30px;
  font-family: '微软雅黑' !important;
  font-size: 16px;
  line-height: 30px !important;
}
