.denglu{
  font-size: 12px;
  float: right;
  margin-top: -20px;
  margin-right: 20px;
}
.denglu a{
  color: #3baeda;
}
form{
  padding: 20px 46px 15px;
}
form input[type=text],form input[type=password]{
  width: 305px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding-left: 20px;
}
form p{
  font-size: 12px;
  color: #f4563e;
  padding: 4px 0 6px 0;
}
.reg-sex{
  font-size: 14px;
  color: #999;
}
.reg-sex input{
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
select{
  width: 325px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding-left: 20px;
}
select{
  color: #999;
}
#yan{
  overflow: hidden;
}
#yan input{
  width: 170px;
}
#yan input,.reg-il{
  float: left;
}
.reg-il{
  width: 125px;
  height: 41px;
  margin-left: 10px;
}
.reg-il img{
  width: 100%;
  height: 100%;
}
#yan p{
  font-size: 12px;
  color: #f4563e;
  padding: 4px 0 6px 0;
}
#duan input{
  width: 170px;
}
#duan input[type=button]{
  width: 125px;
  height: 40px;
  background-color: #3baeda;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 4px;
}
#duan input[type=button]:hover{
  background-color: #299cc8;
}
form input[type=submit]{
  width: 325px;
  height: 40px;
  background-color: #f4563e;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  color: white;
  outline: none;
  border: none;
  margin-top: 20px;
}
form input[type=submit]:hover{
  background-color: #d73c24;
}
