
.header[data-v-5987d771] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* 两侧按比例留白，适配不同屏幕宽度 */
    padding: var(--header-padding, 20px 1.5%);
    background-image: url(/img/13b710ca3033664bc662b68497795f24.798610f1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #ddd;
    height: 100px;
    --header-height: 100px;
}
.header>p[data-v-5987d771] {
    margin: 0;
    font-size: 18px;
    color: var(--header-text-color, var(--color-text-primary));
}
.right_title[data-v-5987d771] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}
.right_title p[data-v-5987d771] {
    margin: 0;
    font-size: 14px;
    color: var(--header-text-color, var(--color-text-secondary));
    text-align: right;
}
.no-bg[data-v-5987d771] {
    background-image: none !important;
    background-color: var(--color-surface);
}


.notice-bar[data-v-7aa69e5a] { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 9999; display: flex; gap: 12px; align-items: center; padding: 10px 14px; border-radius: 8px; box-shadow: 0 6px 24px rgba(0,0,0,0.15); color: #fff; min-width: 240px; max-width: 80vw;
}
.notice-text[data-v-7aa69e5a] { flex: 1;
}
.notice-actions[data-v-7aa69e5a] { display: flex; gap: 8px;
}
.btn[data-v-7aa69e5a] { border: none; border-radius: 6px; padding: 6px 12px; cursor: pointer; background: rgba(255,255,255,0.2); color: #fff;
}
.btn.primary[data-v-7aa69e5a] { background: #409eff;
}
.btn.danger[data-v-7aa69e5a] { background: #e65b60;
}
.close[data-v-7aa69e5a] { border: none; background: transparent; color: #fff; font-size: 18px; cursor: pointer;
}
.info[data-v-7aa69e5a] { background: #34495e;
}
.success[data-v-7aa69e5a] { background: #2ecc71;
}
.warning[data-v-7aa69e5a] { background: #e6a23c;
}
.error[data-v-7aa69e5a] { background: #f56c6c;
}


.login-page[data-v-405591f2] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 24%),
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}
.hero-wrap[data-v-405591f2] {
    width: min(1440px, calc(100% - 32px));
    margin: 10px auto 0;
}
.hero-panel[data-v-405591f2] {
    border-radius: 28px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
}
.hero-copy[data-v-405591f2] {
    margin-bottom: 20px;
}
.eyebrow[data-v-405591f2] {
    margin: 0 0 10px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.hero-copy h1[data-v-405591f2] {
    margin: 0;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
}
.hero-copy p[data-v-405591f2] {
    max-width: 720px;
    margin: 12px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
}
.hero-badges[data-v-405591f2] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.hero-badges span[data-v-405591f2] {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 600;
}
.hero-grid[data-v-405591f2] {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
    gap: 20px;
    align-items: stretch;
}
.banner-card[data-v-405591f2],
.login-card[data-v-405591f2] {
    border-radius: 24px;
    overflow: hidden;
}
.banner-card[data-v-405591f2] {
    min-height: 420px;
}
.carousel[data-v-405591f2] {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #f5f7fa, #edf3fb);
    width: 100%;
    height: 100%;
    min-height: 420px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.carousel-wrapper[data-v-405591f2] {
    display: flex;
    height: 100%;
}
.carousel-item[data-v-405591f2] {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    font-size: 24px;
    height: 100%;
}
.carousel-item.clickable[data-v-405591f2] {
    cursor: pointer;
}
.carousel-placeholder[data-v-405591f2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 32px;
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(37, 99, 235, 0.12), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(241, 245, 249, 0.9));
}
.carousel-placeholder strong[data-v-405591f2] {
    color: #0f172a;
    font-size: 22px;
}
.carousel-placeholder span[data-v-405591f2] {
    margin-top: 10px;
    color: #64748b;
    font-size: 14px;
}
.carousel-img[data-v-405591f2] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
}
.carousel-indicators[data-v-405591f2] {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.indicator[data-v-405591f2] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}
.indicator.active[data-v-405591f2] {
    width: 24px;
    background-color: #2563eb;
}
.login-card[data-v-405591f2] {
    align-self: center;
    padding: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.login-head .login-tag[data-v-405591f2] {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
}
.login-head h2[data-v-405591f2] {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
}
.login-head p[data-v-405591f2] {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
}
.security-note[data-v-405591f2] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fbff;
    border: 1px solid #e5edf7;
    color: #475569;
    font-size: 13px;
    line-height: 1.6;
}
.security-dot[data-v-405591f2] {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
}
.login-form[data-v-405591f2] {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}
.login-form label[data-v-405591f2] {
    color: #334155;
    font-size: 14px;
    font-weight: 600;
}
.login-form input[data-v-405591f2] {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    font-size: 15px;
    background: #fff;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}
.login-form input[data-v-405591f2]:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}
.submit-btn[data-v-405591f2] {
    margin-top: 6px;
    width: 100%;
    padding: 13px 16px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.submit-btn[data-v-405591f2]:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
}
.submit-btn[data-v-405591f2]:disabled {
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
    box-shadow: none;
}
.login-links[data-v-405591f2] {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #94a3b8;
    font-size: 14px;
}
.login-links a[data-v-405591f2] {
    color: #2563eb;
    text-decoration: none;
}
.login-links a[data-v-405591f2]:hover {
    text-decoration: underline;
}
.notice-section[data-v-405591f2] {
    width: min(1440px, calc(100% - 32px));
    margin: 18px auto 0;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
}
.notice-header[data-v-405591f2] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.notice-header p[data-v-405591f2] {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}
.notice-title[data-v-405591f2] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}
.notice-icon[data-v-405591f2],
.horn-icon[data-v-405591f2] {
    width: 18px;
    height: 18px;
}
.notice-list[data-v-405591f2] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.notice-item[data-v-405591f2] {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #e5edf7;
    background: linear-gradient(180deg, #fff, #f8fbff);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.notice-item[data-v-405591f2]:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}
.item[data-v-405591f2] {
    display: flex;
    align-items: center;
    gap: 12px;
}
.image[data-v-405591f2] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
}
.text[data-v-405591f2] {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.announcement-pagination[data-v-405591f2] {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e5edf7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.page-btn[data-v-405591f2] {
    width: 34px;
    height: 34px;
    padding: 0;
    background: #fff;
    color: #334155;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-btn[data-v-405591f2]:hover:not(.disabled) {
    background-color: #2563eb;
    color: #fff;
    border-color: #2563eb;
}
.page-btn.disabled[data-v-405591f2] {
    background-color: #f8fafc;
    color: #cbd5e1;
    cursor: not-allowed;
}
.page-info[data-v-405591f2] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #64748b;
}
.current-page[data-v-405591f2] {
    font-weight: 700;
    color: #2563eb;
}
.footer[data-v-405591f2] {
    width: min(1440px, calc(100% - 32px));
    margin: 18px auto 24px;
    text-align: center;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    color: #64748b;
    border: 1px solid rgba(148, 163, 184, 0.16);
}
@media (max-width: 1024px) {
.hero-grid[data-v-405591f2] {
        grid-template-columns: 1fr;
}
.banner-card[data-v-405591f2],
    .carousel[data-v-405591f2] {
        min-height: 320px;
}
}
@media (max-width: 768px) {
.hero-wrap[data-v-405591f2],
    .notice-section[data-v-405591f2],
    .footer[data-v-405591f2] {
        width: min(100%, calc(100% - 16px));
}
.hero-panel[data-v-405591f2],
    .notice-section[data-v-405591f2] {
        padding: 16px;
        border-radius: 20px;
}
.login-card[data-v-405591f2] {
        padding: 20px;
}
.notice-header[data-v-405591f2] {
        flex-direction: column;
        align-items: flex-start;
}
.announcement-pagination[data-v-405591f2] {
        gap: 10px;
}
.carousel[data-v-405591f2],
    .banner-card[data-v-405591f2] {
        min-height: 240px;
}
.carousel-item[data-v-405591f2] {
        font-size: 18px;
}
.hero-badges[data-v-405591f2],
    .login-links[data-v-405591f2] {
        justify-content: flex-start;
}
}


/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
}

/* 头部样式 */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    margin-top: 0;
    height: 100px;
}
.header-banner { background-position: center; background-repeat: no-repeat; background-size: contain;
}
.header>p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.right_title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right_title p {
    margin: 2px 0;
    font-size: 14px;
    color: var(--color-text-secondary);
}

