 html{
        font-size: 13.28px;
    }
    @media (min-width: 1366px){
    html{
        font-size: 13.28px;
    }
}
 @media (min-width: 1440px) {
    html{
        font-size: 16px;
    }}
     @media (min-width: 1680px) {
 html {
        font-size: 18.5px;
    }}
     @media (min-width: 1920px) {
    html {
        font-size: 21.71px;
        /* font-size: 33px; */
    }
}
@media (min-width:2560px) {
	html{
		font-size: 28.5px;
	}
}

/* 移动端校友登录注册样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body {
    font-size: .875rem;
    line-height: 1.5;
    color: #333;
    background-color: #f5f5f5;
} */

.contain {
  /* min-height: 100vh; */
  /* background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%); */
  /* position: relative; */
}

.alumni-register {
  width: 100%;
  height: 100%;
    min-height: 100vh;
  /* height: 68.75rem; */
  margin-top: 3.5rem;
  background: url('../img/pageimage/aluindex/pc-bg.png');
  background-size: 100% 100%;
}

.register-container {
  width: 80rem;
height: 64.8125rem;
background: rgba(255,255,255,0.8);
box-shadow: .1875rem .1875rem 1.25rem .0625rem rgba(255,117,0,0.04);
border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
border: .125rem solid #FFFFFF;
  margin: 0 auto;
      margin-top: 5.1875rem;
  padding: 2.875rem 3.75rem 8.125rem 4.375rem;
  box-sizing: border-box;
  z-index: 1;
}

/* 标题样式 */
.register-container h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #090f21;
  margin-bottom: 1.75rem;
  text-align: left;
}

.subtitle {
  font-size: .75rem;
  color: #888d96;
  text-align: left;
  margin-bottom: 1.25rem;
}
.common-fields{
  position: relative;
  height: 45.375rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.register-person-model{
  position: absolute;
    width: 34.375rem;
    left:-1.25rem;
    background: rgb(255, 255, 255,0.6);
box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.16);
border-radius: 5px 5px 5px 5px;
}
.common-fields .form-group{
width: 32.5rem;
height: 3.375rem;
margin-right: 6.8125rem;
}
.register-container .custom-select{
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;
}
.register-container  .custom-select-header {
  width: 32.5rem;
  font-size: .875rem;
  height: 3.25rem;
  padding: 1.0625rem 0 1.0625rem .625rem;
}
.register-container .custom-select-arrow {
    width: .625rem;
    height: .375rem;
    background: url(../img/m/aluindex/register/select-icon.svg) no-repeat;
    background-size: .625rem .375rem;
    /* margin-left: .5rem; */
    margin-right: 1.0625rem;
    transition: transform 0.2s;
}
.register-container .country_code .custom-select {
    border-radius: 0rem;
    height: 3rem;
    margin-left: .125rem;
    border: none;
    box-shadow: none;
}
.register-container  .error-tip {
  font-size: .75rem;
    right: 1.3125rem;
    top: 1.25rem;
}
.register-container .has-error .error-tip {
  font-size: .875rem;
}
.register-container .required,.register-container .phone-input .required{
  top: 1.3125rem;
    left: -1.3125rem;
}
.register-container .phone-line {
    position: absolute;
    top: 0rem;
    left: 4.125rem;
    width: .0625rem;
    height: 3.25rem;
    background-color: #aca6a2;
}
.register-container .form-group.agreement{
  margin: 0 auto;
    width: 19.5rem;
}
#privacyModal .agreement-text{
  font-size: .875rem;
  color: #000000;
}
.register-container .country_code .custom-select-header{
  width: 4.625rem;
  padding: 1.0625rem 0 1.0625rem .625rem!important;
}
/* 表单组样式 */
.form-group {
  margin-bottom: .625rem;
}
/* 手机号码输入框样式 */
.country-code {
  padding: .4375rem 0rem .5625rem .6875rem !important;
  /*border: .0625rem solid #ddd;
  */
  width: 5.625rem !important;
  border-right: .0625rem solid #aca6a2 !important;
  border-radius: 0rem !important;
  /*background-color: #f5f5f5;
  */
  font-size: .75rem;
}

.form-group select {
  width: 100%;
  font-weight: 400;
  height: 2.125rem;
  color: #aca6a2;
  padding: .5625rem .875rem .5625rem 1.5rem;
  font-size: .75rem;
  box-sizing: border-box;
  /* background: rgba(255, 255, 255, 0.86); */
  box-shadow: .1875rem .1875rem .5rem .0625rem rgba(255, 117, 0, 0.04);
  border-radius: .625rem .625rem .625rem .625rem;
  border: .0625rem solid #ffffff;
  transition: all 0.3s ease;
  /* 自定义下拉箭头 */
  appearance: none;
  background-image: url('../img/m/aluindex/register/select-icon.svg');
  background-position: right 1.1875rem center;
  background-repeat: no-repeat;
  background-size: .375rem .1875rem;
}

