.feed {
  position: relative;
  overflow: hidden;
}
.feed .feed-refresh {
  position: absolute;
  top: -1.2rem;
  left: 0;
  right: 0;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: 13px;
  color: #999999;
}
.feed .feed-refresh .pull-icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: top;
  margin: 0.45rem 0.1rem 0 0;
  background: url("//n.sinaimg.cn/finance/toutiao/images/common-icon-pull.png") no-repeat 0 0;
  background-size: 99% auto;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
}
.feed .feed-refresh > .loading-icon,
.feed .feed-refresh > .loading-words,
.feed .feed-refresh > .release-words {
  display: none;
}
.feed .feed-refresh > .loading-icon {
  margin: 0.45rem 0.1rem 0 0;
}
.feed .feed-refresh.release > .pull-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.feed .feed-refresh.release > .loading-icon,
.feed .feed-refresh.release > .pull-words,
.feed .feed-refresh.release > .loading-words {
  display: none;
}
.feed .feed-refresh.release > .release-words {
  display: inline;
}
.feed .feed-refresh.load > .pull-icon,
.feed .feed-refresh.load > .pull-words,
.feed .feed-refresh.load > .release-words {
  display: none;
}
.feed .feed-refresh.load > .loading-icon {
  display: inline-block;
}
.feed .feed-refresh.load > .loading-words {
  display: inline;
}
.feed .feed-refresh.translate {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}
.feed .feed-action-box.translate {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}
.feed .feed-loading {
  display: none;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 13px;
  color: #999999;
}
.feed .feed-loading > .loading-failed,
.feed .feed-loading > .loading-no-more {
  display: none;
}
.feed .feed-loading.show {
  display: block;
}
.feed .feed-loading.failed > .loading-failed {
  display: block;
}
.feed .feed-loading.failed > .loading,
.feed .feed-loading.failed > .loading-no-more {
  display: none;
}
.feed .feed-loading.no-more {
  display: block;
}
.feed .feed-loading.no-more > .loading-no-more {
  display: block;
}
.feed .feed-loading.no-more > .loading,
.feed .feed-loading.no-more > .loading-failed {
  display: none;
}
.feed .feed-empty {
  display: none;
  margin-top: 1.2rem;
  padding-bottom: 1rem;
  font-size: 15px;
  color: #999999;
  text-align: center;
}
.feed .feed-empty-with-icon {
  height: 1.3rem;
  line-height: 2.5rem;
  font-size: 14px;
  color: #979db8;
  background: url("//n.sinaimg.cn/finance/toutiao/images/common-icon-empty2.png") no-repeat center 0;
  background-size: 1.18rem auto;
}
.feed .loading-icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: top;
  margin: 0.25rem 0.2rem 0 0;
  background: url("//n.sinaimg.cn/finance/toutiao/images/common-icon-loading.png") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-animation: loading 1s linear 0s infinite;
  animation: loading 1s linear 0s infinite;
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.article {
  margin: 0 0.2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.article:last-child {
  border: none;
}
.article.single-pic .pic {
  float: right;
  margin-left: 0.3rem;
  width: 2.47rem;
  height: 1.65rem;
  background-color: #e9e9e9;
}
.article.single-pic .title {
  min-height: 0.9rem;
}
.article.single-pic .footer {
  margin-top: 0.45rem;
}
.article.multi-pic .pics {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.article.multi-pic .pics .pic {
  max-width: 46%;
  height: auto;
}
.article.multi-pic .pics:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.article.multi-pic .pic {
  float: left;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  width: 2.3rem;
  height: 100%;
  background-color: #e9e9e9;
}
.article.multi-pic .pic:last-child {
  margin-right: 0;
}
.article .article-inner {
  margin: 0.3rem 0;
}
.article .article-inner:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.article .title {
  font-size: 16px;
  color: #333;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article .highlight {
  color: #0975ca;
}
.article .video-box {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3.82rem;
}
.article .video {
  width: 100%;
  height: 100%;
}
.article .footer {
  margin-top: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  color: #9a9ead;
  font-weight: 400;
}
.article .footer-item {
  margin-right: 0.12rem;
  vertical-align: top;
}
.article .u-comment {
  padding-left: 0.34rem;
  background: url("//n.sinaimg.cn/finance/toutiao/images/article-pic20.png") no-repeat left center;
  background-size: 0.24rem auto;
}
.article .u-app-read {
  width: 0.78rem;
  height: 0.3rem;
  background: url("//n.sinaimg.cn/finance/toutiao/images/article-pic21.png") no-repeat center center;
  background-size: 0.78rem auto;
}
.article .u-webpage-read {
  margin-left: 0.25rem;
  width: 0.78rem;
  height: 0.3rem;
  background: url("//n.sinaimg.cn/finance/toutiao/images/article-pic22.png") no-repeat center center;
  background-size: 100% auto;
}
.article .footer-item-r {
  float: right;
  margin-right: 0;
}
.article .flag {
  display: inline-block;
  margin-top: -1px;
  padding: 0 5px;
  height: 100%;
  font-size: 12px;
  border: 1px solid #f74c31;
  color: #f74c31;
  border-radius: 2px;
  text-align: center;
}
.article .app-flag {
  display: inline-block;
  margin-top: -1px;
  padding: 0;
  width: 0.9rem;
  height: 0.28rem;
  background: url("//n.sinaimg.cn/finance/toutiao/images/article-pic09.png") no-repeat center center;
  background-size: 0.9rem auto;
  text-indent: 99999px;
  overflow: hidden;
  border: 0 none;
  border-radius: 0;
}
.article .original {
  display: inline-block;
  margin-top: -1px;
  padding: 0 5px;
  height: 100%;
  font-size: 12px;
  border: 1px solid #129af0;
  color: #129af0;
  border-radius: 2px;
  text-align: center;
}
.article .comment_hide {
  display: none;
}
.article .flag-blue {
  border-color: #88bce4;
  color: #88bce4;
}
.article .source {
  display: inline-block;
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article .dislike {
  display: none;
  position: relative;
  width: 0.4rem;
  height: 100%;
}
.article .icon-dislike {
  position: absolute;
  top: -0.25rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url("//n.sinaimg.cn/finance/toutiao/images/common-btn-dislike.png") no-repeat right center;
  background-size: 0.4rem auto;
}
.article .not-dislike .icon-dislike {
  display: none;
}
