.footer {
  margin-top: 0;
}
.login_wrap {
  background: url(../../imgs/user/user.png) no-repeat center;
  height: 1000px;
  padding-top: 59px;
}
.login_wrap .login_pup {
  width: 550px;
  margin: auto;
}
.login_wrap .login_pup h2 {
  width: 100%;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.login_wrap .login_pup h2 span {
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #f05a23;
  margin-right: 5px;
}
.login_wrap .login_pup .login_content {
  width: 100%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  height: 815px;
}
.login_wrap .login_pup .login_content h3 {
  padding: 185px 0 38px 0;
  font-size: 30px;
  text-align: center;
  color: #333;
}
.login_wrap .login_pup .login_content ul {
  width: 450px;
  margin: auto;
}
.login_wrap .login_pup .login_content ul li {
  width: 100%;
  border-radius: 25px;
  margin-bottom: 20px;
  height: 52px;
  background: #fff;
}
.login_wrap .login_pup .login_content ul li span {
  display: inline-block;
  border-right: 2px solid #e0e0e0;
  width: 99px;
  height: 52px;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.login_wrap .login_pup .login_content ul li input {
  width: 330px;
  height: 52px;
  text-indent: 20px;
  border: none;
  float: left;
  color: #666;
}
.login_wrap .login_pup .login_content ul li .code_con {
  width: 225px;
}
.login_wrap .login_pup .login_content ul li .code_button {
  width: 120px;
  height: 52px;
  line-height: 52px;
  background: #e0e0e0;
  color: #666;
  border-radius: 0 25px 25px 0;
  text-align: center;
  float: right;
  font-size: 14px;
  text-indent: 0;
  cursor: pointer;
}
.login_wrap .login_pup .login_content p {
  text-align: right;
  color: #666;
  margin-right: 60px;
}
.login_wrap .login_pup .login_content button {
  display: block;
  margin: auto;
  width: 248px;
  height: 48px;
  background: #f05a23;
  color: #fff;
  font-size: 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 60px;
}
/*# sourceMappingURL=register.css.map */
