div,
body,
li,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
body,html{
	height: 100%;
}
.login{
	background-color: #fff;
	padding: 30px 20px;
	width: 340px;
	height: 460px;
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 20px;
	box-sizing: border-box;
}
.title{
	    font-family: 'Microsoft Yahei';
	    font-size: 26px;
	    color: #120C19;
	    text-align: center;
}
.bg {
	width: 100%;
	min-height: 100%;
	/*background:url(../../img/bjt.jpg) no-repeat;*/
	background-size: cover;
}
.saoMa{
	text-align: center;
	margin-top: 40px;
}
.wuhu{
	padding-top: 30px;
	text-align: center;
	font-size: 16px;
	font-family: cursive;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 12px;
	opacity: 0.6;
}
.wuhu2{
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
	font-family: cursive;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 6px;
	opacity: 0.7;
}
.login_qrcode .login_qrcode_content{
	margin: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
	
}
.login.login_section_wrp{
	/*padding: 20px 10px 10px 10px !important;
    height: 430px !important;*/
}