/* 主内容样式 */
.main_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    min-height: calc(100vh - 200px);
}

/* 注册容器样式 */
.register_container {
    background-color: var(--color-surface);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    padding: var(--space-4);
    width: 100%;
    max-width: 400px;
}
.register_container h1 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--color-text-primary);
    font-size: 20px;
}

/* 表单样式 */
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: var(--color-text-primary);
    font-size: 14px;
}
.form-group input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-size: 14px;
    transition: border-color 0.3s;
}
.form-group input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2);
}

/* 协议样式 */
.agreement {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}
.agreement input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
    margin-top: 2px;
    transform: scale(0.9);
}
.agreement label {
    flex: 1;
    font-size: 13px;
    color: var(--color-text-secondary);
    margin-bottom: 0;
}
.agreement a {
    color: var(--color-primary);
    text-decoration: none;
}
.agreement a:hover {
    text-decoration: underline;
}

/* 按钮样式 */
.register-btn {
    width: 100%;
    padding: 10px;
    background-color: var(--color-primary);
    color: white;
    border: 1px solid var(--color-primary);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}
.register-btn:hover { background-color: #0052a3;
}

/* 登录链接样式 */
.login-link {
    text-align: center;
    margin-top: 20px;
}
.login-link p {
    font-size: 14px;
    color: var(--color-text-secondary);
}
.login-link a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}
.login-link a:hover {
    text-decoration: underline;
}

/* 页脚样式 */
.footer {
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: var(--color-surface);
    color: var(--color-text-secondary);
    font-size: 14px;
}


.sidebar[data-v-bc1f36b0] {
  width: 250px;
  background: linear-gradient(to bottom, #eaf4ff 0%, #d6eaff 50%, #c7e0ff 100%);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 20px;
  height: auto;
  min-height: calc(100vh - var(--header-height, 100px) - 40px);
  z-index: 100;
}
.nav-list[data-v-bc1f36b0] {
  list-style: none;
  position: relative;
}
.nav-item[data-v-bc1f36b0] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  position: relative;
  min-height: 60px;
}
.nav-item[data-v-bc1f36b0]:last-child {
  border-bottom: none;
}
.nav-title[data-v-bc1f36b0] {
  padding: 20px;
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
  background-color: transparent;
  /* 与侧栏盒子背景统一：透出渐变 */
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 300ms ease-out, margin-bottom 300ms ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 60px;
  font-size: 16px;
  box-sizing: border-box;
}
.toggle-icon[data-v-bc1f36b0] {
  font-size: 12px;
  transition: transform 0.3s;
  transform: rotate(0deg);
}
.toggle-icon.expanded[data-v-bc1f36b0] {
  transform: rotate(180deg);
}
.nav-title[data-v-bc1f36b0]:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
.sub-nav[data-v-bc1f36b0] {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.5);
  /* 容器半透明 */
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.08);
  width: 100%;
  box-sizing: border-box;
  height: 240px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: opacity 300ms ease-out, max-height 300ms ease-out, padding 300ms ease-out, top 300ms ease-out;
}
.nav-item.expanded .nav-title[data-v-bc1f36b0] {
  transform: translateY(8px);
}
.nav-item.expanded .sub-nav[data-v-bc1f36b0] {
  top: calc(100% + 8px);
}
.sub-nav.expanded[data-v-bc1f36b0] {
  opacity: 1;
  max-height: 240px;
  padding: 5px;
  pointer-events: auto;
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.12);
}
.sub-nav-item[data-v-bc1f36b0] {
  padding: 16px 20px 16px 40px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 5;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 15px;
  min-height: 56px;
  background-color: var(--color-surface);
  border-bottom: 1px solid rgba(16, 24, 40, 0.06);
}
.sub-nav-item[data-v-bc1f36b0]:hover {
  background-color: #f1f5ff;
  color: var(--color-secondary);
}
.sub-nav-item.active[data-v-bc1f36b0] {
  background-color: #e6f0ff;
  color: var(--color-secondary);
  font-weight: var(--font-weight-bold);
}

/* 触控反馈 */
.nav-title[data-v-bc1f36b0]:active {
  background-color: rgba(255, 255, 255, 0.25);
}
.sub-nav-item[data-v-bc1f36b0]:active {
  background-color: #eaf1ff;
}

/* 覆盖为流式展开，不遮挡其他一级菜单 */
.nav-item.expanded .nav-title[data-v-bc1f36b0] {
  margin-bottom: 8px;
  transform: none;
}
.sub-nav[data-v-bc1f36b0] {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  height: auto;
  overflow: visible;
}
.sub-nav.expanded[data-v-bc1f36b0] {
  opacity: 1;
  max-height: 999px;
  padding: 5px;
  pointer-events: auto;
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.12);
}
.nav-item.expanded .sub-nav[data-v-bc1f36b0] {
  top: auto !important;
}
@media (max-width: 768px) {
.sidebar[data-v-bc1f36b0] {
    width: 100%;
    position: static;
    top: auto;
    min-height: auto;
}
}


.file-list h3[data-v-7986efaf] {
  color: #0066cc;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0066cc;
}
.file-date[data-v-7986efaf] {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}
.file-content[data-v-7986efaf] {
  line-height: 1.8;
}
.file-content h4[data-v-7986efaf] {
  color: #333;
  font-size: 16px;
  margin: 20px 0 10px;
}
.file-content p[data-v-7986efaf] {
  margin-bottom: 15px;
}
.file-content ol[data-v-7986efaf] {
  margin-left: 20px;
  margin-bottom: 15px;
}
.file-content li[data-v-7986efaf] {
  margin-bottom: 8px;
}
.pagination[data-v-7986efaf] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  gap: 8px;
}
.pagination span[data-v-7986efaf] {
  padding: 8px 12px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s;
}
.pagination span[data-v-7986efaf]:hover {
  border-color: #0066cc;
  color: #0066cc;
}
.pagination .page.active[data-v-7986efaf] {
  background-color: #0066cc;
  color: white;
  border-color: #0066cc;
}


