.s-canvas[data-v-314fd0cb] {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0.4rem;
}
.s-canvas canvas[data-v-314fd0cb] {
  display: block;
  margin: 0;
}

@charset "UTF-8";
/* ===== 整体背景 ===== */
.login_box[data-v-9a8e4e62] {
  width: 100%;
  height: 100vh;
  background: url(../img/newLoginbg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* ===== 登录区域（设计图：卡片水平居中） ===== */
.login-area[data-v-9a8e4e62] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 2rem;
  padding: 0.8rem 0.24rem 0.32rem;
  box-sizing: border-box;
}

/* 与卡片同宽，版权与卡片底边中轴对齐 */
.login-area-stack[data-v-9a8e4e62] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 5.2rem;
  max-width: 100%;
  box-sizing: border-box;
}

/* ===== 登录卡片容器 ===== */
.card-wrapper[data-v-9a8e4e62] {
  position: relative;
  width: 100%;
}

/* ===== 卡片通用样式（设计图近似 #1a222c） ===== */
.card[data-v-9a8e4e62] {
  width: 100%;
  -webkit-backdrop-filter: blur(0.18rem);
          backdrop-filter: blur(0.18rem);
  border-radius: 0.2rem;
  padding: 0.44rem 0.4rem 0.36rem;
  box-sizing: border-box;
  /* 内实色 + 外渐变描边：勿用「纯色 + padding-box」简写，部分浏览器不认，边框会丢 */
  border: 1px solid transparent;
  background-image: linear-gradient(#111a28, #111a28), linear-gradient(50deg, #5d76ab, rgba(93, 118, 172, 0.3));
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-repeat: no-repeat;
}

/* ===== 卡片标题 ===== */
.card-title[data-v-9a8e4e62] {
  text-align: center;
  font-weight: 500;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.2rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0.2rem 0 0.4rem 0;
}

/* ===== 表单样式 ===== */
.login-form[data-v-9a8e4e62] {
  /* 顶层表单项（账号、密码、验证码等）间距 */
  /* 验证码行内嵌套的表单项不再额外占位 */
  /* 正面登录：第三项（验证码）与最后一项（登录按钮）底间距 10px */
  /* Element UI 2：前缀图标为 .el-input__prefix 内直接子级 .el-input__icon */
}
.login-form[data-v-9a8e4e62] > .el-form-item {
    margin-bottom: 0.25rem;
}
.login-form[data-v-9a8e4e62] .el-form-item .el-form-item {
    margin-bottom: 0;
}
.login-form.login-form-signin[data-v-9a8e4e62] > .el-form-item:nth-child(3) {
    margin-bottom: 0.16rem !important;
}
.login-form.login-form-signin .login-btn-wrap[data-v-9a8e4e62] {
    margin-bottom: 0.08rem !important;
}
.login-form[data-v-9a8e4e62] .el-form-item__content {
    line-height: 0.46rem;
}
.login-form[data-v-9a8e4e62] .el-input__inner {
    background: rgba(36, 47, 66, 0.95);
    border-radius: 0.1rem;
    color: #c8d0e0;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.16rem;
    transition: border-color 0.2s, background 0.2s;
    /* 聚焦：内层 background-clip 做 253° 渐变描边（不再对 -webkit-autofill 单独打补丁） */
}
.login-form[data-v-9a8e4e62] .el-input__inner::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.32);
}
.login-form[data-v-9a8e4e62] .el-input__inner::-moz-placeholder {
      color: rgba(255, 255, 255, 0.32);
}
.login-form[data-v-9a8e4e62] .el-input__inner::placeholder {
      color: rgba(255, 255, 255, 0.32);
}
.login-form[data-v-9a8e4e62] .el-input__inner:focus {
      outline: none;
      border-radius: 0.1rem;
      border: 1px solid transparent;
      background-color: transparent;
      background-image: linear-gradient(rgba(36, 47, 66, 0.95), rgba(36, 47, 66, 0.95)), linear-gradient(253deg, #0084ff, #63b7f7);
      background-origin: padding-box, border-box;
      background-clip: padding-box, border-box;
      background-repeat: no-repeat;
}
.login-form[data-v-9a8e4e62] .el-input--prefix .el-input__inner {
    padding-left: 0.52rem;
}
.login-form[data-v-9a8e4e62] .el-input__prefix {
    left: 0.1rem;
    color: #c0c4cc;
    line-height: 0.46rem;
    font-size: 0.16rem;
}
.login-form[data-v-9a8e4e62] .el-input__prefix > .el-input__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    height: 0.32rem;
    box-sizing: border-box;
    line-height: 0.32rem;
}
.login-form[data-v-9a8e4e62] .el-input__suffix-inner > .el-input__icon.el-icon-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    height: 0.32rem;
    box-sizing: border-box;
    line-height: 0.32rem;
}
.login-form[data-v-9a8e4e62] .el-input__suffix {
    line-height: 0.46rem;
    color: #c0c4cc;
    right: 0.08rem;
}
.login-form[data-v-9a8e4e62] .el-form-item__label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.12rem;
    padding: 0;
    line-height: 0.22rem;
}
.login-form[data-v-9a8e4e62] .el-form-item__error {
    color: #ff6b6b;
    font-size: 0.11rem;
}
.login-form[data-v-9a8e4e62] .el-textarea__inner {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.1rem;
    color: #c8d0e0;
    resize: none;
}
.login-form[data-v-9a8e4e62] .el-textarea__inner::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.3);
}
.login-form[data-v-9a8e4e62] .el-textarea__inner::-moz-placeholder {
      color: rgba(255, 255, 255, 0.3);
}
.login-form[data-v-9a8e4e62] .el-textarea__inner::placeholder {
      color: rgba(255, 255, 255, 0.3);
}
.login-form[data-v-9a8e4e62] .el-textarea__inner:focus {
      outline: none;
      border-radius: 0.1rem;
      border: 1px solid transparent;
      background-color: transparent;
      background-image: linear-gradient(rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.07)), linear-gradient(253deg, #0084ff, #63b7f7);
      background-origin: padding-box, border-box;
      background-clip: padding-box, border-box;
      background-repeat: no-repeat;
}
.captcha-row[data-v-9a8e4e62] {
  width: 100%;
}

