@charset "utf-8";
/* CSS Document */
.{
	padding:0;
	margin:0;
}

body{
	width:100%;
	height:100%;
	font-family:"微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	position: fixed;
}
img{border:none;}
a{border:none;}
.header{
	height:78px;
	width:100%;
	background-color:#fff;
	margin:0 auto;
}
.header-logo{
	float:left;
	position: absolute;
	left: 5%;
}
.header-phone{
	float:right;
	position: absolute;
	right: 5%;
}
.content{
	width:100%;
	height:100%;
	background:url(../images/login2_06.png) no-repeat center top;
	background-size:100% 100%;
	position:absolute;
}
.content-box{
	width:1200px;
	margin:0 auto;
	padding-top:120px;
}
.login-page-lbox{
	width:450px;
	height:300px;
	float:left;
	line-height:0;
	font:"微软雅黑";
	position: relative; 
	top:30%; 
	left: 10%;
}
.register-page-rbox{
	max-width:360px;
	height:500px;
	float:right;
	position: absolute;
	right:9%;
	top:25%;
	width: 100%;
}

.login-page-rbox{
	max-width:360px;
	height:405px;
	float:right;
	position: absolute;
	right:9%;
	top:25%;
	width: 100%;
}
.login-page-rbox ul{
	height:59px;
	line-height:60px;
	border-bottom:#eee 1px solid;
	list-style: none;
	font-size:16px;
	float:left;
	width:360px;
	padding:0;
	margin:0;
}
.login-page-rbox ul li{
	float:left;
	padding:0 30px;
	text-align:center;
	cursor:pointer;
	height:59px;
	color:#fff;
	font-weight:bold;
}
.login-page-rbox ul li.tabactive{
	color:#fff;
	height:57px;
}
.login-input-box{
	max-width: 310px;
	padding:25px;
	height:auto;
	float:left;
	width: 85%;
}
.login-input-box input{
	width:245px;
	height:40px;
	line-height:40px;
	padding:0 15px 0 50px;
	border:none;
	background-color:#fff;
	margin-bottom:20px;
	font-family:微软雅黑;
	font-size:14px;
	color:#555;
	border-radius:3px;
}
.login-input-box button{
	max-width: 310px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#1476c6;
	border:none;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	font-family:微软雅黑;
	border-radius:3px;
	width: 100%
}
.login-input-box button:hover{
	background-color:#0f6ab5;
}

.r-content{
	width:100%;
	height:100%;
	background:url(../images/register2_02.png) no-repeat center top;
	background-size:100% 100%;
	position:absolute;
}
.r-content-box1{
	margin:0 auto;
	padding-top:50px;
	position: absolute;
	right:30%;
	top: 18%;
}
.r-content-box{
	margin:0 auto;
	padding-top:50px;
	position: absolute;
	right:8%;
	top: 8%;	
}
.register-page-rbox ul{
	height:59px;
	line-height:60px;
	border-bottom:#eee 1px solid;
	list-style: none;
	font-size:16px;
	float:left;
	width:360px;
	padding:0;
	margin:0;
}
.bottom-info{
	font-size:14px;
	float:right; 
	color:#fff; 
	padding-right:25px;
	position: relative;
	top:-10px;
}
.bottom-infol{
	font-size:14px; 
	line-height:80px; 
	color:#333;
}
.bottom-infol a{
	text-decoration:none;
}
.register-page-rbox ul li{
	float:left;
	padding:0 25px;
	text-align:center;
	cursor:pointer;
	height:59px;
}
.register-page-rbox ul li.tabactive{
	color:#fff;
	height:57px;
	font-weight:bold;
}
.register-input-box{
	padding:20px 25px;
	width:310px;
	float:left;
	color:#fff;
	font-size:14px;
}
.register-btn{
	width:310px; 
	font-size:18px; 
	margin-top: 30px;
}
.register-text{
	position: relative;
	top:-90px;
	left: 25px;
	font-size: 14px;
	color: #fff;
	width:100%;
	height:30px;
}
.register-text a{
	color: #e34007;
	text-decoration:none;
}

.login-input-box input{
	max-width: 245px;
	height:40px;
	line-height:40px;
	padding:0 15px 0 50px;
	border:none;
	background-color:#fff;
	margin-bottom:20px;
	font-family:微软雅黑;
	font-size:14px;
	color:#555;
	border-radius:3px;
	width: 73%;
}


.register-input-box input{
	width:245px;
	height:40px;
	line-height:40px;
	padding:0 15px 0 50px;
	border:none;
	background-color:#fff;
	margin-bottom:10px;
	font-family:微软雅黑;
	font-size:14px;
	color:#555;
	float:left;
	border-radius:3px;
}
.register-input-box span{
	width:100px;
	text-align: right;
	display:block;
	float:left;
	line-height:40px;
}
.register-input-box button{
	background-color:#1476c6;
	border:none;
	text-align:center;
	color:#fff;
	height:40px;
	line-height:40px;
	float:left;
	font-family:微软雅黑;
	cursor:pointer;
	border-radius:3px;
}

.disabled-button{
	background-color:#fff;
	border:none;
	text-align:center;
	color:#999;
	height:40px;
	line-height:40px;
	float:left;
	font-family:微软雅黑;
	cursor:pointer;
}


.register-input-box button:hover{
	background-color:#0f6ab5;
}

.agree-btn{
	width: 100%;
	text-align: center;
}
.agree-btn button{
	width: 150px;
	height: 40px;
	margin: 20px 10px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	font-family: "微软雅黑";
}
.agree-btn button:hover{
	text-decoration: underline;
}
.agree-ok-btn{
	background-color: #1476c6;
	color: #fff;
}
.agree-cancel{
	background-color: #ccc;
}
.agreement-box{
	width: 85%; 
	height: auto; 
	border-top:1px solid #ccc; 
	font-size: 13px; 
	color: #333; 
	padding: 30px;
	line-height: 24px; 
	margin:0 auto;
}
.agreement-name{
	text-align: center; 
	font-size: 24px; 
	line-height: 50px; 
	font-weight: bold; 
	width: 100%;
	display: block; 
	color: #333;
}