html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-image: url("../file/1705997222868.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.注册主界面 {
    height: 100%;
    width: 100%;
    /* border: 1px solid yellowgreen; */
    font-family: SourceHanSansCN-Regular;
}

.图标LGOGO-图标 {
    display: inline-block;
    margin: 17px auto auto 24px;
}

.图标LGOGO-文字 {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    position: absolute;
    left: 67px;
    top: 10px;
}

.注册容器 {
  width: 90%;
  max-width: 564px;
  min-height: 500px; /* 最小高度确保能容纳所有内容 */
  height: 100%; /* 改为自动高度 */
  overflow: auto;
  /* border: 1px solid red; */
  /* height: calc(100% - 100px); */
  border-radius: 5px;
  border: 1px solid rgba(121, 121, 121, 0);
  background-color: white;
  /* position: absolute; */
  margin: auto;
  /* top: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  padding: 20px;
  box-sizing: border-box;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .注册容器 {
    width: 95%;
    min-height: 450px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .注册容器 {
    width: 98%;
     min-height: 450px;
    padding: 10px;
  }
}

.注册容器-标题,
.注册容器-成功标题 {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin: 30px auto;
  text-align: center;
}

@media (max-width: 768px) {
  .注册容器-标题,
  .注册容器-成功标题 {
    font-size: 24px;
    margin: 20px auto;
  }
}

@media (max-width: 480px) {
  .注册容器-标题,
  .注册容器-成功标题 {
    font-size: 20px;
    margin: 15px auto;
  }
}

.注册容器-成功标题 {
  color: #009900;
}

.注册表单容器-表项盒子 {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .注册表单容器-表项盒子 {
    margin-bottom: 15px;
  }
}
.注册表单容器-必填标识 {
    color: Red;
}

.注册表单容器-字段名称 {
  width: 30%;
  min-width: 100px;
  font-size: 14px;
  text-align: right;
  display: inline-block;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .注册表单容器-字段名称 {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 5px;
  }
}

.注册表单容器-必填编辑框 {
  width: 70%;
  min-width: 200px;
  height: 38px;
  margin-bottom: 0px;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .注册表单容器-必填编辑框 {
    width: 100%;
  }
}

.注册表单容器-发送验证码 {
  font-size: 13px;
  color: #1e98d7;
  position: relative;
    top: -50px;
    right: -418px;
}

@media (max-width: 769px) {
  .注册表单容器-发送验证码 {
    width: auto;
    position: relative;
    top: -45px;
    right: -445px;
  }
}
@media (max-width: 480px) {
  .注册表单容器-发送验证码 {
    width: auto;
    position: relative;
    top: -48px;
    right: -266px;
  }
}


.登录容器-注册按钮 {
  width: calc(100% - 40px);
  max-width: 335px;
  height: 38px;
  font-size: 16px;
  margin: 40px auto;
  display: block;
}

@media (max-width: 768px) {
  .登录容器-注册按钮 {
    width: calc(100% - 20px);
    margin: 30px auto;
  }
}

.注册表单容器-已有账号登入 {
  color: #1890ff;
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .注册表单容器-已有账号登入 {
    font-size: 13px;
    margin: 15px 0;
  }
}

.备案号 {
    width: 100%;
    height: 15px;
    font-size: 13px;
    color: #1890ff;
    position: fixed;
    bottom: 23px;
    left: auto;
    text-align: center;
}

@media (max-width: 480px) {
  .注册表单容器-必填编辑框 {
    font-size: 16px; /* 防止iOS缩放 */
    height: 42px;
  }
  
  .注册表单容器-字段名称 {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  
  .注册表单容器-已有账号登入,
  .登录容器-注册按钮 {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}