<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*首页右侧悬浮*/
.fixed_qr{
  width: 46px;
  height: 26px;
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 999;
}
/*.fixed_icon{
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}*/
.fixed_qr_box{
  position: absolute;
  max-width: initial;
  display: block;
  left: -220px;
  width: 200px;
  height: 250px;
  bottom: 0px;
  transition: all .5s;
}
.fixed_qr img.fixed_qr{
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 200px;
  height: 287px;
}
.fixed_qr img.fixed_close{
  display: block;
  position: absolute;
  z-index: 42;
  cursor: pointer;
  width: 20px;
  right: 0;
  top: 0;
}
.fixed_qr:hover .fixed_qr_box{
  max-width: initial;
  display: block;
  left: -200px;
  width: 200px;
}</pre></body></html>