/* =========================
   Register Page - Purple Glass UI
   目标：
   1) 整体往下（避开 mini-header）
   2) 卡片不满屏：居中 + 最大宽度
   ========================= */
.register.absolute[data-v-2e574daf] {
  position: relative;
  min-height: 100vh;
}
/* 导航栏：置顶悬浮 */
.mini-header[data-v-2e574daf] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  z-index: 9999;
  backdrop-filter: blur(2px);
}
.mini-header .back[data-v-2e574daf] {
  position: absolute;
  left: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  color: #fff !important;
}
.mini-header .title[data-v-2e574daf] {
  font-weight: 800;
  font-size: 16px;
  color: #fff !important;
  letter-spacing: 0.5px;
}
/* 主体背景容器：给 header 让位 => 整体往下 */
.top[data-v-2e574daf] {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: url(../../h5/img/beijing.4642e871.png) center / cover no-repeat;
  padding-top: calc(env(safe-area-inset-top) + 46px + 22px);
  padding-bottom: 6vh;
}
/* 顶部占位 */
.shading[data-v-2e574daf] {
  padding: 0 40px;
}
.pictrue[data-v-2e574daf] {
  display: none !important;
}
/* 卡片：不满屏，居中 */
.register_block[data-v-2e574daf] {
  width: calc(100% - 52px);
  max-width: 460px;
  margin: 12px auto 0;
  padding: 18px 16px 20px;
  border-radius: 16px;
  background: rgba(30, 24, 99, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
          box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 输入条：统一 */
.register_block_list[data-v-2e574daf],
.register_code[data-v-2e574daf] {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  background: rgba(48, 40, 118, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0 !important;
}
/* 输入框 */
.register_block_list input[data-v-2e574daf],
.register_code_list input[data-v-2e574daf] {
  width: 100% !important;
  height: 50px;
  line-height: 50px;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 15px;
  -webkit-text-fill-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.register_block_list input[data-v-2e574daf]::-webkit-input-placeholder, .register_code_list input[data-v-2e574daf]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.register_block_list input[data-v-2e574daf]::-moz-placeholder, .register_code_list input[data-v-2e574daf]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.register_block_list input[data-v-2e574daf]:-ms-input-placeholder, .register_code_list input[data-v-2e574daf]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.register_block_list input[data-v-2e574daf]::-ms-input-placeholder, .register_code_list input[data-v-2e574daf]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.register_block_list input[data-v-2e574daf]::placeholder,
.register_code_list input[data-v-2e574daf]::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
/* 验证码行：label + input + button */
.register_code[data-v-2e574daf] {
  gap: 12px;
  padding: 0 10px;
}
.code_label_text[data-v-2e574daf] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 58px;
  font-size: 14px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92) !important;
}
.register_code_list[data-v-2e574daf] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.register_code_lists[data-v-2e574daf] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 32px;
  padding: 0 14px;
  border-radius: 16px;
  background: #86E7FF !important;
  color: #0b1230 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  font-size: 13px;
  line-height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.register_code_lists p[data-v-2e574daf] {
  margin: 0;
}
/* 提交按钮 */
.register_submit[data-v-2e574daf] {
  width: 100%;
  margin: 18px auto 0;
  height: 46px;
  background: #86E7FF !important;
  color: #0b1230 !important;
  border-radius: 8px;
  border: 0;
  font-size: 15px;
  font-weight: 900;
  -webkit-box-shadow: 0 10px 28px rgba(134, 231, 255, 0.25);
          box-shadow: 0 10px 28px rgba(134, 231, 255, 0.25);
}
/* 小屏适配 */
@media (max-width: 360px) {
.register_block[data-v-2e574daf] {
    width: calc(100% - 36px);
    padding: 16px 14px 18px;
}
.code_label_text[data-v-2e574daf] {
    min-width: 52px;
    font-size: 13px;
}
.register_code_lists[data-v-2e574daf] {
    padding: 0 12px;
    font-size: 12px;
}
}
@media (max-height: 680px) {
.top[data-v-2e574daf] {
    padding-top: calc(env(safe-area-inset-top) + 46px + 14px);
}
}


/*# sourceMappingURL=chunk-6fef5f9d.62da0497.css.map*/