.enterprise-add-container .header {
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
}
.enterprise-add-container .form-container {
  margin-top: -50px;
  padding: 0 20px 20px;
}
.enterprise-add-container .form-container h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #0a335e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
.enterprise-add-container .form-container #enterprise-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.enterprise-add-container .form-container .form-group {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #f7fafc;
}
.enterprise-add-container .form-container .form-group label {
  width: 56px;
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #072e75;
  cursor: pointer;
}
.enterprise-add-container .form-container .form-group input {
  background-color: transparent;
  border: unset;
  outline: unset;
}
.enterprise-add-container .form-container .form-group input::placeholder {
  color: #9a9cc3;
}
.enterprise-add-container .form-container .form-group.company input,
.enterprise-add-container .form-container .form-group.phone input {
  margin-left: 30px;
}
.enterprise-add-container .form-container .form-group .code-input {
  width: calc(100% - 90px);
  float: left;
}
.enterprise-add-container .form-container .form-group.sms-code .code-label {
  width: fit-content;
  float: right;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #1890ff;
  line-height: 14px;
  padding-left: 20px;
  border-left: 1px solid #dbeafa;
  white-space: nowrap;
}
.enterprise-add-container .form-container .form-group.sms-code .code-label.disabled {
  color: #9a9cc3;
  cursor: not-allowed;
  pointer-events: none;
}
.enterprise-add-container .form-container .form-group.image-code input {
  flex: 1;
}
.enterprise-add-container .form-container .form-group.image-code .vcode-img-box {
  width: 94px;
  height: 42px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6f0;
  border-radius: 5px;
  transform: translateX(20px);
}
.enterprise-add-container .form-container .form-group.image-code .vcode-img-box img {
  display: block;
  width: 86px;
  height: 34px;
}
.enterprise-add-container .form-container .form-group.terms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  background: unset;
  box-shadow: unset;
  padding: unset;
  width: 100%;
  height: auto;
}
.enterprise-add-container .form-container .form-group.terms input {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #9a9cc3;
  border-radius: 50%;
  cursor: pointer;
}
.enterprise-add-container .form-container .form-group.terms input:checked {
  background-repeat: no-repeat;
  background-size: cover;
  border-color: transparent;
}
.enterprise-add-container .form-container .form-group.terms .label-terms {
  width: fit-content;
  font-weight: 400;
  font-size: 12px;
  color: #9a9cc3;
  line-height: 12px;
  white-space: nowrap;
}
.enterprise-add-container .form-container .form-group.terms .label-terms a {
  color: #1890ff;
}
.enterprise-add-container .form-container .error-tip {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #ffaa00;
  line-height: 17px;
  display: none;
}
.enterprise-add-container .form-container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 40px;
  background: #21c58e;
  margin: 0 auto;
  outline: unset;
  border: unset;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}
/* 重复提交提示框 */
.repetition-user-box {
  display: none;
  z-index: 1001;
}
.repetition-user-box-inner,
.new-user-box-inner {
  width: 354px;
  height: 183px;
  position: fixed;
  background: #ffffff;
  margin-left: -177px;
  left: 50%;
  border-radius: 10px;
  top: 45%;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  padding-top: 26px;
  padding-left: 30px;
}
.repetition-user-box-inner .new-title,
.new-user-box-inner .new-title {
  font-size: 18px;
  font-weight: bold;
  color: #072e75;
  line-height: 22px;
}
.repetition-user-box-inner .info-box,
.new-user-box-inner .info-box {
  margin-top: 20px;
}
.repetition-user-box-inner .info-box .icon,
.new-user-box-inner .info-box .icon {
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
}
.repetition-user-box-inner .info-box p,
.new-user-box-inner .info-box p {
  font-size: 14px;
  font-weight: 500;
  color: #6b6ea2;
  line-height: 22px;
}
.repetition-user-box-inner .repetition-user-know,
.new-user-box-inner .repetition-user-know,
.repetition-user-box-inner .new-user-know,
.new-user-box-inner .new-user-know {
  display: block;
  width: 83px;
  height: 32px;
  border-radius: 23px;
  border: 1px solid rgba(154, 156, 195, 0.25);
  color: #072e75;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin-right: 30px;
  margin-left: auto;
  margin-top: 30px;
  cursor: pointer;
}
.prompt-container {
  display: none;
  z-index: 1001;
}
.prompt-container .prompt-container-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: fixed;
  width: 80%;
  padding: 24px;
  background-color: #fff;
  border-radius: 5px;
  color: #072e75;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}
.prompt-container .prompt-container-inner .title {
  color: #072e75;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  width: 100%;
}
.prompt-container .prompt-container-inner .tips {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prompt-container .prompt-container-inner .tips .icon {
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prompt-container .prompt-container-inner .tips p {
  color: #6b6ea2;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.prompt-container .prompt-container-inner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 32px;
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  color: #072e75;
  border: 1px solid #072e75;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}

