@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;
}

.carousel {
  width: 100%;
  height: 353%;
  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 3.4%;
}

.slide .swiper-wrapper img {
  border-radius: 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 22px;
}

/* 话题列表 */
.topic-list {
  width: 87.6%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 3.2%;
  overflow: hidden;
}

.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;
}

.topic-list-pic img {
  width: 100%;
  /* border-radius: .5em */
}

.topic-list-rt {
  width: 61%;
  height: 6em;
  margin-left: 39%;
  padding-bottom: 1em;
}

.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;
}

.box_bottom {
  height: 4em;
}

.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;
}