body{
	background: #fff;
}
form{
	margin-top: 80px;
	padding: 0 35px;
}
input{
	height: 44px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	
}
.box1{
	position: relative;
}
.box1 i{
	position: absolute;
	left: 20%;
	top: 15px;
	color: #bfbfbf;
}
/*.weui-btn_primary:not(.weui-btn_disabled):active{
	color: hsla(0,0%,100%,.6);
    background-color: rgba(16,76,149,1);
}*/