@charset "UTF-8";
#register[data-v-022fc800] {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  background: #FFF;
  box-sizing: border-box;
  /* ========= 完全复制登录页的这几段样式 ========= */
}
[data-theme="light"] #register[data-v-022fc800] {
  background: #ffffff !important;
}
[data-theme="dark"] #register[data-v-022fc800] {
  background: #100F1A !important;
}
#register .blur1[data-v-022fc800] {
  width: 32.3125rem;
  height: 35.8125rem;
  background-color: #AD2935;
  filter: blur(15.625rem);
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  bottom: -21.875rem;
  left: -21.875rem;
}
#register .blur2[data-v-022fc800] {
  position: fixed;
  right: 32.375rem;
  top: 4rem;
  z-index: 0;
  border-radius: 50%;
  width: 20.3125rem;
  height: 20.3125rem;
}
[data-theme="light"] #register .blur2[data-v-022fc800] {
  background: linear-gradient(135deg, #F44757 0%, rgba(255, 196, 78, 0.66) 100%) !important;
}
[data-theme="dark"] #register .blur2[data-v-022fc800] {
  background: linear-gradient(135deg, #AD2E39 0%, rgba(255, 196, 78, 0.66) 100%) !important;
}
#register .functionalzone[data-v-022fc800] {
  display: flex;
  /* 让子元素横向排列 */
  align-items: center;
  /* 垂直居中对齐 */
  gap: 1.25rem;
  position: fixed;
  right: 1.875rem;
  top: 0.625rem;
  /* 顶部“图标功能”按钮样式（帮助中心 / 下载App） */
}
#register .functionalzone .skin[data-v-022fc800] {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin-right: 1.8125rem;
}
[data-theme="light"] #register .functionalzone .skin[data-v-022fc800] {
  color: #9ea0a8 !important;
}
[data-theme="dark"] #register .functionalzone .skin[data-v-022fc800] {
  color: #8EA4BD !important;
}
#register .functionalzone .skin[data-v-022fc800]:hover {
  cursor: pointer;
}
#register .functionalzone .skin .svg-icon[data-v-022fc800] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.125rem;
  margin-top: 0.375rem;
}
#register .functionalzone .skin img[data-v-022fc800] {
  width: 2.6875rem;
  height: 1.25rem;
  margin-right: 0.125rem;
  margin-top: 0.375rem;
  cursor: pointer;
}
#register .functionalzone .language[data-v-022fc800] {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
  height: 1.75rem;
  min-height: 1.75rem;
  align-items: center;
  /* 让语言图标也垂直居中 */
}
[data-theme="light"] #register .functionalzone .language[data-v-022fc800] {
  color: #AD2935 !important;
}
[data-theme="dark"] #register .functionalzone .language[data-v-022fc800] {
  color: #fff !important;
}
#register .functionalzone .language .country_icon[data-v-022fc800] {
  cursor: pointer;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
#register .functionalzone .language .languagechangeBox[data-v-022fc800] {
  width: auto;
}
#register .functionalzone .language .languagechangeBox .el-dropdown-link .languagechange .lang_show[data-v-022fc800] {
  width: 1.75rem;
  height: 1.75rem;
}
#register .functionalzone .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
  margin-right: 0.875rem;
  font-size: 1.25rem;
}
[data-theme="light"] #register .functionalzone .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
  color: #3B3559 !important;
}
[data-theme="dark"] #register .functionalzone .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
  color: #ffffff !important;
}
#register .functionalzone .language .iti-arrow[data-v-022fc800] {
  width: 0;
  height: 0;
  border-top: 0.625rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
#register .functionalzone .language .iti-arrow2[data-v-022fc800] {
  width: 0;
  height: 0;
  border-top: 0.625rem solid #3B3559;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