/* 验证码点击区域：子组件铺满，canvas 按容器像素绘制 */
.captcha-wrap[data-v-9a8e4e62] {
  cursor: pointer;
  height: 0.46rem;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  background: rgba(240, 240, 245, 0.92);
  border: 0px solid rgba(100, 120, 150, 0.25);
}
.captcha-wrap[data-v-9a8e4e62] .s-canvas {
  flex: 1;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  align-self: stretch;
}

/* ===== 登录按钮 ===== */
.login-btn[data-v-9a8e4e62] {
  width: 100%;
  height: 0.58rem;
  background: linear-gradient(253deg, #0084ff 0%, #63b7f7 100%);
  border-radius: 0.1rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff !important;
  line-height: 0.32rem;
  letter-spacing: 0.02rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.login-btn[data-v-9a8e4e62] span {
    line-height: 0.32rem;
    letter-spacing: 0.02rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: inherit;
    font-style: normal;
    text-transform: none;
}

/* 忘记密码：验证码下方、右对齐 */
.forgot-password-row[data-v-9a8e4e62] {
  display: flex;
  justify-content: flex-end;
  margin: 0.1rem 0 0.15rem 0;
}
.forgot-password-link[data-v-9a8e4e62] {
  font-size: 0.14rem;
  color: rgba(158, 180, 208, 0.95);
  cursor: pointer;
  transition: color 0.2s;
}
.forgot-password-link[data-v-9a8e4e62]:hover {
    color: #63b7f7;
}

/* ===== 卡片底部：左访客 / 右注册 ===== */
.card-footer-row[data-v-9a8e4e62] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.04rem;
  gap: 0.16rem;
  min-height: 0.28rem;
}
.card-footer-left[data-v-9a8e4e62] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
}
.card-footer-right[data-v-9a8e4e62] {
  flex-shrink: 0;
}
.link-item[data-v-9a8e4e62] {
  font-size: 0.14rem;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1.4;
}
.link-visitor[data-v-9a8e4e62] {
  color: rgba(255, 255, 255, 0.85);
}
.link-visitor[data-v-9a8e4e62]:hover {
    color: #fff;
}
.link-register[data-v-9a8e4e62] {
  color: #0084ff;
}
.link-register[data-v-9a8e4e62]:hover {
    color: #63b7f7;
}

/* ===== 卡片底部法律声明（隐私 + 安全漏洞政策） ===== */
.card-legal-footer[data-v-9a8e4e62] {
  margin-top: 0.2rem;
  padding-top: 0.16rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.06);
}
.legal-line[data-v-9a8e4e62] {
  margin: 0 0 0.1rem;
  font-size: 0.14rem;
  line-height: 1.55;
  text-align: left;
}
.legal-line[data-v-9a8e4e62]:last-child {
    margin-bottom: 0;
}
.legal-muted[data-v-9a8e4e62] {
  color: rgba(158, 180, 208, 0.75);
}
.legal-link[data-v-9a8e4e62] {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  cursor: pointer;
}
.legal-link[data-v-9a8e4e62]:hover {
    color: #63b7f7;
}
.legal-agree-after[data-v-9a8e4e62] {
  margin-left: 0.04rem;
}

/* ===== 底部版权：与卡片同宽，文案相对卡片底边水平居中 ===== */
.footer-bar[data-v-9a8e4e62] {
  position: relative;
  width: 100%;
  align-self: stretch;
  text-align: center;
  padding: 0.18rem 0 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.footer-icp[data-v-9a8e4e62] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #60789f;
  line-height: 0.2rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  transition: color 0.2s;
}
.footer-icp[data-v-9a8e4e62]:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* ===== 按钮覆盖（不覆盖登录/提交主按钮 login-btn 的字重） ===== */
[data-v-9a8e4e62] .el-button--primary:not(.login-btn) {
  font-weight: 600;
}

/* ===== 响应式 ===== */
@media screen and (max-width: 768px) {
.login-area[data-v-9a8e4e62] {
    justify-content: center;
    padding-right: 0;
    padding: 0.7rem 0.16rem 0.24rem;
}
.login-area-stack[data-v-9a8e4e62] {
    width: 100%;
    align-items: center;
}
.footer-bar[data-v-9a8e4e62] {
    margin-top: 0.16rem;
    padding-top: 0.12rem;
}
.card-wrapper[data-v-9a8e4e62] {
    width: 100%;
    max-width: 5.2rem;
}
.card[data-v-9a8e4e62] {
    width: 100%;
    padding: 0.36rem 0.28rem 0.24rem;
}
}