.section-list[data-v-38815630] {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  width: 100%;
}
.layout[data-v-38815630] {
  display: block;
}
.title-list[data-v-38815630] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.title-item[data-v-38815630] {
  width: 100%;
  padding: 12px 16px;
  cursor: pointer;
  color: var(--color-text-primary);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
  transition: all .2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.title-item[data-v-38815630]:first-child {
  padding-top: 12px;
}
.title-item[data-v-38815630]:hover {
  border-color: var(--color-primary);
  box-shadow: 0 6px 12px rgba(16, 24, 40, 0.08);
  transform: translateY(-1px);
}
.title-item.active[data-v-38815630] {
  border-color: var(--color-primary);
  background: #f0f7ff;
  font-weight: var(--font-weight-bold);
}
.item-title[data-v-38815630] {
  flex: 1;
  margin-right: 12px;
}
.upload-time[data-v-38815630] {
  color: #6b7280;
  font-size: 12px;
  white-space: nowrap;
}
.list-toolbar[data-v-38815630] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0 8px;
}
.list-tag[data-v-38815630] {
  display: inline-block;
  font-size: 12px;
  color: var(--color-secondary);
  background: #eef2ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 4px 10px;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
}
.btn-back[data-v-38815630] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
  transition: background-color .15s ease, transform .15s ease;
}
.btn-back[data-v-38815630]:hover {
  background: #0052a3;
  transform: translateY(-1px);
}
.btn-back[data-v-38815630]:active {
  transform: translateY(0);
}
.detail[data-v-38815630] {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-full[data-v-38815630] {
  width: 100%;
  height: calc(100vh - 140px);
}
.detail-image[data-v-38815630] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-image-full[data-v-38815630] {
  width: 100%;
  height: 100%;
}
.detail-html[data-v-38815630] {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 16px;
  background: var(--color-surface);
  box-sizing: border-box;
}
.detail-html[data-v-38815630] {
  font-family: var(--font-family-sans);
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text-primary);
}
.detail-html p[data-v-38815630] {
  margin: 0.6em 0;
}
.detail-html h1[data-v-38815630] {
  font-size: 1.8em;
  margin: 0.8em 0 0.5em;
  font-weight: 700;
}
.detail-html h2[data-v-38815630] {
  font-size: 1.6em;
  margin: 0.8em 0 0.5em;
  font-weight: 700;
}
.detail-html h3[data-v-38815630] {
  font-size: 1.4em;
  margin: 0.8em 0 0.5em;
  font-weight: 700;
}
.detail-html h4[data-v-38815630],
.detail-html h5[data-v-38815630],
.detail-html h6[data-v-38815630] {
  margin: 0.8em 0 0.5em;
  font-weight: 700;
}
.detail-html img[data-v-38815630] {
  max-width: 100%;
  height: auto;
}
.detail-html table[data-v-38815630] {
  width: 100%;
  border-collapse: collapse;
}
.detail-html th[data-v-38815630],
.detail-html td[data-v-38815630] {
  border: 1px solid var(--color-border);
  padding: 6px;
}
.detail-html ol[data-v-38815630],
.detail-html ul[data-v-38815630] {
  padding-left: 2em;
  margin: 0.6em 0;
}
.detail-html li[data-v-38815630] {
  margin: 0.4em 0;
}
.detail-html blockquote[data-v-38815630] {
  border-left: 3px solid var(--color-border);
  margin: 0.8em 0;
  padding-left: 1em;
  color: var(--color-text-secondary);
}
.detail-html pre[data-v-38815630],
.detail-html code[data-v-38815630] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: #f8fafc;
  border-radius: var(--radius-sm);
  padding: 6px;
}
.detail-html a[data-v-38815630] {
  color: #2563eb;
  text-decoration: underline;
}
.detail-html u[data-v-38815630] {
  text-decoration: underline;
}
.detail-html [style*="text-decoration:underline"][data-v-38815630] {
  text-decoration: underline !important;
}
.detail-html .mce-text-left[data-v-38815630] {
  text-align: left;
}
.detail-html .mce-text-center[data-v-38815630] {
  text-align: center;
}
.detail-html .mce-text-right[data-v-38815630] {
  text-align: right;
}
.detail-html .mce-text-justify[data-v-38815630] {
  text-align: justify;
}
.detail-html .align-left[data-v-38815630] {
  text-align: left;
}
.detail-html .align-center[data-v-38815630] {
  text-align: center;
}
.detail-html .align-right[data-v-38815630] {
  text-align: right;
}
.detail-html .align-justify[data-v-38815630] {
  text-align: justify;
}
.detail-html [style*="text-align:left"][data-v-38815630] {
  text-align: left !important;
}
.detail-html [style*="text-align:center"][data-v-38815630] {
  text-align: center !important;
}
.detail-html [style*="text-align:right"][data-v-38815630] {
  text-align: right !important;
}
.detail-html [style*="text-align:justify"][data-v-38815630] {
  text-align: justify !important;
}
.detail-html img.align-left[data-v-38815630],
.detail-html img.alignleft[data-v-38815630] {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.detail-html img.align-center[data-v-38815630],
.detail-html img.aligncenter[data-v-38815630] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.detail-html img.align-right[data-v-38815630],
.detail-html img.alignright[data-v-38815630] {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.placeholder[data-v-38815630] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-primary);
  font-size: 28px;
}
.error[data-v-38815630] {
  margin-top: 8px;
  color: #d93025;
}

/* 分页样式 */
.pagination[data-v-38815630] {
  margin-top: 20px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.page-btn[data-v-38815630] {
  padding: 6px 14px;
  background-color: #f8f9fa;
  color: var(--color-text-primary);
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s ease;
}
.page-btn[data-v-38815630]:hover:not(:disabled) {
  background-color: #e9ecef;
}
.page-btn[data-v-38815630]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .page-current[data-v-38815630] {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1677ff;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
.page-info[data-v-38815630] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--color-text-secondary);
}
.page-select[data-v-38815630] {
  padding: 2px 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  margin: 0 2px;
}
.page-size-select[data-v-38815630] {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}
.pagination-total[data-v-38815630] {
  color: var(--color-text-secondary);
  font-size: 13px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.pagination[data-v-38815630] {
    gap: 8px;
}
.page-btn[data-v-38815630] {
    padding: 5px 10px;
    font-size: 12px;
}
.page-info[data-v-38815630] {
    font-size: 12px;
}
}
@media (max-width: 768px) {
.detail-full[data-v-38815630] {
    height: auto;
    min-height: 50vh;
}
}


.exam-table[data-v-7e16a03e] {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--space-4);
  background-color: var(--color-surface);
  box-shadow: var(--shadow-sm);
}
.exam-table th[data-v-7e16a03e],
.exam-table td[data-v-7e16a03e] {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.exam-table th[data-v-7e16a03e] { background-color: #f5f9ff; color: var(--color-primary); font-weight: var(--font-weight-bold);
}
.exam-table tr[data-v-7e16a03e]:hover {
  background-color: #f9f9f9;
}
.exam-title[data-v-7e16a03e] { color: var(--color-primary); cursor: pointer;
}
.exam-title[data-v-7e16a03e]:hover {
  text-decoration: underline;
}
.status-tag[data-v-7e16a03e] {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.status-tag.status-active[data-v-7e16a03e] { background-color: #e6f7ff; color: #1890ff;
}
.status-tag.status-ended[data-v-7e16a03e] { background-color: #f6ffed; color: var(--color-success);
}
.status-tag.status-processing[data-v-7e16a03e] { background-color: #fff7e6; color: var(--color-accent);
}
.btn-register[data-v-7e16a03e] { background-color: var(--color-primary); color: #fff; border: 1px solid var(--color-primary); padding: 6px 16px; border-radius: var(--radius-sm); cursor: pointer; font-size: 14px; transition: background-color 0.2s;
}
.btn-register[data-v-7e16a03e]:hover:not(:disabled) { background-color: #0052a3;
}
.btn-register.btn-disabled[data-v-7e16a03e],
.btn-register[data-v-7e16a03e]:disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}
.btn-register.btn-disabled[data-v-7e16a03e]:hover,
.btn-register[data-v-7e16a03e]:disabled:hover {
  background-color: #ccc;
}


/* ========== 主容器 ========== */
.exam-registration[data-v-0e513f64] {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
}

/* ========== 表单容器 ========== */
.sheet-form[data-v-0e513f64] {
  width: 100%;
}

/* ========== 标题样式 ========== */
.sheet-title[data-v-0e513f64] {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px;
  padding-bottom: 16px;
  border-bottom: 2px solid #3b82f6;
}
.sheet-subtitle[data-v-0e513f64] {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 24px;
}
.upload-title[data-v-0e513f64] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #3b82f6;
  text-align: center;
}

/* ========== 预填充提示 ========== */
.prefill-note[data-v-0e513f64] {
  margin: 0 0 20px;
  padding: 12px 16px;
  font-size: 14px;
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  text-align: center;
}
.prefill-note.reject-note[data-v-0e513f64] {
  color: #991b1b;
  background: #fee2e2;
  border-color: #fca5a5;
}

/* ========== 表格样式 ========== */
.sheet-table[data-v-0e513f64] {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
  border: 1px solid #e5e7eb;
}
.sheet-table td[data-v-0e513f64] {
  border: 1px solid #e5e7eb;
  padding: 12px 16px;
  vertical-align: middle;
  text-align: left;
}

/* 分组标题列 - 蓝色竖排 */
.sheet-table .th[data-v-0e513f64] {
  background: #3b82f6;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 70px;
  min-width: 70px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 3px;
}

/* 字段名列 - 统一宽度和对齐 */
.sheet-table td[data-v-0e513f64]:not(.th):first-of-type,
.sheet-table tr td[data-v-0e513f64]:nth-child(2):not(.th) {
  width: 90px;
  min-width: 90px;
  text-align: right;
  font-weight: 500;
  color: #374151;
  background: #f9fafb;
  padding-right: 16px;
  white-space: nowrap;
}

/* 内容列 */
.sheet-table td[colspan][data-v-0e513f64] {
  background: #fff;
  text-align: left;
}

