body {
  /* background-color: #fafafb; */
  /* padding-bottom: 270px; */
  /* list.css */
  background-color: #f2f2f2;
  /* padding-top: 70px; */
}
/* .body {
  width: 1000px;
} */
.l-logo {
  height: 180px;
  text-align: center;
}
.l-logo img {
  height: 100%;
}
.l-step {
  margin-top: 80px;
}
.l-step:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.l-step li {
  width: 318px;
  height: 50px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  background-color: #bebebe;
  margin-right: 23px;
  position: relative;
}
.l-step .end {
  margin: 0;
}
.l-step .left:after {
  content: '';
  position: absolute;
  border: 24px solid transparent;
  left: -1px;
  top: 0;
  border-left-color: #ffffff;
  background-color: transparent;
}
.l-step .right:before {
  content: '';
  position: absolute;
  border: 24px solid transparent;
  right: -48px;
  top: 0;
  border-left-color: #bebebe;
  background-color: transparent;
}
.l-step .active {
  background-color: #d53838;
}
.l-step .active.right:before {
  border-left-color: #d53838;
}
.l-step .active.end {
  background-color: #2ccc15;
}
.l-form {
  padding: 18px;
  margin-top: 20px;
  border: 1px solid #ddd;
}
.l-form .form-item {
  position: relative;
  margin-bottom: 20px;
}
.l-form .form-item label {
  display: inline-block;
  width: 80px;
  height: 45px;
  line-height: 45px;
  text-align: right;
  margin-right: 20px;
}
.l-form .form-item input {
  height: 45px;
  width: 300px;
  padding: 5px;
}
.l-form .form-item .yzm {
  position: absolute;
  width: 140px;
  height: 44px;
  background-color: #005a9f;
  top: 2px;
  left: 263.5px;
  color: #ffffff;
}
.l-form .form-item .yzm:disabled {
  background-color: #ebeced;
  color: #666;
}
.l-form .form-item span {
  position: absolute;
  line-height: 45px;
  left: 420px;
  top: 0;
  color: #d53838;
  display: none;
}
.l-form .form-item.err span {
  display: block;
}
.l-form .form-next {
  padding-left: 104px;
}
.l-form .form-next button {
  background-color: #d53838;
  font-size: 16px;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
}
/* .l-form.login {
  margin-top: 100px;
} */
.l-ok {
  text-align: center;
  padding: 80px;
  margin-top: 20px;
  border: 1px solid #ddd;
}
.l-ok p {
  margin-bottom: 20px;
}
.l-ok a {
  color: #d53838;
}
.login-box {
  width: 300px;
  margin: 10px auto;
}
.login-box h3 {
  color: #d53838;
  margin-bottom: 20px;
}
.login-box .l-input {
  width: 100%;
  height: 45px;
  position: relative;
  margin-bottom: 30px;
}
.login-box .l-input img {
  width: 15px;
  position: absolute;
  left: 15px;
  top: 13px;
}
.login-box .l-input input {
  width: 100%;
  padding-left: 40px;
  height: 45px;
  border: 1px solid #ddd;
}
.login-box .l-input button {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #d53838;
  padding: 10px 0;
}
.login-box .l-input span {
  display: none;
  margin-top: 5px;
  color: #d53838;
}
.login-box .l-input.err input {
  border-color: #d53838;
}
.login-box .l-input.err span {
  display: block;
}
.login-box p {
  margin-bottom: 15px;
  margin-top: -5px;
}
.login-box p.find {
  text-align: right;
}
.login-box a {
  color: #d53838;
}