#float-win {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 1000;
}

@media (max-width:768px) {

  #float-win {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 1000;
  }
}



#float-win .fast-list .fast-item {
  border: 1px solid #ddd;
  padding: 20px 12px 8px;
  margin-top: 1px;
  border-radius: 4px;
  background-color: #fff;
}

#float-win .fast-list .fast-item:hover {
  background-color: #004be5;
}

#float-win .fast-list .fast-item:hover .fast-text {
  color: #dde0e5;
}

#float-win .fast-list .fast-item .icon {
  width: 30px;
  height: 30px;
}

#float-win .fast-list .fast-item .fast-text {
  color: #666;
}

#float-win .fast-list .wx-content {
  position: relative;
}

#float-win .fast-list .wx-content:hover .wx-qr-code {
  display: block;
}

#float-win .fast-list .wx-content .wx-qr-code {
  display: none;
  position: absolute;
  padding-right: 10px;
  width: 150px;
  height: 150px;
  transform: translateX(-100%);
  left: 0;
  top: -50%;
}

#float-win .fast-list .wx-content .wx-qr-code img {
  width: 100%;
  height: 100%;
}

#float-win .fast-list .wx-content .wx-qr-code:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}


/* 新添加的 */

/* 手机端四个浮窗 */
@media (max-width: 768px) {
  #float-win .fast-list .fast-item:hover {
    background-color: #fff;
    color: #666;
  }


  #float-win .fast-list .fast-item:hover .fast-text {
    color: #666;
  }
}

/*# sourceMappingURL=floating-window.css.map */