/*版心*/
.w {
	width: 1020px;
	margin: 0 auto;
}
/*左边*/
.left {
	float: left;
	width: 590px;
	height: 600px;
}
.left img {
	width: 100%;
}
/*右边*/
.right {
	float: right;
	width: 430px;
	height: 600px;
}
.riht_box1 {
	width: 394px;
	height: 100%;
	margin-left: 33px;
	overflow: hidden;
}
.riht_box1 h1 {
	margin-top: 50px;
	text-align: center;
	font-size: 29px;
	font-family: "宋体";
	color: #0098ff;
	letter-spacing: 2px;
}
/*登陆框部分*/
.right_box2 {
	width: 390px;
	height: 418px;
	text-align: center;
	margin-top: 30px;
	border-radius: 22px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px #cdcdce;
	background-color: #fff;
}
.right_box2 h3 {
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 28px;
	font-family: "宋体";
	color: #0098ff;
	letter-spacing: 2px;
}
.input_login {
	width: 330px;
	height: 38px;
	line-height: 38px;
	margin-top: 14px;
	border: 2px solid #60bfff;
	text-indent: 13px;
	font-size: 12px;
	color: #b7b7b7;
	letter-spacing: 1.5px;
}
/*忘记密码区域*/
.forget_pass {
	width: 334px;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: black;
	letter-spacing: 2px;
}
.forget_pass input {
	width: 16px;
	height: 16px;
	margin-right: 3px;
	vertical-align: middle;
}
.forget_pass a {
	float: right;
	color: black;
	letter-spacing: 2px;
}
/*登陆按钮*/
.btn_login {
	width: 334px;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	font-size: 16px;
	border: none;
	/*font-family: "宋体";*/
	color: #fff;
	letter-spacing: 3px;
	background-color: #0098ff;
}
/*注册区域*/
.zhuce {
	width: 334px;
	margin: 0 auto;
	height: 44px;
	line-height: 44px;
	text-align: right;
	font-size: 12px;
	color: black;
	letter-spacing: 1px;
}
.zhuce a {
	font-size: 14px;
	color: black;
	letter-spacing: 2px;
}
/*其他登陆方式区域*/
.qita_login {
	width: 334px;
	margin: 0 auto;
}
.qita_login li {
	float: left;
	padding-top: 10px;
	margin-left: 38px;
}
.qita_login li p {
	margin-top: 14px;
	font-size: 12px;
	color: black;
	letter-spacing: 2px;
}