/* 文章公共底部*/
.article-footer {
  line-height: 1.8;
}

.article-footer p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 18px;
  margin-bottom: 18px;
}

.article-footer .about {
  text-align: justify;
  margin-bottom: 20px;
}

.article-footer .btn-create,
.article-footer .btn-about {
  box-sizing: border-box;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 2px;
  color: white;
  background: #ba0c49;
}

.article-footer .btn-create:hover,
.article-footer .btn-about:hover {
  opacity: 0.8;
}

.article-footer .btn-create {
}

.article-footer .btn-about {
  color: #ba0c49;
  border-color: #ba0c49;
  background-color: white;
}

.article-footer img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.article-footer hr {
  width: 100px;
  margin: 20px auto;
}
.article-footer a {
  color: #333;
}
.article-footer .statement {
  text-align: justify;
  margin-bottom: 30px;
}
