.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:2.5rem auto;
	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);
	padding-top: 0.56rem;
}
.forma{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.line{
	width: 5.32rem;
	font-size: 0.22rem;
	font-family:'Microsoft Yahei';
	font-weight: 400;
	color: #999999;
	padding-top: 0.26rem;
	padding-bottom: 0.17rem;
}
.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;
	position: relative;
}
.phonea{
	height: 0.74rem;
	width: 4.6rem;
	padding-right: 0.48rem;
	background: #F9FAFE;
}
.downicon{
	position: absolute;
	right: 0.22rem;
	top: 50%;
	transform: translateY(-50%);
}
.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.66rem;
	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;
}