/*飘窗*/

.i-float-cube {
  display: none;
  position: fixed;
  width: 3.632159rem;
  height: 1.81608rem;
  top: 0;
  z-index: 100;
}

.i-float-cube img {
  display: block;
  width: 100%;
  height: 100%;
}

.i-float-cube i {
  position: absolute;
  cursor: pointer;
  width: 0.30268rem;
  height: 0.30268rem;
  right: 0;
  top: 0;
  background: url(../images/common/i-float-close.png) no-repeat center;
  background-size: cover;
}