/*手机号注册开始*/
.regi{
	padding: 0 5%;
}
.regi h4{
	font-size: 1.4rem;
	padding: 3rem 0;
}
.ipone{
	margin-top: 2rem;
}
.regi input{
	padding: 1.3rem;
	border: none;
	border-bottom: 1px #ddd solid;
	width: 100%;
	font-size: 1.2rem;
	box-sizing: border-box;
	outline: none;
	resize: none;
}
.code{
	margin-top: 1rem;
	position: relative;
}
.code button{
	position: absolute;
	right: 0;
	top: 0.5rem;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1rem;
	outline: none;
	resize: none;
	color: #fff;
	/*background: #1c8ffc;*/
	background: #e8e8e8;
	border: none;
	padding: 0 1rem;
}
.nuxt{
	position: relative;
	left:10%;
	width: 80%;
	font-size: 1.2rem;
	outline: none;
	resize: none;
	color: #fff;
	background: #009bff;
	border: none;
	border-radius: 1rem;
	margin-top:3rem;
	line-height: 3rem;
	text-align: center;
	height: 3rem;

}

.nuxt button{
	display: block;
	width: 80%;
	padding: 1.5rem 0;
	margin: 10rem auto;
	font-size: 1.4rem;
	outline: none;
	resize: none;
	color: #fff;
	background: #1c8ffc;

	border: none;
	border-radius: 1rem;

	
}
.nuxt a{
	font-size: 1.4rem;
	color: #ffffff;
}
button.disabled{
	color: #000;
	pointer-events: none; 
	background: #c9c9c9;
}
.sendCode{
	position: absolute;
	top:4px;
	right:4px;
}
body .layui-m-layer .layui-m-layer-msg{
	bottom:0 !important;
}
/*手机号注册结束*/
