.relay_div {
  display: none;
  position: absolute;
  bottom: -63px;
  width: 137px;
  height: 63px;
  background: url("/res/images/sponsors/zf.png") no-repeat;
  background-size: 100% 100%;
}
.relay_div .relay_img {
  height: 32px;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  margin-top: 18px;
}

.relay_div .relay_code {
  display: none;
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 99;
  z-index: 1003;
}
.relay_div .relay_wechat {
  display: inline-block;
  position: relative;
}
.relay_div .relay_wechat:hover .relay_code {
  display: block;
}
.relay_div .relay_wechat .qrcode {
  text-align: center;
  background: url("/res/images/sponsors/qrcode_Bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  padding-top:20px;
}
.relay_div .relay_wechat .relay_code .qrcode .qrcodetitle {
  font-size: 12px;
  font-weight: 500;
  color: rgba(31, 104, 172, 1);
  line-height: 17px;
}

/*.fixedNav ul li:hover .wrapper {*/
/*  display: block;*/
/*}*/
