/*注册页样式*/
#content {
	position: absolute;
	width: 100%;
	top: 100px;
	bottom: 34px;
	z-index: 9;
}

#content #second {
	display:none;
	padding-top:30px;
}

#content #signup {
	margin-top:30px;
}

#content .register_box {
	width: 362px;
	height: 422px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -181px;
	margin-top: -260px;
	z-index:99;
}

#content .register_box .register_header {
	height: 96px;
	font: 34px/96px "微软雅黑";
	color: #e1e0e1;
	text-align: center;
	margin-bottom: 50px;
}

#content .register_box .register_input {
	width: 290px;
	height: 40px;
	font-size: 16px;
	color: #333;
	text-indent: 0.5em;
	margin-left: 36px;
	margin-bottom: 10px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	line-height: 40px;
	vertical-align: top;
}

#content .register_box .protocol {
	margin-left: 38px;
	margin-bottom: 10px;
}

#content .register_box .protocol label{cursor: pointer;color: #999}
#content .register_box .protocol label a{
	text-decoration: underline;
	color: #00a2dd;
}

#content .register_box .sp1 {
	width: 140px;
}

#content .register_box .sp2 {
	width: 140px;
	margin-left: 0px;
	background-color: #02adec;
	color: white; 
	font-family: "微软雅黑";
	cursor: pointer;
	position: relative;
	top: 2px;
}
#content .register_box .gray{
	background: #ccc !important;
}
#content .register_box .sp3 {
	background-color: #02adec;
	color: white; 
	font-family: "微软雅黑";
	font-size: 20px;
	cursor: pointer;
	display: block;
	width: 286px;
	text-align: center;
}

#content .register_box .register_checked {
	color: #838485;
	font-size: 14px;
	margin-left: 95px;
}

#content .register_box .register_checked_signin {
	color: #838485;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}

#content .register_box .register_checkbox {
	width: 12px;
	height: 12px;
	border: 1px solid #838485;
	display: inline-block;
	position: relative;
	top: 2px;
}



#content .register_box .forg_pass {
	color: #838485;
}

#content .register_box .gap {
	margin-left: 24px;
}

#content .register_box .login {
	color: #f4940a;
	text-decoration: none;
}

#content .register_box .login:hover {
	text-decoration: underline;
}

#content .register_box .register_body {
	height: 300px;
	background-color: #f8f8f8;
	padding-top: 20px;
	position: relative;
}

#content .register_box .highbody {
	height: 350px;
}

#content .register_box .register_body_signin {
	height: 220px;
	background-color: #f8f8f8;
	padding-top: 20px;
	position: relative;
}

#content .register_box  ul.tab_menu {
	background: rgba(255,255,255,0.4);
	width:100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: -50px;

}
#content .register_box .tab_menu li {
	height: 50px;
	display:inline-block;
	text-align:center;
	line-height:50px;
	color:#fff;
	cursor: pointer;
	float: left;
}
#content .register_box .twocolumn li {
	width:50%;
}
#content .register_box .threecolumn li {
	width:33.3%;
}

#content .register_box .tab_menu li.current{
	background: #f8f8f8;
	color: #01adec;
}
.mark {
	/*width: 100%;
	position: absolute;
	top: 100px;
	bottom: 34px;
	z-index: 2;
	background-color: #000;
	filter: alpha(opacity: 50);
	opacity: 0.5;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100px;
	bottom: 34px;
	background: url(../images/reg_bg.jpg) center top;
	background-size: cover;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.mask {
	width: 100%;
	position: absolute;
	top: 100px;
	bottom: 34px;
	z-index: 2;
	background-color: #000;
	filter: alpha(opacity: 50);
	opacity: 0.5;
}
