/* 微信扫码二维码 */
.common-wxpay-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}
.common-wxpay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 30px;
}
.common-wxpay div {
    margin: 10px 25px;
}
.common-wxpay p {
    margin-top: 15px;
    color: #666666;
}