/* 下拉框样式 */
.form-group select::-webkit-scrollbar {
  width: .375rem;
}

.form-group select::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: .1875rem;
}

.form-group select::-webkit-scrollbar-thumb {
  background: #ff6600;
  border-radius: .1875rem;
}

/* select框的placeholder样式（默认option） */
.form-group select option[disabled]:first-child {
  color: #aca6a2;
}

/* 确保选中的option显示正常颜色 */
.form-group select option:checked {
  color: #000000;
  padding: .375rem .75rem;
  margin: .125rem 0;
  border-radius: .25rem;
  transition: all 0.2s ease;
}
select.has-selected {
  color: #000000;
}

/* 选中选项的样式 */
.form-group select option:checked {
  background-color: #ff6600 !important;
  color: #ffffff !important;
}

.form-group input {
  padding: .5625rem .875rem .5625rem 1.5rem;
  font-size: .75rem;
  font-weight: 400;
  width: 100%;
  color: #000000;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: .1875rem .1875rem .5rem .0625rem rgba(255, 117, 0, 0.04);
  border-radius: .625rem .625rem .625rem .625rem;
  border: .0625rem solid #ffffff;
}

/* 所有输入框placeholder样式 */
.form-group input::placeholder,
.input-with-labels input::placeholder,
.form-group textarea::placeholder {
  color: #aca6a2;
  opacity: 1;
}

.form-group input::-webkit-input-placeholder,
.input-with-labels input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #aca6a2;
}

.form-group input::-moz-placeholder,
.input-with-labels input::-moz-placeholder,
.form-group textarea::-moz-placeholder{
  color: #aca6a2;
  opacity: 1;
}

.form-group input:-ms-input-placeholder,
.input-with-labels input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder{
  color: #aca6a2;
}

.form-group input:-moz-placeholder,
.input-with-labels input:-moz-placeholder,
.form-group textarea:-moz-placeholder{
  color: #aca6a2;
  opacity: 1;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  /* border-color: #FF6B02; */
}

/* 必填项标记 */
.required {
  position: absolute;
  top: .8125rem;
  left: .625rem;
  color: #ff4d4f;
  font-size: .875rem;
  margin-left: .25rem;
}

/* 密码输入框样式 */
.password-input {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: .75rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.eye-icon {
  background: url('../img/pageimage/aluindex/eye-icon.svg');
  background-size: 100% 100%;
}

.eye-icon-hide {
  background: url('../img/pageimage/aluindex/eye-hide.svg');
  background-size: 100% 100%;
}

/* 下拉选择框样式 */
.custom-select {
  appearance: none;
  background-image: url('../img/m/aluindex/register/select-icon.svg');
  background-position: right 1.1875rem center;
  background-repeat: no-repeat;
  background-size: .375rem .1875rem;
  /* padding-right: 2.5rem; */
}

/* 输入框前后文本提示样式 */
.input-with-labels {
  position: relative;
  display: flex;
}
#registerForm .input-with-labels input{
width: 32.5rem;
height: 3.375rem;
font-size: .875rem;
background: #FFFFFF;
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;
}
.input-with-labels input {
  padding: .5625rem .875rem .5625rem 1.5rem;
  font-size: .75rem;
  font-weight: 400;
  width: 100%;
  color: #000000;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: .1875rem .1875rem .5rem .0625rem rgba(255, 117, 0, 0.04);
  border-radius: .625rem .625rem .625rem .625rem;
  border: .0625rem solid #ffffff;
}

.input-with-labels input:focus {
  outline: none;
  border-color: #0066cc;
}

/* 开关样式 */
.switch-box {
  position: relative;
  width: 20.5rem;
  height: 2.125rem;
  background: #FFFFFF;
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;
}
.switch-box-label {
  font-weight: 400;
font-size: .875rem;
color: #ACA6A2;
  margin-left: 1.5rem;
  /* line-height: 3.375rem; */
}
.switch {
  position: absolute;
  right: 1.25rem;
  top: .875rem;
  display: inline-block;
  width: 2.75rem;
height: 1.5rem;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  transition: 0.4s;
  border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
  margin-bottom: 0;
}

