* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none
}
body{
  /* background: #999; */
}

.listmsg{
  position: relative;
  transition: all 0.3s ease;
}
.list{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
  text-align:center;
  background: #fff;
}
.load{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align:center;
  color: #666;
  font-size: 14px;
  position: absolute;
  bottom:-50px;
  left: 0;
}