body{
	background:#f9f9f9 !important;
    -moz-user-select:   none;
}
font{
	float:left;
}
a{
	text-decoration:none;
}
input{
	font-size:16px;
	background:transparent; 
	border:none; 
	color:#DBDBDB;
	font-family:"微软雅黑";
}
.all{
	margin:0 auto;
	width:505px;
	height:auto;
}
.head{
	width:500px;
	height:120px;
	line-height:40px;
	float:left;
	margin-top:10px;
	padding-left:50%;
	margin-left:-250px;
}
.go{
	margin-top:35px;
	float:right;
	font-size:14px;
	line-height:20px;
	color:#666;
}
.go a:link, go a:visited, .go a{
	color:#666;
}
.go a:hover{
	color:#F00;
}
.title{
	width:auto;
	height:90px;
	font-size:30px;
	color:#09F;
	margin-top:20px;
	margin-left:245px;
}
.navtitle{
	width:90%;
	height:80px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	color:#707070;
	margin:0;
}
.contents,.login_contents,.other_contents{
	width:500px;
	height:auto;
	float:left;
	background:#fff;
	border:1px solid #d7d7d7;
	margin-top:220px;
	border-radius:5px;
	position:absolute;
	top:50%;
	margin-top:-192px;
	margin-left:-251px;
	left:50%;
}
.login_contents{
	margin-top:-212px;
}
.other_contents{
	margin-top:-165px;
}
.zgcz{
	width:50%;
	height:50px;
	text-align:center;
	line-height:50px;
	float:left;
	font-size:16px;
	color:#fff;
	background:#39F;
}
.ltsy{
	width:50%;
	height:50px;
	text-align:center;
	line-height:50px;
	float:left;
	font-size:16px;
	color:#fff;
	background:#6C6;
}
.inputs{
	width:90%;
	height:auto;
	margin-left:10%;
	_margin-left:20px;
	float:left;
}
.writeerror{
	width:90%;
	font-size:14px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#f7c0bc;
	border:1px solid #f7c0bc;
	color:#ce0e00;
	float:left;
}
.yhm{
	width:90%;
	height:50px;
	float:left;
	background:#fff;
	border:1px solid #dedede;
	position:relative;
}
.mima,.mima_2{
	width:90%;
	height:50px;
	float:left;
	background:#fff;
	border:1px solid #dedede;
    margin-top:10px;
	position:relative;
}
.yzm{
	width:44%;
	height:50px;
	float:left;
	background:#fff;
	border:1px solid #dedede;
	margin-top:10px;
	position:relative;
}
.yzmimg{
	width:120px;
	height:50px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	cursor:pointer;
	border:1px solid #dedede;
}
.yzm_btn{
	width:44%;
	height:50px;
	line-height:50px;
	float:left;
	border:1px solid #dedede;
	margin-top:10px;
	margin-left:1.6%;
	font-size:16px;
	text-align:center;
	color:#707070;
	background:#f2f2f2;
}
.zddl{
	width:90%;
	height:25px;
	line-height:25px;
	margin-top:10px;
	float:left;
	color:#666;
}
.sign_up{
	width:76%;
	height:50px;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
	background:#4c8a14;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
}
.kb_btn{
	width:12%;
	height:50px;
	float:left;
	margin-top:15px;
	margin-left:2%;
	margin-bottom:20px;
	background:#f2f2f2;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
}
.kb_btn img{
	opacity:0.5;
}
.kb_btn img:hover{
	opacity:1;
}
.signup:hover{
	background:#49b832
}
.inputs a:hover{
	color:#F00;
}
.inputs input{
	outline:none;
}

/*键盘*/
.keyboard ul{
	width:600px;
	height:240px;
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-300px;
	background:#fff;
	border:1px solid #d7d7d7;
	border-radius:5px;
	padding:5px;
}
.keyboard ul .close{
	width:28px;
	height:28px;
	position:absolute;
	right:-28px;
	top:-28px;
	cursor:pointer;
}
.keyboard ul li{
	width:50px;
	height:50px;
	float:left;
	border-radius:5px;
	background:#f2f2f2;
	margin:5px;
	text-align:center;
	line-height:50px;
	font-size:30px;
	cursor:pointer;
	color:#707070;
}
.keyboard ul li:hover{
	background:#d7d7d7;
}

/*脚部*/
.footer{
	float:left;
	text-align:center;
	width:100%;
	height:170px;
	margin-top:10px;
	color:#707070;
}