@font-face{
     font-family: myFont; 
     src: url('../fonts/PingFang-SC-Semibold.otf');
}
#container{
	height: 1053px;
	background: url(../img/images/index_bg.jpg) no-repeat top center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#container1{
	height: 1053px;
	background: url(../img/images/index_bg.jpg) no-repeat top center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.login-title-wrapper{
	margin-top: 80px;
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	font-family: myFont;
}
.result-title-wrapper{
	margin-top: 130px;
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	font-family: myFont;
}
.login-wrapper{
	margin-top: 220px;
	padding-top: 20px;
	width: 680px;
	height: 220px;
	background-size: 100%;
}
.result-wrapper{
	margin-top: 45px;
	width: 680px;
	height: 360px;
}
.layui-form{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.form-left{
	margin-left: 30px;
	width: 300px;
}
.form-right{
	margin-right: 30px;
	width: 300px;
	text-align: center;
}
.qrcode-img{
	width: 140px;
	height: 140px;
}
.layui-form-item{
	margin-bottom: 10px;	
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.layui-form-item .layui-input-inline{
	margin-left: 10%;
	width: 90%;
}
.layui-input, .layui-textarea{
	padding-left: 0;
	text-align: center;
	border-radius: 6px;
}
.layui-btn{
	width: 200px;
	background: url(../img/images/search_btn.png) no-repeat center top;
	background-size: 100% 100%;
	border-radius: 10px;	
}
.con{
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}
.con1{
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
	left: -60px;
}
.headerImg{
	width: 150px;
	height: 180px;
	position: relative;
	left: -60px;
	top: -10px;
}
.xx{
	width: 120px;
	height: 150px;
}
#foot{
	height: 110px;
	background-color: #030828;	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#foot p,#foot p a{
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.letter{
	position: relative;
	top: -10px;
	left: 0;
}
.phone-txt{
	width: 27px;
	display: inline-block;
}