@charset "UTF-8";
*{
	padding:0;
	margin:0 auto;
	list-style:none;
	text-decoration:none;
	font-family: "Microsoft Yahei";
}
html{
	font-size: 100px;
}
a {
	color: black;
}
a:hover{
	text-decoration: underline;
}
body{
	background-color: #f5f5f5;
}
.center{
	width: 1000px;
	background-color: white;
	margin:100px auto;
	text-align: center;
	box-shadow: 2px 9px 40px 0px rgba(55, 180, 119, 0.16);
}
.logo{
	width:15%;
	margin: 20px 0;
}
.title{
	font-size: .3rem;
}
.reg{
	font-size: .16rem;
	text-align: left;
	width:43%;
	margin: 0 auto;
}
#username,#pin,#phone,#password,.butt{
	width:370px;
	height: 40px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	font-size: .16rem;
}
.reg span{
	color: #666666;
}
#username{
	padding-left: 50px;
	background: url("../images/用户.jpg") no-repeat 3%;
	background-size: 6%;
}
#phone{
	padding-left: 50px;
	background: url("../images/手机.png") no-repeat 4%;
	background-size: 4%;
}
#pin{
	padding-left: 50px;
	background: url("../images/验证.png") no-repeat 4%;
	background-size: 4%;
}
#password{
	padding-left: 50px;
	background: url("../images/密码.jpg") no-repeat 3%;
	background-size: 6%;
}
.butt{
	width: 422px !important;
	margin-top: 20px;
	font-size: 20px !important;
	color: white;
	background-color: gray;
}
.Agree{
	width: 44%;
	font-size: .14rem;
	color:#666666;
	min-height: 20px;
	line-height: 20px;
	padding-right: 4px;
}
.Agree input{
	border: 1px solid #cccccc;
	border-radius: 40px;
	vertical-align:middle;
}
.Agree a{
	font-weight: bold;
}
.yzm{
	width: 125%;
}
.Send{
	display: inline-block;
	font-size: .16rem;
	border-left: 2px solid #7aac4b;
	padding-left: 16px;
	margin-left: -115px;
}
.Send a{
	color:#7aac4b;
}
.toLogin{
	height: 40px;
	line-height: 40px;
	font-size: .14rem;
	color: #666666;
}
.toLogin a{
	color:#7AAC4B;
}
.bottom{
	color: #666666;
	font-size: .14rem;
	text-align: center;
	line-height: 30px;
}
input[type=checkbox]{
	width: 4%;
}