@charset "UTF-8";
/**
* GA西安项目
* date:2026-1-9
* author: hujiahua;
 */
.form-form {
  margin: 15px 0;
}
.form-row {
  padding: 15px 0;
}
.form-label {
  width: 233px;
  line-height: 48px;
}
.form-control {
  flex: 1;
  width: 0;
}
.form-textbox {
  width: 400px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #dcdfe2;
  padding: 0 15px;
}
.form-submit {
  width: 400px;
  margin: 15px 0 0 0;
}
.form-alert {
  color: #b1b6cc;
  font-size: 16px;
  line-height: 48px;
  margin-left: 15px;
}
.form-other {
  margin-left: 233px;
}
.form-login {
  display: inline-block;
  color: #3472d7;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}

.register-bg {
  position: relative;
  padding: 60px 0;
  background: url("../images/register/bg.png") no-repeat center;
  box-sizing: border-box;
}
.register-bg:before {
  width: 1340px;
  height: 866px;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.register-wrap {
  position: relative;
  width: 1320px;
  height: 846px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px;
  z-index: 2;
}
.register-alert {
  width: 835px;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.register-alert > a {
  color: #3386ec;
  text-decoration: underline;
}
.register-other {
  display: flex;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}
.register-download {
  height: 30px;
  border-radius: 2px;
  border: 1px solid #3386ec;
  background: #fff;
  padding: 0 9px;
  margin: 0 10px;
  box-sizing: border-box;
  color: #3386ec;
  line-height: 28px;
}
.register-download:hover {
  background: #3386ec;
  color: #fff;
}