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: 50%;
	height: 249px;
	top: 32%;
	right: 28%;
	/* background: url(../../images/V1/login_form.png) no-repeat 0px 0px; */
	/* text-align: center; */
}


.otherDiv{
	position:absolute;
	height:30px;
	top: -5px;
	right: 64px;
	color: #bbdcff;
}
.otherDiv a {
	color: white;
}
.otherDiv a:hover {
	color: #e7eef5;
}
.otherDiv .guide {
	padding-left: 22px;
	background: url("../../images/V1/icon-help.png") no-repeat 0 1px;
	display: none;
}
.otherDiv .guide2 {
	padding: 3px 20px;
	border-radius: 30px;
	/* background: #347dcf; */
	display: inline-block;
	margin-left: 28px;
}
 
.input_text{
	float:left;
	width: 667px;
	height:100%;
	/* border: 1px solid; */
}
.input_button{
	cursor : pointer;
	position:absolute;
	/* bottom: -121px; */
	right: 184px;
	width: 217px;
	height: 46px;
	background: #49ceda;
	/* border-radius: 4px; */
	color: white;
	text-align: center;
	line-height: 46px;
	font-size: 26px;
	border: 1px solid #49ceda;
	/* font-weight: bold; */
	top: 225px;
}
.input_button:hover{
	background: #04a6b5;
}

.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;
	font-size: 14px;
}
.login_input.name {
	top: 43px;
}
.login_input.psd {
	top: 100px;
}
.inputname{
	width: 349px;
	height: 28px;
	line-height: 40px;
	/* margin-left: 50px; */
	background: #fff;
	border: 1px solid #ccc;
	margin-left: 10px;
}
.login-radio{
	font-size: 19px;
	letter-spacing: 2px;
	position: absolute;
	bottom: 80px;
	left: 124px;
	color: #2e323c;
}
.login-radio label {
	font-weight: normal;
	cursor: pointer;
}
.radioname{
	margin-left:10px;
}
.ver {
	display: block;
	position: absolute;
	top: -145px;
	/* right: 30px; */
	font-size: 60px;
	color: white;
	/* font-weight: bold; */
	width: 808px;
	/* left: 108px; */
}

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;
	background-color: #49CEDA;
}
.main_logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 68px;
	height: 56px;
	/* background: url("../../images/V1/main_logo.png") no-repeat #0e66c8; */
}
.cp {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #3d71a4;
	opacity: 0.8;
	display: none;
}
.cp span {
	color: #fff;
}