/* ====================移动端 ==================*/

.m_wjzbody,html{
	background: #0a326f;
	height: 100%;
}
#m_main{
	border-top: 0;
}
.m_bg{
	width: 100%;
	display: block;
	position: absolute;
}
.m_wjz_codewrap{
	width:52%;
	position: absolute;
	margin-top: 55%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.m_wjz_codewrap .m_wjz_code{
	width: 100%;
}
.m_wjz_codewrap .m_codetext{
	font-size: 0.75rem;
	color: white;
	text-align: center;
	margin-top: 1rem;
}