@charset "utf-8";

body {
  background: #EEE;
  height: 100%;
  padding-bottom: 0.01%;
}

.wrap {
  background: #EEE;
}

.top_bg {
  background-image: linear-gradient(90deg, #D92F3E 0%, #CD2434 100%);
  background: #c23a3a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.showtopout {
  height: 44px;
}

.showtoper.at_bg {
  padding: .667em 0;
}

.showtoper.at_bg {
  background-image: linear-gradient(90deg, #D92F3E 0%, #CD2434 100%);
  background: #c23a3a;
  box-shadow: none;
  color: #FFF;
  text-align: left;
  display: flex;
}

.showtoper a {
  display: block;
  font-size: 16px;
  margin: 0 .583em 0 .833em;
  color: #FFF;
}

.showtoper a.active {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.showtoper a.active span {
  position: absolute;
  left: 5%;
  bottom: -.333em;
  width: 90%;
  height: .167em;
  background: #fff;
  border-radius: .5em;
  display: inline-block;
}

.top_message i {
  width: 15px;
  height: 15px;
  line-height: 16px;
  background: #E33E41;
  border: 1px solid #FFF;
  color: #FFF;
}

.block {
  margin-bottom: 3.4%;
  background: #fff;
  overflow: hidden;
}

.activity_placeholder {
  margin-top: 3%;
}

.carousel {
  width: 100%;
  height: 357%;
  background: linear-gradient(90deg, #D92F3E 0%, #CD2434 100%);
  background: #c23a3a;
  border-radius: 0 0 0 32px;
  position: absolute;
  top: -300%;
  left: 0;
  padding-top: 16px;
}

.slide {
  width: 94%;
  /* position: absolute;
  top: 0; */
  margin: 0 3%;
  padding: 16px 0 0;
}

.slide .swiper-wrapper img {
  border-radius: 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 22px;
}

/*** 推荐关注 ***/
.recommend {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 6%;
}

.recommend ul {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.recommend li {
  display: inline-block;
  width: auto;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 3% 0 0;
}

.li_list {
  width: 70vw;
  padding: 10px 15px;
  background: #FFF;
  border-radius: .333em;
}

.recommend li:first-child {
  margin-left: 15px;
}

.recommend li:last-child {
  margin-right: 3.4%;
}

.recommend_pic {
  float: left;
  width: 35%;
}

.recommend_rt {
  margin-left: 40%;
}

.recommend_rt h2 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.recommend li .user_list_info {
  padding: .333em 0;
}

.recommend li .user_list_info p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 18px;
  height: 18px;
  margin-top: 15px;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.recommend li .user_list_info_ri {
  margin-left: 48px;
}

.recommend li .user_list_info_ri .i_direct {
  margin-left: 0;
}

.recommend li .user_list_info img {
  margin-top: 4px;
  /* width: 28px;
  height: 28px; */
  border: 1px solid #EEE;
}

.recommend li .btn_concern {
  width: 70px;
  height: 28px;
  line-height: 28px;
  top: 18%;
}

.publish_article {
  width: 32%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  border-radius: 2em;
  background: #ff4949;
  background-image: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  text-align: center;
  position: fixed;
  right: 6.2%;
  bottom: 5.5em;
  z-index: 10000;
  /* display: none; */
}

.publish_article img {
  width: 22px;
  height: 18px;
  margin-right: 7px;
}

footer.footer {
  padding: 1em 0 6em;
}

.btn_join {
  width: 100%;
  height: 3.5em;
  line-height: 3.5em;
  background: #e33e41;
  color: #FFF;
  text-align: center;
}

.join_camera {
  color: #fff;
  font-size: 16px;
  background: url('../../images/community/icon_addPhoto.png') no-repeat 0 7px;
  background-size: 22px 18px;
  padding: 5px 0 5px 29px;
}

.i_camera {
  width: 28px;
  height: 28px;
  /* margin-right: 7px; */
  background: url('../../images/sns-2019/icon_camera.png') no-repeat 0 1px;
  background-size: 28px 28px;
  padding: 5px 0 5px 32px;
}

/* 正在发布中 */
.bein_publish {
  width: 93.6%;
  height: 48px;
  margin: 0 auto 3.4%;
  padding: 0;
  background: #fff;
  border-radius: 8px;
  color: #333;
  overflow: hidden;
  position: relative;
  display: flex;
}

.bein_publish .video_pic {
  width: 32px;
  height: 32px;
  margin: 8px 0 0 10px;
  position: relative;
}

.bein_publish .video_pic img {
  border-radius: 4px;
}

.live_icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  background: url('../../images/sns-2019/icon_video_small.png') no-repeat center;
  background-size: 18px 18px;
}

.bein_publish span {
  margin-left: 10px;
  line-height: 48px;
}

.pmgressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.3px;
  background: #E33E41;
  border-radius: 16px;
}

.carousel+.user_list,
.bein_publish+.user_list {
  margin-top: 0;
}

/* 话题列表 */
.topic-list {
  width: 94%;
  margin: 0 auto;
  padding-top: 3.4%;
  overflow: hidden;
}

.topic-list ul {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 3.2%;
}

.topic-list li {
  padding: 3.5% 0;
  border-bottom: .5px solid #ddd;
  overflow: hidden;
  position: relative;
}

.topic-list li:last-child {
  border: 0;
}

.topic-list-pic {
  float: left;
  width: 36%;
  position: relative;
}

.i_tag_red {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 .5em;
  background: #E02020;
  border-radius: 0 0 10px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: block;
  height: 20px;
  line-height: 20px;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.topic-list-pic img {
  width: 100%;
  /* border-radius: .5em */
}

.topic-list-rt {
  width: 61%;
  height: 6em;
  margin-left: 39%;
  padding-bottom: 2em;
}

.topic-list-rt h2 {
  margin-top: 4px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.topic-list-rt p {
  margin-top: 4px;
  color: #777;
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.topic-list-btm {
  position: absolute;
  bottom: 1em;
  left: 39%;
  width: 61%;
  height: 2.5em;
  line-height: 2.5em;
  color: #999;
}

.btn_join {
  float: right;
  width: 40%;
  height: 26px;
  line-height: 26px;
  margin-top: .333em;
  font-size: 14px;
  color: #e33e41;
  border: 1px solid #e33e41;
  background: #FFF;
  border-radius: 1em;
  text-align: center;
}

/* 话题详情页 */
.topic_top {
  width: 93.6%;
  margin: 3.4% auto;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.banner {
  position: relative;
}

.banner span {
  position: absolute;
  left: 2em;
  top: 35%;
  font-size: 18px;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.topic_top_introduce {
  padding: 1.25em 4% 1.333em;
  text-align: center;
}

.topic_top_introduce h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

.topic_top_introduce p {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  text-align: left;
  margin: .667em .25em 1em;
}

.topic_top_introduce div.topic_top_info pre {
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: left;
  margin: .1em 0;
  font-family: 'hiraginosansgb w3', 'Helvetica Neue', Helvetica, 'microsoft yahei', Arial, sans-serif;
  white-space: normal;

}

.elli2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.topic_top_introduce span {
  font-size: 14px;
  color: #999;
  line-height: 2;
  position: relative;
  padding-right: 15px;
}

.topic_top_introduce span.more_down::after {
  width: .583em;
  height: .583em;
  border-right: .083em solid #999;
  border-bottom: .083em solid #999;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  right: 0;
  top: 2px;
}

.topic_top_introduce span.more_up::after {
  width: .583em;
  height: .583em;
  border-left: .083em solid #999;
  border-top: .083em solid #999;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  right: 0;
  top: 7px;
}

.tbtn_join {
  width: 100%;
  height: 3.5em;
  line-height: 3.5em;
  background: #e33e41;
  color: #FFF;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
}

.join_camera {
  color: #fff;
  font-size: 16px;
  background: url('../../images/community/icon_addPhoto.png') no-repeat 0 6px;
  background-size: 22px 18px;
  padding: 5px 0 5px 29px;
}