.wl-qrcode-pop {
  scale: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 35rem;
  width: 29.9rem;
  border-radius: 0.83rem;
  padding: 2.5rem 3.33rem;
  background-image: url('https://src.fanruan.com/2025-website/fanruan/images/pop-back.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wl-qrcode-pop h3 {
  margin-bottom: 1.56rem;
  font-weight: 600;
  font-size: 1.46rem;
  color: #333333;
}
.wl-qrcode-pop .close-icon {
  position: relative;
  top: -1.56rem;
  right: -12.5rem;
  height: 0.83rem;
  width: 0.83rem;
  cursor: pointer;
}
.wl-qrcode-pop .wl-qrcode-pop-product {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.08rem;
}
.wl-qrcode-pop .wl-qrcode-pop-product .wl-product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wl-qrcode-pop .wl-qrcode-pop-product .wl-product-item img {
  height: 1.25rem;
  width: 1.25rem;
  margin-bottom: 0.52rem;
}
.wl-qrcode-pop .wl-qrcode-pop-product .wl-product-item span {
  font-size: 0.63rem;
  color: #333333;
}
.wl-qrcode-pop .wl-qrcode-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 11.67rem;
  width: 11.67rem;
  border-radius: 0.42rem;
  margin-bottom: 0.52rem;
  box-shadow: 0rem 0.1rem 0.73rem 0rem rgba(171, 187, 255, 0.5);
}
.wl-qrcode-pop .wl-qrcode-container img {
  width: 90%;
  height: 90%;
}
.wl-qrcode-pop p {
  font-weight: 400;
  font-size: 0.89rem;
  color: #464648;
}
.wl-qrcode-pop a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.04rem;
  margin-bottom: 0.52rem;
  text-decoration: none !important;
  width: 18.75rem;
  height: 2.6rem;
  background: #0067F3;
  border-radius: 0.42rem;
}
.wl-qrcode-pop a span {
  font-size: 1.15rem;
  color: #FFFFFF;
  line-height: 1.56rem;
}
.wl-qrcode-pop .wl-contact-info {
  font-size: 0.73rem;
  color: #333333;
}
.wl-qrcode-pop .wl-contact-info img {
  height: 1.04rem;
  width: 1.04rem;
  margin-right: 0.21rem;
}