/* ========== 输入框样式 ========== */
.sheet-form input[type="text"][data-v-0e513f64],
.sheet-form input[type="tel"][data-v-0e513f64],
.sheet-form input[type="number"][data-v-0e513f64],
.sheet-form select[data-v-0e513f64],
.sheet-form textarea[data-v-0e513f64] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  color: #1f2937;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sheet-form input[data-v-0e513f64]:focus,
.sheet-form select[data-v-0e513f64]:focus,
.sheet-form textarea[data-v-0e513f64]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.sheet-form select[data-v-0e513f64] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%236b7280%27 d=%27M6 8L2 4h8z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.sheet-form textarea[data-v-0e513f64] {
  min-height: 80px;
  resize: vertical;
}

/* 查看模式文本 */
.sheet-table td span[data-v-0e513f64] {
  display: block;
  color: #1f2937;
  padding: 8px 0;
}

/* ========== 邮箱输入 ========== */
.email-input-wrapper[data-v-0e513f64] {
  width: 100%;
}
.email-input[data-v-0e513f64] {
  width: 100%;
  margin-bottom: 8px;
}
.email-quick-btns[data-v-0e513f64] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.quick-domain-btn[data-v-0e513f64] {
  padding: 4px 10px;
  font-size: 12px;
  color: #3b82f6;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.quick-domain-btn[data-v-0e513f64]:hover {
  background: #dbeafe;
  border-color: #93c5fd;
}

/* ========== 工作经历 ========== */
.work-experience-display[data-v-0e513f64] {
  padding: 8px 0;
}
.experience-line[data-v-0e513f64] {
  margin: 4px 0;
  color: #374151;
}