.switch label:before {
  position: absolute;
  content: '';
  width: 1.125rem;
height: 1.125rem;
    left: .1875rem;
    bottom: .1875rem;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.1);
}

.switch input:checked + label {
  background: linear-gradient(180deg, #ffb102 0%, #ff6b02 100%);
}

.switch input:checked + label:before {
  transform: translateX(1.1875rem);
  -webkit-transform: translateX(1.1875rem);
  -moz-transform: translateX(1.1875rem);
  -ms-transform: translateX(1.1875rem);
  -o-transform: translateX(1.1875rem);
}

.switch-desc {
  display: inline-block;
  font-size: .75rem;
color: #ACA6A2;
  margin-left: 4.625rem;
  vertical-align: middle;
  line-height: 3.375rem;
  /* width: calc(100% - 4.375rem); */
}

/* 协议样式 */
.form-group.agreement {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.form-group.agreement label {
  cursor: pointer;
  font-weight: normal;
}
.agreement-text{
    font-weight: 400;
font-size: .75rem;
color: #888D96;
}
.form-group.agreement input[type='checkbox'] {
  width: auto;
  opacity: 0;
  position: absolute;
}

.checkmark {
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  border: .0625rem solid #e5dad2;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.form-group.agreement input[type='checkbox']:checked + .checkmark {
  background-color: #ff7a45;
  border-color: #ff7a45;
}

.form-group.agreement input[type='checkbox']:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: .25rem;
  top: .0625rem;
  width: .25rem;
  height: .5rem;
  border: solid white;
  border-width: 0 .125rem .125rem 0;
  transform: rotate(45deg);
}

.form-group.agreement a {
  color: #ff7a45;
  text-decoration: none;
}

.form-group.agreement a:hover {
  text-decoration: none;
}

/* 按钮样式 */
.register-btn {
  width: 32.5rem;
height: 3.375rem;
margin-top: 1.125rem;
background: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%);
border-radius: .3125rem .3125rem .3125rem .3125rem;
  font-weight: 400;
font-size: 1.625rem;
color: #FFFFFF;
  line-height: 3.375rem;
  text-align: center;
  border: none;
  cursor: pointer;
}

.register-btn:hover {
  background-color: #0052a3;
}

.form-group.has-error input:focus {
  box-shadow: 0 0 0 .1875rem rgba(255, 77, 79, 0.1);
}
.register-line{
      margin: 1.9375rem 0;
  width: 71.875rem;
height: .125rem;
background-color:  #FFFFFF;
}

/* 联系需求多选框样式 */
.contact-needs-container {
  width: 100%;
  height: 8.125rem;
  padding: .625rem 1.5rem .875rem 1.5rem;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: .5rem;
  border: .0625rem solid #E5DAD2;
}
.custom-needs-input {
  width: 30rem !important;
    height: 4.75rem;
    box-shadow: none !important;
    font-weight: 400;
    font-size: .875rem;
    color: #000000;
    line-height: 1.875rem;
    position: relative;
    /* margin-top: 1.875rem; */
    border: none !important;
}
.contact-needs-placeholder {
    position: absolute;
       top: 1.3125rem;
    right: 1.1875rem;
    font-weight: 400;
    font-size: .75rem;
    color: #ACA6A2;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1;
}

.contact-needs-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  min-height: 5rem;
  align-content: flex-start;
}

.contact-needs-hint {
  margin-top: .375rem;
  font-size: .75rem;
  color: #999;
  text-align: left;
  padding-left: .25rem;
}

.contact-need-item {
  position: relative;
  display: inline-block;
}