#register .functionalzone .master-func-btn[data-v-022fc800] {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.25rem;
  background: var(--functionalzone-btn-bg, #1f1e2b);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
#register .functionalzone .master-func-icon[data-v-022fc800] {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
#register .functionalzone .download-icon[data-v-022fc800] {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
#register .blur5[data-v-022fc800] {
  position: fixed;
  z-index: 10;
}
#register .blur5 .logo[data-v-022fc800] {
  width: 11.25rem;
  height: 3.75rem;
  margin-top: 1.875rem;
  margin-left: 1.875rem;
}
#register .blur4[data-v-022fc800] {
  position: fixed;
  width: 94.0625rem;
  height: 63.8125rem;
  bottom: -27.375rem;
  /* 使用 calc() 根据视口宽度动态计算，更适配不同显示器 */
  left: calc(50% - 37.5rem);
  /* 相对居中，向左偏移 600px */
  background-image: url(../img/lights.b3b0f017.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  animation: fadeInBlur-022fc800 1s ease-in 0.3s forwards;
}
@keyframes fadeInBlur-022fc800 {
from {
    opacity: 0;
}
to {
    opacity: 0.8;
}
}
#register .blur3[data-v-022fc800] {
  position: fixed;
  right: -3.75rem;
  bottom: 4.5rem;
  width: 20.3125rem;
  height: 20.3125rem;
  border-radius: 50%;
  z-index: 0;
}
[data-theme="light"] #register .blur3[data-v-022fc800] {
  background: linear-gradient(135deg, #F44757 0%, rgba(255, 196, 78, 0.66) 100%) !important;
}
[data-theme="dark"] #register .blur3[data-v-022fc800] {
  background: linear-gradient(135deg, #AD2E39 0%, rgba(255, 196, 78, 0.66) 100%) !important;
}
#register .sectionbox[data-v-022fc800] {
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  padding-left: 16.875rem;
  padding-right: 19.125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#register .sectionbox_left[data-v-022fc800] {
  height: 100%;
  width: 56.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 99;
}
#register .sectionbox_left .left_bottom[data-v-022fc800] {
  margin-top: 11.9375rem;
}
#register .sectionbox_left .left_bottom .first-screen-img[data-v-022fc800] {
  height: 30rem;
  /* 对齐原 two-line big-title 占位高度 */
  width: auto;
  display: block;
  margin-left: 0;
  margin-bottom: 1.3125rem;
  /* 与小标题之间留点空间 */
}
#register .sectionbox_left .left_bottom .big-title[data-v-022fc800] {
  width: 10.125rem;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-style: normal;
  /* Regular 默认就是 normal */
  font-size: 13.75rem;
  line-height: 15rem;
  color: #FFFFFF;
}
#register .sectionbox_left .left_bottom .big-title1[data-v-022fc800] {
  width: 10.125rem;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-style: normal;
  /* Regular 默认就是 normal */
  font-size: 13.75rem;
  line-height: 15rem;
  color: #FFFFFF;
  margin-left: 3.5rem;
  margin-bottom: 1.3125rem;
  /* 与小标题之间留点空间 */
}
#register .sectionbox_left .left_bottom .descript-title[data-v-022fc800] {
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.5rem;
}
#register .sectionbox_left .left_bottom .descript-text[data-v-022fc800] {
  width: 34.0625rem;
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.875rem;
  color: #FFFFFF;
  margin-bottom: 2.3125rem;
  line-height: 1.5rem;
}
#register .sectionbox_left .left_bottom .line-separator[data-v-022fc800] {
  width: 34.0625rem;
  border-top: 0.125rem solid #FFFFFF3B;
  margin-bottom: 2.75rem;
}
#register .sectionbox_left .left_bottom .imgbox[data-v-022fc800] {
  display: flex;
  flex-direction: row;
  gap: 3.4375rem;
  align-items: center;
  position: absolute;
}
#register .sectionbox_left .left_bottom .imgbox .img_item[data-v-022fc800]:nth-child(1) {
  width: 3.7875rem;
  height: 2.04625rem;
}
#register .sectionbox_left .left_bottom .imgbox .img_item[data-v-022fc800]:nth-child(2) {
  width: 6.003125rem;
  height: 1.683125rem;
}
#register .sectionbox_left .left_bottom .imgbox .img_item[data-v-022fc800]:nth-child(3) {
  width: 5.5625rem;
  height: 1.875rem;
}
#register .sectionbox_left .left_bottom .imgbox .img_item[data-v-022fc800]:nth-child(4) {
  width: 8.125rem;
  height: 1.6875rem;
}
#register .sectionbox_left .left_bottom .imgbox .img_item img[data-v-022fc800] {
  height: 100%;
  width: 100%;
}
#register .sectionbox_right[data-v-022fc800] {
  width: 36.875rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#register .sectionbox_right_top[data-v-022fc800] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-end;
  height: 2.5rem;
  box-sizing: border-box;
}
#register .sectionbox_right_top .switch[data-v-022fc800] {
  width: 6.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  box-sizing: border-box;
}
#register .sectionbox_right_top .switch img[data-v-022fc800] {
  width: 6.4375rem;
  height: 3.75rem;
  margin-top: -4%;
  cursor: pointer;
}
#register .sectionbox_right_top .switch .darkimg[data-v-022fc800] {
  margin-left: 0.6875rem;
}
#register .sectionbox_right_top .language[data-v-022fc800] {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-left: 2.5rem;
}
[data-theme="light"] #register .sectionbox_right_top .language[data-v-022fc800] {
  color: #AD2935 !important;
}
[data-theme="dark"] #register .sectionbox_right_top .language[data-v-022fc800] {
  color: #fff !important;
}
#register .sectionbox_right_top .language .country_icon[data-v-022fc800] {
  cursor: pointer;
  width: 3.75rem;
  height: 1.5rem;
}
#register .sectionbox_right_top .language .languagechangeBox[data-v-022fc800] {
  width: auto;
}
#register .sectionbox_right_top .language .languagechangeBox .el-dropdown-link .languagechange[data-v-022fc800] {
  margin-right: 0.5rem;
}
#register .sectionbox_right_top .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
  margin-right: 0.875rem;
  font-size: 1.25rem;
}
[data-theme="light"] #register .sectionbox_right_top .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
  color: #3B3559 !important;
}
[data-theme="dark"] #register .sectionbox_right_top .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
  color: #ffffff !important;
}
#register .sectionbox_right_top .language .iti-arrow[data-v-022fc800] {
  width: 0;
  height: 0;
  border-top: 0.625rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
#register .sectionbox_right_top .language .iti-arrow2[data-v-022fc800] {
  width: 0;
  height: 0;
  border-top: 0.625rem solid #3B3559;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
