.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;
  width: 2px;
  height: 52px;
  background: #e0e0e0;
  margin-left: 60px;
  float: left;
}
.login_wrap .login_pup .login_content ul li input {
  width: 366px;
  height: 52px;
  text-indent: 20px;
  border: none;
  float: left;
}
.login_wrap .login_pup .login_content ul .phoneBg {
  background: #fff url(../../imgs/user/phone.png) no-repeat 30px;
}
.login_wrap .login_pup .login_content ul .pwdBg {
  background: #fff url(../../imgs/user/password.png) no-repeat 26px;
}
.login_wrap .login_pup .login_content p {
  text-align: right;
  margin-right: 60px;
}
.login_wrap .login_pup .login_content p a {
  color: #f05a23;
}
.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;
}
/*# sourceMappingURL=login.css.map */
