@charset "utf-8";

#qrcode{width:100px;height:100px;margin: 0 0 10px 0;}
#qrcode img{
    width: 100px;
    height: 100px;
}


.login_err_wrap {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
	z-index:999999;
}
.lerr_content {
	border-bottom:1px solid #ccc;
}
.lerr_bottom {
}

.lerr_content img {
	width:100%;
	max-width:800px;
}
.login_err_wrap a.err_close {
	display:block;
	padding:10px 0;
	font-size:18px;
	background:#fff;
}
.login_err_wrap a:hover.err_close {
	background:#efefef;
}

@media all and (max-width:980px) {
	.login_err_wrap {
		width:90%;
	}
}