.wx-content {
  position: fixed;
  right: 0;
  top: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 244px;
  background: #fff;
  border: 1px solid #00be8c;
  box-sizing: border-box;
  flex: none;
  padding: 20px 37px;
  box-sizing: border-box;
  z-index: 100;
}
.wx-content .title {
  font-weight: 400;
  font-size: 12px;
  color: #363636;
  line-height: 17px;
}
.wx-content .des {
  font-weight: 500;
  font-size: 12px;
  color: #00be8c;
  line-height: 17px;
  margin-bottom: 6px;
}
.wx-content .qr-code-img {
  width: 150px;
  height: 150px;
}
.wx-content .qr-code-url {
  font-weight: 400;
  font-size: 10px;
  color: #999999;
  line-height: 14px;
}
