.common-share-code-layer {
  padding: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 322px;
  margin-top: -161px;
  margin-left: -140px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  display: none;
  z-index: 99;
}

.common-share-code-layer .layer-header {
  position: relative;
}

.common-share-code-layer .layer-header .code-tit {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

.common-share-code-layer .layer-header .close-btn {
  padding: 10px;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 14px;
  color: #999;
  font-weight: bold;
  line-height: 16px;
  font-style: normal;
  cursor: pointer;
}

.common-share-code-layer .code-wrap {
  margin: 20px auto;
  width: 200px;
  height: 200px;
}

.common-share-code-layer .tips-wrap {
  font-size: 12px;
  line-height: 22px;
  color: #666;
}

.article-information {
  margin-top: 5px;
}

.article-information .article-title {
  font-size: 30px;
  line-height: 40px;
  color: #222;
}

.article-information .information {
  margin-top: 22px;
}

.article-information .information .source-time {
  overflow: hidden;
}

.article-information .information .source-time > span {
  margin-right: 50px;
  float: left;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}

.article-information .information .icon-wrap .icon {
  margin: 0 15px;
  float: left;
}

.article-information .information .icon-wrap .icon .iconfont {
  display: block;
  font-size: 22px;
}

.article-information .information .icon-wrap .icon.wb .iconfont {
  color: #db0d0d;
}

.article-information .information .icon-wrap .icon.wx .iconfont {
  color: #1eb001;
}

.article-information .information .icon-wrap .icon.comment {
  position: relative;
}

.article-information .information .icon-wrap .icon.comment .iconfont {
  color: #0059c9;
}

.article-information .information .icon-wrap .icon.comment .badge {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #db0d0d;
}

.article-information .information .icon-wrap .icon .unstar {
  cursor: pointer;
}

.article-information .information .icon-wrap .icon .stared {
  display: none;
  cursor: pointer;
}

.inner .article-inner {
  width: 640px;
}

.inner .article-inner .text-wrap {
  padding: 30px 20px 0 0;
}

.inner .article-inner .text-wrap p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  text-align: justify;
}

.inner .article-inner .text-wrap p:not(:first-child) {
  margin-top: 15px;
}

.inner .article-inner .text-wrap p span {
  font-size: 16px;
}

.inner .article-inner .text-wrap p span strong {
  font-size: inherit;
}

.inner .article-inner .text-wrap p strong {
  font-size: inherit;
}

.inner .article-inner .text-wrap img {
  display: inline-block;
  max-width: 100%;
}

.inner .article-inner .comment-wrap {
  margin-top: 38px;
}
