/*腾飞博客----蜡笔小新*/
.mumu {
width:80px;
height:80px;
cursor:move;
background:url(https://img.alicdn.com/imgextra/i2/2210123621994/O1CN019ne3h11QbIltvPjB8_!!2210123621994.gif) no-repeat;
}
.spig {
  display:block;
  width:150px;
  height:auto;
  position:absolute;
  top:-200px;
  left:160px;
  z-index:9999;
}
#newmessage{
  color:#191919;
  border:1px solid #c4c4c4;
  background:#ddd;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  min-height:1em;
  padding:5px;
  top:-30px;
  position:absolute;
  text-align:center;
  width:auto !important;
  z-index:10000;
  -moz-box-shadow:0 0 15px #eeeeee;
  -webkit-box-shadow:0 0 15px #eeeeee;
  border-color:#eeeeee;
  box-shadow:0 0 15px #eeeeee;
  outline:none;
}