*{margin: 0;padding: 0;}
ul{list-style: none;}
a{text-decoration: none;}
a:hover{text-decoration: none;}

html{
	font-size: 100px;
}

body{
	background: #f5f7fa;
	font-size: .16rem;
}

.header{
	width: 50%;
	height: .39rem;
	margin: .5rem auto 0 auto;
	border-bottom: 1px solid #ccc;
}
.header h3,.header p{
	line-height: .4rem;
}
.header h3{
	float: left;
	width: 45%;
	font-size: .18rem;
	color: #555;
	font-weight: 500;
	background: url("../images/user_register.png") no-repeat left center;
	padding-left: .3rem;
}
.header p{
	float: left;
	width: 50%;
	text-align: right;
	color: #666;
	font-size: .14rem;
	font-weight: 500;
}
.header p a{
	color: #2b89e0;
}
.form{
	width: 50%;
	height: auto;
	margin:  0 auto 1rem auto;
}
#form{
	width: 100%;
	margin: .5rem auto 0 auto;
	color: #555;
}
#form>div{
	margin-bottom:.2rem;
}
#form .commont{
	display: inline-block;
	width: 20%;
	text-align: right;
	height: .3rem;
	line-height: .3rem;
}
#form .inp_commont{
	display: inline-block;
	width: 30%;
	height: .28rem;
	color: #eee;
	border: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding-left: .05rem;
}
#form .system,#form .agreement{
	margin-left: 20%;
}
#form .submit #submit{
	display: block;
	margin-left: 20%;
	width:25%;
	height: .4rem;
	border: none;
	outline: none;
	background: #2b89e0;
	text-align: center;
	line-height: .4rem;
	color: #fff;
	font-size: .16rem;
	border-radius: 2px;
}
#form .span_commont{
	display: inline-block;
	font-size: .14rem;
	color: #999;
	height: .3rem;
	line-height: .3rem;
}
#form .pay{
	margin-bottom: .05rem;
}
#form .pay span{
	color: #999;
	font-size: .14rem;
	padding-left: .05rem;
}
#form .pay .buy{
	display: inline-block;
	margin-left: .1rem;
}
#form .sys_commont{
	width: 50%;
	float: left;
	margin: .1rem 0;
}
#form .sys_commont input{
	display: inline-block;
	margin-left: 10%;
	border: 1px solid #999;
}
#form .sys_commont label{
	display: inline-block;
	font-size: .14rem;
	color: #999;
}
#form .system{
	width: 30%;
	border: 1px solid #ccc;
	margin-left: 20.5%;
	border-radius: 4px;
}
#form .system:after{
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
#form .agreement span{
	display: inline-block;
	padding-left: .05rem;
	font-size: .14rem;
}
#form .agreement a{
	font-size: .14rem;
	color: #2b89e0;
}