#register .sectionbox_right_content[data-v-022fc800] {
  margin-top: 3.4375rem;
}
#register .sectionbox_right_content .outerbox[data-v-022fc800] {
  width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 1rem;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
  box-sizing: border-box;
  --border-radius: 1.25rem;
  --border-width: 0.0625rem;
  --border-color: conic-gradient(from 135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), #fff);
  position: relative;
  border-radius: var(--border-radius);
  backdrop-filter: blur(0.625rem);
}
[data-theme="light"] #register .sectionbox_right_content .outerbox[data-v-022fc800] {
  background: #AD2935 !important;
}
[data-theme="dark"] #register .sectionbox_right_content .outerbox[data-v-022fc800] {
  background: #FFF !important;
}
#register .sectionbox_right_content .outerbox[data-v-022fc800]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background: var(--border-color);
  z-index: -1;
  /* 随便定义一个颜色 */
  --mask-bg: linear-gradient(red, red);
  /* 类似background-clip */
  --mask-clip: content-box, padding-box;
  /* mask允许使用者通过遮罩或者裁切特定区域的图片的方式来隐藏一个元素的部分或者全部可见区域 */
  /* mask-image类似background-image 设置了用作元素蒙版层的图像，默认值为none，值为透明图片，或透明渐变 */
  -webkit-mask-image: var(--mask-bg), var(--mask-bg);
  /* 默认值为border-box，可选值与background-origin相同 */
  -webkit-mask-clip: var(--mask-clip);
  /* exclude排除，只显示不重合的地方,Firefox支持4个属性 */
  mask-composite: exclude;
  /* 只显示下方遮罩，重合的地方不显示 */
  -webkit-mask-composite: destination-out;
}
#register .sectionbox_right_content .title_login[data-v-022fc800] {
  font-family: Noto Sans SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 1.125rem;
}
#register .sectionbox_right_content .resetForm[data-v-022fc800] {
  position: relative;
  z-index: 9999;
}
#register .sectionbox_right_content .lang[data-v-022fc800] {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: row-reverse;
}
#register .sectionbox_right_content .lang div[data-v-022fc800]:nth-child(1) {
  margin-left: 0.625rem;
}
#register .sectionbox_right_content .lang div[data-v-022fc800]:hover {
  color: #5f6472;
  font-weight: bold;
  cursor: pointer;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800]  {
  margin-bottom: 0.875rem;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .password-input .el-input__clear {
  font-size: 1.5rem;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .password-input .el-input__suffix {
  right: 1.125rem;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner {
  height: 3.5rem;
  border-width: 0.0625rem;
  border: 0.0625rem solid #66666659;
  border-radius: 0.75rem;
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.125rem;
  color: #000000 !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::-moz-placeholder {
  font-size: 1.25rem;
  color: #798a9e;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::placeholder {
  font-size: 1.25rem;
  color: #798a9e;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::-moz-placeholder {
  color: #A8A5AD !important;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::placeholder {
  color: #A8A5AD !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list {
  background: #FFF;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list {
  border-color: #3B3559 !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list {
  border-color: #ffffff !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country:hover {
  border-radius: 0.25rem;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country:hover {
  background: rgba(188, 27, 41, 0.1) !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country:hover {
  background: #BC1B29 !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country:hover .country-name,
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country:hover .dial-code,
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country.highlight .country-name,
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country.highlight .dial-code {
  color: #ffffff !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list .el-input__inner:nth-child(1) {
  border: none;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list .searchInput .el-input__inner {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0.75rem;
  padding: 0 1.875rem !important;
  background-color: #6666661A;
  color: #000000 !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group {
  height: 3.125rem;
  border-radius: 0.25rem;
  border: none;
  box-sizing: border-box;
  font-size: 1.25rem;
  background: transparent;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input-group__prepend,
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input-group__append {
  background: transparent;
  border: none;
  color: #ffffff;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input-group__prepend {
  padding: 0 0.75rem 0 0 !important;
  box-sizing: border-box;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .flags .el-input__inner:nth-child(1) {
  border: none;
  background: transparent;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .flags .el-input__inner:nth-child(1) {
  background: #ffffff !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .flags .el-input__inner:nth-child(1) {
  background: #171622 !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner {
  font-size: 1.25rem;
  height: 3.75rem;
  border: 0.0625rem solid #ffff;
  color: #ffff;
  width: 100%;
  border-radius: 0.75rem;
  background-color: transparent;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner {
  border-color: #3B3559 !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner {
  border-color: #ffffff !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::-moz-placeholder {
  font-size: 1.25rem;
  color: #798a9e;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::placeholder {
  font-size: 1.25rem;
  color: #798a9e;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::-moz-placeholder {
  color: #A8A5AD !important;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::placeholder {
  color: #A8A5AD !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-select .el-input__inner {
  width: 4.375rem;
  border: none;
  border-radius: 0.25rem 0 0 0.25rem;
  border-radius: 0.75rem;
  padding: 0 0.625rem;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-input__inner {
  height: 3.75rem;
  padding: 0 1rem;
  border-radius: 0.75rem;
  background-color: transparent;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-input__inner {
  border-color: #3B3559 !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-input__inner {
  border-color: #ffffff !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-select .el-form-item--feedback .el-input__validateIcon {
  display: none !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button {
  background: transparent;
  color: #ffffff;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button .el-input-group__append {
  width: 9.6875rem;
  border: none;
  height: 3.75rem;
  color: #ffffff;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button .el-button {
  width: 10.25rem;
  height: 3.5rem;
  opacity: 1;
  border-radius: 2.5rem;
  background-color: #B52337;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button .el-button:hover {
  color: #f3f5fb;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button .el-button.is-disabled {
  opacity: 0.5;
  background: #ad2935;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .clickable {
  width: 10.25rem;
  height: 3.5rem;
  color: #ffffff;
  background: #ad2935;
  border-radius: 2.5rem;
  border: none;
  font-size: 1.25rem;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .disable {
  width: 10.25rem;
  height: 3.5rem;
  color: #ffffff;
  background: #ad2935;
  border-radius: 2.5rem;
  border: none;
  font-size: 1.25rem;
  opacity: 0.5;
}
#register .sectionbox_right_content .checked[data-v-022fc800] {
  display: flex;
  align-items: center;
  margin: 0.625rem 0 1.25rem 0;
  color: #333333;
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46[data-v-022fc800] {
  flex-shrink: 0;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 input[type="checkbox"][data-v-022fc800] {
  display: none;
  visibility: hidden;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx[data-v-022fc800] {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx span[data-v-022fc800] {
  transform: translate3d(0, 0, 0);
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx span[data-v-022fc800]:first-child {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #9098a9;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  isolation: isolate;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx span:first-child svg[data-v-022fc800] {
  width: 0.75rem;
  height: 0.625rem;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 15;
  stroke-dashoffset: 15;
  transition: stroke-dashoffset 0.3s ease 0.1s;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx span[data-v-022fc800]:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #B52337;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  z-index: 0;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx span[data-v-022fc800]:last-child {
  padding-left: 0.5rem;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx:hover span[data-v-022fc800]:first-child {
  border-color: #B52337;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .inp-cbx:checked + .cbx span[data-v-022fc800]:first-child {
  background: #B52337;
  border-color: #B52337;
  animation: wave-46-reg-022fc800 0.4s ease;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg[data-v-022fc800] {
  stroke-dashoffset: 0;
  z-index: 2;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .inp-cbx:checked + .cbx span[data-v-022fc800]:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 0;
}
@keyframes wave-46-reg-022fc800 {
50% {
    transform: scale(0.9);
}
}
#register .sectionbox_right_content .checked .pact[data-v-022fc800] {
  cursor: pointer;
  text-decoration: underline;
}
#register .sectionbox_right_content .checked[data-v-022fc800] a {
  margin: 0 0.125rem;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800]  {
  display: flex;
  margin-bottom: 0;
  margin-left: -1.125rem;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-group {
  color: #666666;
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button--mini .el-radio-button__inner {
  border-radius: 0.75rem;
  font-size: 0.75rem;
  max-width: 12.5rem;
  width: 7.5rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  padding-top: 0.875rem;
  box-sizing: border-box;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #333333;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__orig-radio:checked + .el-radio-button__inner::after {
  content: '';
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  width: 40%;
  height: 0.0625rem;
  background: #B52337;
  transform: translateX(-50%);
  transition: all 0.6s ease;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__orig-radio:checked + .el-radio-button__inner:hover::after {
  width: 1%;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__inner {
  border: none;
  box-shadow: none;
  width: 100%;
  height: 3.75rem;
  box-sizing: border-box;
  border-radius: 0.75rem;
  background-color: transparent;
  padding: 1.25rem;
  font-size: 1rem;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap !important;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__inner:hover {
  color: #333333;
}
#register .sectionbox_right_content_links[data-v-022fc800] {
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  color: #666666;
}
#register .sectionbox_right_content_links div[data-v-022fc800],
#register .sectionbox_right_content_links span[data-v-022fc800] {
  text-decoration: underline;
}
#register .el-dropdown[data-v-022fc800]  {
  width: 8.5rem;
  display: flex;
  justify-content: space-between;
}
#register .el-dropdown[data-v-022fc800] .dropdownlan {
  position: relative;
  top: -0.3125rem;
  left: 0.3125rem;
}
#register .el-dropdown[data-v-022fc800] .el-dropdown-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#register .el-dropdown[data-v-022fc800] .el-dropdown-link .languagechange {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#register .el-dropdown[data-v-022fc800] .el-dropdown-link .languagechange img {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
}
#register .el-dropdown[data-v-022fc800] .el-dropdown-link img {
  height: 5.625rem;
  width: 5.625rem;
}
.input-label[data-v-022fc800] {
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  color: #666666;
}
.input-label1[data-v-022fc800] {
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: normal;
  /* 注意 Regular 改成 normal */
  font-size: 1rem;
  color: #333333;
  text-align: right;
  /* 右对齐文本 */
  display: block;
  /* 确保是块级元素 */
}

/* 自定义右上角图标 + 文本 */
.input-label2[data-v-022fc800] {
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  color: #666666;
  margin-bottom: 0.75rem;
}
.password-custom-toggle[data-v-022fc800] {
  position: absolute;
  top: -0.0625rem;
  /* 调整右上角垂直位置 */
  right: 0;
  /* 右上角位置 */
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}
.eye-icon[data-v-022fc800] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}

/* 注册页专用的类名，避免和登录页冲突（也可以直接用 .magic-phone-wrapper） */
.magic-phone-wrapper[data-v-022fc800] {
  height: 3.5rem;
  border: 0.0625rem solid #66666659;
  border-radius: 0.75rem;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.flag-section[data-v-022fc800] {
  flex-shrink: 0;
  padding-left: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
  position: relative;
}
.arrow[data-v-022fc800] {
  margin-left: 0.25rem;
  font-size: 1rem;
  transition: transform 0.25s;
}
.flag-section:hover .arrow[data-v-022fc800] {
  transform: rotate(180deg);
}
.divider[data-v-022fc800] {
  width: 0.0625rem;
  height: 2rem;
  background: #66666659;
  flex-shrink: 0;
}
.real-input[data-v-022fc800] {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 1.25rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  background: transparent;
}
.real-input1[data-v-022fc800] {
  width: 100%;
  height: 3.5rem;
  border-width: 0.0625rem;
  border: 0.0625rem solid #66666659;
  border-radius: 0.75rem;
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.125rem;
  color: #000000 !important;
  padding-left: 1.25rem;
  box-sizing: border-box;
}
.real-input[data-v-022fc800]::-moz-placeholder {
  color: #00000040;
}
.real-input[data-v-022fc800]::placeholder {
  color: #00000040;
}
.resendcode[data-v-022fc800] {
  position: absolute;
  margin-top: -3rem;
  right: 0;
  /* 右上角位置 */
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #B52337;
  font-size: 1.125rem;
  padding-right: 0.625rem;
  z-index: 10;
}
.register-bottom-bar[data-v-022fc800] {
  display: flex;
  justify-content: space-between;
  /* 左边按钮，右边文字 */
  align-items: center;
  margin-top: 2rem;
  /* 和上面表单保持和登录页一样的间距 */
  margin-bottom: 1.875rem;
}

/* 注册按钮 —— 终极优雅版（0.8s 慢速 + 多重细腻动画） */
.register-btn[data-v-022fc800] {
  position: relative;
  width: 10.25rem;
  height: 3.5rem;
  border-radius: 2.5rem;
  border: none;
  background: #B52337;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  /* 核心：所有动画都用 0.8s 慢速 + 丝滑曲线 */
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  /* 这条曲线是丝滑的关键！ */
  transform: translateY(0);
  box-shadow: 0 0.5rem 1.25rem rgba(181, 41, 53, 0.3);
  /* 伪元素：呼吸光晕 + 微弱内发光 */
  overflow: hidden;
}
.register-btn[data-v-022fc800]::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  border-radius: 2.625rem;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  opacity: 0;
  transform: translateX(-150%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s;
  pointer-events: none;
}
.register-btn[data-v-022fc800]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  padding: 0.125rem;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.8s;
}

/* 启用状态：完整呼吸动画循环 */
.register-btn.clickable[data-v-022fc800] {
  background: #B52337;
  box-shadow: 0 0.75rem 1.75rem rgba(181, 41, 53, 0.4), 0 0 1.25rem rgba(181, 41, 53, 0.15);
  animation: breathe-022fc800 4s infinite ease-in-out;
}

/* hover 时：光晕扫过 + 微微上浮 + 内发光 */
.register-btn.clickable[data-v-022fc800]:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 1rem 2rem rgba(181, 41, 53, 0.5), 0 0 1.875rem rgba(181, 41, 53, 0.25);
}
.register-btn.clickable[data-v-022fc800]:hover::before {
  opacity: 1;
  transform: translateX(150%);
}
.register-btn.clickable[data-v-022fc800]:hover::after {
  opacity: 1;
}

/* 禁用状态：优雅变灰 + 下沉 */
.register-btn.disable[data-v-022fc800],
.register-btn[data-v-022fc800]:disabled {
  background: #111111 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: not-allowed;
  transform: translateY(0.125rem);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
  animation: none;
}
.register-btn.disable[data-v-022fc800]::before,
.register-btn.disable[data-v-022fc800]::after {
  display: none;
}

/* 呼吸动画（仅启用时） */
@keyframes breathe-022fc800 {
0%, 100% {
    box-shadow: 0 0.75rem 1.75rem rgba(181, 41, 53, 0.4), 0 0 1.25rem rgba(181, 41, 53, 0.15);
}
50% {
    box-shadow: 0 1rem 2.25rem rgba(181, 41, 53, 0.5), 0 0 1.875rem rgba(181, 41, 53, 0.25);
}
}

/* 点击水波纹（超丝滑版） */
.register-btn[data-v-022fc800]:active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple-022fc800 1.2s ease-out;
  pointer-events: none;
}
@keyframes ripple-022fc800 {
to {
    width: 18.75rem;
    height: 18.75rem;
    opacity: 0;
}
}
.tologin[data-v-022fc800] {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1rem;
  color: #333333;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}
.tologin[data-v-022fc800]:hover {
  color: #B52337;
}

/* 默认隐藏 */
.verify-icon[data-v-022fc800] {
  position: absolute;
  right: 1rem;
  top: 70%;
  transform: translateY(-50%) scale(0.8);
  /* 稍微缩小一点 */
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Element UI 自动给成功的输入框添加 is-success */
.el-form-item.is-success .verify-icon[data-v-022fc800] {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  /* 微缩放效果，非常细腻 */
}
@charset "UTF-8";
@media screen and (max-width: 699px) {
#register[data-v-022fc800] {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}
#register .blur1[data-v-022fc800] {
      width: 517px;
      height: 573px;
      bottom: -350px;
      left: -350px;
}
#register .blur5 .logo[data-v-022fc800] {
      position: fixed;
      margin-left: 30px;
      width: 50px;
      height: 24px;
}
#register .blur2[data-v-022fc800] {
      left: 10px;
      top: 90px;
      width: 125px;
      height: 125px;
}
#register .blur3[data-v-022fc800] {
      right: -60px;
      bottom: 302px;
      width: 230px;
      height: 230px;
}
#register .functionalzone[data-v-022fc800] {
      display: flex;
      /* 让子元素横向排列 */
      align-items: center;
      /* 垂直居中对齐 */
      position: fixed;
      right: 30px;
      /* 手机端：下载图标按钮与右侧国旗对齐（14x14基准） */
}
#register .functionalzone .skin[data-v-022fc800] {
        font-size: 12px;
        display: flex;
        align-items: center;
        margin-top: 2px;
}
[data-theme="light"] #register .functionalzone .skin[data-v-022fc800] {
          color: #9ea0a8 !important;
}
[data-theme="dark"] #register .functionalzone .skin[data-v-022fc800] {
          color: #8EA4BD !important;
}
#register .functionalzone .skin[data-v-022fc800]:hover {
          cursor: pointer;
}
#register .functionalzone .skin .svg-icon[data-v-022fc800] {
          width: 14px;
          height: 14px;
          margin-right: 2px;
}
#register .functionalzone .skin img[data-v-022fc800] {
          width: 23px;
          height: 10px;
          margin-right: 2px;
          cursor: pointer;
}
#register .functionalzone .language[data-v-022fc800] {
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* 让语言图标也垂直居中 */
}
[data-theme="light"] #register .functionalzone .language[data-v-022fc800] {
          color: #AD2935 !important;
}
[data-theme="dark"] #register .functionalzone .language[data-v-022fc800] {
          color: #fff !important;
}
#register .functionalzone .language .country_icon[data-v-022fc800] {
          cursor: pointer;
          width: 14px !important;
          height: 14px !important;
}
#register .functionalzone .language .languagechangeBox[data-v-022fc800] {
          width: auto;
}
#register .functionalzone .language .languagechangeBox .el-dropdown-link .languagechange[data-v-022fc800] {
            width: 14px;
            height: 14px;
}
#register .functionalzone .language .languagechangeBox .el-dropdown-link .languagechange .lang_show[data-v-022fc800] {
              width: 14px;
              height: 14px;
              margin: auto;
}
#register .functionalzone .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
            margin-right: 14px;
            font-size: 12px;
}
[data-theme="light"] #register .functionalzone .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
              color: #3B3559 !important;
}
[data-theme="dark"] #register .functionalzone .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
              color: #ffffff !important;
}
#register .functionalzone .language .iti-arrow[data-v-022fc800] {
          width: 0;
          height: 0;
          border-top: 10px solid #fff;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
}
#register .functionalzone .language .iti-arrow2[data-v-022fc800] {
          width: 0;
          height: 0;
          border-top: 10px solid #3B3559;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
}
#register .functionalzone .master-func-btn[data-v-022fc800] {
        width: 14px;
        height: 14px;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 4px;
        background: var(--functionalzone-btn-bg, #1f1e2b);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex-shrink: 0;
}
#register .functionalzone .master-func-icon[data-v-022fc800] {
        width: 14px;
        height: 14px;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
             user-select: none;
        pointer-events: none;
}
#register .sectionbox[data-v-022fc800] {
      width: 100%;
      min-height: 100%;
      height: -moz-fit-content;
      height: fit-content;
      padding: 12px 16px;
      flex-direction: column-reverse;
      justify-content: space-between;
      align-items: flex-start;
}
#register .sectionbox_left[data-v-022fc800] {
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
}
#register .sectionbox_left .logo[data-v-022fc800] {
          position: absolute;
          top: 16px;
          width: 125px;
}
#register .sectionbox_left .logo img[data-v-022fc800] {
            width: 100%;
}
#register .sectionbox_left .left_bottom[data-v-022fc800] {
          margin-top: 30px;
}
#register .sectionbox_left .left_bottom .first-screen-img[data-v-022fc800] {
            height: 180px;
            width: auto;
            display: block;
            margin-left: 0;
            margin-bottom: 18px;
            margin: auto;
}
#register .sectionbox_left .left_bottom .descript-title[data-v-022fc800] {
            color: #ffffff;
            font-size: 30px;
            font-weight: 700;
            line-height: 53px;
}
[data-theme="light"] #register .sectionbox_left .left_bottom .descript-title[data-v-022fc800] {
              color: #AD2935 !important;
}
[data-theme="dark"] #register .sectionbox_left .left_bottom .descript-title[data-v-022fc800] {
              color: #fff !important;
}
#register .sectionbox_left .left_bottom .descript-text[data-v-022fc800] {
            position: relative;
            width: 100%;
            font-size: 16px;
            line-height: 30px;
            margin-top: 12px;
            margin-bottom: 18px;
            z-index: 1;
}
#register .sectionbox_left .left_bottom .imgbox[data-v-022fc800] {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
}
#register .sectionbox_left .left_bottom .imgbox .img_item[data-v-022fc800]:nth-child(1) {
              width: 12%;
              height: 122%;
}
#register .sectionbox_left .left_bottom .imgbox .img_item[data-v-022fc800]:nth-child(2) {
              width: 27%;
              height: 27%;
}
#register .sectionbox_left .left_bottom .imgbox .img_item[data-v-022fc800]:nth-child(3) {
              width: 26%;
              height: 26%;
}
#register .sectionbox_left .left_bottom .imgbox .img_item[data-v-022fc800]:nth-child(4) {
              width: 26%;
              height: 26%;
}
#register .sectionbox_left .left_bottom .imgbox .img_item img[data-v-022fc800] {
              height: 100%;
}
#register .sectionbox_right[data-v-022fc800] {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
}
#register .sectionbox_right_top[data-v-022fc800] {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          align-self: flex-end;
          height: 30px;
          box-sizing: border-box;
}
#register .sectionbox_right_top .switch[data-v-022fc800] {
            width: 82px;
            height: 30px;
            line-height: 30px;
            box-sizing: border-box;
}
#register .sectionbox_right_top .switch img[data-v-022fc800] {
              width: 82px;
              height: 150%;
              margin-top: -4%;
              cursor: pointer;
}
#register .sectionbox_right_top .language[data-v-022fc800] {
            color: #ffffff;
            display: flex;
            justify-content: space-between;
            margin-left: 10px;
}
[data-theme="light"] #register .sectionbox_right_top .language[data-v-022fc800] {
              color: #AD2935 !important;
}
[data-theme="dark"] #register .sectionbox_right_top .language[data-v-022fc800] {
              color: #fff !important;
}
#register .sectionbox_right_top .language .country_icon[data-v-022fc800] {
              cursor: pointer;
              width: 40px;
              height: 14px;
}
#register .sectionbox_right_top .language .languagechangeBox[data-v-022fc800] {
              width: auto;
}
#register .sectionbox_right_top .language .languagechangeBox .el-dropdown-link .languagechange[data-v-022fc800] {
                margin-right: 8px;
}
#register .sectionbox_right_top .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
                margin-right: 14px;
                font-size: 16px;
}
[data-theme="light"] #register .sectionbox_right_top .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
                  color: #3B3559 !important;
}
[data-theme="dark"] #register .sectionbox_right_top .language .languagechangeBox .el-dropdown-link .languageText[data-v-022fc800] {
                  color: #ffffff !important;
}
#register .sectionbox_right_top .language .iti-arrow[data-v-022fc800] {
              width: 0;
              height: 0;
              border-top: 8px solid #fff;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
}
#register .sectionbox_right_top .language .iti-arrow2[data-v-022fc800] {
              width: 0;
              height: 0;
              border-top: 8px solid #3b3559;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
}
#register .sectionbox_right_content[data-v-022fc800] {
          margin-top: 55px;
}
#register .sectionbox_right_content .outerbox[data-v-022fc800] {
            width: 100%;
            padding-top: 80px;
            padding-bottom: 16px;
            padding-left: 38px;
            padding-right: 38px;
            box-sizing: border-box;
            --border-radius: 20px;
            --border-width: 1px;
            --border-color: conic-gradient(from 135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), #fff);
            position: relative;
            border-radius: var(--border-radius);
            backdrop-filter: blur(10px);
}
[data-theme="light"] #register .sectionbox_right_content .outerbox[data-v-022fc800] {
              background: #AD2935 !important;
}
[data-theme="dark"] #register .sectionbox_right_content .outerbox[data-v-022fc800] {
              background: #FFF !important;
}
#register .sectionbox_right_content .outerbox[data-v-022fc800]::after {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              padding: var(--border-width);
              border-radius: var(--border-radius);
              background: var(--border-color);
              z-index: -1;
              /* 随便定义一个颜色 */
              --mask-bg: linear-gradient(red, red);
              /* 类似background-clip */
              --mask-clip: content-box, padding-box;
              /* mask允许使用者通过遮罩或者裁切特定区域的图片的方式来隐藏一个元素的部分或者全部可见区域 */
              /* mask-image类似background-image 设置了用作元素蒙版层的图像，默认值为none，值为透明图片，或透明渐变 */
              -webkit-mask-image: var(--mask-bg), var(--mask-bg);
              /* 默认值为border-box，可选值与background-origin相同 */
              -webkit-mask-clip: var(--mask-clip);
              /* exclude排除，只显示不重合的地方,Firefox支持4个属性 */
              mask-composite: exclude;
              /* 只显示下方遮罩，重合的地方不显示 */
              -webkit-mask-composite: destination-out;
}
#register .sectionbox_right_content .title_login[data-v-022fc800] {
            font-family: Noto Sans SC;
            font-weight: 500;
            font-style: Medium;
            font-size: 32px;
            color: #333333;
            margin-bottom: 18px;
}
#register .sectionbox_right_content .resetForm[data-v-022fc800] {
            position: relative;
            z-index: 9999;
}
#register .sectionbox_right_content .lang[data-v-022fc800] {
            margin-bottom: 20px;
            display: flex;
            flex-direction: row-reverse;
}
#register .sectionbox_right_content .lang div[data-v-022fc800]:nth-child(1) {
              margin-left: 10px;
}
#register .sectionbox_right_content .lang div[data-v-022fc800]:hover {
              color: #5f6472;
              font-weight: bold;
              cursor: pointer;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800]  {
            margin-bottom: 14px;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .password-input {
              margin-top: 20px;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .password-input .el-input__clear {
                font-size: 24px;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .password-input .el-input__suffix {
                right: 18px;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner {
              height: 56px;
              border-width: 1px;
              border: 1px solid #66666659;
              border-radius: 12px;
              font-family: Noto Sans SC;
              font-weight: 400;
              font-style: Regular;
              font-size: 18px;
              color: #000000 !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::-moz-placeholder {
                font-size: 20px;
                color: #798a9e;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::placeholder {
                font-size: 20px;
                color: #798a9e;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::-moz-placeholder {
                  color: #A8A5AD !important;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::placeholder {
                  color: #A8A5AD !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::-moz-placeholder {
                  color: rgba(255, 255, 255, 0.5) !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input .el-input__inner::placeholder {
                  color: rgba(255, 255, 255, 0.5) !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list {
              background: #FFF;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list {
                border-color: #3B3559 !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list {
                border-color: #ffffff !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country:hover {
              background-color: #1b3460;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country:hover {
                background: rgba(188, 27, 41, 0.1) !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .intl-tel-input .country-list .country:hover {
                background: #BC1B29 !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .country-list .el-input__inner:nth-child(1) {
              border: none;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group {
              height: 50px;
              border-radius: 4px;
              border: none;
              box-sizing: border-box;
              font-size: 20px;
              background: transparent;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input-group__prepend,
              #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input-group__append {
                background: transparent;
                border: none;
                color: #ffffff;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input-group__prepend {
                padding: 0 12px 0 0 !important;
                box-sizing: border-box;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .flags .el-input__inner:nth-child(1) {
                border: none;
                background: transparent;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .flags .el-input__inner:nth-child(1) {
                  background: #ffffff !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .flags .el-input__inner:nth-child(1) {
                  background: #171622 !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner {
                font-size: 20px;
                height: 60px;
                border: 1px solid #ffff;
                color: #ffff;
                width: 100%;
                border-radius: 12px;
                background-color: transparent;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner {
                  border-color: #3B3559 !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner {
                  border-color: #ffffff !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::-moz-placeholder {
                  font-size: 20px;
                  color: #798a9e;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::placeholder {
                  font-size: 20px;
                  color: #798a9e;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::-moz-placeholder {
                    color: #A8A5AD !important;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::placeholder {
                    color: #A8A5AD !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::-moz-placeholder {
                    color: rgba(255, 255, 255, 0.5) !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .el-input-group .el-input__inner::placeholder {
                    color: rgba(255, 255, 255, 0.5) !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-select .el-input__inner {
              width: 70px;
              border: none;
              border-radius: 4px 0 0 4px;
              border-radius: 12px;
              padding: 0 10px;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-input__inner {
              height: 60px;
              padding: 0 16px;
              border-radius: 12px;
              background-color: transparent;
}
[data-theme="light"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-input__inner {
                border-color: #3B3559 !important;
}
[data-theme="dark"] #register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-input__inner {
                border-color: #ffffff !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-select .el-select .el-form-item--feedback .el-input__validateIcon {
              display: none !important;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button {
              background: transparent;
              color: #ffffff;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button .el-input-group__append {
                width: 155px;
                border: none;
                height: 60px;
                color: #ffffff;
                margin: 0;
                box-sizing: border-box;
                padding: 0;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button .el-button {
                width: 164px;
                height: 56px;
                opacity: 1;
                border-radius: 40px;
                background-color: #B52337;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button .el-button:hover {
                  color: #f3f5fb;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .input-with-button .el-button.is-disabled {
                opacity: 0.5;
                background: #ad2935;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .clickable {
              width: 164px;
              height: 56px;
              color: #ffffff;
              background: #ad2935;
              border-radius: 40px;
              border: none;
              font-size: 20px;
}
#register .sectionbox_right_content .el-form .el-form-item[data-v-022fc800] .disable {
              width: 164px;
              height: 56px;
              color: #ffffff;
              background: #ad2935;
              border-radius: 40px;
              border: none;
              font-size: 20px;
              opacity: 0.5;
}
#register .sectionbox_right_content .checked[data-v-022fc800] {
            display: flex;
            align-items: center;
            margin: 10px 0 20px 0;
            color: #333333;
            font-family: Noto Sans SC;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46[data-v-022fc800] {
              flex-shrink: 0;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx span[data-v-022fc800]:first-child {
                width: 24px;
                height: 24px;
                border-radius: 6px;
                overflow: visible;
                isolation: isolate;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx span:first-child svg[data-v-022fc800] {
                width: 12px;
                height: 10px;
                z-index: 2;
}
#register .sectionbox_right_content .checked .checkbox-wrapper-46 .cbx span[data-v-022fc800]:last-child {
                padding-left: 8px;
                font-size: 15px;
                line-height: 1.4;
}
#register .sectionbox_right_content .checked .pact[data-v-022fc800] {
              cursor: pointer;
              text-decoration: underline;
}
#register .sectionbox_right_content .checked[data-v-022fc800] a {
              margin: 0 2px;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800]  {
            display: flex;
            margin-bottom: 0px;
            margin-left: -18px;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-group {
              color: #666666;
              font-family: Noto Sans SC;
              font-weight: 400;
              font-style: Regular;
              font-size: 16px;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button--mini .el-radio-button__inner {
              border-radius: 12px;
              font-size: 12px;
              max-width: 200px;
              width: 120px;
              height: 60px;
              line-height: 60px;
              text-align: center;
              padding-top: 14px;
              box-sizing: border-box;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
              color: #333333;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__orig-radio:checked + .el-radio-button__inner::after {
                content: '';
                position: absolute;
                bottom: 12px;
                left: 50%;
                width: 40%;
                height: 1px;
                background: #B52337;
                transform: translateX(-50%);
                transition: all 0.6s ease;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__orig-radio:checked + .el-radio-button__inner:hover::after {
                width: 1%;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__inner {
              border: none;
              box-shadow: none;
              width: 100%;
              height: 60px;
              box-sizing: border-box;
              border-radius: 12px;
              background-color: transparent;
              padding: 20px;
              font-size: 16px;
              word-wrap: break-word;
              word-break: break-all;
              white-space: pre-wrap !important;
}
#register .sectionbox_right_content .getwayBox[data-v-022fc800] .el-radio-button__inner:hover {
              color: #333333;
}
#register .sectionbox_right_content_links[data-v-022fc800] {
            font-family: Noto Sans SC;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            color: #666666;
}
#register .sectionbox_right_content_links div[data-v-022fc800],
            #register .sectionbox_right_content_links span[data-v-022fc800] {
              text-decoration: underline;
}
#register .el-dropdown[data-v-022fc800]  {
      width: 136px;
      display: flex;
      justify-content: space-between;
}
#register .el-dropdown[data-v-022fc800] .dropdownlan {
        position: relative;
        top: -5px;
        left: 5px;
}
#register .el-dropdown[data-v-022fc800] .el-dropdown-link {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
}
#register .el-dropdown[data-v-022fc800] .el-dropdown-link .languagechange {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          overflow: hidden;
          cursor: pointer;
}
#register .el-dropdown[data-v-022fc800] .el-dropdown-link .languagechange img {
            width: 100%;
            height: 100%;
            vertical-align: top;
}
#register .el-dropdown[data-v-022fc800] .el-dropdown-link img {
          height: 90px;
          width: 90px;
}
.input-label[data-v-022fc800] {
    font-family: Noto Sans SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #666666;
}
.input-label1[data-v-022fc800] {
    font-family: Noto Sans SC;
    font-weight: 400;
    font-style: normal;
    /* 注意 Regular 改成 normal */
    font-size: 16px;
    color: #333333;
    text-align: right;
    /* 右对齐文本 */
    display: block;
    /* 确保是块级元素 */
}
  /* 自定义右上角图标 + 文本 */
.input-label2[data-v-022fc800] {
    font-family: Noto Sans SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 12px;
}
.password-custom-toggle[data-v-022fc800] {
    position: absolute;
    top: -1px;
    /* 调整右上角垂直位置 */
    right: 0;
    /* 右上角位置 */
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
.eye-icon[data-v-022fc800] {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
  /* 注册页专用的类名，避免和登录页冲突（也可以直接用 .magic-phone-wrapper） */
.magic-phone-wrapper[data-v-022fc800] {
    height: 56px;
    margin-top: 20px;
    border: 1px solid #66666659;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
.flag-section[data-v-022fc800] {
    flex-shrink: 0;
    padding-left: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    position: relative;
}
.arrow[data-v-022fc800] {
    margin-left: 4px;
    font-size: 16px;
    transition: transform 0.25s;
}
.flag-section:hover .arrow[data-v-022fc800] {
    transform: rotate(180deg);
}
.divider[data-v-022fc800] {
    width: 1px;
    height: 32px;
    background: #66666659;
    flex-shrink: 0;
}
.real-input[data-v-022fc800] {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    background: transparent;
}
.real-input1[data-v-022fc800] {
    width: 100%;
    margin-top: 20px;
    height: 56px;
    border-width: 1px;
    border: 1px solid #66666659;
    border-radius: 12px;
    font-family: Noto Sans SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #000000 !important;
    padding-left: 20px;
    box-sizing: border-box;
}
.real-input[data-v-022fc800]::-moz-placeholder {
    color: #00000040;
}
.real-input[data-v-022fc800]::placeholder {
    color: #00000040;
}
.resendcode[data-v-022fc800] {
    position: absolute;
    margin-top: -34px;
    right: 0;
    /* 右上角位置 */
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #B52337;
    font-size: 18px;
    padding-right: 10px;
    z-index: 10;
}
.register-bottom-bar[data-v-022fc800] {
    display: flex;
    justify-content: space-between;
    /* 左边按钮，右边文字 */
    align-items: center;
    margin-top: 32px;
    /* 和上面表单保持和登录页一样的间距 */
    margin-bottom: 30px;
}
  /* 注册按钮 —— 终极优雅版（0.8s 慢速 + 多重细腻动画） */
.register-btn[data-v-022fc800] {
    position: relative;
    width: 164px;
    height: 56px;
    border-radius: 40px;
    border: none;
    background: #B52337;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    /* 核心：所有动画都用 0.8s 慢速 + 丝滑曲线 */
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    /* 这条曲线是丝滑的关键！ */
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(181, 41, 53, 0.3);
    /* 伪元素：呼吸光晕 + 微弱内发光 */
    overflow: hidden;
}
.register-btn[data-v-022fc800]::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 42px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0;
    transform: translateX(-150%);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s;
    pointer-events: none;
}
.register-btn[data-v-022fc800]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 2px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.8s;
}
  /* 启用状态：完整呼吸动画循环 */
.register-btn.clickable[data-v-022fc800] {
    background: #B52337;
    box-shadow: 0 12px 28px rgba(181, 41, 53, 0.4), 0 0 20px rgba(181, 41, 53, 0.15);
    animation: breathe-022fc800 4s infinite ease-in-out;
}
  /* hover 时：光晕扫过 + 微微上浮 + 内发光 */
.register-btn.clickable[data-v-022fc800]:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(181, 41, 53, 0.5), 0 0 30px rgba(181, 41, 53, 0.25);
}
.register-btn.clickable[data-v-022fc800]:hover::before {
    opacity: 1;
    transform: translateX(150%);
}
.register-btn.clickable[data-v-022fc800]:hover::after {
    opacity: 1;
}
  /* 禁用状态：优雅变灰 + 下沉 */
.register-btn.disable[data-v-022fc800],
  .register-btn[data-v-022fc800]:disabled {
    background: #111111 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: not-allowed;
    transform: translateY(2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: none;
}
.register-btn.disable[data-v-022fc800]::before,
  .register-btn.disable[data-v-022fc800]::after {
    display: none;
}
  /* 呼吸动画（仅启用时） */
@keyframes breathe-022fc800 {
0%, 100% {
      box-shadow: 0 12px 28px rgba(181, 41, 53, 0.4), 0 0 20px rgba(181, 41, 53, 0.15);
}
50% {
      box-shadow: 0 16px 36px rgba(181, 41, 53, 0.5), 0 0 30px rgba(181, 41, 53, 0.25);
}
}
  /* 点击水波纹（超丝滑版） */
.register-btn[data-v-022fc800]:active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple-022fc800 1.2s ease-out;
    pointer-events: none;
}
@keyframes ripple-022fc800 {
to {
      width: 300px;
      height: 300px;
      opacity: 0;
}
}
.tologin[data-v-022fc800] {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
}
.tologin[data-v-022fc800]:hover {
    color: #B52337;
}
.toggle-text[data-v-022fc800] {
    font-size: 18px;
    color: #666666CC;
}
  /* 默认隐藏 */
.verify-icon[data-v-022fc800] {
    position: absolute;
    right: 16px;
    top: 70%;
    transform: translateY(-50%) scale(0.8);
    /* 稍微缩小一点 */
    width: 24px;
    height: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
  /* Element UI 自动给成功的输入框添加 is-success */
.el-form-item.is-success .verify-icon[data-v-022fc800] {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    /* 微缩放效果，非常细腻 */
}
}

.APP_download .hoverbox {
  width: 100%;
}
.APPcode {
  padding: 1.5rem;
  border-radius: 0.25rem;
  background: #171622;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
}
.APPcode.el-popover {
  border: none !important;
  box-shadow: none !important;
}
.code_box {
  width: 100%;
  padding: 0;
  color: #fff;
}
.code_box .box_title {
  font-family: Noto Sans SC;
  font-weight: 700;
  font-style: Bold;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffffbf;
}
.code_box .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5rem;
}
.code_box .img_box .radio_box {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.code_box .img_box .radio_box > div {
  cursor: pointer;
  transition: opacity 0.2s;
}
.code_box .img_box .radio_box > div img {
  width: 10rem;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.code_box .img_box .radio_box > div.ios_box img {
  background: #ffffff;
}
.code_box .img_box .radio_box > div.Android_box img,
.code_box .img_box .radio_box > div.Google_box img {
  background: #2d2d2d;
}
.code_box .img_box .radio_box .unselected {
  opacity: 0.6;
}
.code_box .img_box .radio_box .code_tips {
  line-height: 1.375rem;
  opacity: 0.72;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.code_box .img_box .code_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.code_box .img_box .code_img img {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #ffffff;
  background: #ffffff;
  padding: 0.5rem;
  box-sizing: border-box;
}
.code_box .img_box .code_img .update_date {
  font-size: 0.75rem;
  color: #8c8b96;
  opacity: 0.7;
  margin-top: 0.75rem;
  line-height: 1rem;
  text-align: center;
  white-space: nowrap;
}
