.wecom_qrcode_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #00000030;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wecom_qrcode {
  width: calc(300px * 1.3);
  height: calc(353px * 1.3);
  background: url(/res/newdown/wecom_qrcode_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
  box-shadow: 0 0 16px 0 #d9aaaa7d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wecom_qrcode img {
  width: 150px;
  height: 150px;
  user-select: none;
  box-sizing: border-box;
  border: 2px solid #ffb5b5;
  transform: translateY(240px);
}

.wecom_qrcode svg {
  cursor: pointer;
  width: 40px;
  height: 40px;
  fill: #eee;
  transform: translateY(330px);
}