.register-box {
  background: #E9F2FE;
  padding: 0.76rem 0 0.86rem;
  text-align: center;
}
.password-box-content {
  width: 6.91rem;
  margin: 0 auto;
}
.password-box-content .steps {
  margin-bottom: 0.58rem;
  position: relative;
  gap: 0.16rem;
}
.password-box-content .steps .step {
  width: 2.3rem;
  height: 0.58rem;
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.password-box-content .steps .step.active {
  background: #F2680C;
}
.password-box-content .steps .step.active .step-num {
  color: #fff;
}
.password-box-content .steps .step.active .step-text {
  color: #fff;
}
.password-box-content .steps .step .step-num {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.04rem;
  color: #333333;
}
.password-box-content .steps .step .step-text {
  display: block;
  color: #333333;
}
.password-box-content .steps .step:nth-child(1)::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.1rem solid #E9F2FE;
  position: absolute;
  right: -0.1rem;
  top: 50%;
  margin-top: -0.1rem;
}
.password-box-content .steps .step:nth-child(1).active::after {
  border-left: 0.1rem solid #F2680C;
}
.password-box-content .steps .step:nth-child(2)::after,
.password-box-content .steps .step:nth-child(2)::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.1rem solid #E9F2FE;
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
}
.password-box-content .steps .step:nth-child(2)::before {
  left: 0;
}
.password-box-content .steps .step:nth-child(2)::after {
  border-left: 0.1rem solid #fff;
  right: -0.1rem;
}
.password-box-content .steps .step:nth-child(2).active::after {
  border-left: 0.1rem solid #F2680C;
}
.password-box-content .steps .step:nth-child(3) {
  width: 217px;
}
.password-box-content .steps .step:nth-child(3)::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0.1rem solid #E9F2FE;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1rem;
}
.password-box-content .form-item-right {
  position: relative;
  width: 3.82rem;
  background: #fff;
  border: 1px solid #E5E5E5;
}
.password-box-content .form-item-right input {
  width: 3.8rem;
}
.password-box-content .form-item-right > img {
  width: 0.29rem;
  position: absolute;
  right: 0.11rem;
  top: 0.1rem;
}
.password-box-content .submit-btn {
  width: 3.82rem;
  height: 0.46rem;
  background: #F2680C;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #fff;
  margin-left: 0.7rem;
  font-size: 0.18rem;
}
.password-box-content .password-form .first-step .verify-code {
  color: #3892E8;
  cursor: pointer;
  position: absolute;
  right: 0.22rem;
  top: 0.15rem;
  background: none;
}
.password-box-content .password-form .second-step {
  display: none;
}
.password-box-content .password-form .third-step {
  display: none;
  padding-bottom: 1.4rem;
  padding-top: 0.3rem;
}
.password-box-content .password-form .third-step .d-flex {
  margin-bottom: 0.18rem;
}
.password-box-content .password-form .third-step .d-flex img {
  margin-right: 0.06rem;
}
.password-box-content .password-form .third-step .d-flex span {
  color: #2ECC71;
  font-size: 0.28rem;
}
.password-box-content .password-form .third-step p {
  color: #333333;
  margin-bottom: 0.3rem;
}
.password-box-content .password-form .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.password-box-content .password-form .form-item-left {
  width: 1.6rem;
  text-align: right;
  margin-right: 0.25rem;
  color: #333333;
}
.password-box-content .password-form .form-item-left .required {
  color: #FE0015;
  margin-right: 0.04rem;
}
.password-box-content .password-form .form-item-right {
  flex: none;
  display: flex;
  align-items: center;
}
.password-box-content .password-form .form-item-right input {
  flex: none;
  width: 3.82rem;
  height: 0.46rem;
  padding: 0 0.16rem;
  border: none;
  margin-right: 0.05rem;
}
.password-box-content .password-form .form-item-right input:focus {
  border-color: #409eff;
  outline: none;
}
.password-box-content .password-form .form-item-right input:disabled {
  background: none;
  padding-left: 0;
  color: #333333;
  border: none;
}
/* 协议条款区域样式 */
.agreement-section {
  margin: 0.2rem 0 0.3rem 0;
  text-align: center;
}
.agreement-checkbox {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  padding-left: 1.9rem;
}
.agreement-input {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0;
  cursor: pointer;
  border-color: #D9D9D9;
}
.agreement-label {
  font-size: 0.14rem;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
.agreement-link {
  color: #3892E8;
  text-decoration: none;
  font-size: 0.14rem;
}
.agreement-link:hover {
  text-decoration: underline;
}
/* 登录和首页链接区域样式 */
.login-links {
  margin-top: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  padding-left: 0.35rem;
}
.login-link,
.homepage-link {
  color: #3892E8;
  text-decoration: none;
}
.login-link:hover,
.homepage-link:hover {
  text-decoration: underline;
}
.homepage-link {
  color: #8295B0;
}
.separator {
  color: #999999;
  font-size: 0.14rem;
}
.dropdown-toggle {
  height: 100%;
  cursor: pointer;
}
.dropdown-toggle span {
  font-size: 0.8rem;
  width: 0.25rem;
  height: 0.25em;
  display: inline-block;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
  margin-left: 0.2rem;
}
.dropdown-toggle {
  padding: 0 0.17rem 0 0.2rem;
  height: 0.46rem;
  width: 100%;
}
.dropdown-toggle img {
  margin-right: 0.07rem;
}
.dropdown-menu a {
  display: flex!important;
  align-items: center;
  gap: 0.07rem;
}
.dropdown-menu a:hover p {
  color: #fff;
}
.login-btn {
  width: 1.63rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background: #F2680C;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 0.17rem;
  cursor: pointer;
  margin: 0 auto;
  display: inline-block;
}
