/*html{*/
	/*width:100%;*/
	/*height:100%;*/
/*}*/
/*body{*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*position: absolute;*/
/*}*/
.logodiv{
	width:500px;
	overflow: hidden;
	margin:0 auto;
	margin-top:150px;
}
.logoimg{
	width:120px;
	height:120px;
	float: left;
}
.logoimg img{
	width:100%;
	height: 100%;
}
.logotext{
	float: left;
	width:300px;
	margin-top: 20px;
}
.logotext p{
	color:#fff;
	font-size: 22px;
	padding-left:30px;
	box-sizing: border-box;
	line-height: 30px;
}
.logotext div{
	color:#fff;
	font-size: 25px;
	padding-left:30px;
	box-sizing: border-box;
	line-height: 40px;
}
.login_d{
	width:500px;
	background-color:#fff;
	margin:0 auto;
	margin-top:50px;
	border-radius: 15px;
	padding-top:40px;
	padding-bottom: 40px;
	margin-bottom: 100px;
}
.login_welcome{
	width: 85%;
	margin:0 auto;
	height: 26px;
	line-height: 26px;
	font-size: 30px;
	font-weight: bold;
	color:#302a2a;
	margin-bottom: 20px;
}
.login_mes{
	width: 85%;
	margin:0 auto;
	overflow: hidden;
}
.login_info{
	width:100%;
	overflow: hidden;
	margin-top:40px;
}
.info_l{
	width:30%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	float: left;
	margin:0;
	text-align: right;
	color:#302a2a;
	font-weight: bold;
	padding-right: 10px;
	box-sizing: border-box;
}
.info_r{
	width:60%;
	height: 40px;
	float: left;
	border: 1px  solid  #A0A0A0;
	position: relative;
}
.info_input{
	width:100%;
	height:100%;
	display:block;
	font-size: 16px;
	overflow:hidden;
	box-sizing:border-box;
	text-align: center;
	padding:0;
	border-radius: 3px;
	border:none;
	outline:none;
}
.info_inputtwo{
	width:80%
}
.login_btn{
	width:80%;
	height: 50px;
	margin:0 auto;
	margin-top:50px;
	overflow: hidden;
}
.login_button{
	width:100%;
	height: 100%;
	background-color:#004eff;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	border-radius:5px;
	border:none;
}
.login_button:hover{
	cursor: pointer;
}
.mask{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background-color:#000;
	z-index: 1;
}
.gongyue{
	position: fixed;
	top:30%;
	left:20%;
	width:60%;
	text-align: center;
	  line-height: 30px;
	   font-size: 16px;
	   color:#fff;
	    font-weight: bold;
	   z-index: 2;
}
.xuexi{
	position:fixed;
	width:80px;
	height:40px;
	line-height:40px;
	background-color:#fff;
	color:#2d93ca;
	font-size:16px;
	text-align:center;
	z-index:11;
	border-radius:5px;
	left:49%;
	top:50%;
	cursor:pointer;
	font-weight:bold;
}
.eyebtn{
    width: 10%;
	height: 50%;
	position: absolute;
	right: 4%;
	top: 28%;
}