@charset "UTF-8";
.lsp-root[data-v-049373cc] {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: #0a101a;
  overflow-x: hidden;
  /* 为与登录页一致的顶栏（logo + 双下拉）留出空间；「返回登录」置于顶栏下方 */
  padding: 1.52rem 0.24rem 0.48rem;
  box-sizing: border-box;
}
.lsp-bg[data-v-049373cc] {
  position: fixed;
  inset: 0;
  background: #0a101a;
  z-index: 0;
}
.lsp-back[data-v-049373cc] {
  position: fixed;
  top: 1rem;
  left: 0.32rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0;
  margin: 0.3rem 0 0 0.3rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.17rem;
  color: rgba(200, 208, 220, 0.88);
  transition: color 0.2s;
}
.lsp-back[data-v-049373cc]:hover {
    color: #fff;
}
.lsp-back-icon[data-v-049373cc] {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 1px solid #2b3744;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
}
.lsp-back-text[data-v-049373cc] {
  line-height: 1.5;
}
.lsp-main[data-v-049373cc] {
  position: relative;
  z-index: 1;
  max-width: 9.2rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.lsp-title[data-v-049373cc] {
  margin: 0 0 0.28rem;
  font-size: 0.22rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
}
.lsp-body[data-v-049373cc] {
  width: 100%;
}

/* ===== Element 表单（子页面共用）===== */
[data-v-049373cc] .lsp-form .el-row {
  margin-left: -0.1rem !important;
  margin-right: -0.1rem !important;
}
[data-v-049373cc] .lsp-form .el-col {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}
[data-v-049373cc] .lsp-form .el-form-item {
  margin-bottom: 0.22rem;
}
[data-v-049373cc] .lsp-form .el-form-item__label {
  color: rgba(230, 235, 245, 0.92);
  font-size: 0.14rem;
  line-height: 0.22rem;
  padding: 0 0 0.08rem;
  float: none;
  display: block;
  text-align: left;
}
[data-v-049373cc] .lsp-form .el-form-item__content {
  line-height: 1;
}
[data-v-049373cc] .lsp-form .el-form-item.is-required:not(.is-no-asterisk)
> .el-form-item__label:before {
  color: #ff4d4f;
  margin-right: 0.02rem;
}
[data-v-049373cc] .lsp-form .el-form-item__error {
  color: #ff4d4f;
  font-size: 0.12rem;
  padding-top: 0.04rem;
}
[data-v-049373cc] .lsp-form .el-input__inner {
  height: 0.44rem;
  line-height: 0.44rem;
  background: rgba(48, 63, 80, 0.6);
  border: 1px solid rgba(48, 63, 80, 0.6);
  border-radius: 0.06rem;
  color: #e6eaf2;
  font-size: 0.14rem;
}
[data-v-049373cc] .lsp-form .el-input__inner::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.28);
}
[data-v-049373cc] .lsp-form .el-input__inner::-moz-placeholder {
    color: rgba(255, 255, 255, 0.28);
}
[data-v-049373cc] .lsp-form .el-input__inner::placeholder {
    color: rgba(255, 255, 255, 0.28);
}
[data-v-049373cc] .lsp-form .el-input__inner:focus {
    border-color: rgba(0, 132, 255, 0.85);
}
[data-v-049373cc] .lsp-form .el-textarea__inner {
  background: rgba(48, 63, 80, 0.6);
  border: 1px solid rgba(48, 63, 80, 0.6);
  border-radius: 0.06rem;
  color: #e6eaf2;
  font-size: 0.14rem;
  min-height: 0.88rem !important;
}
[data-v-049373cc] .lsp-form .el-textarea__inner::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.28);
}
[data-v-049373cc] .lsp-form .el-textarea__inner::-moz-placeholder {
    color: rgba(255, 255, 255, 0.28);
}
[data-v-049373cc] .lsp-form .el-textarea__inner::placeholder {
    color: rgba(255, 255, 255, 0.28);
}
[data-v-049373cc] .lsp-form .el-textarea__inner:focus {
    border-color: rgba(0, 132, 255, 0.85);
}
[data-v-049373cc] .lsp-form .el-input__suffix {
  color: rgba(255, 255, 255, 0.45);
}
[data-v-049373cc] .lsp-form .lsp-inline-code {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  width: 100%;
}
[data-v-049373cc] .lsp-form .lsp-inline-code > .el-input {
    flex: 1;
    min-width: 0;
}

