﻿/**/
.paymentQrcode{
	display:none;
	width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 104;
	text-align: center;
}