/* fixed */
.fixed{
  position: fixed;
  width: 115px;
  height: auto;
  right: 15px;
  top: 250px;
  z-index: 999;
}
.fixed li{
  list-style: none;
  width: 115px;
  height: auto;
  max-height: 234px;
}
.fixed li img{
  width: 100%;
}
.fixed-qq,.fixed-close{
  display: inline-block;
  width: 100%;
  height: 31px;
  position: absolute;
  top: 186px;
  left: 0;
  background-image: url(#);
}
.fixed-close{
  height: 20px;
  top: 0;
}
#icon_top{
  display: none;
}