﻿#qrcode {
	position: fixed;
	padding-top: 5px;
	border: 1px solid black;
	top: 60%;
	left: 50%;
	width: 300px;
	height: 150px;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999;
	display: none;
}

.ig {
	width: 150px;
	float: left;
}

.ig p {
	text-align: center;
}