html{
  background-color: #eaefec;
}
.content{
  margin:0 auto;
}
.tools-box{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding-top: 30px;
}

#huashu{
  display: flex;  
  -ms-flex-direction: column;
  flex-direction: column;

}

#huashu>li{
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items:center;


  text-align: left;
  cursor: pointer;
  line-height: 18px;
  font-size: 14px;
  padding:10px 20px;
}


#addchatbox{
  display: none ;
}

#huashu .layui-textarea{
  min-height: 50px;
  cursor: pointer;
}

#huashu .layui-icon{
  
}
#huashu .layui-badge{
  margin: 0 10px;
}
.chat-text{
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#huashu .chat-text:active{
  background-color: rgba(0,0,0,.1);
}