.myicon_hot {
    position:absolute;
    width: 34px;
    height: 38px;
    line-height: 31px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    background: url(./img/list_num.png) no-repeat;
    top: -3px;
    font-size: 12px;
    left: -6px;
}
.myicon_hot2 {
   position:absolute;
    width: 34px;
    height: 38px;
    line-height: 31px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    background: url(./img/list_num.png) no-repeat;
    top: -3px;
    font-size: 12px;
    left: -3px;
}
.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(/res/img/preloader.gif);
}