body{
	background:url(../images/back.png) no-repeat;
	backgorund-color:#032459;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
.heading{
	width:1000px;
	margin:0 auto;
	font-size:20px;
	color:#fff;
	margin-top:40px;
	margin-bottom:30px;
}
.heading span{
	vertical-align: text-top;
    display: inline-block;
    margin: 0 6px;
    margin-top: -1px;
}

/*注册第一步*/
.regbox{
	width:1000px;
	margin:0 auto;
	background:rgba(1,17,34,0.54);
	padding-top:17px;
	position:relative;
}
.regtitle{
	width:900px;
	margin:0 auto;
	border-bottom:1px solid #9c9c9c;
	
}
.regtitle li{
	float:left;
	width:50%;
	text-align:center;
	padding-bottom:17px;
	position:relative;
	color:#e5e5e5;
	font-size:16px;
}
.regtitle li.active{
	color:#fff;
}
.regtitle li.active i{
	position:absolute;
	display:block;
	width:100%;
	height:3px;
	background:#e21230;
	bottom:-3px
}
.regtitle li b{
	font-weight:normal;
	font-size:16px;
	display:inline-block;
	width:26px;
	height:26px;
	border-radius:13px;
	background:#999;
	color:#fff;
	text-align:center;
	line-height:26px;
	margin-right:14px;
}
.regtitle li.active b{
	background:#e21230
}
#entry,#entry:hover{
	color:#e21230;
}
.mailbox{
	width:324px;
	margin:0 auto;
	margin-top:120px;
	padding-bottom:120px;
}
/*注册第二步*/
.codebox{
	width:324px;
	margin:0 auto;
	padding:40px 0;
}
.mailbox input{
	width:324px;
	height:44px;
	border:1px solid #878787;
	padding-left:52px;
	margin-bottom:20px;
	background:url(../images/email.png) no-repeat;
	background-color:#fff;
}
.Abtn,.Abtn:hover{
	display:block;
	width:324px;
	height:44px;
	line-height:44px;
	color:#fff;
	background:#e21230;
	text-align:center;
	font-size:16px;
	text-decoration:none;
	cursor:pointer;
	margin-bottom:10px;
}
.codebox .Abtn{
	margin-left:80px;
}
.mailbox span{
	display:block;
	text-align:center;
	color:#e5e5e5;
}
.codebox{
	width:404px;
}
.codeitem{
	font-size:0;
	margin-bottom:16px;
}
.codeitem:nth-child(3),.codeitem:nth-child(4){
	margin-bottom:10px;
}
.codeitem>span{
	font-size:14px;
	display:inline-block;
	width:56px;
	margin-right:24px;
	text-align:right;
	color:#e5e5e5;
}
.codeitem input{
	width:324px;
	height:44px;
	border:1px solid #878787;
	padding-left:18px;
	font-size:14px;
}
.codeitem p{
	font-size:12px;
	color:#e5e5e5;
	margin:0;
	margin-left:80px;
}
.codebox .haveacount{
	margin-left:186px;
	color:#e5e5e5;
}
#leftrobot{
	position:absolute;
	left:100px;
	top:160px;
}
#rightrobot{
	position:absolute;
	right:100px;
	top:160px;
}