.wxcodeBox{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.wxcode {
	width: 402rem;
	height: 518rem;
	background: #FFFFFF;
	border-radius: 8rem;
	font-size: 32rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	text-align: center;
	padding-top: 60rem;
	font-weight: bold;
}
.wxcode div {
	margin-bottom: 20rem;
}
.wxcode img {
	margin-top: 20rem;
	width: 274rem;
	height: 274rem;
}