@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

b, i, s {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.more-msg {
  display: none;
  text-align: center;
  line-height: 0.8rem;
  height: 0.8rem;
  color: #999;
  background-color: #F5F5F5;
}

.bottom-line {
  width: 7.5rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  margin-bottom: 0.98rem;
}
.bottom-line span {
  font-size: 0.26rem;
  color: #ccc;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
}
.bottom-line span:before, .bottom-line span:after {
  content: "";
  /*CSS伪类用法*/
  position: absolute;
  /*定位背景横线的位置*/
  top: 52%;
  background: #e5e5e5;
  /*宽和高做出来的背景横线*/
  width: 25%;
  height: 1px;
}
.bottom-line span:before {
  left: 65%;
  /*调整背景横线的左右距离*/
}
.bottom-line span:after {
  right: 65%;
}

.forum-headline {
  display: flex;
  height: 1.38rem;
  padding: 0.3rem 0.32rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
}
.forum-headline .icon {
  width: 0.78rem;
  height: 0.78rem;
  background: url("../img/forum-new/toutiao.png") no-repeat center;
  background-size: contain;
  margin-right: 0.2rem;
}
.forum-headline .line {
  width: 1px;
  height: 0.78rem;
  background-color: #e9e9e9;
  margin-right: 0.2rem;
}
.forum-headline .list {
  height: 0.98rem;
  overflow-y: hidden;
  padding-top: 0.1rem;
  margin-top: -0.1rem;
  box-sizing: border-box;
}
.forum-headline .list ul {
  position: relative;
  top: 0;
  transition: top 0.8s;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.forum-headline .list li {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  color: #333;
  line-height: 0.34rem;
  margin-bottom: 0.16rem;
}
.forum-headline .list li i {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.14rem;
  background: url("../img/forum-new/toutiao-tag.png") no-repeat center;
  background-size: contain;
}
.forum-headline .list li p {
  margin: 0;
  width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forum-tabs-fixed .forum-tabs.index {
  position: fixed;
  top: 1.92rem;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  z-index: 9999;
}
.forum-tabs-fixed .forum-tabs.special {
  position: fixed;
  top: 0.88rem;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  z-index: 9999;
}
.forum-tabs-fixed .forum-tabs-seat {
  display: block;
}

.forum-tabs {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 0.8rem;
  color: #333;
  font-size: 0.3rem;
  font-weight: 500;
  padding: 0 0.32rem;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.forum-tabs li {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 0.5rem;
  border-top: 0.05rem solid #fff;
  border-bottom: 0.05rem solid #fff;
  box-sizing: border-box;
  transition: border 0.3s;
}
.forum-tabs li.active {
  border-bottom: 0.05rem solid #F74645;
  color: #F74645;
}

.forum-tabs-seat {
  height: 0.8rem;
  display: none;
}

.essence-icon {
  float: left;
  width: 0.5rem;
  height: 0.28rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.06rem;
  margin-right: 0.1rem;
  background: url("../img/forum-new/essence.png") no-repeat center;
  background-size: contain;
}
.essence-icon.big {
  width: 0.78rem;
  height: 0.38rem;
  margin-top: 0.08rem;
  background: url("../img/forum-new/essence-big.png") no-repeat center;
  background-size: contain;
}

.forum-list-container {
  background-color: #fff;
  padding-left: 0.32rem;
  min-height: 3rem;
}
.forum-list-container a:last-child li {
  border-bottom: 0;
}
.forum-list-container .forum-list-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.23rem 0.32rem 0.11rem 0;
}
.forum-list-container .forum-list-item .title h3 {
  font-weight: 500;
  color: #333;
  font-size: 0.3rem;
  line-height: 0.44rem;
  word-break: break-all;
}
.forum-list-container .forum-list-item .detail {
  display: flex;
  justify-content: space-between;
  margin-top: 0.07rem;
  color: #999;
  height: 0.36rem;
}
.forum-list-container .forum-list-item .detail .left {
  display: flex;
  transform: scale(0.85);
  transform-origin: 0 center;
}
.forum-list-container .forum-list-item .detail .left span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  font-size: 0.24rem;
  margin-right: 0.2rem;
}
.forum-list-container .forum-list-item .detail .right {
  display: flex;
  line-height: normal;
}
.forum-list-container .forum-list-item .detail .right .view {
  display: flex;
  align-items: center;
  margin-right: 0.36rem;
  position: relative;
  z-index: 1;
}
.forum-list-container .forum-list-item .detail .right .view i {
  width: 0.22rem;
  height: 0.36rem;
  background: url("../img/forum-new/view.png") no-repeat center;
  background-size: 0.22rem 0.19rem;
  margin-right: 0.1rem;
}
.forum-list-container .forum-list-item .detail .right .view span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  font-size: 0.24rem;
  transform: scale(0.85);
  transform-origin: 0 center;
}
.forum-list-container .forum-list-item .detail .right .discuss {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.forum-list-container .forum-list-item .detail .right .discuss i {
  width: 0.2rem;
  height: 0.36rem;
  background: url("../img/forum-new/discuss.png") no-repeat center;
  background-size: 0.2rem 0.19rem;
  margin-right: 0.1rem;
}
.forum-list-container .forum-list-item .detail .right .discuss span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  font-size: 0.24rem;
  transform: scale(0.85);
  transform-origin: 0 center;
}
.forum-list-container .forum-list-item.item1 .text {
  font-size: 0.24rem;
  color: #666;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.forum-list-container .forum-list-item.item2 .top {
  display: flex;
  justify-content: space-between;
}
.forum-list-container .forum-list-item.item2 .top .left {
  width: 4.1rem;
}
.forum-list-container .forum-list-item.item2 .top .left .title {
  height: 0.88rem;
  overflow: hidden;
}
.forum-list-container .forum-list-item.item2 .top .left .text {
  font-size: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.16rem;
  word-break: break-all;
}
.forum-list-container .forum-list-item.item2 .top .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 2.58rem;
  height: 1.62rem;
  overflow: hidden;
  border-radius: 0.08rem;
  margin-top: 0.07rem;
}
.forum-list-container .forum-list-item.item2 .top .right img {
  width: 100%;
  height: 100%;
}
.forum-list-container .forum-list-item.item2 .detail {
  margin-top: 0.11rem;
}
.forum-list-container .forum-list-item.item3 .images {
  margin-top: 0.21rem;
  height: 1.48rem;
  border-radius: 0.08rem;
  overflow: hidden;
  margin-bottom: 0.12rem;
}
.forum-list-container .forum-list-item.item3 .images img {
  float: left;
  display: block;
  width: 2.26rem;
}
.forum-list-container .forum-list-item.item3 .images img:nth-child(2n) {
  margin: 0 0.04rem;
}

