/* =========================
登录页面开始
========================= */
.denglu-yemian { min-height:100vh; height:100vh; overflow:hidden; background:#eef2f8 url("../img/loginbg.jpg") center center / cover no-repeat; }
html { background:#eef2f8 url("../img/loginbg.jpg") center center / cover no-repeat; }
.denglu-zhuti { min-height:100vh; display:flex; align-items:center; justify-content:center; padding:32px 20px; }
.denglu-biaodan-kapian { width:min(420px, 100%); padding:44px 36px 38px; border:1px solid rgba(200, 212, 228, .8); border-radius:14px; background:rgba(255, 255, 255, .96); box-shadow:0 8px 40px rgba(12, 28, 60, .14); backdrop-filter:blur(16px); }
.denglu-pinpaixinxi { text-align:center; padding-bottom:22px; margin-bottom:26px; border-bottom:1px solid #e5ecf5; }
.denglu-pinpaixinxi-logo { width:120px; height:auto; margin:0 auto 14px; }
.denglu-pinpaixinxi-biaoti { margin:0 0 8px; font-size:22px; line-height:1.3; letter-spacing:.2px; color:#0e1d38; font-weight:700; }
.denglu-pinpaixinxi-miaoshu { margin:0; font-size:13px; line-height:1.65; color:#6a7b94; }
.denglu-biaodan { display:block; }
.denglu-shuru-zuming { display:block; margin:0 0 8px; font-size:13px; line-height:1.2; color:#1e2e48; font-weight:600; }
.denglu-shuru-kuang { position:relative; display:flex; align-items:center; width:100%; height:46px; margin:0 0 18px; border:1.5px solid #d2dce9; border-radius:8px; background:#fff; transition:border-color .2s ease, box-shadow .2s ease; }
.denglu-shuru-kuang:focus-within { border-color:#0047bd; background:#fff; box-shadow:0 0 0 3px rgba(0, 71, 189, .1); }
.denglu-shuru-kuang-yanzhengma { margin-bottom:14px; }
.denglu-shuru-tubiao { width:42px; text-align:center; color:#9dafc5; font-size:16px; }
.denglu-shuru-kongjian { flex:1; min-width:0; height:100%; border:0; outline:0; color:#182840; background:transparent; font-size:15px; }
.denglu-shuru-kongjian::placeholder { color:#adb8c8; }
.denglu-yanzhengma-anniu { height:30px; margin-right:10px; padding:0 14px; border:0; border-left:1.5px solid #dce5f0; color:#0047bd; background:transparent; font-size:13px; font-weight:600; white-space:nowrap; transition:color .2s ease; }
.denglu-yanzhengma-anniu:hover { color:#003399; }
.denglu-yanzhengma-anniu:disabled { color:#96a3b5; cursor:not-allowed; }
.denglu-cuowu-tishi { display:none; align-items:center; gap:10px; min-height:42px; margin:0 0 14px; padding:0 14px; border:1px solid #ffc5c5; border-radius:8px; background:#fff6f6; color:#e03030; font-size:13px; font-weight:600; }
.denglu-cuowu-tishi.denglu-cuowu-tishi-xianshi { display:flex; }
.denglu-cuowu-tubiao { font-size:17px; }
.denglu-tijiao-anniu { width:100%; height:46px; border:0; border-radius:8px; background:#0047bd; color:#fff; box-shadow:0 4px 16px rgba(0, 71, 189, .3); font-size:15px; font-weight:600; letter-spacing:.3px; transition:background .2s ease, transform .15s ease, box-shadow .2s ease; }
.denglu-tijiao-anniu:hover { background:#003ba0; transform:translateY(-1px); box-shadow:0 7px 20px rgba(0, 71, 189, .36); }
/* =========================
登录页面结束
========================= */

/* =========================
登录响应式开始
========================= */
@media (max-width: 768px) { .denglu-zhuti { padding:20px 16px; align-items:flex-start; } .denglu-biaodan-kapian { padding:30px 20px 24px; border-radius:12px; } .denglu-pinpaixinxi { margin-bottom:20px; padding-bottom:18px; } .denglu-pinpaixinxi-logo { width:96px; margin-bottom:12px; } .denglu-pinpaixinxi-biaoti { font-size:18px; } .denglu-pinpaixinxi-miaoshu { font-size:12px; } .denglu-shuru-zuming { font-size:12px; } .denglu-shuru-kuang { height:42px; margin-bottom:14px; } .denglu-shuru-tubiao { width:38px; } .denglu-shuru-kongjian { font-size:16px; } .denglu-yanzhengma-anniu { padding:0 10px; font-size:12px; } .denglu-tijiao-anniu { height:44px; font-size:14px; } }
@media (min-width: 1200px) { .denglu-yemian { min-height:941px; } .denglu-zhuti { min-height:941px; } }
/* =========================
登录响应式结束
========================= */