/* 获取验证码：深色底 + 细灰蓝描边 + 白字，与设计图一致 */
[data-v-049373cc] .lsp-form .lsp-inline-code .lsp-code-btn.el-button {
  flex-shrink: 0;
  min-width: 0;
  height: 0.44rem;
  padding: 0 0.18rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  background: #1a222c !important;
  border: 1px solid #3b4a5d !important;
  border-radius: 0.06rem;
  box-shadow: none !important;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
[data-v-049373cc] .lsp-form .lsp-inline-code .lsp-code-btn.el-button:hover:not(:disabled),[data-v-049373cc] .lsp-form .lsp-inline-code .lsp-code-btn.el-button:focus:not(:disabled) {
    color: #fff !important;
    background: #141a24 !important;
    border-color: #4a5d73 !important;
}
[data-v-049373cc] .lsp-form .lsp-inline-code .lsp-code-btn.el-button:disabled {
    color: rgba(255, 255, 255, 0.45) !important;
    background: #141a24 !important;
    border-color: rgba(59, 74, 93, 0.55) !important;
    opacity: 0.8;
}

/* 确定按钮：全宽行内左右居中 */
[data-v-049373cc] .lsp-form .lsp-form-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.12rem;
  box-sizing: border-box;
}
.lsp-primary[data-v-049373cc] {
  display: block;
  width: 2rem;
  max-width: 100%;
  height: 0.46rem;
  margin: 0;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
  border-radius: 0.06rem;
  border: none;
  background: linear-gradient(253deg, #0084ff 0%, #63b7f7 100%);
  color: #fff !important;
}

/* 仅找回密码：表单项整体下移，与标题拉开间距 */
[data-v-049373cc] .lsp-form.lsp-form--forgot {
  margin-top: 0.4rem;
}

/* 访客信息：留言与左侧「手机号+区号」同高（单行感），可随内容微扩 */
[data-v-049373cc] .lsp-form.lsp-form--visitor .el-textarea__inner {
  min-height: 0.44rem !important;
  line-height: 0.22rem;
  padding: 0.1rem 0.12rem;
  box-sizing: border-box;
  resize: vertical;
  max-height: 2rem;
}

/* 手机号：区号 + 号码一体深底、左区略亮+竖线分隔、与 design 图一致 */
[data-v-049373cc] .lsp-form .el-input.el-input-group {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(72, 95, 125, 0.3);
  background: #1c2533;
  border-radius: 0.06rem;
  overflow: hidden;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
[data-v-049373cc] .lsp-form .el-input.el-input-group:focus-within {
    border-color: rgba(0, 132, 255, 0.55);
    box-shadow: 0 0 0 0.01rem rgba(0, 132, 255, 0.18);
}
[data-v-049373cc] .lsp-form .el-input.el-input-group > .el-input-group__prepend {
    width: 0.92rem !important;
    min-width: 0.92rem !important;
    padding: 0 !important;
    border: none !important;
    border-right: 0.01rem solid rgba(50, 62, 86, 0.85) !important;
    border-radius: 0 !important;
    background: #303f50 !important;
    /* 略亮于主底 #1c2533，便于区分区号与号码 */
    box-shadow: none !important;
}
[data-v-049373cc] .lsp-form .el-input.el-input-group > .el-input__inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #e8ecf4;
    height: 0.44rem !important;
    line-height: 0.44rem !important;
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 0.12rem;
    padding-right: 0.1rem;
}
[data-v-049373cc] .lsp-form .el-input.el-input-group > .el-input__inner::-webkit-input-placeholder {
      color: rgba(150, 165, 195, 0.58);
}
[data-v-049373cc] .lsp-form .el-input.el-input-group > .el-input__inner::-moz-placeholder {
      color: rgba(150, 165, 195, 0.58);
}
[data-v-049373cc] .lsp-form .el-input.el-input-group > .el-input__inner::placeholder {
      color: rgba(150, 165, 195, 0.58);
}
[data-v-049373cc] .lsp-form .el-input.el-input-group .el-input-group__prepend .el-select .el-input__inner {
    height: 0.44rem !important;
    line-height: 0.44rem !important;
    padding: 0 0 0 0.3rem !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #e8ecf4;
    text-align: left;
    font-size: 0.14rem;
    font-weight: 500;
    border-radius: 0 !important;
}
[data-v-049373cc] .lsp-form .el-input.el-input-group .el-input-group__prepend .el-select .el-input__suffix {
    right: 0.24rem;
}
[data-v-049373cc] .lsp-form .el-input.el-input-group .el-input-group__prepend .el-select .el-input__icon {
    color: rgba(200, 210, 230, 0.7);
}
[data-v-049373cc] .lsp-form .el-input.el-input-group > .el-input__suffix {
    color: rgba(200, 210, 230, 0.55);
}
@media screen and (max-width: 768px) {
.lsp-root[data-v-049373cc] {
    padding: 1.4rem 0.16rem 0.32rem;
}
.lsp-back[data-v-049373cc] {
    top: 0.92rem;
    left: 0.16rem;
}
.lsp-title[data-v-049373cc] {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
}

@charset "UTF-8";
.el-select-dropdown.lsp-country-dropdown {
  background: #0f1419;
  border: 1px solid rgba(100, 120, 150, 0.32);
  border-radius: 0.06rem;
  box-shadow: 0 0.1rem 0.28rem rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  margin-top: 0.04rem;
}
.el-select-dropdown.lsp-country-dropdown .el-select-dropdown__empty {
    padding: 0.1rem 0.14rem;
    color: rgba(230, 235, 245, 0.7);
}
.el-select-dropdown.lsp-country-dropdown .el-scrollbar {
    display: block;
}
.el-select-dropdown.lsp-country-dropdown .el-select-dropdown__wrap {
    max-height: 3rem;
}
.el-select-dropdown.lsp-country-dropdown .el-select-dropdown__list {
    padding: 0.06rem 0 0.08rem;
}
.el-select-dropdown.lsp-country-dropdown .el-select-dropdown__item {
    height: auto;
    min-height: 0.4rem;
    line-height: 1.45;
    padding: 0.08rem 0.14rem;
    display: flex;
    align-items: center;
    white-space: normal;
    word-break: break-word;
    color: #e6eaf2;
    font-size: 0.14rem;
    box-sizing: border-box;
    /* 覆盖 Element 固定 34px 行高，避免高亮条与文字错位 */
}
.el-select-dropdown.lsp-country-dropdown .el-select-dropdown__item > span {
      display: block;
      width: 100%;
}
.el-select-dropdown.lsp-country-dropdown .lsp-country-option-label {
    float: none !important;
    display: block;
    width: 100%;
    line-height: 1.45;
}
.el-select-dropdown.lsp-country-dropdown .el-select-dropdown__item.hover,
  .el-select-dropdown.lsp-country-dropdown .el-select-dropdown__item:hover {
    background-color: rgba(0, 132, 255, 0.22) !important;
}
.el-select-dropdown.lsp-country-dropdown .el-select-dropdown__item.selected {
    color: #7ec7ff;
    background-color: rgba(0, 132, 255, 0.1) !important;
    font-weight: 500;
}
.el-select-dropdown.lsp-country-dropdown .el-select-dropdown__item.selected.hover,
  .el-select-dropdown.lsp-country-dropdown .el-select-dropdown__item.selected:hover {
    background-color: rgba(0, 132, 255, 0.16) !important;
}