/* ========== 上传卡片 ========== */
.upload-card[data-v-0e513f64] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  background: #f9fafb;
  cursor: pointer;
  transition: all 0.2s;
}
.upload-card[data-v-0e513f64]:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}
.upload-placeholder[data-v-0e513f64] {
  text-align: center;
}
.upload-icon[data-v-0e513f64] {
  font-size: 28px;
  color: #9ca3af;
  display: block;
  margin-bottom: 4px;
}
.upload-card:hover .upload-icon[data-v-0e513f64] {
  color: #3b82f6;
}
.upload-text[data-v-0e513f64] {
  font-size: 13px;
  color: #6b7280;
}
.upload-card:hover .upload-text[data-v-0e513f64] {
  color: #3b82f6;
}
.preview-image[data-v-0e513f64],
.existing-image[data-v-0e513f64] {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.preview-image img[data-v-0e513f64],
.existing-image img[data-v-0e513f64] {
  max-width: 140px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.upload-card .remove-btn[data-v-0e513f64] {
  position: absolute;
  top: -8px;
  right: calc(50% - 78px);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-card .remove-btn[data-v-0e513f64]:hover {
  background: #dc2626;
}

/* ========== 其他附件 ========== */
.other-attachments[data-v-0e513f64] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachment-item[data-v-0e513f64] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.attachment-item.existing[data-v-0e513f64] {
  background: #f0fdf4;
  border-color: #86efac;
}
.attachment-item .file-name[data-v-0e513f64] {
  font-size: 13px;
  color: #374151;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attachment-item .remove-btn[data-v-0e513f64] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fee2e2;
  color: #ef4444;
  border: none;
  cursor: pointer;
  margin-left: 8px;
}
.attachment-item .remove-btn[data-v-0e513f64]:hover {
  background: #ef4444;
  color: #fff;
}
.other-attachments input[type="file"][data-v-0e513f64] {
  margin-top: 8px;
  font-size: 13px;
}

/* ========== 查看附件 ========== */
.view-attachments[data-v-0e513f64] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.view-attachments .attachment-item[data-v-0e513f64] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.view-attachments .download-btn[data-v-0e513f64] {
  padding: 6px 14px;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.view-attachments .download-btn[data-v-0e513f64]:hover {
  background: #2563eb;
}
.view-image[data-v-0e513f64] {
  text-align: center;
}
.view-image img[data-v-0e513f64] {
  max-width: 140px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ========== 按钮样式 ========== */
.form-actions[data-v-0e513f64] {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
.btn-action[data-v-0e513f64] {
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-primary[data-v-0e513f64] {
  background: #3b82f6;
  color: #fff;
  border: none;
}
.btn-primary[data-v-0e513f64]:hover:not(:disabled) {
  background: #2563eb;
}
.btn-primary[data-v-0e513f64]:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
.btn-secondary[data-v-0e513f64] {
  background: #fff;
  color: #374151;
  border: 1px solid #d1d5db;
}
.btn-secondary[data-v-0e513f64]:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

/* ========== 准考证样式 ========== */
.ticket-view[data-v-0e513f64] {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 24px;
}
.ticket-header[data-v-0e513f64] {
  text-align: center;
  margin-bottom: 24px;
}
.ticket-title[data-v-0e513f64] {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
.company-name[data-v-0e513f64] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.exam-year[data-v-0e513f64] {
  font-size: 15px;
  color: #374151;
}
.personal-info[data-v-0e513f64] {
  margin-bottom: 24px;
}
.info-row[data-v-0e513f64] {
  display: flex;
  margin-bottom: 8px;
}
.info-item[data-v-0e513f64] {
  flex: 1;
}
.info-item.full-width[data-v-0e513f64] {
  flex: 1 0 100%;
}
.info-label[data-v-0e513f64] {
  font-weight: 600;
  min-width: 90px;
  display: inline-block;
}
.info-value[data-v-0e513f64] {
  color: #1f2937;
}
.ticket-reminder[data-v-0e513f64] {
  text-align: center;
  margin-bottom: 24px;
  color: #374151;
}
.ticket-reminder p[data-v-0e513f64] {
  margin: 4px 0;
}
.examinee-notice[data-v-0e513f64] {
  margin-top: 32px;
}
.examinee-notice h3[data-v-0e513f64] {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
}
.examinee-notice ol[data-v-0e513f64] {
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #374151;
}
.ticket-actions[data-v-0e513f64] {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

/* ========== 空状态 ========== */
.empty-state[data-v-0e513f64] {
  text-align: center;
  padding: 48px;
  color: #6b7280;
}

/* ========== 打印样式 ========== */
@media print {
.prefill-note[data-v-0e513f64],
  .form-actions[data-v-0e513f64],
  .ticket-actions[data-v-0e513f64],
  .attachment-table[data-v-0e513f64],
  .upload-title[data-v-0e513f64],
  .upload-card[data-v-0e513f64],
  input[type="file"][data-v-0e513f64] {
    display: none !important;
}
.exam-registration[data-v-0e513f64] {
    padding: 0 !important;
    max-width: 100% !important;
}
}


.ticket-page[data-v-19ce64e5] {
  padding: 16px;
}
.page-header[data-v-19ce64e5] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.page-header h3[data-v-19ce64e5] {
  color: #0066cc;
  margin: 0;
}
.meta[data-v-19ce64e5] {
  color: #888;
}
.btn-back[data-v-19ce64e5] {
  margin-left: auto;
  background: #f0f0f0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  cursor: pointer;
}
.content[data-v-19ce64e5] {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
}
.content-actions[data-v-19ce64e5] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.empty[data-v-19ce64e5] {
  color: #666;
  padding: 16px;
}
.simple-table[data-v-19ce64e5] {
  width: 100%;
  border-collapse: collapse;
}
.simple-table th[data-v-19ce64e5],
.simple-table td[data-v-19ce64e5] {
  border-bottom: 1px solid #eee;
  padding: 8px;
  text-align: left;
}

/* 仅用于打印：隐藏页头与操作区，仅展示准考证主体 */
@media print {
.page-header[data-v-19ce64e5],
  .content-actions[data-v-19ce64e5],
  .simple-table[data-v-19ce64e5],
  .empty[data-v-19ce64e5],
  .pagination[data-v-19ce64e5] {
    display: none !important;
}
.ticket-page[data-v-19ce64e5] {
    padding: 0 !important;
}
.content[data-v-19ce64e5] {
    padding: 0 !important;
    border-radius: 0 !important;
}
}

/* 分页样式 */
.pagination[data-v-19ce64e5] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.pagination .pagination-total[data-v-19ce64e5] {
  color: #666;
  font-size: 14px;
}
.pagination .page-size-select[data-v-19ce64e5] {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.pagination .btn-page[data-v-19ce64e5] {
  padding: 6px 12px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.pagination .btn-page[data-v-19ce64e5]:hover:not(:disabled) {
  background: #e9ecef;
}
.pagination .btn-page[data-v-19ce64e5]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .page-current[data-v-19ce64e5] {
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #1677ff;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
.pagination .page-info[data-v-19ce64e5] {
  font-size: 13px;
  color: #666;
}


.score-query[data-v-39cd2cb1] {
  padding: 20px;
}
.title[data-v-39cd2cb1] {
  margin: 0 0 16px;
  font-size: 18px;
  color: var(--color-primary);
}
.section-title[data-v-39cd2cb1] {
  margin: 20px 0 12px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}
.pending-section[data-v-39cd2cb1] {
  margin-top: 30px;
}
.filters[data-v-39cd2cb1] {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.input[data-v-39cd2cb1] {
  padding: 8px 12px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  min-width: 140px;
}
.btn[data-v-39cd2cb1] {
  padding: 8px 16px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.btn[data-v-39cd2cb1]:hover {
  opacity: 0.9;
}
.hint[data-v-39cd2cb1] {
  color: var(--color-text-secondary);
  padding: 20px 0;
  text-align: center;
}
.error[data-v-39cd2cb1] {
  color: var(--color-danger);
  padding: 20px 0;
  text-align: center;
}

/* 表格样式优化 */
.score-table[data-v-39cd2cb1] {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  table-layout: fixed;
}
.score-table th[data-v-39cd2cb1],
.score-table td[data-v-39cd2cb1] {
  border-bottom: 1px solid var(--color-border);
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
.score-table th[data-v-39cd2cb1] {
  background: #f5f9ff;
  color: var(--color-primary);
  font-weight: 600;
  white-space: nowrap;
}
.score-table tbody tr[data-v-39cd2cb1]:hover {
  background-color: #fafafa;
}

/* 我的成绩表格列宽（4列：考试名称、考试时间、我的分数、各科成绩） */
.score-table th[data-v-39cd2cb1]:nth-child(1),
.score-table td[data-v-39cd2cb1]:nth-child(1) {
  width: 18%;
  text-align: left;
}
.score-table th[data-v-39cd2cb1]:nth-child(2),
.score-table td[data-v-39cd2cb1]:nth-child(2) {
  width: 28%;
  text-align: left;
}
.score-table th[data-v-39cd2cb1]:nth-child(3),
.score-table td[data-v-39cd2cb1]:nth-child(3) {
  width: 14%;
}
.score-table th[data-v-39cd2cb1]:nth-child(4),
.score-table td[data-v-39cd2cb1]:nth-child(4) {
  width: 40%;
}
.score[data-v-39cd2cb1] {
  color: var(--color-focus, #1890ff);
  font-size: 16px;
}
.subject-scores[data-v-39cd2cb1] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.subject-item[data-v-39cd2cb1] {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f5f9ff;
  color: #334155;
}

/* 待出成绩表格列宽（4列）- 与上方表格前两列对齐 */
.pending-table th[data-v-39cd2cb1]:nth-child(1),
.pending-table td[data-v-39cd2cb1]:nth-child(1) {
  width: 10%;
  text-align: left;
}
.pending-table th[data-v-39cd2cb1]:nth-child(2),
.pending-table td[data-v-39cd2cb1]:nth-child(2) {
  width: 22%;
  text-align: left;
}
.pending-table th[data-v-39cd2cb1]:nth-child(3),
.pending-table td[data-v-39cd2cb1]:nth-child(3) {
  width: 34%;
}
.pending-table th[data-v-39cd2cb1]:nth-child(4),
.pending-table td[data-v-39cd2cb1]:nth-child(4) {
  width: 34%;
}

/* 分页样式 */
.pagination[data-v-39cd2cb1] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}
.pagination .pagination-total[data-v-39cd2cb1] {
  color: var(--color-text-secondary);
  font-size: 14px;
}
.pagination .page-size-select[data-v-39cd2cb1] {
  padding: 6px 10px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  font-size: 14px;
}
.pagination .btn-page[data-v-39cd2cb1] {
  padding: 6px 12px;
  background: #f5f5f5;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.pagination .btn-page[data-v-39cd2cb1]:hover:not(:disabled) {
  background: #e9ecef;
}
.pagination .btn-page[data-v-39cd2cb1]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .page-current[data-v-39cd2cb1] {
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #1677ff;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
.pagination .page-info[data-v-39cd2cb1] {
  font-size: 13px;
  color: var(--color-text-secondary);
}


.personal-center[data-v-713d3b88] {
  width: 100%;
}
.center-content[data-v-713d3b88] {
  flex: 1;
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.center-content h4[data-v-713d3b88] {
  margin: 0 0 20px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.info-section[data-v-713d3b88],
.form-section[data-v-713d3b88],
.instruction-section[data-v-713d3b88] {
  padding: 10px 0;
}
.instruction-section[data-v-713d3b88] {
  line-height: 1.8;
}
.instruction-section p[data-v-713d3b88] {
  margin-bottom: 15px;
  color: #333;
}
.instruction-section ol[data-v-713d3b88] {
  padding-left: 20px;
  margin-bottom: 15px;
}
.instruction-section li[data-v-713d3b88] {
  margin-bottom: 10px;
  color: #666;
}
.info-table[data-v-713d3b88],
.form-table[data-v-713d3b88] {
  width: 100%;
  border-collapse: collapse;
}
.info-table th[data-v-713d3b88],
.info-table td[data-v-713d3b88],
.form-table th[data-v-713d3b88],
.form-table td[data-v-713d3b88] {
  padding: 12px;
  border: 1px solid #e0e0e0;
  text-align: left;
}
.edit-icon[data-v-713d3b88] {
  color: #0066cc;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  transition: color 0.3s;
}
.edit-icon[data-v-713d3b88]:hover {
  color: #0052a3;
}
.hint-text[data-v-713d3b88] {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.edit-field[data-v-713d3b88] {
  position: relative;
  display: flex;
  flex-direction: column;
}
.edit-field input[data-v-713d3b88],
.edit-field select[data-v-713d3b88] {
  width: 300px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.error-msg[data-v-713d3b88] {
  color: #ff4d4f;
  font-size: 12px;
  margin-top: 5px;
}
.edit-actions[data-v-713d3b88] {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.info-table th[data-v-713d3b88],
.form-table th[data-v-713d3b88] {
  background-color: #f5f9ff;
  color: #0066cc;
  font-weight: bold;
  width: 120px;
}
.form-table input[type="text"][data-v-713d3b88],
.form-table input[type="password"][data-v-713d3b88] {
  width: 300px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.form-table td[data-v-713d3b88] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-send-code[data-v-713d3b88] {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.btn-send-code[data-v-713d3b88]:hover {
  background-color: #0052a3;
}
.form-actions[data-v-713d3b88] {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.btn-cancel[data-v-713d3b88] {
  background-color: #f5f5f5;
  color: #666;
  border: 1px solid #ddd;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}
.btn-cancel[data-v-713d3b88]:hover {
  background-color: #e5e5e5;
}
.btn-submit[data-v-713d3b88] {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.btn-submit[data-v-713d3b88]:hover {
  background-color: #0052a3;
}


.exam-info h3[data-v-6c735275] {
  color: #0066cc;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0066cc;
}
.file-date[data-v-6c735275] {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}
.info-container[data-v-6c735275] {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.info-container h4[data-v-6c735275] {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
  width: 100%;
}
.photo-container[data-v-6c735275] {
  flex-shrink: 0;
}
.payment-section[data-v-6c735275] {
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.clickable[data-v-6c735275] { cursor: pointer; color: var(--color-primary);
}
.clickable[data-v-6c735275]:hover { text-decoration: underline;
}
.payment-header[data-v-6c735275] { display: flex; align-items: center; justify-content: space-between;
}
.payment-section h4[data-v-6c735275] { color: #333; font-size: 16px; margin: 0;
}
.exam-title[data-v-6c735275] { margin: 12px 0 8px; color: #333;
}
.payment-info[data-v-6c735275] {
  margin-bottom: 20px;
}
.payment-info p[data-v-6c735275] {
  margin-bottom: 10px;
}
.payment-hint[data-v-6c735275] {
  color: #666;
  font-size: 14px;
}
.payment-qr-codes[data-v-6c735275] {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.qr-code-item[data-v-6c735275] {
  text-align: center;
}
.qr-code-title[data-v-6c735275] {
  margin-bottom: 10px;
  font-weight: 500;
}
.qr-code[data-v-6c735275] {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-code img[data-v-6c735275] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.qr-hint[data-v-6c735275] {
  color: #999;
  font-size: 14px;
}
.payment-tips[data-v-6c735275] {
  margin-top: 20px;
}
.payment-tips h5[data-v-6c735275] {
  margin-bottom: 10px;
  font-size: 14px;
}
.payment-tips ul[data-v-6c735275] {
  margin-left: 20px;
}
.payment-tips li[data-v-6c735275] {
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}

/* 付款截图展示美化 */
.receipts[data-v-6c735275] { margin-top: 12px;
}
.receipt-list[data-v-6c735275] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.receipt-item[data-v-6c735275] {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.receipt-item[data-v-6c735275]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}
.receipt-item img[data-v-6c735275] {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: zoom-in;
}
.receipt-time[data-v-6c735275] {
  padding: 8px;
  font-size: 12px;
  color: #666;
  text-align: center;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.status-tag[data-v-6c735275] {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}
.status-pending[data-v-6c735275] {
  background-color: #fff7e6;
  color: #fa8c16;
}
.status-approved[data-v-6c735275] {
  background-color: #f6ffed;
  color: #52c41a;
}
.simple-table[data-v-6c735275] {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
.simple-table th[data-v-6c735275],
.simple-table td[data-v-6c735275] {
  padding: 8px 10px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.simple-table th[data-v-6c735275] {
  background-color: #f5f9ff;
  color: #0066cc;
}
.btn-action[data-v-6c735275] { margin-right: 8px; padding: 6px 10px; border-radius: 4px; cursor: pointer; font-size: 12px;
}
.btn-primary[data-v-6c735275] { background-color: #0066cc; color: #fff; border: none;
}
.btn-secondary[data-v-6c735275] { background-color: #f0f0f0; color: #333; border: 1px solid #ddd;
}

/* 轻量弹窗样式 */
.modal-mask[data-v-6c735275] {
  position: fixed;
  z-index: 9998;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper[data-v-6c735275] { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.modal-container[data-v-6c735275] {
  width: 520px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-container.wide[data-v-6c735275] { width: 720px;
}
.modal-header[data-v-6c735275] { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px solid #eee; font-weight: 600;
}
.modal-close[data-v-6c735275] { background: none; border: none; font-size: 18px; cursor: pointer;
}
.modal-body[data-v-6c735275] { padding: 12px 16px;
}
.modal-body p[data-v-6c735275] { margin: 8px 0;
}
.modal-footer[data-v-6c735275] { padding: 12px 16px; border-top: 1px solid #eee; text-align: right;
}

/* 原生 dialog 弹窗样式 */
dialog.modal[data-v-6c735275] { border: none; padding: 0; border-radius: 6px;
}
dialog.modal[data-v-6c735275]::backdrop { background-color: rgba(0,0,0,0.4);
}

/* 图片预览样式 */
.image-preview[data-v-6c735275] {
  position: relative;
  max-width: 80vw;
  max-height: 80vh;
  background: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-preview img[data-v-6c735275] {
  max-width: 100%;
  max-height: 100%;
}
.image-preview .modal-close[data-v-6c735275] {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
}

/* 统一 lightbox 弹窗区域 */
.lightbox-main[data-v-6c735275] { display: flex; align-items: center; justify-content: center; background: #000; border-radius: 8px; height: 360px;
}
.lightbox-main img[data-v-6c735275] { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain;
}
.lightbox-controls[data-v-6c735275] { display: flex; gap: 8px; margin: 10px 0;
}
.lightbox-thumbs[data-v-6c735275] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.lightbox-thumbs .thumb[data-v-6c735275] { border: 1px solid #eee; border-radius: 6px; overflow: hidden; background: #fff; cursor: pointer;
}
.lightbox-thumbs .thumb.active[data-v-6c735275] { border-color: #0066cc; box-shadow: 0 0 0 2px rgba(0,102,204,0.2);
}
.lightbox-thumbs .thumb img[data-v-6c735275] { width: 100%; height: 100px; -o-object-fit: cover; object-fit: cover; display: block;
}
.lightbox-thumbs .thumb .receipt-time[data-v-6c735275] { font-size: 12px; color: #666; padding: 6px;
}

/* 分页样式 */
.pagination[data-v-6c735275] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.pagination .pagination-total[data-v-6c735275] {
  color: #666;
  font-size: 14px;
}
.pagination .page-size-select[data-v-6c735275] {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.pagination .btn-page[data-v-6c735275] {
  padding: 6px 12px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.pagination .btn-page[data-v-6c735275]:hover:not(:disabled) {
  background: #e9ecef;
}
.pagination .btn-page[data-v-6c735275]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .page-current[data-v-6c735275] {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1677ff;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
.pagination .page-info[data-v-6c735275] {
  font-size: 13px;
  color: #666;
}


.home-page[data-v-30e76152] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 24%),
        radial-gradient(circle at top right, rgba(15, 23, 42, 0.08), transparent 20%),
        linear-gradient(180deg, #f6f9ff 0%, #eef3fb 100%);
}
.main-content[data-v-30e76152] {
    display: flex;
    margin: 20px 0;
    gap: 20px;
    padding: 0 20px 24px;
}
.dashboard-grid[data-v-30e76152] {
    align-items: flex-start;
}
.content[data-v-30e76152] {
    flex: 1;
    padding: 20px;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.7);
    min-height: calc(100vh - var(--header-height, 100px) - 40px);
    height: auto;
    overflow: visible;
    backdrop-filter: blur(14px);
}
.module-panel[data-v-30e76152] {
    display: grid;
    gap: 16px;
}
.panel-head[data-v-30e76152] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.panel-head h2[data-v-30e76152] {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
}
.panel-head p[data-v-30e76152] {
    margin: 6px 0 0;
    color: #64748b;
}
.panel-actions[data-v-30e76152] {
    display: flex;
    gap: 10px;
}
.exam-toolbar[data-v-30e76152] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid rgba(148, 163, 184, 0.16);
}
.exam-search[data-v-30e76152] {
    flex: 1 1 260px;
    padding: 10px 12px;
    border: 1px solid #dbe3f0;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.exam-search[data-v-30e76152]:focus,
.exam-select[data-v-30e76152]:focus,
.exam-date[data-v-30e76152]:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
.exam-select[data-v-30e76152],
.exam-date[data-v-30e76152] {
    padding: 10px 12px;
    border: 1px solid #dbe3f0;
    border-radius: 12px;
    background: #fff;
    outline: none;
}
.btn-search[data-v-30e76152],
.btn-page[data-v-30e76152] {
    border: 0;
    border-radius: 12px;
    padding: 10px 14px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-search[data-v-30e76152] {
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    color: #fff;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}
.btn-page[data-v-30e76152] {
    background: #eef4ff;
    color: #1d4ed8;
}
.btn-search[data-v-30e76152]:hover,
.btn-page[data-v-30e76152]:hover {
    transform: translateY(-1px);
}
.pagination[data-v-30e76152] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.pagination .pagination-total[data-v-30e76152] {
    color: #64748b;
    font-size: 14px;
}
.page-select[data-v-30e76152],
.page-size-select[data-v-30e76152] {
    padding: 10px 12px;
    border: 1px solid #dbe3f0;
    border-radius: 12px;
    cursor: pointer;
    background-color: white;
}
.btn-page[data-v-30e76152]:disabled,
.btn-search[data-v-30e76152]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination .page-current[data-v-30e76152] {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
}
.exam-detail-panel[data-v-30e76152] {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}
.detail-grid[data-v-30e76152] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 8px;
}
.detail-actions[data-v-30e76152] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.loading-text[data-v-30e76152],
.page-info[data-v-30e76152] {
    color: #64748b;
}
@media (max-width: 768px) {
.main-content[data-v-30e76152] {
        flex-direction: column;
        gap: 16px;
        padding: 0 14px 20px;
}
.content[data-v-30e76152] {
        width: 100%;
        padding: 16px;
}
.detail-grid[data-v-30e76152] {
        grid-template-columns: 1fr;
}
.panel-head[data-v-30e76152] {
        flex-direction: column;
}
}
@media (max-width: 600px) {
.exam-toolbar[data-v-30e76152] {
        padding: 12px;
}
.pagination[data-v-30e76152] {
        justify-content: flex-start;
}
}


.score-lookup[data-v-64dc39f6] { padding: 20px;
}
.content-header[data-v-64dc39f6] { margin-bottom: 12px;
}
.form[data-v-64dc39f6] { display: flex; gap: 12px; align-items: center; margin-bottom: 12px;
}
.form input[data-v-64dc39f6], .form select[data-v-64dc39f6] { height: 36px; padding: 8px 10px; border: 1px solid #e0e0e0; border-radius: 6px;
}
.hint[data-v-64dc39f6] { color: #666;
}
.error[data-v-64dc39f6] { color: #c00;
}
.card[data-v-64dc39f6] { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 12px;
}


.no-print[data-v-3a76b772] {
  display: block;
}
@media print {
.no-print[data-v-3a76b772] {
    display: none !important;
}
}
.admit-page[data-v-3a76b772] {
  padding: 12px;
}
.toolbar[data-v-3a76b772] {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.btn[data-v-3a76b772] {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f7f7f7;
  cursor: pointer;
}
.btn.primary[data-v-3a76b772] {
  background: #1677ff;
  border-color: #1677ff;
  color: #fff;
}
.btn.success[data-v-3a76b772] {
  background: #52c41a;
  border-color: #52c41a;
  color: #fff;
}
.sheet[data-v-3a76b772] {
  display: flex;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 600px;
  box-sizing: border-box;
}
.left-panel[data-v-3a76b772] {
  flex: 1;
  padding: 20px 30px 30px 30px;
  border-right: 1px solid #000;
  display: flex;
  flex-direction: column;
  position: relative;
}
.right-panel[data-v-3a76b772] {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.main-title[data-v-3a76b772] {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 12px;
  margin: 20px 0 30px 0;
  color: #000;
}
.org-name[data-v-3a76b772] {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #000;
}
.exam-name[data-v-3a76b772] {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 40px 0;
  color: #000;
}
.info-grid[data-v-3a76b772] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: auto;
  padding: 0 10px;
}
.info-row[data-v-3a76b772] {
  width: 48%;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}
.info-row.full-width[data-v-3a76b772] {
  width: 100%;
}
.label[data-v-3a76b772] {
  font-weight: bold;
  min-width: 85px;
  color: #000;
  flex-shrink: 0;
}
.value[data-v-3a76b772] {
  color: #000;
  font-weight: 500;
  word-break: break-all;
}
.subject-item[data-v-3a76b772] {
  margin-bottom: 4px;
}
.subject-item[data-v-3a76b772]:last-child {
  margin-bottom: 0;
}
.footer-note[data-v-3a76b772] {
  margin-top: 40px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
  padding-right: 20px;
}
.footer-note p[data-v-3a76b772] {
  margin: 0;
}
.notice-header[data-v-3a76b772] {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 30px 0;
  letter-spacing: 4px;
  color: #000;
}
.notice-content[data-v-3a76b772] {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  text-align: justify;
}
.notice-item[data-v-3a76b772] {
  margin-bottom: 8px;
}
@media print {
@page {
    size: A4 landscape;
    margin: 10mm;
}
.sheet[data-v-3a76b772] {
    border: 1px solid #000 !important;
    max-width: none;
    height: 100%;
    min-height: 180mm;
}
.left-panel[data-v-3a76b772] {
    border-right: 1px solid #000 !important;
}
body[data-v-3a76b772] {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
}


.exam-register-page[data-v-e7d09d54] {
  padding: 16px;
  max-width: 980px;
  margin: 0 auto; /* 页面居中 */
}
.page-header[data-v-e7d09d54] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.page-header h3[data-v-e7d09d54] {
  color: #0066cc;
  margin: 0;
}
.meta[data-v-e7d09d54] {
  color: #888;
}
.btn-back[data-v-e7d09d54] {
  margin-left: auto;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
}
.content[data-v-e7d09d54] {
  background: #fff;
  border: 1px solid #ddd; /* 添加边框 */
  border-radius: 8px;
  padding: 20px; /* 内边距稍微加大 */
  margin-top: 12px; /* 与页头留间距 */
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}


.exam-detail-page[data-v-10cfa31e] { padding: 16px; max-width: 980px; margin: 0 auto;
}
.page-header[data-v-10cfa31e] { display: flex; align-items: center; gap: 16px; margin-bottom: 12px;
}
.btn-back[data-v-10cfa31e] { margin-left: auto; background: #f0f0f0; border: 1px solid var(--color-border); border-radius: var(--radius-sm); padding: 6px 12px; cursor: pointer;
}
.content[data-v-10cfa31e] { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: var(--space-4);
}
.title[data-v-10cfa31e] { margin: 0 0 12px;
}
.grid[data-v-10cfa31e] { display: grid; grid-template-columns: 1fr; gap: 8px;
}
.position-tag[data-v-10cfa31e] { display: inline-block; background: var(--color-primary-light); color: var(--color-primary); padding: 2px 8px; border-radius: var(--radius-sm); margin-right: 8px; margin-bottom: 4px;
}

/* 岗位考试时间样式 */
.position-schedules[data-v-10cfa31e] { grid-column: 1 / -1;
}
.position-schedule-item[data-v-10cfa31e] { 
  margin-top: 12px; 
  padding: 12px; 
  background: #f8f9fa; 
  border-radius: 6px; 
  border-left: 3px solid #409eff;
}
.position-schedule-item[data-v-10cfa31e]:first-child { margin-top: 8px;
}
.position-name[data-v-10cfa31e] { 
  font-weight: 600; 
  color: #303133; 
  margin-bottom: 8px;
  font-size: 15px;
}
.subjects-list[data-v-10cfa31e] { 
  display: flex; 
  flex-direction: column; 
  gap: 6px;
}
.subject-item[data-v-10cfa31e] { 
  display: flex; 
  align-items: center; 
  gap: 8px;
  padding: 6px 10px;
  background: white;
  border-radius: 4px;
  font-size: 14px;
}
.subject-name[data-v-10cfa31e] { 
  font-weight: 500; 
  color: #606266;
  min-width: 60px;
}
.subject-time[data-v-10cfa31e] { 
  color: #909399;
}
.no-schedule[data-v-10cfa31e] { 
  color: #909399; 
  font-size: 14px;
  font-style: italic;
}
.desc[data-v-10cfa31e] { margin-top: 12px; background: var(--color-surface);
}
.desc[data-v-10cfa31e] p { margin: 0.6em 0;
}
.desc[data-v-10cfa31e] h1, .desc[data-v-10cfa31e] h2, .desc[data-v-10cfa31e] h3 { margin: 0.8em 0 0.5em;
}
.empty[data-v-10cfa31e] { color: var(--color-text-secondary);
}


.announcement-detail[data-v-4ed3e69c] { max-width: 880px; margin: 30px auto; background:#fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.header[data-v-4ed3e69c] { display:flex; justify-content:flex-start; margin-bottom: 10px;
}
.back-btn[data-v-4ed3e69c] { padding: 8px 12px; background:#f5f5f5; border:1px solid #ddd; border-radius: 4px; cursor:pointer;
}
.title[data-v-4ed3e69c] { margin: 10px 0 16px; color:#2c3e50;
}
.image img[data-v-4ed3e69c] { max-width: 100%; border-radius: 6px;
}
.empty[data-v-4ed3e69c] { color:#888; text-align:center; padding: 40px 0;
}


.section-detail[data-v-327ff408] { max-width: 880px; margin: 30px auto; background:#fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.header[data-v-327ff408] { display:flex; justify-content:flex-start; margin-bottom: 10px;
}
.back-btn[data-v-327ff408] { padding: 8px 12px; background:#f5f5f5; border:1px solid #ddd; border-radius: 4px; cursor:pointer;
}
.title[data-v-327ff408] { margin: 10px 0 16px; color:#2c3e50;
}
.image img[data-v-327ff408] { max-width: 100%; border-radius: 6px;
}
.empty[data-v-327ff408] { color:#888; text-align:center; padding: 40px 0;
}
.detail-html[data-v-327ff408] { width: 100%; min-height: 240px; overflow: auto; padding: 16px; background: #ffffff; box-sizing: border-box;
}
.detail-html[data-v-327ff408] { font-family: "Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"PingFang SC","Hiragino Sans GB"; font-size: 16px; line-height: 1.8; color: #111827;
}
.detail-html p[data-v-327ff408] { margin: 0.6em 0;
}
.detail-html h1[data-v-327ff408] { font-size: 1.8em; margin: 0.8em 0 0.5em; font-weight: 700;
}
.detail-html h2[data-v-327ff408] { font-size: 1.6em; margin: 0.8em 0 0.5em; font-weight: 700;
}
.detail-html h3[data-v-327ff408] { font-size: 1.4em; margin: 0.8em 0 0.5em; font-weight: 700;
}
.detail-html img[data-v-327ff408] { max-width: 100%; height: auto;
}
.detail-html table[data-v-327ff408] { width: 100%; border-collapse: collapse;
}
.detail-html th[data-v-327ff408], .detail-html td[data-v-327ff408] { border: 1px solid #e5e7eb; padding: 6px;
}
.detail-html ol[data-v-327ff408], .detail-html ul[data-v-327ff408] { padding-left: 2em; margin: 0.6em 0;
}
.detail-html li[data-v-327ff408] { margin: 0.4em 0;
}
.detail-html blockquote[data-v-327ff408] { border-left: 3px solid #e5e7eb; margin: 0.8em 0; padding-left: 1em; color: #4b5563;
}
.detail-html pre[data-v-327ff408], .detail-html code[data-v-327ff408] { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; background: #f8fafc; border-radius: 6px; padding: 6px;
}
.detail-html a[data-v-327ff408] { color: #2563eb; text-decoration: underline;
}


/* 页面容器：居中、与整体蓝色主题一致 */
.forgot-password[data-v-49e2fab7] { max-width: 980px; margin: 20px auto; padding: 0 16px;
}
.header[data-v-49e2fab7] { display:flex; align-items:center; gap:12px; margin-bottom: 12px;
}
.header h2[data-v-49e2fab7] { margin: 0; color: var(--color-secondary); font-weight: var(--font-weight-bold);
}
.back[data-v-49e2fab7] { padding: 6px 12px; border: 1px solid var(--color-border); background: var(--color-surface); color: var(--color-secondary); border-radius: var(--radius-sm); cursor: pointer; transition: all .2s;
}
.back[data-v-49e2fab7]:hover { background: #eaf4ff;
}
.card[data-v-49e2fab7] { background: var(--color-surface); border: 1px solid var(--color-border); box-shadow: var(--shadow-md); border-radius: var(--radius-md); padding: var(--space-4); max-width: 640px; margin: 0 auto 16px;
}
label[data-v-49e2fab7] { display:block; margin-top:12px; color: var(--color-text-primary); font-weight: var(--font-weight-medium);
}
input[data-v-49e2fab7] { width:100%; padding:10px 12px; margin-top:6px; box-sizing:border-box; border: 1px solid var(--color-border); border-radius: var(--radius-sm); background: var(--color-surface);
}
input[data-v-49e2fab7]:focus { outline: 2px solid var(--color-focus); outline-offset: 2px;
}
.btn-primary[data-v-49e2fab7] { margin-top:16px; padding:10px 14px; background: var(--color-primary); color:#fff; border: 1px solid var(--color-primary); border-radius: var(--radius-sm); cursor:pointer; transition: background .2s, transform .05s; width: 100%;
}
.btn-primary[data-v-49e2fab7]:hover { background:#0052a3;
}
.btn-primary[data-v-49e2fab7]:active { transform: scale(0.99);
}
.btn-primary[disabled][data-v-49e2fab7] { background: #99b4f0; cursor: not-allowed;
}
.tip[data-v-49e2fab7] { color: var(--color-text-secondary); font-size:12px; margin-top:6px;
}
.msg[data-v-49e2fab7] { margin-top:10px; color: var(--color-secondary);
}
.dev[data-v-49e2fab7] { margin-top:6px; color:#c00;
}


.agreement-page[data-v-4db21e33] { width: 100%;
}
.container[data-v-4db21e33] { max-width: 900px; margin: 20px auto; padding: 16px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md);
}
h1[data-v-4db21e33] { font-size: 22px; margin-bottom: 12px; color: var(--color-text-primary);
}
h2[data-v-4db21e33] { font-size: 16px; margin: 16px 0 8px; color: var(--color-text-primary);
}
.content p[data-v-4db21e33] { line-height: 1.7; color: var(--color-text-secondary);
}
.actions[data-v-4db21e33] { margin-top: 20px; text-align: right;
}
.btn[data-v-4db21e33] { padding: 8px 14px; background: var(--color-primary); color: #fff; border: 1px solid var(--color-primary); border-radius: var(--radius-sm); cursor: pointer;
}
.btn[data-v-4db21e33]:hover { background: #0052a3;
}
  

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-text-primary);
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: var(--font-family-sans);
}

:root {
  --color-primary: #0066cc;
  --color-secondary: #0b57d0;
  --color-accent: #fa8c16;
  --color-success: #52c41a;
  --color-warning: #faad14;
  --color-danger: #d93025;
  --color-bg: #f5f7fb;
  --color-surface: #ffffff;
  --color-text-primary: #1f2937;
  --color-text-secondary: #4b5563;
  --color-border: #e5e7eb;
  --color-focus: #111827;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
  --shadow-md: 0 2px 8px rgba(0,0,0,0.1);
  --shadow-lg: 0 6px 16px rgba(0,0,0,0.08);

  --font-family-sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  --font-size-base: 14px;
  --line-height-base: 1.6;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
}

*,*::before,*::after { box-sizing: border-box }
img { max-width: 100%; height: auto; display: block }

html, body, #app {
  height: 100%;
}

body {
  margin: 0;
  color: var(--color-text-primary);
  background: var(--color-bg);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

/* Base container */
.page-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: var(--space-4);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  color: var(--color-text-primary);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.btn:hover { background: #f8fafc; }
.btn:disabled { opacity: 0.6; cursor: not-allowed; }
.btn-primary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
.btn-primary:hover { background: #0052a3; }
.btn-secondary {
  border-color: var(--color-primary);
  background: transparent;
  color: var(--color-primary);
}
.btn-secondary:hover { background: #e6f3ff; }

/* Map existing class names to unified styles */
.btn-search { display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; border-radius: var(--radius-sm); border: 1px solid var(--color-primary); background: var(--color-primary); color: #fff; cursor: pointer; }
.btn-page, .btn-action, .btn-back { display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; border-radius: var(--radius-sm); border: 1px solid var(--color-border); background: var(--color-surface); color: var(--color-text-primary); cursor: pointer; }

/* Inputs */
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="date"], select, textarea, .input {
  padding: 6px 10px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  color: var(--color-text-primary);
}
input:focus, select:focus, textarea:focus, .btn:focus { outline: 2px solid var(--color-focus); outline-offset: 2px; }

/* Cards and tables */
.card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  border-bottom: 1px solid var(--color-border);
  padding: 12px 15px;
  text-align: left;
}
thead th {
  background: #f5f9ff;
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
}

/* Status tags */
.status-tag { display: inline-block; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 500; }
.status-active { background: #e6f7ff; color: #1890ff; }
.status-ended { background: #f6ffed; color: var(--color-success); }
.status-processing { background: #fff7e6; color: var(--color-accent); }
.status-approved { background: #e6fffb; color: #13c2c2; }
.status-pending { background: #fff7e6; color: var(--color-accent); }

/* Modals */
.modal-container { background: var(--color-surface); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.modal-header { display: flex; align-items: center; justify-content: space-between; }
.modal-close { display:inline-flex; align-items:center; justify-content:center; padding:6px 12px; border-radius:var(--radius-sm); border:1px solid var(--color-border); background:var(--color-surface); color:var(--color-text-primary); cursor:pointer; }

/* Accessibility helpers */
a { color: var(--color-primary); }
a:hover { text-decoration: underline; }
.clickable { cursor: pointer; color: var(--color-primary); }
.clickable:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 768px) {
  .page-container { padding: var(--space-3); }
  th, td { padding: 10px 12px; }
}

