.article-container {
}

.article-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.5rem auto;
}

.article-header {
  margin: 0;
  padding: 2rem 2rem 1rem 2rem;
  border-bottom: 1px solid var(--theme-color);
  margin-bottom: 1.5rem;
}

.article-header h1,
.article-header h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
}

.article-header h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.article-header h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.article-body, .article-footer {
    font-size: 1.31rem;
    line-height: 2.5rem;
}

.article-footer{
  border-top: 1px solid var(--theme-color);
}

.header-info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
}

.header-info .header-item {
  margin-right: 2rem;
}

.qrcode-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-qrcode {
}

.div-qrcode .qrcode-text {
  font-size: 0.75rem;
  color: #888;
}

.article-video {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-attach-link{
  display: inline-flex;
  align-items: flex-end;
}

.article-attach-link div{
  margin-right: 1rem;
}

.article-footer-leadicon{
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.article-attach-size{
  font-size: 0.75rem;
}

.list-block {
    font-size: 1.25rem;
}

.list-block .dt-a{
    color: var(--theme-color-darken);
}