.forum-item {
  width: 7.18rem;
  padding: 0 0.3rem 0.25rem 0;
  border-bottom: 1px solid #F5F5F5;
  box-sizing: border-box;
}
.forum-item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.04rem;
}
.forum-item .top .author {
  display: flex;
  align-items: center;
}
.forum-item .top .author .avatar {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  margin-right: 0.16rem;
}
.forum-item .top .author .name {
  font-size: 0.26rem;
  color: #666;
}
.forum-item .top .continue {
  display: flex;
  align-items: center;
}
.forum-item .top .continue i {
  width: 0.24rem;
  height: 0.24rem;
  background: url("/themes/baiqiang_v4_mobile/Home/Forum/images/xu.png") no-repeat center;
  background-size: contain;
  margin-right: 0.08rem;
  position: relative;
  top: -1px;
}
.forum-item .top .continue span {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #f74645;
}
.forum-item .title {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #121212;
  font-weight: bold;
  margin-top: -0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.forum-item .content {
  margin-top: 0.15rem;
  line-height: 0.4rem;
  color: #999999;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.forum-item .content i {
  color: #48689B;
}
.forum-item .thumbs {
  border-radius: 0.08rem;
  overflow: hidden;
  margin-top: 0.22rem;
}
.forum-item .thumbs .thumb {
  float: left;
  width: 2.23rem;
  margin-right: 0.09rem;
}
.forum-item .thumbs .thumb:last-child {
  margin-right: 0;
}
.forum-item .bottom {
  margin-top: 0.24rem;
  display: flex;
  justify-content: space-between;
  height: 0.3rem;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.3rem;
}
.forum-item .bottom .essence {
  height: 0.3rem;
  padding: 0 0.08rem;
  background: rgba(247, 70, 69, 0.1);
  border-radius: 0.04rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #F74645;
  margin-right: 0.14rem;
}
.forum-item .bottom .tags {
  display: flex;
  align-items: center;
}
.forum-item .bottom .location {
  display: flex;
  align-items: center;
}
.forum-item .bottom .location i {
  width: 1px;
  height: 0.18rem;
  background: #cccccc;
  transform: scaleX(0.5);
  transform-origin: 0 0;
  overflow: hidden;
  margin: 0 0.1rem;
}
.forum-item .bottom .statistics {
  display: flex;
  line-height: normal;
}
.forum-item .bottom .statistics .view {
  display: flex;
  align-items: center;
  margin-right: 0.36rem;
  position: relative;
  z-index: 1;
}
.forum-item .bottom .statistics .view i {
  width: 0.22rem;
  height: 0.36rem;
  background: url("/themes/baiqiang_v4_mobile/Public/img/forum-new/view.png") no-repeat center;
  background-size: 0.22rem 0.19rem;
  margin-right: 0.1rem;
}
.forum-item .bottom .statistics .view span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  font-size: 0.24rem;
  transform: scale(0.85);
  transform-origin: 0 center;
}
.forum-item .bottom .statistics .discuss {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.forum-item .bottom .statistics .discuss i {
  width: 0.2rem;
  height: 0.36rem;
  background: url("/themes/baiqiang_v4_mobile/Public/img/forum-new/discuss.png") no-repeat center;
  background-size: 0.2rem 0.19rem;
  margin-right: 0.1rem;
}
.forum-item .bottom .statistics .discuss span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  font-size: 0.24rem;
  transform: scale(0.85);
  transform-origin: 0 center;
}
.forum-item .middle {
  display: flex;
  justify-content: space-between;
}
.forum-item .middle .left {
  width: 2.23rem;
  height: 2.23rem;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
.forum-item .middle .left .pic {
  position: relative;
  z-index: 2;
  display: block;
  width: 2.23rem;
  height: 2.23rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.forum-item .middle .left .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.forum-item .middle .right {
  width: 4.46rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.forum-item .middle .right .title {
  height: 0.96rem;
}
