/* 银企云联管理系统 通用样式 */
html, body { height: 100%; }
body { margin: 0; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Arial, sans-serif; background: #f2f2f2; }

/* ---------- 登录页 ---------- */
.login-wrap { display: flex; align-items: center; justify-content: center; height: 100vh; background: linear-gradient(135deg, #1e3a5f 0%, #2b5ea7 100%); }
.login-box { width: 380px; padding: 40px 38px 30px; background: #fff; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,.3); }
.login-box .login-title { text-align: center; font-size: 22px; color: #1e3a5f; margin-bottom: 6px; font-weight: 600; }
.login-box .login-sub { text-align: center; color: #999; font-size: 13px; margin-bottom: 26px; }
.login-box .layui-form-item { margin-bottom: 20px; }
.login-box .layui-input { height: 42px; }
.login-box .login-btn { width: 100%; height: 42px; letter-spacing: 4px; }

/* ---------- 后台布局 ---------- */
.layout-header { position: fixed; top: 0; left: 0; right: 0; height: 56px; background: #1e3a5f; color: #fff; z-index: 100; display: flex; align-items: center; }
.layout-header .logo { width: 220px; text-align: center; font-size: 18px; font-weight: 600; letter-spacing: 2px; }
.layout-header .header-right { margin-left: auto; padding-right: 20px; display: flex; align-items: center; gap: 16px; color: #cdd8ea; }
.layout-header .header-right a { color: #cdd8ea; }

.layout-body { display: flex; height: calc(100vh - 56px); margin-top: 56px; }
.layout-side { width: 220px; background: #25364f; overflow-y: auto; }
.layout-side .layui-nav { background: transparent; }
.layout-main { flex: 1; overflow: hidden; }
.layout-main iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- 内容页通用 ---------- */
.page-wrap { padding: 15px; background: #fff; margin: 12px; border-radius: 4px; }
.toolbar { margin-bottom: 12px; }
.search-form { padding: 12px 15px 2px; background: #fff; margin: 12px 12px 0; border-radius: 4px; }
.panel-title { font-size: 15px; color: #333; padding: 10px 0 14px; font-weight: 600; }

/* 表格标签 */
.layui-table-cell .tag { display: inline-block; padding: 1px 8px; border-radius: 3px; font-size: 12px; color: #fff; }
