html{
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body{
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/background.jpg) no-repeat center center;
	background-size: 100% 100%;
	font-family: '幼圆','Verdana';
	font-size: 12px;
}
.login_box{
	width: 300px;
	padding: 0 2%;
	margin: 13% auto 0;
	overflow: hidden;
	background: rgba(0,0,0,.3);
	box-shadow: rgba(0,0,0,.2) 0 0 40px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 40px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 40px;
}
input[type=text],input[type=password]{
	width: 70%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	background: rgba(216,216,216,.7);
	border: none;
	border-radius: 0;
	color: #333333;
	margin-bottom: 20px;
	font-size: 110%;
	outline: none;
	padding: 0 5%;
	font-family: 'Microsoft Yahei','Verdana';
}
select.pro{
	background: none;
	border: #FFF solid 1px;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
}
.login_title{
	font-size: 200%;
	margin-top: 20%;
	letter-spacing: 2px;
	margin-bottom: 10%;
	color: #ffffff;
	text-shadow: rgba(0,0,0,.9) 0 0 22px;
    -moz-text-shadow: rgba(0,0,0,.9) 0 0 22px;
    -webkit-text-shadow: rgba(0,0,0,.9) 0 0 22px;
}
button.sub{
	width: 50%;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	margin: 8% auto 20%;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 2px;
	background: #2F9740;
	outline: none;
	cursor: pointer;
}
button.sub:hover{
	background: rgba(249,249,249,.3);
}
::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #666666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #666666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #666666;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #666666;
}