html,body{
    padding: 0;
    background: #f7f7f7;
    font-size: 14px;
}
body{
  display: none;
}
:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}
.zhanwei{
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h3{
    line-height: 20px;
}
.plr15{
    padding: 0 15px;
}
.footer{
    /* padding-top: 50px; */
}
.txt1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.txt2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;					
  -webkit-box-orient: vertical;
}


/* 覆盖导航 */
.van-nav-bar__text,.van-nav-bar .van-icon{
    color: #444;
}


/* 微贴列表 */
.app-post-list{

}
.app-post-list .item{
    padding: 15px;
    background: #ffffff;
    margin-bottom: 15px;
    position: relative;
}
.app-post-list .item .head{
    display: flex;
    align-items: center;
}
.app-post-list .item .head .cover{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.app-post-list .item .head .info{
    padding-left: 15px;
}
.app-post-list .item .head .info .name{
    font-weight: bold;
    color: #4a7ab4;
    font-size: 20px;
}
.app-post-list .item .head .info .lav{
    color: #69d7fa;
    border-color: #69d7fa;
    font-size: 12px;
    /* width: 42px; */
    padding: 2px 5px;
    border: 1px solid #69d7fa;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.app-post-list .item .head .arrow{
    flex: 1;
    color: #888888;
    text-align: right;
}

.app-post-list .item .center{
    padding-top: 15px;
}
.app-post-list .item .center h3{
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.app-post-list .item .center .desc{
    font-size: 15px;
    color: #333;
    line-height: 20px;
    /* padding-top: 10px; */
}
.app-post-list .item .center .theme{
    color: #576895;
    font-size: 15px;
    font-weight: 600;
}
.app-post-list .item .center .desc .neir{
    display: inline;
    white-space: pre-wrap;
}
.app-post-list .item .imgs{
    padding-top: 15px;

}
.app-post-list .item .operation{
    display: flex;
    font-size: 20px;
    color: #717171;
    padding-top: 10px;
}
.app-post-list .item .operation .box{
    margin-right: 15px;
    flex: 0 auto;
    display: flex;
    align-items: center;
}
.app-post-list .item .operation .box span{
    font-size: 14px;
    margin-left: 10px;
}
.app-post-list .item .jiajing{
    position: absolute;
    top: 0;
    right: 100px;
    width: 50px;
}


/* 微贴 - 瀑布流模式 */
.post-list{
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding-bottom: 15px;
}
.post-list .waterfall-item{
    width: 50%;
}
.post-list .waterfall-item .main{
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    background: #ffffff;
}
.post-list .waterfall-item .main .cover{

}
.post-list .waterfall-item .main .cover img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.post-list .waterfall-item .main .title{
    margin-top: 10px;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}
.post-list .waterfall-item .main .tag{
    padding: 8px 0;
}
.post-list .waterfall-item .main .tag .box{
    padding: 3px 8px;
    border-radius: 10px;
    background: #e9f2ff;
    color: #4587f0;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.post-list .waterfall-item .main .user-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}
.post-list .waterfall-item .main .user-info .a1{
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.post-list .waterfall-item .main .user-info .item1{
    display: flex;
    align-items: center;
    line-height: 18px;
}
.post-list .waterfall-item .main .jiajing{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
}
.guang{
  font-size: 12px;
  background: rgba(0,0,0,0.5);
  padding: 3px 9px;
  border-radius: 29px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.post-list .waterfall-item .main .cover{
  position: relative;
}


/* 评论点赞列表 */
.discuss-like{
    background-color: #ffffff;
}
.discuss-like .top{
    padding: 10px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}
.discuss-like .top .ll{
    /* width: 160px; */
}
.discuss-like .top .ll .van-tab{
    padding: 0 15px;
  }
.discuss-like .top .rr{
    font-size: 14px;
    color: #666666;
}
.discuss-like .list-main{
    padding: 0 15px;
}
.discuss-like .list-main .pingls{

}
.discuss-like .list-main .pingls .item{
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.discuss-like .list-main .pingls .item .top1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 10px 0px;
    border: none;
    /* border-bottom: 1px solid #e7e7e7; */
  }
  .discuss-like .list-main .pingls .item .top1 .ll{
    display: flex;
    align-items: center;
  }
 
  .discuss-like .list-main .pingls .item .top1 .ll img{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 8px;
  }
  .discuss-like .list-main .pingls .item .top1 .ll .info{

  }
  .discuss-like .list-main .pingls .item .top1 .ll .info .name{
    font-size: 15px;
    color: #333333;
  }
  .discuss-like .list-main .pingls .item .top1 .ll .info .tag{
    color: #69d7fa;
    border-color: #69d7fa;
    font-size: 12px;
    /* width: 42px; */
    padding: 2px 5px;
    border: 1px solid #69d7fa;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    max-width: 44px;
    margin-top: 4px;
  }
  .discuss-like .list-main .pingls .item .top1 .rr{
    font-size: 30px;
    color: #666666;
    font-weight: bold;
  }

  .discuss-like .list-main .pingls .item .desc{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .discuss-like .list-main .pingls .item .desc img{
    vertical-align: bottom;
  }
  .discuss-like .list-main .pingls .item .bottom{
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .discuss-like .list-main .pingls .item .bottom .like1{
    font-size: 24px;
  }

  .discuss-like .list-main .likes{

  }
  .discuss-like .list-main .likes .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .discuss-like .list-main .likes .item .ll{
    display: flex;
    align-items: center;
  }
  .discuss-like .list-main .likes .item .ll img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .discuss-like .list-main .likes .item .ll span{
    font-size: 13px;
    color: #888888;
  }
  .discuss-like .list-main .likes .item i{
    color: #888888;
  }

  /* 回复列表 */
  .discuss-like .list-main .pingls .reply-list{
    background: #F2F6FC;
    margin-top: 6px;
  }
  .discuss-like .list-main .pingls .reply-list .box{
    padding: 10px 15px;
  }
  .discuss-like .list-main .pingls .reply-list .box .a1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #888888;
    line-height: 30px;
  }
  .discuss-like .list-main .pingls .reply-list .box .a1 .l1{
    display: flex;
  }
  .discuss-like .list-main .pingls .reply-list .box .a1 .ii1{
    font-size: 20px;
    color: #888888;
    font-weight: bold;
  }
  .discuss-like .list-main .pingls .reply-list .box .a1 .bb{
    display: block;
    max-width: 80px;
    color: #4587f0;
  }

  .discuss-like .list-main .pingls .reply-list .box .a2{
    display: flex;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 10px 0;
  }

  .discuss-like .list-main .pingls .reply-list .box .a3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
  }
  .discuss-like .list-main .pingls .reply-list .box .a3 i{
    font-size: 24px;
  }
  .reply-popup{
    width: 100%;
    height: 300px;
    padding: 20px;
  }
  .reply-popup .top22{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
  }
  .reply-popup .ipunt{
    padding-top: 20px;
  }
  .reply-popup .ipunt .van-cell{
    padding: 0;
  }

  .wt-pl{
    background: #ffffff;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;

  }
  .wt-pl .input{
    flex: 1;
    margin: 0 15px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999999;
    border-radius: 6px;
    border: 1px solid #888888;
    padding: 0 15px;
  }
  .wt-pl .ii{
    font-size: 22px;
  }

  /* 表情包包 */
  .emo-s{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
  }
  .jquery-qqface{
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: fixed !important;
    padding-top: 20px !important;
    box-shadow: 0px 2px 10px 0px rgb(78 89 105 / 10%);
    z-index: 1111111;
    height: 100%;
    background: rgba(1, 1, 1, .5) !important;
    flex-flow: column;
    align-items: end;
    justify-content: flex-end;
  }
  .jquery-qqface-layer{
    width: 100% !important;
    height: 300px !important;
    overflow-y: auto;
    z-index: 111111;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
    background: #ffffff;
    
    padding-top: 20px;
    border-radius: 20px 20px 0 0;

    top: calc(100vh - 320px);
  }
  .jquery-qqface-layer i{
    width: 14% !important;
    height: 62px !important;
    border: none !important;
    text-align: center;
  }
  .jquery-qqface-layer i img{
    width: 34px !important;
    height: 34px !important;
  }


  .klll{
    border: none;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }































