body {
	margin:auto;
	margin:0px;
	/*background:url(../../images/V1/login_bg.jpg) repeat-x top;*/
	line-height:30px;
	font-size:14px; color:#055390;
	font-family:Verdana, Geneva, sans-serif;
}
/* a:link {
	text-decoration: none;
	color:#00468c;
} */
a:visited {
	text-decoration: none;
	color:#00468c;
}
a:hover {
	text-decoration: none;color:#000;
}
a:active {
	text-decoration: none;color:#000;
}
a:hover { 
	color: #FF6600;
}

.main{
/*\\	background:url(../../images/V1/login_main.png) no-repeat top;*/
	position:relative;
	margin:0px auto;
	width: 1024px;
	height: 620px;
}

.main_text{
	position: absolute;
	width: 320px;
	height: 342px;
	top: 32%;
	right: -2%;
	background: url(../../images/V1/login_form.png) no-repeat 0px 0px;
	/* background: url(../../images/V1/login_form_manage.png) no-repeat 0px 0px; */
}


.otherDiv{
	position:absolute;
	height:30px;
	top: -186px;
	right: 0;
	color: #bbdcff;
}
.otherDiv a {
	color: #bbdcff;
}
.otherDiv a:hover {
	color: #e7eef5;
}

.otherDiv .guide {
	margin-left: 20px;
	padding-left: 22px;
	background: url("../../images/V1/icon-help.png") no-repeat 0 1px;
}
.otherDiv .guide2 {
	padding: 3px 20px;
	border-radius: 30px;
	background: #347dcf;
	display: inline-block;
	margin-left: 20px;
}

.otherDiv .guide3 {
	padding-left: 22px;
	background: url("../../images/V1/icon-mobile.png") no-repeat 0 1px;
}

.otherDiv .guide4 {
	padding-left: 22px;
}
 
.input_text{
	float:left;
	width:320px;
	height:100%; 
}
.input_button{
	cursor : pointer;
	position:absolute;
	bottom: 20px;
	right: 20px;
	width:280px;
	height:50px;
	background: #3399ff;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.input_button:hover{
	background: #33aaff;
}

.back_link{
	position:absolute;
	top:137px;
	right:105px;
	width:50px;
	height:25px;
}

.login_input{
	width: 100%;
	height: 45px;
	text-align: left;
	letter-spacing: 1px;
	position: absolute;
	left: 70px;
}
.login_input.name {
	top: 85px;
}
.login_input.psd {
	top:150px;
}
.inputname{
	width: 222px;
	height: 40px;
	line-height: 40px;
	/* margin-left: 50px; */
	background: #fff;
	border: 0;
}
.login-radio{
	font-size: 14px;
	letter-spacing: 2px;
	position: absolute;
	bottom: 100px;
	left: 22px;
	color: #2e323c;
}
.login-radio label {
	font-weight: normal;
	cursor: pointer;
}
.radioname{
	margin-left:10px;
}
.ver {
	display: block;
	position: absolute;
	top: 34px;
	right: 30px;
	font-size: 12px;
	color: #f0f8ff;
}

img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}
.bgg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../images/V1/login_main.jpg") no-repeat #0e66c8;
	background-size: cover;
	z-index: -1;
}
.main_logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 68px;
	height: 56px;
}
.cp {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #3d71a4;
	opacity: 0.8;
}
.cp span {
	color: #fff;
}