@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}
html,body
{
	width:100%;
	font-size:16px;
	padding:0px;
	font-family:"微软雅黑","黑体";
}
.valspan
{
	color:red;
/* 	margin-top:10px;
	display:block; */
	clear:both;
	font-size:14px;
}
li
{
	list-style:none;
}
img
{
	border:0px;
}
a
{
	text-decoration:none;
}
.logins
{
	width:400px;
	margin:auto;
}
.logins h1
{
	font-size:100px;
	color:#e6e6e6;
	text-align:center;
	padding:40px 0px 0px 0px ;
}
.logins h2
{
	font-size:20px;
	text-align:center;
	margin-top:10px;
}
.logins p
{
	width:300px;
	margin:auto;
	margin-top:20px;
}
.logins input
{
	width:96%;
	height:30px;
	border:1px solid #CCC;
	padding-left:10px;
	border-radius:4px;
}
.logins input#verifycode
{
	width:50%;
}
.logins form img
{
	width:40%;
	display:block;
	float:right;
	border:1px solid #CCC;
	border-radius:4px;
	height:30px;
}
.logins input[type="submit"]
{
	background:#00a0e9;
	height:36px;
	width:100%;
	color:#FFF;
	border:0px;
}
.logins form a
{
	float:right;
	color:#00a0e9;
}
input#mobile
{
	width:50%;
	
}
input#reget_yzm
{
	width:40%;
	height:32px;
	float:right;
}




