@media screen and (max-width:320px){
    wf-sns {
        min-width:250px;
    }
    /* 图片 */
    upload-image-container{
        min-width:230px !important;
    }

    /* 视频 */
    upload-video-container {
        min-width:200px;
        top: 30px;
        left: 0px;
    }
    upload-video-container::after {
        border-width: 10px;
        border-bottom-color: #fff;
        left: 80px;
    }
    upload-video-container::before {
        border-width: 12px;
        border-bottom-color: #d4d2d2;
        left: 76px;
    }
    /* 编辑 */
    wf-button.wf-messagesender-editor{
        display:none;

    }

    message-body-middle excellent-badge{
        display:none;
    }
    wf-sns message-body-head wf-badge{
        display:none;
     }
     wf-sns message-body-head wf-user-tag{
         display:none;
     }
     wf-sns message-body-head message-read-count{
         display:none;
     }
     wf-sns message-body-head wf-user{
         width:100%;
         max-width:200px;
         min-width:130px;
         white-space:nowrap;
         text-overflow:ellipsis;
         overflow: hidden;
     }
   
    message-detail-body message-detail-body-init{
        
        margin:0px;
    }
    message-detail-body img-item-ul {
        margin:0 0 10px 0;
    }
    wf-sns message-handle {
        display: block;
        margin:0;
    }
    wf-sns message-handle-list {
        display: block;
       
        padding-bottom: 5px;
    }
    wf-sns textarea-wrap {
        display: block;

    }
    message-detail wf-article-content{
        padding:0;
        margin:0px;
    }
    
    wf-sns forward-message message-body {
        margin:0px 10px;
        padding:5px 10px;
    }
    wf-sns forward-message message-handle-list message-detail>message-body{
        margin-left:5px;
    }
    wf-sns message-handle-list {
        display: block;
        margin:0px;
        padding:5px 0;
    }
    wf-sns message-handle-list textarea-wrap{
        margin:0;
    }
    message-detail wf-article-content{
        margin:0px;
    }
    /* 转发列表 */
    wf-sns message-handle-list {
        display: block;
        width:100%;
        margin: 0px;
        
    }
   /* wf-sns third-forward */
   
    wf-sns third-message h2 {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding: 0;
    }
    message-detail-body third-message{
        margin: 10px 0 0 0;
    }
    message-detail-body video{
        margin:5px 0 0 0;
        width:100%;
    }
    message-body-middle wf-badge{
        display:none;
  
    }
   /* wf-sns message-body-middle create-time {
          width: 100%;
          max-width: 200px;
          min-width: 130px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
    } */
    wf-sns message-body-middle edit-state{
        display:none;
    }
    message-list-wrap message-detail-top>wf-user {
        top: 8px;
        left: 5px;
       

        
    }
    wf-reply{
        margin: 0;
    }
    praise-item-content>wf-user{
        width:100%;
        max-width:200px;
        min-width:130px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow: hidden;
    }
    praise-item-content create-time {
        width: calc(100% - 40px);
        max-width: 200px;
        min-width: 130px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    message-list.wf-praise-list wf-praise-item-middle{
        margin: 0;
    }
   
    wf-postcard {
     
       
        display:none;
    }
}