@charset "utf-8";

.WeChat-qr-code-dialog-wrapper { background: transparent; }

.WeChat-qr-code-container { width: 560px; margin: 0px auto; }

.WeChat-qr-code-container .title { margin-bottom: 16px; font-size: 16px; font-weight: 700; color: rgb(82, 90, 97); text-transform: uppercase; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.WeChat-qr-code-container .qr-code-panel { text-align: center; padding: 50px 0px; }

.WeChat-qr-code-container .qr-code-panel canvas { width: 180px; height: 180px; padding: 20px; border: 1px solid rgb(235, 237, 239); }

.WeChat-qr-code-container .qr-code-panel .price { width: 200px; margin: -6px auto; display: flex; align-items: center; justify-content: center; padding: 10px; font-size: 18px; font-weight: 700; border-radius: 0px 0px 4px 4px; border: 1px solid rgb(235, 237, 239); }

.WeChat-qr-code-container .qr-code-panel .WeChat-icon { height: 20px; margin-right: 5px; }

.WeChat-qr-code-container .qr-code-panel .qr-code-image { width: 220px; height: 220px; border: 1px solid rgb(235, 237, 239); }

.WeChat-qr-code-container .payment-hint { color: rgb(99, 105, 114); line-height: 1.5; text-align: center; margin-bottom: 20px; }

.WeChat-qr-code-container .payment-hint.mobile { display: none; }

.WeChat-qr-code-container .save-btn { display: none; }

@media screen and (max-width: 727px) {
  .WeChat-qr-code-dialog-wrapper { overflow: unset; }
  .WeChat-qr-code-dialog-wrapper .s-kit-modal-body { max-height: 100%; padding: 30px 20px; }
  .WeChat-qr-code-dialog-wrapper .s-kit-modal-close { top: 20px; right: 20px; }
  .WeChat-qr-code-dialog-wrapper .WeChat-qr-code-container { width: 100%; }
  .WeChat-qr-code-dialog-wrapper .WeChat-qr-code-container .payment-hint.mobile { display: block; }
  .WeChat-qr-code-dialog-wrapper .WeChat-qr-code-container .payment-hint.desktop { display: none; }
  .WeChat-qr-code-dialog-wrapper .WeChat-qr-code-container .save-btn { display: block; height: 36px; padding: 0px; font-size: 16px; margin-top: 30px; line-height: 36px; border-radius: 4px; text-align: center; }
  .WeChat-qr-code-dialog-wrapper .s-kit-modal-content { height: 100vh; }
}