/*
******************************
********** author  :@zhou小白猪
********** css     :index.css
******************************
*/

@import "common.css";


.loginLogo{
	width:50%;
	height:auto;
	margin:0 25%;
	margin-top:10%;
	float:left;
}
.loginLogo img{
	width:100%;
	height:auto;
	float:left;
}
.loginLogoText{
	width:50%;
	height:auto;
	position:absolute;
	top:28%;
	left:25%;
}
.loginLogoText img{
	width:100%;
	height:auto;
	float:left;
}
.loginInput{
	width:80%;
	height:auto;
	float:left;
	margin:0 10%;
	margin-top:15%;
}
.loginInputSpan{
	width:100%;
	height:40px;
	float:left;
	border:1px solid #e6e6e6;
	margin-top:10px;
	position:relative;
}
.loginInputSpan .ico{
	width:38px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#aaa;
	position:absolute;
	left:0;
	top:0;
}
.loginInputSpan .a{
	width:auto;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#1e9bf3 !important;
	position:absolute;
	right:10px;
	top:0;
}
.loginInputSpan .time{
	width:auto;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:12px;
	color:#999 !important;
	position:absolute;
	right:10px;
	top:0;
	display:none;
}
.loginInputSpan input{
	width:100%;
	height:38px;
	float:left;
	background:none;
	border:0;
	outline:none;
	padding-left:40px;
}
.loginBtn{
	width:80%;
	height:auto;
	float:left;
	margin:0 10%;
	margin-top:10%;
	position:relative;
	z-index:10;
}
.loginBtn a.a{
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
	background:#1e9bf3;
	box-shadow:0 2px 8px #91c7ec;
	color:#fff;
	float:left;
	border-radius:50px;
}
.loginText{
	width:100%;
	height:auto;
	text-align:center;
	font-size:13px;
	color:#bbb;
	position:fixed;
	bottom:15px;
	left:0;
}
.loginLabel{
	width:100%;
	height:15px;
	line-height:15px;
	float:left;
	padding:0 10%;
	margin-top:15px;
	margin-bottom:20px;
	color:#999;
}
.loginLabel label{
	float:left;
}
.loginLabel label input[type=checkbox]{
	width:15px;
	height:15px;
	float:left;
	margin-right:8px;
}
.loginLabel a{
	color:#1e9bf3 !important;
}
.loginAText{
	width:100%;
	height:auto;
	float:left;
	padding:0 10%;
	margin-top:10px;
}
.loginAText a{
	float:left;
	color:#1e9bf3 !important;
	text-decoration:underline;
}
.copyRight_url{
	width: 100%;
	height: auto;
	text-align: center;
	position: fixed;
	bottom: 15px;
	left: 0;
	color:#999 !important;
}
.beian{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999 !important;
	position: fixed;
	bottom: 10px;
	left: 0;
}