.regbox{
	width: 100%;
	margin: 20px auto;
	padding: 30px 40px;
	background-color: #fff;
	box-sizing:border-box;
}
.regbox h2{
	line-height: 2em;
	font-size: 18px;
	font-weight: normal;

}
.reg-yh{
	line-height: 1.75em;
}
.reg-box{
	margin: 20px 0;
}
.reg-item{
	line-height: 38px;
}
.reg-item label{
	color: #5f5f5f;
	display: inline-block;
	text-align: right;
	width: 100px;
}
.reg-item input{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none;
	margin: 4px 10px;
	padding: 0 10px;
}
input.short{
	width: 90px;
}
.reg-item img{
	vertical-align: middle;
}
.getcode{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin: 4px 0;
	padding: 0 15px;
	color: #5fb878;
	border: 1px solid #5fb878;
	border-radius: 5px;
	cursor: pointer;
}
.btn-submit{
	display: block;
	margin: 20px 110px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	width: 100px;
	font-size: 14px;
	display: block;
	outline: none;
	border: 1px solid #00b7ef;
	border-radius: 5px;
	background-color: #00b7ef;
	cursor: pointer;
}
input.border_green{
	border: 1px solid green;
}
input.border_red{
	border: 1px solid red;
}
.text_green{
	color: green;
}
.text_red{
	color: red;
}
