@charset "utf-8";
/* CSS Document */

/********************************/
/*   Styles for VNET            */
/*   Author: Eacyla             */
/*   Email:  Eacyla@gmail.com   */
/********************************/

*{
	border: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
}

body{
	margin: 0px auto;
	padding: 0px 0px;
	font-size: 62.5%;
	font-family: Tahoma, Verdana, '微软雅黑', '新宋体';
	min-width: 980px;
	background-color: #1c77ac;
	background-image: url("../Images/NewLogin/light.png");
	background-repeat: no-repeat;
	background-position: center top;
}

ul{
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
	display: block;
}

li{
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
	display: block;
}

img{
	border: 0;
}

a, a:focus{
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover{
	color: #00a4ac;
	text-decoration: none;
}

span{
	margin: 0px 0px;
	padding: 0px 0px;
	display: block;
}

/*Login Nav Part*/
.login_nav{
	position: absolute;
	height: 47px;
	line-height: 47px;
	top: 0px;
	width: 100%;
	z-index: 100;
	font-size: 1.2em;
	background-color: #18587d;
}

.login_nav span{
	height: 47px;
	line-height: 47px;
	background-image: url("../Images/NewLogin/loginsj.png");
	background-repeat: no-repeat;
	background-position: 21px 18px;
	text-indent: 44px;
	color: #afc5d2;
	float: left;
}

.login_nav ul{
	float: right;
	padding-right: 30px;
}

.login_nav ul li{
	float: left;
	margin-left: 20px;
	height: 47px;
	line-height: 47px;
}

.login_nav ul li a{
	color: #afc5d2;
}

.login_nav ul li a:hover{
	color: #fff;
}

/*Top Tips Part*/
.toptips{
	position: absolute;
	height: 47px;
	line-height: 47px;
	top: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	font-size: 1.2em;
	text-align: center;
}

.toptips_msg{
	display: inline-block;
	min-width: 350px;
	height: 27px;
	line-height: 27px;
	margin-top: 10px;
	background-color: green;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
}

/*Login Foot Part*/
.login_foot{
	position: fixed;
	height: 50px;
	line-height: 50px;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	background-color: #428eba;
	text-align: center;
	color: #0b3a58;
	font-size: 1.2em;
}

.login_foot a{
	font-weight: bold;
	color: #0b3a58;
}

.login_foot a:hover{
	color: #fff;
}

/*Login Part*/
.login_content{
	position: absolute;
	top: 47px;
	bottom: 50px;
	width: 100%;
	height: 585px;
	overflow: hidden;
	background-image: url("../Images/NewLogin/loginbg3.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.systemlogo{
	background-image: url("../Images/NewLogin/loginlogo.png?v=1.0.1");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 71px;
	margin-top: 75px;
}

.login_box{
	width: 692px;
	height: 336px;
	margin: 0px auto;
	background-image: url("../Images/NewLogin/logininfo.png?v=1.0.1");
	background-repeat: no-repeat;
	margin-top: 30px;
}

.login_box ul{
	padding-top: 88px;
	margin-left: 285px;
}

.login_box ul li{
	margin-bottom: 25px;
}

.login_box ul li label{
	color: #687f92;
	padding-left:25px;
}

.login_box ul li label a{
	color: #687f92;
}

.login_box ul li label a:hover{
	color: #3d96c9;
}

.login_box ul li label input{
	margin-right: 5px;
}

.loginuser{
	width: 299px;
	height: 48px;
	line-height: 48px;
	background-image: url("../Images/NewLogin/loginuser.png");
	background-repeat: no-repeat;
	border: none;
	padding-left: 44px;
	font-size: 1.3em;
	font-weight: bold;
}

.loginpwd{
	width: 299px;
	height: 48px;
	line-height: 48px;
	background-image: url("../Images/NewLogin/loginpassword.png");
	background-repeat: no-repeat;
	border: none;
	padding-left: 44px;
	font-size: 1.3em;
	color: #90a2bc;
}

.loginbtn{
	width: 111px;
	height: 35px;
	line-height: 35px;
	background-image: url("../Images/NewLogin/buttonbg.png");
	background-repeat: repeat-x;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

/* Set Cloud Style */
#cloudBody{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cloud{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../Images/NewLogin/cloud.png);
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0.5;
}

#cloud2{
	z-index: 2;
}