/*** 全部文章 ***/

.user_list {
  margin-top: 3.4%;
}

.user_list li {
  width: 85.6%;
  background: #FFF;
  border-radius: 8px;
  padding: .833em 4% 1em;
  margin: 0 auto 3.4%;
}

.user_list li.list_stick {
  width: 93.6%;
  height: 32px;
  line-height: 32px;
  margin-bottom: 0;
  padding: 0;
  background: #8C4444;
  border-radius: 8px 8px 0 0;
  color: #FFF3E0;
  text-align: center;
}

.list_stick+li {
  border-radius: 0 0 8px 8px;
}

.user_list li.list_rec {
  width: 100%;
  background: none;
  margin: 0;
  padding: 0;
}

.title {
  margin-top: 2px;
  height: 3.5em;
  line-height: 3.5em;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding-left: 4.5%;
  position: relative;
}

.title span {
  position: absolute;
  right: 4%;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #999;
  font-weight: 500;
  cursor: pointer;
}

.user_list li.list_rec .recommend li {
  margin-bottom: 0;
}

.user_list_top {
  width: 100%;
  padding: .5em 0 .417em;
  position: relative;
}

.user_list_top span {
  font-size: 14px;
  color: #999999;
}

.user_list_info {
  width: 100%;
  padding: .5em 0;
  position: relative;
  display: flex;
}

.user_list_info a {
  flex: .8;
}

.user_list_info a.pt_a_tips {
  flex: inherit;
}