.contact-need-item input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.contact-need-text {
  width: 3.875rem;
  height: 1.5rem;
  background: rgba(255, 107, 2, 0.1);
  border-radius: .125rem .125rem .125rem .125rem;
  display: block;
  font-weight: 400;
  font-size: .75rem;
  color: #000000;
  line-height: 1.5rem;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.contact-need-item input[type='checkbox']:checked + .contact-need-text {
  background: linear-gradient(180deg, #ffb102 0%, #ff6b02 100%);
  color: #fff;
}

.contact-need-item:hover .contact-need-text {
  background-color: #fff5e6;
}

.contact-need-item input[type='checkbox']:checked:hover + .contact-need-text {
  background-color: #e65c00;
}
/* 登录 */
/* 登录页面样式 */
.alumni-login {
  width: 100%;
  height: 100%;
    min-height: 100vh;
  /* height: 56.25rem; */
  box-sizing: border-box;
  padding-top: 3.5rem;
  padding-bottom: 5.625rem;
  background: url('../img/pageimage/aluindex/pc-bg.png');
  background-size: 100% 100%;
}
.campagin-content{
	position: relative;
    width: 83.25rem;
    margin: 0 auto;
	margin-top: 11.75rem;
}
.campagin-tit{
    width: 35.5625rem;
    height: 10.375rem;
	margin-left: 1.9375rem;
}
.campagin-tit img{
width: 100%;
height:100%;
}
.campagin-tit-para{
        text-align: left;
    margin-top: .5rem;
    margin-left: 3.375rem;
}
.campagin-tit-para span{
    font-weight: 400;
font-size: 1rem;
color: #000000;
line-height: 1rem;
letter-spacing: .25rem;
}
.dot-tit{
    display: inline-block;
    margin: .125rem 2rem;
    width: .3125rem;
    height: .3125rem;
    background: #42464E;
    border-radius:50% ;
}

.login-container {
  position: absolute;
    right: 4.625rem;
    top: 10.375rem;
  width: 40rem;
height: 41.25rem;
padding: 2.875rem 3.75rem 2.0625rem;
box-sizing: border-box;
background: rgba(255,255,255,0.8);
box-shadow: .1875rem .1875rem 1.25rem .0625rem rgba(255,117,0,0.04);
border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
border: .125rem solid #FFFFFF;
  z-index: 1;
}

/* 标题样式 */
.login-title {
  text-align: left;
  margin-bottom: 4.25rem;
  /* margin-top: 2.875rem; */
}

.login-title h2 {
  font-weight: 500;
font-size: 2rem;
color: #000000;
  margin-bottom: .5rem;
}

/* 登录方式切换 */
.login-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  margin-bottom: 1.4375rem;
}

.login-tab {
  font-weight: 400;
font-size: 1.125rem;
color: #42464E;

  cursor: pointer;
  /* padding-bottom: .5rem; */
  /* border-bottom: .125rem solid transparent; */
  /* transition: all 0.3s ease; */
}

.login-tab.active {
  color: #ff6b02;
  /* border-bottom-color: #ff7a45; */
}

/* 表单样式 */
.login-form {
  margin-bottom: 1.6875rem;
}

.login-form .form-group {
  margin-bottom: 1.8125rem;
  position: relative;
}

.login-form .form-group input {
  width: 32.5rem;
height: 3.25rem;
background: #FFFFFF;
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;
  padding: .3125rem 1.5rem;
  font-weight: 400;
  font-size: .875rem;
  /* color: #ACA6A2; */
}

.login-form .form-group input:focus {
  outline: none;
  border-color: #FF6B02;
  /* border-color: #ff7a45;
        box-shadow: 0 0 0 .1875rem rgba(255, 122, 69, 0.1); */
}

/* 密码输入框 */
.login-form .password-input {
  position: relative;
}

.login-form .toggle-password {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  /* background: none; */
  border: none;
  cursor: pointer;
  color: #999;
  font-size: 1rem;
}

/* 手机号登录表单 */
#phone-login-form {
  display: none;
}

/* 验证码输入框 */
.verification-code {
  display: flex;
  gap: .625rem;
  align-items: center;
}

.verification-code input {
  flex: 1;
}

.get-code-btn {
  font-weight: 400;
  font-size: .75rem;
  color: #aca6a2;
  line-height: 3.125rem;
  width: 6.625rem;
  height: 3.125rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: .1875rem .1875rem .5rem .0625rem rgba(255, 117, 0, 0.06);
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  border: .0625rem solid #E5DAD2;
}

.get-code-btn:active {
  background: linear-gradient(180deg, #ffb102 0%, #ff6b02 100%);
  color: #ffffff;
  border: .0625rem solid #ff6b02;
}

/* 协议提示 */
.login-container .agreement {
 font-weight: 400;
font-size: .875rem;
  color: rgba(136, 141, 150, 1);
  text-align: left;
  margin-bottom: 2.25rem;
  /* line-height: 1.4; */
  /* margin-left: .75rem; */
  /* width: 20.5rem; */
}

.login-container .agreement a {
  color: #ff7a45;
  text-decoration: none;
}

/* 登录按钮 */
.login-btn {
  width: 32.5rem;
height: 3.375rem;
background: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%);
border-radius: .3125rem .3125rem .3125rem .3125rem;
  border: none;
  font-weight: 400;
font-size: 1.625rem;
  color: #ffffff;
  line-height: 3rem;
  cursor: pointer;
  margin-bottom: 1.125rem;
}

