body {
  background: #fff;
}
.login-box {
  padding-top: 28px;
  max-width: 640px;
  margin: 0 auto;
}
.login {
  padding: 0 28px;
}
.login .login-title p {
  font-size: 16px;
  color: #999;
}
.login .login-title h1 {
  font-size: 30px;
  line-height: 38px;
}
.form-box {
  padding-top: 40px;
}
.form-box .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 18px;
}
.form-box .form-item .front-img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.form-box .form-item input {
  height: 28px;
  font-size: 17px;
  border: none;
  outline: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  min-width: 0;
}
.form-box .form-item input::-webkit-input-placeholder {
  font-weight: bold;
  color: #CCCCCC;
}
.form-box .form-item .code {
  width: 120px;
  height: 40px;
}
.form-box .btn-box {
  padding-top: 14px;
}
.form-box .btn-box button {
  display: block;
  height: 48px;
  border-radius: 10px;
  width: 100%;
  border: none;
  background: #FB4844;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  outline: none;
}
.form-box .tips {
  font-size: 14px;
  color: #FB4844;
  text-align: center;
  margin-top: 10px;
}
.forget {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.forget a {
  color: #999999;
}
