#long-tap-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#long-tap-popup .popup-cover {
  width: 100%;
  height: 100%;
  position: 11;
  top: 0;
  left: 0;
  right: 0;
}
#long-tap-popup .popup-box {
  width: 100%;
  height: 7.5200rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
#long-tap-popup .popup-box p {
  width: 100%;
  height: 0.4000rem;
  line-height: 0.4000rem;
  margin-bottom: 0.2133rem;
  text-align: center;
  font-size: 0.3733rem;
  color: #777777;
}
#long-tap-popup .popup-box .qr {
  width: 2.7200rem;
  height: 2.7200rem;
  margin: 1.0667rem auto 0.5333rem;
  display: block;
}
#long-tap-popup .popup-box .icon {
  width: 1.2000rem;
  height: 1.2000rem;
  margin: 0 auto;
  display: block;
}
#qr-preview {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#qr-preview .popup-cover {
  width: 100%;
  height: 100%;
  position: 11;
  top: 0;
  left: 0;
  right: 0;
}
#qr-preview img {
  width: 6.6667rem;
  height: 6.6667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}