.container{
	background: url(../img/loginbg.png)  no-repeat scroll top center  #ffffff;
	background-size:100%;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	font-size: 0;
}
.form{
	margin:0 auto;
	margin-top: 3.68rem;
	width: 6.6rem;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0rem 0rem 0.2rem 0rem rgba(31,139,225,0.3);
}
.forma{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.title{
	font-size: 0.36rem;
	height: 0.36rem;
	line-height: 0.36rem;
	margin-top: 0.52rem;
	color: #333333;
	margin-bottom: 0.5rem;
}
.line{
	width: 5.32rem;
	font-size: 0.22rem;
	font-family:'Microsoft Yahei';
	font-weight: 400;
	color: #999999;
	padding: 0.17rem 0;
}
.phone{
	width: 5.32rem;
	height: 0.74rem;
	background: #F9FAFE;
	padding: 0 0.24rem;
	font-size: 0.26rem;
	font-family: 'Microsoft Yahei';
	font-weight: 400;
	color: #333333;
	border: 0.01rem solid #C0C8CD;
	border-radius: 0.04rem;
}
.linem{
	margin-top: 0.26rem;
}
.submit{
	background: url(../img/loginbtn.png) no-repeat;
	width: 5.32rem;
	height: 0.88rem;
	background-size: 5.32rem 0.88rem;
	margin-top: 0.47rem;
	margin-bottom: 0.34rem;
	font-size: 0.34rem;
	font-family: 'Microsoft Yahei';
	font-weight: 400;
	color: #FFFFFF;
}
.register{
	width: 5.32rem;
	font-size: 0.22rem;
	font-family: 'Microsoft Yahei';
	font-weight: 400;
	color: #666666;
	text-align: right;
	margin-bottom: 0.42rem;
}