body {
  background: #F0F2F5;
  padding-bottom: 66px;
}

.head-wrap {
  font-size: 24px;
  line-height: 34px;
  color: #1A1A1A;
  padding: 40px 40px 24px;
  background-color: #fff;
}

.main-box {
  padding: 24px 40px;
}

.tips-box {
  padding: 24px 32px;
  background-color: #fff;
  margin-top: 24px;
}

.form-box {
  padding: 32px;
  background-color: #fff;
}

.form-box .el-form {
  max-width: 480px;
}

.input-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.input-wrap img {
  display: block;
  width: 112px;
  height: 41px;
  cursor: pointer;
}

.input-wrap .el-input {
  max-width: 244px;
}

.input-wrap img,
.input-wrap .el-button {
  width: 112px;
  margin-left: 24px;
}

.code-input {
  max-width: 244px;
}

.footer {
  width: 100%;
  text-align: center;
  padding: 16px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #F0F2F5;
}

.footer a {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #1A1A1A;
}