.rich-box {
  background-color: var(--module-bg2);
}
@media screen and (min-width: 1200px) {
  .rich-box .container {
    max-width: 1112px;
  }
}
.rich-box h3 {
  font-style: normal;
}
.rich-box .author-share {
  margin-bottom: 60px;
  border-bottom: 1px solid #e2e2e2;
  padding: 26px 0 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .rich-box .author-share {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rich-box .author-share .author-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: var(--module-con-text-color1);
  font-size: 16px;
  line-height: 1;
}
.rich-box .author-share .author-info a,
.rich-box .author-share .author-info .red {
  color: #b82842;
}
.rich-box .author-share .author-info .iconfont {
  margin: 0 4px 0 6px;
  color: #b82842;
  font-size: 10px;
}
.rich-box .author-share .share-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .rich-box .author-share .share-list {
    margin-top: 10px;
  }
}
.rich-box .author-share .share-list span {
  margin-right: 7px;
  display: block;
  color: var(--module-con-text-color1);
  font-size: 16px;
  line-height: 1;
}
.rich-box .author-share .share-list .iconfont {
  margin-left: 5px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: #b82842;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
