.registered .registered_span{
	font-size: 20px;
	margin-bottom: 28px;
	display: inline-block;
}
.registered .registered_box{
	width: 400px;
	margin-top: 30px;
	display: inline-block;
}
.registered .registered_input{
	margin-top: 20px;
	height: 45px;
}
.registered .registered_input2{
	width: 70%;
	margin-top: 20px;
	height: 45px;
	display: inline-block;
}
.registered .registered_button{
	width: 28%;
	height: 45px;
}
.registered .registered_span2{
	display: inline-block;
	float: left;
	margin-top: 10px;
}
.registered .registered_span3{
	font-size: 14px;
	margin-left: 5px;
	display: inline-block;
	float: left;
	margin-top: 10px;
}
.registered .registered_button2{
	display: inline-block;
	width: 100%;
	color: white;
	background: #438eb9;
	margin-top: 10px;
	height: 40px;
}
.tips_false {
    display: block;
    border-radius: 0px 0px 5px 5px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.15);
    line-height: 31px;
    background: rgba(245, 26, 26, 0.81);
    margin: 0 auto;
    color: white;
}
.registered_i{
	font-size: 30px;
    color: green;
}