.comment {
    padding: 0.3rem 0 0.3rem;
}
.user-box .user-logo {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.1rem;
}
.user-box .user-logo img {
    width: 0.4rem;
    height: 0.4rem;
}
.comments-item:last-child .comments-content{
    border: 0;
}
.comments-item .comments-main {
    flex: 1;
}
.comments-item .comments-content {
    font-size: 0.16rem;
    color: #2E2E2E;
    line-height: 0.26rem;
    word-wrap: break-word;
    margin-top: 0.1rem;
    border-bottom: 1px solid #EBEBEB;
}
.user-box .user-msg {
    flex: 1;
}
.user-box .user-msg .user-name {
    font-size: 0.14rem;
    color: #2E2E2E;
}
.no_comment img {
    display: block;
    margin: 0 auto;
}
.get_more_comment {
    font-size: 0.14rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 21px;
    margin-top: 0.2rem;
}
.get_more_comment span {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background: url("../images/jiantou.png") no-repeat center;
    background-size: contain;
    margin-left: 0.08rem;
}
.cell_80_ img {
    max-width: 100%;
    border-radius: 10px;
    display: block;
    margin: auto;
}
.flex_col_between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 推荐模块 */
.recommend {
  padding-top: 0;
  padding-bottom: 0;
}

.recommend>p,
.comment>p {
  padding: 0.2rem 0 0 0;
  font-size: 0.2rem;
  /* font-family: FZBiaoYaSong, FZBiaoYaSong-Regular; */
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 0.2rem;
}

.recommend ul li {
  border-bottom: 1px solid rgba(238, 238, 238, .5);
  padding: 0.15rem 0;
  line-height: 1.333333333333333;
}

.recommend ul li>div {
  width: 100%;
}

.type2>p:first-child {
  margin-bottom: 0.1rem;
}

.type4>div {
  width: unset;
}

.detail {
  color: rgba(170, 170, 170, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.12rem;
}

.detail span:not(:last-child) {
  margin-right: .1rem;
}

.brief {
  height: 0.6rem;
  flex: 1;
  margin-right: .15rem;
  overflow: hidden;
}

.min_img {
     width: 0.95rem;
    height: 0.66rem;
}

.line2 {
    color: #000;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.16rem;
}
