/***********************************
 * 登录页面
 ***********************************/
.index-login .bg { 
	position:fixed; left:0; top:0; bottom:0; right:0; z-index:1; background:url(/assets/images/login_bg.png) 0 0 no-repeat; background-size:100% auto; background-position:center center;	
}

.index-login .bgt { 
	position:fixed; left:0; top:0; width:100%; height:50%; background:#2a83fc; 
}

.index-login .bgb { 
	position:fixed; left:0; bottom:0; width:100%; height:50%; background:#5e40e3; 
}

.index-login .logo {
	width:160px; height:48px; background:url(/assets/images/login_logo.png) 0 0 no-repeat; background-size:100% 100%; position:fixed; top:50%; left:50%; margin-top:-360px; margin-left:-550px; z-index:2;	
}

.index-login .login {
	width:1200px; height:625px; position:fixed; left:50%; top:50%; margin-left:-600px; margin-top:-315px; background:url(/assets/images/login_bgm.png) 0 0 no-repeat; background-size:100% 100%; z-index:2;
}

.index-login .login .menu { 
	width:500px; height:45px; margin:210px 0 0 635px; 
}

.index-login .login .menu .selected { 
	height: 0; width: 100px; border-bottom: 40px solid #318dff; border-right: 17px solid transparent; color:#fff;  position:relative; float:left; cursor:pointer; text-align:center; line-height:40px; 
}

.index-login .login .menu .unselected { 
	height: 0; width: 100px; border-bottom: 40px solid #e9e8e8; border-right: 17px solid transparent; color:#333;  position:relative; float:left; cursor:pointer; text-align:center; line-height:40px; 
}

.index-login .login .menu .typenext { 
	margin-left:-10px; 
}

.index-login .login .menu span { 
	position:absolute; left:0; top:0; text-align:center; width:80px; height:40px; line-height:40px; 
}

.index-login .login .form {
	width:500px; margin:15px 0 0 635px;
}

.index-login .login .login-form {
	width:500px; margin:0px auto 0 auto;
}

.index-login .login .login-input {
	width:460px; height:50px; border-radius:6px; border:solid 2px #929495; background:#fff; margin-top:15px; position:relative;
}

.index-login .login .login-input .name {
	width:50px; height:45px; float:left; background:url(/assets/images/user.png) 0 0 no-repeat; background-size:40% 40%; background-position:center center;
}

.index-login .login .login-input .pass {
	width:50px; height:45px; float:left; background:url(/assets/images/pass.png) 0 0 no-repeat; background-size:40% 40%; background-position:center center;
}

.index-login .login .login-input input {
	width:360px; height:45px; float:left; border:none; padding:0; margin:0; BACKGROUND-COLOR: transparent; font-size:14px; color:#333;
}

.index-login .login .login-button {
	width:460px; margin-top:25px; background:#077eff; border-radius:4px;
}

.index-login .login .login-tip {
	width:460px; height:50px; margin-top:0px;
}

.index-login .login .login-tip .download {
	float:left; color:#333; height:50px; line-height:50px; font-weight:bold;
}

.index-login .login .login-tip .demoaccount {
	float:right; color:#333; height:50px; line-height:50px; font-weight:bold;
}

.index-login .copyright {
	width:1200px; height:40px; position:fixed; line-height:40px; left:50%; top:50%; margin-left:-600px; margin-top:280px; z-index:2; text-align:center; color:#fff;
}

.index-login .copyright a {
	color:#fff;
}


.login-bottom {
	position:fixed;
	width:550px;
	height:50px;
	line-height:50px;
	bottom:5px;
	right:0px;
	text-align:center;
	z-index:12;
}

.wrapper-main {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	text-align:center;
	padding:0;
	margin:0;
}

.wrapper-main .center {
	width:100%;
	height:100%;
	position:absolute;
}

.index-welcome {
	position:absolute; 
	left:50%;
	top:50%;
	width:750px;
	height:391px;
	background:url(../images/welcome.png) 0 0 no-repeat;
	background-size:100% 100%;
	border-radius:8px;
	margin-left:-375px;
	margin-top:-195px;
}

.wrapper-foot {
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	bottom:0;
	text-align:center;
	line-height:50px;
}

.wrapper-foot a {
	text-decoration:none;
	color:#333;
}

.wrapper-foot span {
	padding:0 10px 0 15px;
}

.wrapper-copyright {
	position:fixed;
	left:0;
	bottom:5px;
	width:100%;
	text-align:center;
	font-size:12px;
}

.wrapper-copyright a {
	color:#333;
}

.index-nav {
	position:absolute; 
	left:50%;
	top:50%;
	width:750px;
	height:40px;
	background-size:100% 100%;
	border-radius:8px;
	margin-left:-375px;
	margin-top:180px;
	line-height:40px;
}

.index-nav span {
	color:#999;
	margin:0 15px;
}

.index-nav a {
	color:#333;
}

.index-nav a:hover {
	color:#306ef8;
}
