body{
	margin: 0px;
	height: 100%;
	width: 100%;
}
body{
	background-image: url(../images/login/bg21.png);
}
.text{
	text-align: right;
    margin: 5% 16% 0 0;
    margin-bottom: 5%;
}
.logn_main{
	width: 400px;
	border-radius: 10px;
	float: right;
	background-color:rgba(255,255,255,0.6);
	margin: 0 20% 0 0;
}
.title{
	width: 100%;
	height: 68px;
	background-color: #505867;
	text-align: center;
	line-height: 68px;
	font-size: 24px;
	color: #ffffff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.info{
	width: 80%;
	height: 238px;
	background-color: #ffffff;
	margin: 10%;
	border-radius: 10px;
	padding-top: 20px;
}
.infoCode{
	width: 80%;
	margin: 20%;
	text-align: center;
	border-radius: 10px;
}

.btns{
	width: 90%;
	height: 50px;
	margin-top: -10px;
	margin-left: 25px;
	background: none;
	border: navajowhite;
	margin-left: 20px;
	padding-bottom: 80px;
	text-align: center;
}
ul li{
	list-style: none;
	margin: 5% 0 0 0;
}

ul li img{
	margin-top: -10px;
	margin-right: 10px;
}

ul li input{
	width: 190px;
	font-size: 15.99px;
	color: #999999;
}

ul li select{
	width: 205px;
	height: 40px;
	font-size: 16px;
	border: none;
	color: #666666;
}
.psw{
	width: 100%;
	height: 50px;
	margin-left: 30px;
}
.icons{
	margin-top: -5px;
	color: #666666;
}

.userName{
	height: 30px;
	border: none;
	color: #666666;
}
.password{
	height: 30px;
	border: none;
	color: #666666;
}

.loginBtn{
	background-color: #5497E8;
	width: 90%;
	height: 45px;
	font-size: 15.99px;
	border: none;
	color: #fff;
}

#login_main>span.first{
	width: 180px;
	height: 64px;
	float: left;
	line-height: 64px;
	text-align: center;
	font-size: 22px;
	display: inline-block;
	padding: 10px;
	background-color: #1c6fe2;
	opacity: 0.6;
	cursor: pointer;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top-left-radius:10px;
}
#login_main>span.second{
	width: 179px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 22px;
	display: inline-block;
	padding: 10px;
	background-color: #1c6fe2;
	opacity: 0.6;
	cursor: pointer;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top-right-radius:10px;
}
#login_main >span.current{
	background-color: #fff;
	border-bottom: 1px solid #259bff;
}
