* {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
body {
  font-size: 14px;
}
.wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.img-row > img {
  display: block;
  width: 100%;
}
.w750 {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}
@media (min-width: 751px) {
  .w750 {
    width: 750px;
    left: 50%;
    margin-left: -375px;
  }
}
.header {
  height: 44px;
  background: #79a56fed;
  color: #fff;
  line-height: 44px;
  z-index: 100;
}
.header .left {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
}
.header .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
}
.header .mid {
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.header .msg {
  margin-left: 12px;
  display: inline-block;
  width: 32px;
  position: relative;
  height: 25px;
  top: 7px;
  line-height: 25px;
  background: url(../img/feed_ic_message_normal.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.header .msg .circle {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.refresh_title {
  display: inline-block;
  margin-left: 15px;
  width: 83px;
  line-height: 44px;
  background: url(../img/logo.png) no-repeat right center;
  -webkit-background-size: contain;
  background-size: contain;
  height: 44px;
}
.refreshBtn-container {
  background-color: #82ab79;
  height: 44px;
  /**width: 25px;**/
  display: inline-block;
}
.refreshBtn-container i {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../img/titlebar_refresh_small.png) no-repeat center center;
  background-size: 5px;
  -webkit-background-size: 15px;
  background-size: 15px;
}
.btn-search {
  display: inline-block;
  width: 60px;
  height: 44px;
  background: url(../img/feed_ic_search_normal.png) center no-repeat;
  -webkit-background-size: 21px;
  background-size: 21px;
}
.top_menu_bar {
  top: 44px;
  z-index: 999;
  background: #f4f5f6;
  height: 37px;
  line-height: 37px;
}
.top_menu_bar .top_menu_more {
  width: 40px;
  height: 36px;
  float: right;
  position: relative;
}
.top_menu_bar .top_menu_more .list_shadow {
  position: absolute;
  width: 10px;
  height: 36px;
  left: -10px;
  background: url(../img/shadow.png) no-repeat center right;
  background-size: contain;
  background-color: rgba(244, 245, 246, 0.3);
}
.top_menu_bar .top_menu_more .more_btn {
  display: block;
  position: relative;
  width: 40px;
  height: 36px;
  background-size: 20px;
  font-size: 35px;
  color: #f85959;
  text-align: center;
  line-height: 36px;
}
.cross {
  position: absolute;
  width: 17px;
  height: 17px;
  opacity: 0.9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cross:before,
.cross:after {
  position: absolute;
  content: ' ';
  height: 17px;
  width: 1px;
  background-color: #f85959;
}
.cross:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.top_menu_bar .top_menu_list {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.top_menu_bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(top, transparent, transparent 40%, #ddd 40%);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.top_menu_bar .top_menu_list .btn {
  white-space: nowrap;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #505050;
  text-decoration: none;
  font-size: 17px;
  line-height: 26px;
  height: 26px;
  margin-left: 5px;
  position: relative;
  margin-top: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.top_menu_bar .top_menu_list .btn.cur {
  color: #f85959;
}
.top_menu_bar ::-webkit-scrollbar {
  display: none;
}
.news_con {
  /*padding-top: 81px;*/
}
content.feed-list-container {
  position: relative;
  display: block;
}
content.feed-list-container .list_content {
  -webkit-margin-after-collapse: separate;
  -webkit-margin-before-collapse: discard;
  -webkit-user-select: none;
}
content.feed-list-container section {
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  margin: 0px 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}
content.feed-list-container .article_link {
  display: block;
  position: relative;
  padding: 16px 0px;
  min-height: 42px;
  font-size: 0px;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
content.feed-list-container .article_link:visited h3 {
  color: #aaa;
}
content.feed-list-container .article_link.channel__video .dotdot {
  position: absolute;
  top: 0;
  color: #fff;
  margin: 5px 10px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
content.feed-list-container .article_link.channel__video .video_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
content.feed-list-container .desc {
  display: inline-block;
  /*width: 67%;*/
  vertical-align: middle;
}
content.feed-list-container h3 {
  color: #222;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  overflow: hidden;
}
content.feed-list-container .dotdot {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
}
content.feed-list-container .image-margin-right {
  margin-right: 12px;
}
content.feed-list-container .list_image,
content.feed-list-container .list_img_holder_large {
  margin-top: 6px;
}
content.feed-list-container .list_image ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: center;
}
content.feed-list-container .list_image ul li {
  display: inline-block;
  overflow: hidden;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
content.feed-list-container .list_image ul li:first-child {
  float: left;
  padding-right: 2px;
}
content.feed-list-container .list_image ul li:last-child {
  float: right;
  padding-left: 2px;
}
content.feed-list-container .list_img_holder {
  height: 81px;
  position: relative;
 /* background: url(//s3b.pstatp.com/growth/mobile_list/image/toutiaoicon_loading_textpage@3x_f7c130ce.png) #efefef no-repeat center center;*/
  background-size: 50%;
}
content.feed-list-container .middle_mode .list_img_holder {
  overflow: hidden;
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}
content.feed-list-container .list_img_holder img {
  border: none;
  display: block;
  width: 100%;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity ease 0.3s;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  text-decoration: none;
}
content.feed-list-container .list_img_holder_large {
  background: url(data:image/gif;base64,R0lGODlh7AA5AIAAAOHh4f///yH5BAEAAAEALAAAAADsADkAAAL/jI+py+0Po5y02ouz3hv4D4YhR2YiWAbnmJrry3bwTNdeRFNwWbeYPeMAh0SAJHd8kYpMZbIZ+0GnUUcP59RQt8/tzeWdTq6PnTYMxaK/l3V6HISYpe6iHKjCt+t2XdyaZcHHVKZnYOg3iNi1Uti4pzgESIYgmXjS8genqTBXQQmJtLBYSTqJmcLJ+DgauOkZKlpq4wh6KpIJ+8ra6aqme2mbR3tHXIzKA7yK28rrE6t6aMpgWcuc7BuMPLstaHwryx1+PN7rLJP9LF7l/Z1A1FCtrXxAD82uvo4iRCpvLjyMzbtp0s6dSZcv4DV+xOCBS2fQn74PuRBO3LeMYio+/wkLdsP28aDBfyOpWaTjpaPHkAxZonQ50F5MmCLfdARYEx+YkiRp1juJro9KhTxf6jR6tBlQohjz2bxZLujClj4vNjVZNCchqNGkJm2XdeZJmUjFOI2qVSPIqmJpkv006OxbuJFwPkw695eiZ1291g2rtGTeu3Ga+Fh67+/UeToHB3bHFHLOhIrRkouI+LHdp0OXVHbcdnFkgbskY3XYmernr3wzewacmutq0bJpy2UbbzZQ0IRJD+W903ZG3UassWastnNfdcB/Ehe+8njpo885Vb9O0Dluvbaxf/QOfrfry9TDJ49uHjz5836vWiWuGXtsu+jZp7Vfv3r86/Mt5+wvvlZ35p2mnnKmWVURbIll9x98vx2I4Ebj0SUUZRP251+EAUq3IH29hZZcc2VtJ2JPHFJoGFjdeLLcYRDuB+BrCk63FXIx/gcifi5mCGOC2w03Ao/vmcheiev9qB10KCq5JCtC4kikby3exySBJx7pG5VNeQhllDc2yNyLxunmoy9CKoPmhb1dCaNiY3LR5pdeWtmYkUnayd+bZsUpp4ajCahmjlViGQmQNdKJlyselshgk3/RmKKeOsLC45S5cWljXJBWuGaWugxmqZdsEuqGipxJ6qmZM/5paqCdohFbrMAgGWuttt6Ka2wFAAA7) #efefef no-repeat center center;
  background-size: 54px;
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 3.75rem;
}
content.feed-list-container .list_img_holder_large img {
  border: none;
  display: block;
  width: 100%;
  pointer-events: none;
}
content.feed-list-container .list_img_holder_large_fix {
  height: 4.6875rem;
}
content.feed-list-container .item_info {
  color: #999;
  overflow: hidden;
  font-size: 20px;
  margin-top: 6px;
}
content.feed-list-container .item_info .space {
  margin-right: 5px;
}
content.feed-list-container .item_info span {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
}
content.feed-list-container .item_info .hot_label,
content.feed-list-container .item_info .recommend_label,
content.feed-list-container .item_info .app_special {
  display: inline-block;
  font-size: 9px;
  line-height: 12px;
  width: 12px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
}
content.feed-list-container .item_info .stick_label {
  display: inline-block;
  font-size: 9px;
  line-height: 12px;
  /*width: 24px;*/
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
}
content.feed-list-container .item_info .hot_label,
content.feed-list-container .item_info .app_special,
content.feed-list-container .item_info .stick_label {
  color: #f85959;
  border-color: rgba(248, 89, 89, 0.5);
}
content.feed-list-container .item_info .recommend_label {
  color: #2a90d7;
  border-color: rgba(42, 144, 215, 0.5);
}
content.feed-list-container .item_info .app-special-fix {
  width: 50px;
  line-height: 15px;
}
content.feed-list-container .item_info .app-special-v {
  width: 60px;
}
content.feed-list-container .item_info .app-special-v2 {
  width: 74px;
}
content.feed-list-container .item_info .label-fix {
  width: 15px;
  line-height: 15px;
}
content.feed-list-container .item_info .dislike-news {
  display: none;
  background: url(//s3b.pstatp.com/growth/mobile_list/image/dislikeicon_textpage@3x_5d6752fb.png) no-repeat center center;
  background-size: 18px;
  height: 12px;
  width: 18px;
}
content.feed-list-container .video-btn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(//s3.pstatp.com/growth/mobile_list/image/playicon_video@3x_dcf536ff.png) no-repeat center center;
  background-size: 50px;
}
[data-dpr="2"] content.feed-list-container .video-btn {
  background-size: 100px;
}
[data-dpr="3"] content.feed-list-container .video-btn {
  background-size: 150px;
}
content.feed-list-container .list_img_holder_large .video-btn {
  background-size: 50px;
}
content.feed-list-container .video-icon {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
}
content.feed-list-container .video-icon span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3) url(//s3b.pstatp.com/growth/mobile_list/image/videoicon_textpage@3x_874cd528.png) no-repeat;
  background-position: 6px;
  background-size: 16px;
  padding-right: 6px;
  padding-left: 32px;
  border-radius: 10px;
}
content.feed-list-container .box-title h2 {
  font-size: 18px;
  display: inline-block;
  color: #505050;
  padding-bottom: 10px;
  margin: 19px 0px 0px 15px;
  font-weight: normal;
  border-bottom: 1px solid #f85959;
}
content.feed-list-container .list_bottom {
  text-align: center;
}
content.feed-list-container .list_bottom section {
  border: none;
}
content.feed-list-container .list_bottom a {
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
}
content.feed-list-container .fly-right {
  position: absolute;
  right: 0;
}
content.feed-list-container .item-hidden {
  display: none;
}
content.feed-list-container .fr {
  float: right;
}
content.feed-list-container .fl {
  float: left;
}
content.feed-list-container .line2 {
  -webkit-line-clamp: 2;
}
content.feed-list-container .line3 {
  -webkit-line-clamp: 3;
}
content.feed-list-container .one-px-border {
  border-top: 1px solid rgba(221, 221, 221, 0.6);
}
.refresh-tip {
  position: fixed;
  top: 80px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #2a90d7;
  vertical-align: middle;
  background: rgba(213, 233, 247, 0.9);
  z-index: 1000;
  width: 100%;
  height: 32px;
}
.refreshTip-enter {
  opacity: 0.01;
}
.refreshTip-enter.refreshTip-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.refreshTip-leave {
  opacity: 1;
}
.refreshTip-leave.refreshTip-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.hideHeader .refresh-tip {
  top: 36px;
}
.audit-container {
  font-size: 12px;
  text-align: center;
}
[data-dpr="2"] .audit-container {
  font-size: 24px;
}
[data-dpr="3"] .audit-container {
  font-size: 36px;
}
.audit-container p {
  color: #2a8df7;
  margin-top: 10px;
}
.app-container {
  padding-bottom: 10px;
}
.article {
  padding-top: 8px;
  position: relative;
  overflow: hidden;
}
.article__header {
  position: relative;
  padding: 0 14px;
}
.article__header .article__title {
  font-family: 'PingFangSC-Medium';
  line-height: 1.36;
  font-weight: 500;
  color: #222222;
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .article__header .article__title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (min-width: 360px) {
  .article__header .article__title {
    font-size: 23px;
    line-height: 31px;
  }
}
@media screen and (min-width: 375px) {
  .article__header .article__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.article__header .article__author {
  position: relative;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.article__header .article__author .header-left {
  display: flex;
  align-items: center;
}
.article__header .article__author .avatar {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  margin: auto;
  display: inline-block;
}
.article__header .article__author .avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.article__header .article__author .author-info {
  margin-left: 6px;
  display: flex;
  align-items: center;
}
.article__header .article__author .author-info .author-name {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  margin-right: 6px;
}
.article__header .article__author .header-right {
  align-self: center;
  color: #999999;
}
.article__header .article__author .header-right .dot {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background-color: #999;
  margin: 0 4px;
  vertical-align: middle;
}
.article .article__content {
  position: relative;
  overflow: hidden;
  clear: both;
  padding: 0 14px;
  padding-bottom: 24px;
}
.article .article__content p,
.article .article__content blockquote {
  margin-top: 17px;
}
.article .article__content p,
.article .article__content li,
.article .article__content span {
  word-wrap: break-word;
  color: #222;
  text-align: justify;
  list-style-position: inside;
  list-style-type: square;
  font-size: 18px;
  line-height: 1.76;
}
.recommendation-container {
  padding-bottom: 14px;
}
.container__header {
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  padding: 14px 0 8px 0;
  color: #000;
  font-weight: 600;
  background-color: #ffffff;
  box-sizing: border-box;
  border-bottom: none;
}
.container__header::before {
  content: '';
  width: 4px;
  height: 18px;
  border-radius: 1px;
  margin-right: 10px;
  background-color: #f85959;
  display: inline-block;
  vertical-align: sub;
}
.feed-list-container-new-article {
  -webkit-margin-after-collapse: separate;
  -webkit-margin-before-collapse: discard;
  -webkit-user-select: none;
  padding: 0 14px 0 14px;
}
.left-img-container {
  margin-bottom: 16px;
  border: none !important;
  width: 100%;
}
.feed-list-container-new-article section {
  position: relative;
  border-bottom: 0.5px solid #E8E8E8;
  -webkit-tap-highlight-color: transparent;
}
.feed-list-container-new-article a {
  color: #131313;
}
.left-img-container .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-img-container .flex-container .left {
  display: inline-block;
  width: 32%;
  height: 22vw;
}
.left-img-container .flex-container .right {
  display: inline-block;
  width: 68%;
  box-sizing: border-box;
  padding-left: 12px;
}
.left-img-container .flex-container .left img {
  width: 100%;
  height: 100%;
  transition: opacity 200ms ease 0s;
  opacity: 1;
}
.line2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
}
.left-img-container .flex-container .right .title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  padding-right: 0;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.left-img-container .flex-container .right .title2 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  padding-right: 0;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-img-container .flex-container .right .info {
  font-size: 11px;
  margin-top: 4px;
  text-align: right;
  color: #999;
}
.left-img-container .flex-container .right .info .time-ago {
  margin-left: 7px;
}
.weixin-code {
  text-align: center;
}
.weixin-code img {
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto;
}
.weixin-code p {
  font-size: 14px;
  color: #999;
  padding: 1em;
}