/* .login-btn:hover {
        background: linear-gradient(135deg, #ff4d4f 0%, #ff7a45 100%);
        transform: translateY(-0.125rem);
        box-shadow: 0 .375rem 1rem rgba(255, 122, 69, 0.3);
    } */

/* 忘记链接 */
.forgot-links {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: 2.0625rem;
}

.forgot-link {
  font-weight: 400;
font-size: .875rem;
color: #42464E;
  text-decoration: none;
}
.login-bottom-line {
  margin: 1.9375rem 0 1.25rem;
  width: 32.6875rem;
  height: .125rem;
  background-color: #ffffff;
}
/* 注册链接 */
.register-link {
  text-align: center;
  font-size: .875rem;
  color: #000000;
}

.register-link a {
  font-size: 1.125rem;
  color: #ff6b02;
  text-decoration: none;
  font-weight: 500;
}
.login-container .phone-input {
  height: 3.375rem;
}
.login-container .phone-input .custom-select-header {
  width: 3.9rem;
  font-size: .875rem;
  height: 3.25rem;
  padding: 1.0625rem 0 1.0625rem .625rem!important;
}
.login-container .phone-input .custom-select{
    box-shadow: none;
}
.login-container .phone-line {
  position: absolute;
  top: .9375rem;
}
.login-container .phone-input .required {
  left: 4.3125rem;
}
.login-container .phone-input input[type='tel'] {
  font-size: .875rem;
}
.login-container .error-tip {
        top: 3.625rem;
    left: 1.4375rem;
}
/* 手机号 */
.phone-input {
  position: relative;
  width: 100%;
  height: 3.375rem;
  background: #FFFFFF;
    border-radius: .3125rem .3125rem .3125rem .3125rem;
    border: .0625rem solid #E5DAD2;
  display: flex;
}
.phone-input .required {
  left: 4.3125rem;
}
.phone-input select {
  width: 4.1875rem;
  height: 1.875rem;
  margin-left: .375rem;
  border: none;
  /* background: rgba(255,255,255,0.86); */
  padding: .4375rem 0 .3125rem .625rem;
  font-weight: 400;
  font-size: .75rem;
  color: #000000;
  outline: none;
  border-radius: 0rem;
  box-shadow: none;
}
.phone-line {
  position: absolute;
  top: .375rem;
  left: 4.125rem;
  width: .0625rem;
  height: 1.3125rem;
  background-color: #aca6a2;
}
.phone-input input[type='tel'] {
  flex: 1;
  border: none;
  padding: 0 .75rem;
  font-size: .875rem;
  outline: none;
  border-radius: 0 .625rem .625rem 0;
}
.register-tip-lose{
        font-weight: 400;
    font-size: .875rem;
    color: #888D96;
    margin: .8125rem auto 0;
    width: 23.25rem;
}
/* 错误提示样式 */
.password-input .error-tip {
  right: 2.5rem;
}
.error-tip {
  position: absolute;
  right: .625rem;
  top: .8125rem;
  font-size: .875rem;
  color: #aca6a2;
}
.form-group.has-error .error-tip {
  color: #ff4d4f;
}
.form-group .contact-needs-container .error-tip{
z-index: 111;
}
.form-group.has-error input,
.form-group.has-error select,
.phone-input.has-error,
.phone-input.has-error .custom-select,
.form-group.has-error .contact-needs-container,
.form-group.has-error .custom-needs-container textarea,
.form-group.has-error .custom-select{
  border-color: #ff9191!important;
  background: #ffefef!important;
}
.has-error .contact-needs-container .contact-needs-placeholder{
  color: rgba(0, 0, 0, 0) !important; 
  opacity: 0 !important;
}
/* 有错误时隐藏placeholder */
.form-group.has-error input::placeholder,
.form-group.has-error input::-webkit-input-placeholder,
.form-group.has-error input::-moz-placeholder,
.form-group.has-error input:-ms-input-placeholder,
.form-group.has-error input:-moz-placeholder,
.verification-code.has-error input::placeholder,
.verification-code.has-error input::-webkit-input-placeholder,
.verification-code.has-error input::-moz-placeholder,
.verification-code.has-error input:-ms-input-placeholder,
.verification-code.has-error input:-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important; 
  opacity: 0 !important;
}
.verification-code.has-error .error-tip {
  left: 1.5rem;
}
.phone-input input{
    box-shadow: none;
}
.interested-box-text{
      width: 100%;
    height: 2.375rem;
    font-weight: 400;
font-size: .875rem;
color: #ACA6A2;
    padding-top: .3125rem;
}
 /* 密码强度提示弹框样式 */
    .password-strength-alert {
        position: absolute;
        top: 4.1875rem;
        left: 50%;
        transform: translate(-50%, 0) scale(0.8);
        background: white;
        border-radius: .5rem;
        padding: 1.4375rem 1.75rem 1.25rem;
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.15);
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        width: 32.5rem;
        height: 5.8125rem;
    }
    
    .password-strength-alert.show {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0) scale(1);
    }
    
    /* 弹框箭头 */
    .password-strength-alert::before {
      content: '';
    position: absolute;
    top: -0.8125rem;
    left: 12%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    border-bottom: .8125rem solid white;
    }
    
    .password-strength-alert .alert-content {
        display: flex;
        flex-direction: column;
        gap: .1875rem;
    }
    
    .password-strength-alert .alert-item {
        display: flex;
        align-items: center;
        gap: .25rem;
    }
    
    .password-strength-alert .item-icon {
        width: .875rem;
height: .875rem;
line-height: .875rem;
border-radius: 50%;
color: #ffffff;
        font-size: .5rem;
        font-weight: bold;
        max-width: .875rem;
        text-align: center;
    }
    
    .password-strength-alert .item-text {
        font-weight: 400;
font-size: .875rem;
color: #000000;
line-height: 1.5rem;
    }
   /* 隐藏所有浏览器的密码切换图标 */