.user_list_info .live_pf {
  width: 92px;
  height: 25px;
  background: url('../../images/sns-2019/live_pf.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1000;
}

/* .good_info .user_list_info a {
  flex: inherit;
}

.good_info .user_list_info a:nth-of-type(2) {
  flex: .8;
} */

.user_list_info img {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
}

.user_list_info_ri {
  width: 65%;
  margin-left: 47px;
}

.user_list_info p {
  color: #333;
  overflow: hidden;
  line-height: 20px;
  margin: .083em 0;
}

.user_list_info_ri span {
  font-size: 12px;
  color: #999;
}

.user_list_info p .tt_w60,
.tt_w60 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  max-width: 60%;
  float: left;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.btn_concern {
  width: 64px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #FFF;
  background: #FFF2F2;
  background-image: linear-gradient(90deg, #C68256 0%, #DDA587 100%);
  border-radius: 1.5em;
  text-align: center;
  position: absolute;
  top: 25%;
  right: 0;
  cursor: pointer;
}

.btn_delete {
  width: 30px;
  height: 30px;
  background: url(../../images/sns-2019/common_btn_delete.png) no-repeat center top;
  background-size: 18px;
  position: absolute;
  top: 30%;
  right: 0;
  cursor: pointer;
  z-index: 100;
}

.alr {
  background: #EEE;
  color: #999;
}

.user_list_pic {
  width: 100%;
  padding: .5em 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.user_list_pic img {
  border-radius: 4px;
}

.user_list_pic .video_pic {
  position: relative;
}

.user_list_pic.two_img .video_pic {
  width: 48.7%;
  margin-right: 1.8%;
}

.user_list_pic.three_img .video_pic {
  width: 32.3%;
  margin-right: 1.5%;
}

.user_list_pic.three_img .video_pic .tv_icon {
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  background-size: 20px 20px;
}

.user_list_pic .video_pic img {
  border-radius: 4px;
  width: 100%;
}

.user_list_pic .video_pic.erect {
  width: 62%;
}

.video_pic .tv_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background: rgba(0, 0, 0, 0.4) url('../../images/sns-2019/icon_video_small.png') no-repeat center;
  background-size: 25px 25px;
}

.i_more_pic {
  position: absolute;
  bottom: 12px;
  right: 5px;
  font-size: 12px;
  color: #FFF;
  border-radius: 10px;
  height: 18px;
  line-height: 18px;
  width: 37px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4)
}

.two_img img {
  width: 48.7%;
  margin-right: 1.8%;
}

.three_img img {
  width: 32.3%;
  /* float: left; */
  margin-right: 1.5%;
}

.two_img img:last-child,
.three_img img:last-child {
  margin-right: 0;
}

.user_list_tt {
  margin: 0 1%;
}

.user_list_tt h2 {
  margin: .417em 0 .5em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.user_list_tt p {
  margin-top: .5em;
  font-size: 16px;
  line-height: 25px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.user_list_bottom {
  margin-top: 1em;
  position: relative;
  height: 2em;
  line-height: 2em;
  font-size: 14px;
}

.user_list_bottom+a>.user_list_tt {
  margin-top: 15px;
}

.ul_bt {
  color: #999;
}

.list_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  text-align: right;
  white-space: nowrap;
}

.icon_btn_like {
  padding: 3px 15px 3px 23px;
  background: url(../../images/sns-2019/btn_like1.png) no-repeat left center;
  background-size: 22px 22px;
  color: #777;
  font-weight: 600;
  line-height: 24px;
  height: 22px;
}

.list_btn a.icon_btn_review {
  padding: 3px 15px 3px 24px;
  background: url('../../images/sns-2019/btn_comment.png') no-repeat;
  background-size: 22px 22px;
  padding-left: 23px;
  color: #777;
  font-weight: 600;
  line-height: 22PX;
  height: 22px;
  display: inline;
}

.btn_shield {
  padding: 3px 0;
  background: url('../../images/sns-2019/btn_shield.png') no-repeat;
  background-size: 22px 22px;
  padding-left: 23px;
  color: #777;
  line-height: 22PX;
  height: 22px;
}

.review_no {
  line-height: .25em;
  height: 17px;
  font-size: 12px;
  vertical-align: super;
  font-family: Helvetica;
  font-weight: 600;
}

.icon_btn_share {
  position: absolute;
  right: 0;
  top: 1em;
  background: url('../../images/community/icon_button_share.png') no-repeat;
  background-size: 17px 17px;
  padding-left: 20px;
  color: #fff;
}

.like_on {
  background: url('../../images/sns-2019/btn_like_s.png') no-repeat;
  background-size: 22px 22px;
  color: #e33e41;
}

.rew_on {
  /* color: #333;
  font-size: 12px;
  vertical-align: super;
  line-height: .25em;
  height: 17px; */
}

.like_no {
  /* color: #333;
  font-size: 12px;
  vertical-align: super;
  line-height: .25em;
  height: 17px;
  font-family: Helvetica; */
}

.live_box {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 1% 0 6.5%;
}

.good_box {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 1% 0 6.5%;
}

.live_ul {
  /* display: flex; */
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.li_block {
  display: inline-block;
  margin-right: 7px;
}

.live_li {
  width: 65vw;
  height: 60px;
  background: #F6F6F6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.live_ul a:last-child .li_block {
  margin-right: 0;
}

.live_pic {
  width: 17%;
  margin: 3.8% 3%;
}

.live_pic img {
  border-radius: 4px;
}

.live_lt {
  width: 70%;
  margin: 0 4% 0;
}

.live_tags,
.bein_tags {
  height: 16px;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  border-radius: 15px;
  margin-right: 5px;
}

.bein_tags {
  padding-left: 12px;
  position: relative;
}

.bein_tags::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #FFF;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

.live_tt .icon_lt {
  font-weight: 600;
  color: #333;
  padding-right: 20px;
  background: url('../../images/sns-2019/huimai_icon_video.png') no-repeat right 0;
  background-size: 18px;
}

.live_tt .icon_zb {
  font-weight: 600;
  color: #333;
  padding-right: 20px;
  background: url('../../images/sns-2019/ugo_icon_video.png') no-repeat right 0;
  background-size: 18.5px 18px;
}

.live_lt p {
  margin-top: 5px;
  color: #999;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.good_box .live_lt p {
  color: #777;
}

.good_box .price {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #E33E41;
}

.good_box .price em {
  font-size: 12px;
}

.good_evaluate {
  height: 28px;
  line-height: 28px;
  margin: 2% auto 3%;
  overflow: hidden;
}

.good_evaluate span {
  background: #EEE;
  border-radius: 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 4px 10px;
}

/*** 热门话题 ***/

.hot_topic {
  padding: 4%;
}

.hot_topic_ad {
  position: relative;
  margin-top: .25em;
}

.i_hot_topic {
  background: #333;
  padding: .333em .75em;
  color: #fff;
  font-size: 12px;
  border-radius: 0 0 .5em 0;
  position: absolute;
  left: 0;
  top: 0;
}

.hot_topic_ad span {
  position: absolute;
  left: 2em;
  top: 35%;
  font-size: 18px;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.hot_topic p {
  float: left;
  width: 80%;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin: .583em 0 .25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.partici_pation {
  float: right;
  color: #c0805f;
  line-height: 1.5;
  margin-top: .833em;
}

.i_direct {
  margin-left: 4px;
  font-size: 11px;
  color: #FFF;
  line-height: 1;
  padding: .083em .25em;
  border-radius: .25em;
  background: #f4b796;
  background: -webkit-linear-gradient(left, #f4b796, #f6a177);
  background: -o-linear-gradient(right, #f4b796, #f6a177);
  background: -moz-linear-gradient(right, #f4b796, #f6a177);
  background: linear-gradient(to right, #f4b796, #f6a177);
}

.i_buyer {
  margin-left: 4px;
  font-size: 10px;
  color: #FFF;
  padding: .083em .25em 0;
  background: #EDF7FF;
  border: .5px solid #2373DD;
  border-radius: 2px;
  color: #2373DD;
  white-space: nowrap;
}

.i_essence {
  margin-right: 4px;
  font-size: 12px;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  padding: .083em .25em 0;
  background-image: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
}

.i_label {
  width: 8%;
  margin-left: 3px;
}

.i_label img,
.user_pic i.i_label img {
  float: none;
  width: 16px;
  height: auto;
  border-radius: 0;
  border: 0;
}

.animation_box {
  position: fixed;
  left: 30%;
  top: 35%;
  display: none;
}

.animation_tips {
  background: rgba(0, 0, 0, 0.60);
  border-radius: 16px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 8px 10px;
}

.animation_pic {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  border-radius: 50%;
  background: rgba(69, 34, 34, 0.00);
}

.tip_topic {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
  background: #EDF7FF;
  border-radius: 28px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #2373DD;
}