*{padding:0px;margin:0px;}
.body{
	width:100%;
	height:100%;
	position: absolute;
	display: block;
	overflow: hidden;
	padding-bottom: 50px;
}
.bg{
	position: absolute;
	width:100%;
	height:100%;
	z-index: 1;  
	background-size: cover; /* 背景图片覆盖整个元素 */
	background-repeat: no-repeat; /* 背景图片不重复 */
	background-position: center; /* 背景图片居中 */
}
.register{
	position: relative;
	z-index: 2;
	width:500px;
	min-height: 600px;
	margin:0px auto;
	margin-top: 5%;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
}
.form{
	float:right;
	width: 500px;
	padding:30px;
	position: relative;
}
.form .title{
	width: 100%;
	color: #000;
	padding: 15px 0 15px;
	font-size: 30px;
	line-height: 1.4;
	margin: 0;
	color: #212529;
}
.form .input{
	height: 70px;
	border-radius: 4px;
	padding-bottom:15px;
}
.form .input input{
	height: 50px;
}
.form .input button{
	height: 50px;
	cursor: pointer;
}
.form .input code{
	margin-top: 0px;
	padding:0px;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
.form .button1{
	width: 100%;
	margin-top: 15px;
}
.form .button1 button{
	width: 100%;
	background: #FA5858;
	border: 1px solid #FA5858;
	color: #fff;
	height: 54px;
	font-size: 16px;
}
.form .a1{
    margin-top: 15px;
    width: 100%;
}
.form .a1 a{
    font-size: 12px;
    color: #666;
    cursor: pointer;
    outline: none !important;
}
.form .bottom{
	margin-top: 55px;
}
.form .bottom .explain{
    font-size: 12px;
    color: #666;
}
.form .bottom .button2{
    width: 100%;
    margin-top: 15px;
}
.form .bottom .button2 a{
	display: block;
	text-align: center;
    height: 48px;
    line-height: 48px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    background: #1F81E8;
    border: 1px solid #1F81E8;
    color: #fff;
}