﻿@charset "utf-8";
.top-module {
	overflow:hidden;
}
body{
	background: url("../img/1.jpg")no-repeat center top;
	overflow: hidden;
	background-size: 100% 100%;
}
.login-bg-panel {
	position:absolute;
	width:100%;
	height:600px;
	top:0;
	left:0;
	background: repeat-x scroll center center;
	z-index:0;
}
.login-page-panel {
	/*float:left;*/
	position:relative;
	width:100%;
	min-height:800px;
	z-index:100;
}
.login-panel {
	position:relative;
	width:315px;
	height:355px;
	margin:110px auto 0;
}
.register-panel {
	position:relative;
	width:315px;
	height: 450px;
	margin:110px auto 0;
}
.login-panel-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
}
.login-panel .opacity-bg {
	background-color:#ffffff;
	opacity:0.35;
	filter:Alpha(Opacity=35);
	z-index:100;
}
.register-panel .opacity-bg {
	background-color:#ffffff;
	opacity:0.35;
	filter:Alpha(Opacity=35);
	z-index:100;
}
.login-panel-title {
	width:100%;
	height:48px;
	border-bottom:1px solid #8ed3ff;
	/*text-indent:30px;*/
	line-height:48px;
	font-size:22px;
	color:#303030;
	text-align: center;
}
.login-form-panel {
	padding:28px 30px 0;
}
.input-bg,.input-bg input ,.verify-code-panel,.login-lab{
	float:left;
	display:inline;
	position:relative;
}
.input-bg {
	height:30px;
	margin-bottom:14px;
	border:1px solid #ffffff;
}
.input-bg-focus {
	border:1px solid #33cdff;
}
.input-bg .input-opa-bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity:0.2;
	filter:Alpha(Opacity=20);
	z-index:300;
}
.input-bg-focus .input-opa-bg {
	opacity:0.4;
	filter:Alpha(Opacity=40);
}
.input-bg input {
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:24px;
	border:none;
	font-size:13px;
	color:#797979;
	z-index:400;
	background:url("../img/back_sort.png") no-repeat 100px 100px;
}
.input-bg-focus input,.input-bg input:focus{
	color:#000000;
}
.input-bg .acc-input {
	background-position: -150px -37px;
}
.input-bg .pwd-input {
	background-position: -150px -66px;
}
.input-bg .verify-code {
	background-position: -150px -96px;
}
.long-input {
	width:252px;
}
.short-input {
	width:140px;
}
.verify-code-panel {
	margin:0 0 14px 14px;
	width:98px;
	height:33px;
}
.verify-code-panel img {
	width:100%;
	height:100%;
}
.login-lab {
	width:150px;
	margin-bottom:26px;
	color:#555555;
	line-height:14px;
}
.login-lab input {
	margin:0 5px 0 0;
	background:none;
	cursor:pointer;
}
.forget-pwd {
	float:right;
	color:#ff3b3b;
	text-decoration:none;
}
.forget-pwd:hover {
	text-decoration:underline;
}
.login-sub-btn {
	width:255px;
	height:34px;
	line-height:32px;
	font-size:14px;
	color:#ffffff;
	border:none;
	background-color:#169bd5;
	border-radius:3px;
	cursor:pointer;
}
.login-form-panel p {
	line-height:28px;
}
.login-register a{
	padding-left:10px;
	color:#ff0000;
}
.error-info {
	color:#ff0000;
	font-weight: bold;
	font-size: 15px;
}

/*注册*/
.phone-code{
	background: #169bd5;
	line-height: 33px;
	text-align: center;
	border-radius: 20px;
	border: 0;
	width: 98px;
}
.input_pop{
	float: right;
	margin-right: -15px;
	margin-top: 5px;
	color: red;
	font-size: 20px;
}