/* input[type="password"]::-webkit-toggle-password,
input[type="password"]::-moz-password-toggle,
input[type="password"]::-ms-reveal {
    display: none !important;
} */
input[type="password"]::-webkit-toggle-password {
    display: none !important;
}
input[type="password"]::-moz-password-toggle {
    display: none !important;
}
 input[type="password"]::-ms-reveal {
    display: none !important;
} 
/* 找回账号 */
     .alumni-finusername{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: 3.5rem;
    padding-bottom: 5.625rem;
    background: url('../img/pageimage/aluindex/pc-bg.png');
    background-size: 100% 100%;
    }
        .findusername-container {
           width: 80rem;
height: 43.375rem;
padding: 2.875rem 22.625rem;
box-sizing: border-box;
background: rgba(255,255,255,0.8);
box-shadow: .1875rem .1875rem 1.25rem .0625rem rgba(255,117,0,0.04);
border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
border: .125rem solid #FFFFFF;
  margin: 0 auto;
  position: relative;
  z-index: 1;
   margin-top: 3.5625rem;
        }
       .findusername-container .login-title{
        text-align: center;
        margin-bottom: 2.8125rem;
       }
        
        /* 验证方式选择 */
        .verify-type-tabs {
          display: flex;
    justify-content: center;
    gap: 5.625rem;
    margin-bottom: 1.75rem;
        }
        
        .verify-tab {
            font-weight: 400;
    font-size: 1rem;
    color: #42464e;
    cursor: pointer;
        }
        
        .verify-tab.active {
               color: #ff6b02;
               border: none;
        }
        
        /* 手机输入区域 */
        .alumni-finusername .phone-input{
           height: 3.125rem;
        }
        .alumni-finusername .phone-input input,.alumni-finusername .custom-select-header,.alumni-finusername .form-group input{
            height: 3rem;
            font-size: .875rem;   
        }
      .alumni-finusername   #email{
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;;
        }
        .alumni-finusername .verification-code{
            position: relative;
            margin-top: 1.25rem;
            margin-bottom: 4.125rem;
        }
         .alumni-finusername #verify_code{
           border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;
        }
      .alumni-finusername .custom-select{
        border-radius: .625rem 0rem 0 .625rem;
        box-shadow: none;
      }
      .alumni-finusername .phone-line {
    top: .9375rem;}
      .alumni-finusername .error-tip {
    top: 1.125rem;
}
        /* 操作按钮 */
        .action-buttons {
            display: flex;
            justify-content: space-between;
            gap: .9375rem;
            margin-bottom: 1.25rem;
        }
        
        .prev-btn {
            width: 15rem;
height: 3.375rem;
background: #FFFFFF;
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;
            cursor: pointer;
            font-size: 1rem;
color: #ACA6A2;
line-height: 3rem;
text-align: center;
        }
        
        /* .prev-btn:hover {
            border-color: #ff7a45;
            color: #ff7a45;
        }
         */
        .next-btn {
           width: 15rem;
height: 3.375rem;
background: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%);
border-radius: .3125rem .3125rem .3125rem .3125rem;
font-weight: 400;
font-size: 1rem;
color: #FFFFFF;
text-align: center;
border: none;
            cursor: pointer;
        }
        
        /* .next-btn:hover {
            opacity: 0.9;
        } */
        
        /* 邮箱输入区域 */
        .email-verify {
            position: relative;
            margin-bottom: 1.25rem;
        }

          /* 结果显示区域 */
        .result-container {
            text-align: center;
                margin-top: -1.75rem;
        }
        
        .result-container h3 {
           font-weight: 400;
font-size: 1.125rem;
color: #42464E;
            margin-bottom: 2rem;
        }
        
        /* 成功图标 */
        .success-icon {
            margin: 0 auto;
            width: 3.75rem;
            height: 3.75rem;
            background: url('../img/m/aluindex/findsuccess.svg');
            background-size: 100% 100%
        }
        
        
        /* 登录名显示卡片 */
        .username-card {
          margin: 0 auto;
               margin-top: 2.875rem;
            width: 32.5rem;
height: 3.875rem;
background: rgba(255,107,2,0.1);
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #FF6B02;
            padding:1.0625rem 1.875rem;
            margin-bottom: 3.0625rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .username-label {
            font-weight: 400;
            color: rgba(66, 70, 78, 1);
            font-size: 1.125rem;
        }
        
        .username-value {
           color: #FF6B02;
            font-size: 1.125rem;
            font-weight: 400;
        }
        
        .reset-password {
           font-weight: 400;
font-size: 1.125rem;
color: #FF6B02;
            text-decoration: none;
        }
        
        .reset-password:hover {
            text-decoration: underline;
        }
        
        /* 完成按钮 */
        .complete-btn {
            width: 32.5rem;
            margin: 0 auto;
            height: 3.375rem;
           background: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%);
border-radius: .3125rem .3125rem .3125rem .3125rem;
            font-weight: 400;
            font-size: 1rem;
            color: #FFFFFF;
            line-height: 3rem;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
}
        /* 找回密码 */
          .alumni-findpassword{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: 3.5rem;
    padding-bottom: 5.625rem;
    background: url('../img/pageimage/aluindex/pc-bg.png');
    background-size: 100% 100%;
    margin-top: 3.625rem;
    }
        .findpassword-container {
           width: 80rem;
height: 43.375rem;
padding: 2.875rem 18.75rem;
box-sizing: border-box;
background: rgba(255,255,255,0.8);
box-shadow: .1875rem .1875rem 1.25rem .0625rem rgba(255,117,0,0.04);
border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
border: .125rem solid #FFFFFF;
  margin: 0 auto;
  position: relative;
  z-index: 1;
        }
        .findpassword-container .login-title{
            margin-bottom: 2.6875rem;
            text-align: center;
        }
        .findpassword-container .form-group{
            position: relative;
        }
        .findpassword-container .form-group.has-error .error-tip {
    top: 1.25rem;
}
        /* 步骤导航 */
        .steps {
            display: flex;
            justify-content: space-between;
            margin-bottom: 3.375rem;
            position: relative;
        }
        
        .step-progress {
            opacity: 0;
            position: absolute;
            top: .9375rem;
            left: 0;
            height: .125rem;
            background-color: #ff7a45;
            z-index: 2;
            transition: width 0.3s ease;
        }
        
        .step {
            display: flex;
            position: relative;
            z-index: 3;
            text-align: center;
        }
         .step::before {
            content: '';
            width: 4.375rem;
            position: absolute;
                  top: .6875rem;
    left: 7.375rem;
            right: 0;
            height: .125rem;
            background-color: #E5DAD2;
            z-index: 1;
        }
        .step:nth-child(5)::before{
            display: none;
        }
        .step-number {
            display: inline-block;
            width: 1.5rem;
            height: 1.5rem;
            line-height: 1.5rem;
            border-radius: 50%;
            font-weight: 400;
            font-size: .75rem;
            background: #FFFFFF;
border: .0625rem solid #E5DAD2;
color: #42464E;
            /* margin-bottom: .3125rem; */
            transition: all 0.3s ease;
        }
        
        .step.active .step-number {
             background: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%);
            border: .0625rem solid #FF6B02;
            color: #FFFFFF;
        }
        
        .step-label {
            margin-left: .375rem;
            font-weight: 400;
font-size: 1.125rem;
color: #42464E;
line-height: 1.5rem;
            transition: all 0.3s ease;
        }
        
        .step.active .step-label {
            color: #FF6B02;
        }
        
        /* 表单步骤 */
        .step-content {
            display: none;
        }
        
        .step-content.active {
            display: block;
        }
        
        /* 输入框样式 */
       .step-content .form-group input{
       width: 42.5rem;
height: 3.375rem;
font-size: .875rem;
background: #FFFFFF;
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;
        padding: .5625rem .875rem .5625rem 1.125rem;
       }
        
        /* 验证码输入 */
        .alumni-findpassword .code-para{
            margin-top: -1rem;
    font-weight: 400;
    font-size: .875rem;
    color: #000000;
    line-height: 1.125rem;
    text-align: center;
        }
        .verification-inputs {
            display: flex;
            justify-content: space-between;
            margin: 1.875rem 0 2.0625rem;
        }
        
        .verification-input {
    width: 3.375rem!important;
    padding: .5rem!important;
    border: .0625rem solid #d9d9d9!important;
    border-radius: .5rem!important;
    font-size: 2rem!important;
    text-align: center!important;
    -webkit-border-radius: .5rem!important;
    -moz-border-radius: .5rem!important;
    -ms-border-radius: .5rem!important;
    -o-border-radius: .5rem!important;
}
        
        .verification-input:focus {
            outline: none!important;
            border-color: #ff7a45!important;
            box-shadow: 0 0 0 .125rem rgba(255, 122, 69, 0.1)!important;
        }
        .form-group.has-error .verification-input{
            border-color: #ff9191!important;
        }
        /* 密码输入 */
        .alumni-findpassword .password-input {
            position: relative;
                margin-top: 2.125rem;
        }
         .alumni-findpassword .password-input:nth-child(2) {
            margin-top: 1.5rem;
        }
        
        /* 按钮样式 */
         .alumni-findpassword .action-buttons {
                position: absolute;
        top: 22.8125rem;
        width: 42.5rem;
        }
        .alumni-findpassword .register-link a{
           position: absolute;
        top: 39.0625rem;
    left: 34.875rem;
    font-weight: 400;
        }
        .alumni-findpassword .prev-btn{
          width: 20rem;
height: 3.375rem;
background: #FFFFFF;
border-radius: .3125rem .3125rem .3125rem .3125rem;
border: .0625rem solid #E5DAD2;
margin-right: 2.5rem;
        }
        .alumni-findpassword .next-btn{
width: 20rem;
height: 3.375rem;
background: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%);
border-radius: .3125rem .3125rem .3125rem .3125rem;
        }
        /* 重新发送按钮 */
        .resend-code {
            text-align: center;
            margin: 1.25rem 0;
        }
        
        .resend-btn {
            background: none;
            border: none;
           font-weight: 400;
font-size: 1.25rem;
color: #FF6B02;
            cursor: pointer;
            padding: 0;
        }
        
        .resend-btn:hover {
            text-decoration: underline;
        }
        
        /* 完成页面 */
        .success-page {
            text-align: center;
            padding: 1.125rem 0;
        }
        .success-message {
            font-weight: 400;
font-size: 1.125rem;
color: #42464E;
margin-bottom: 2rem;
        }

        /* 登录选择 */
 .choose-contain{
        /* margin-top: 3.5rem; */
        background: url('../img/pageimage/aluindex/pc-bg.png');
        background-size: 100% 100%;
        width: 100%;
        height: 100vh;
        padding: 2.8125rem 1.5rem;
        box-sizing: border-box;
    }
   .choose-contain-boxes{
position: absolute;
top: 13.0625rem;
    right: 4.625rem;
    }
    .choose-btn-box{
        display: flex;
        padding: 3.375rem .5rem 3.375rem 3.3125rem;
        box-sizing: border-box;
        width: 40rem;
        height: 10.5rem;
        background: rgba(255,255,255,0.8);
        box-shadow: .1875rem .1875rem 1.25rem .0625rem rgba(255,117,0,0.04);
        border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
        border: .125rem solid #FFFFFF;
        margin: 0 auto;
}
    .choose-btn-box img{
        display: inline-block;
        margin-right: 1.6875rem;
        width: 3.75rem;
        height: 3.75rem;
    }
    .choose-tit{
font-weight: 500;
font-size: 1.5rem;
color: #000000;
/* line-height: 3.125rem; */
    }
    .choose-txt{
font-weight: 400;
font-size: .875rem;
color: #42464E;
line-height: 1.5rem;
margin-top: .8125rem;
    }
    .choose-btn-box:first-child{
  background: url('../img/pageimage/aluindex/choose11.png') #ffffff;
  background-size: 100% 100%;
    }
    .choose-btn-box:last-child{
        background: url('../img/pageimage/aluindex/choose22.png') #ffffff;
        background-size: 100% 100%;
        margin-top: 1.625rem;
    }
   .choose-contain .alu-box-tag-button{
     margin: 0 0 0 10.875rem;
    }