.form-home {
  background: #F0F6FC;
  min-height: 100vh;
}
.form-home .form-title {
  width: 1200px;
  padding: 20px 0 23px;
  margin: 0 auto;
}
.form-home .form-title .logo {
  width: 153px;
  height: 40px;
  cursor: pointer;
}
.form-content {
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  background: #FFF;
  padding: 24px 140px 34px;
  box-sizing: border-box;
}
.form-footer {
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
  padding: 20px 0;
}
.form-footer p {
  font-size: 13px;
  line-height: 140%;
  color: #333333;
}
.form-footer a {
  font-size: 13px;
  color: #333333;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.form-footer a img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.form-footer .private {
  color: #333333;
  cursor: pointer;
}
.form-footer .el-divider {
  border-color: #333 !important;
}
.form-popover {
  height: 26px;
  padding: 4px 10px !important;
}
.form-popover .attention-tips {
  display: flex;
  font-size: 12px;
}
.form-popover .attention-tips img {
  margin-top: -2px;
  margin-right: 4px;
}
.form-popover .el-popper__arrow:before {
  right: 80px !important;
}