    .kuang {
    border-top: 1px solid #9999;  /* 上边分隔线 */
    border-bottom: 1px solid #9999;  /* 下边分隔线 */
    padding: 0 10px;
    width: 80%;
    color: #f00;
    margin: auto;
    margin-bottom: 18px;
}

.kuang p {

    margin: 15px 0;
    font-size: 15px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #667085;
    margin-bottom: 10px;
    padding: 3px 5px 3px 1px;
}

        :root {
            --primary-blue: #3b82f6;
            --primary-hover: #2563eb;
            --bg-light: #f8fafc;
            --text-dark: #3e424a;
            --text-muted: #64748b;
            --border-color: #e2e8f0;
            --danger-red: #ef4444; /* 图片中的红色强调色 */
        }

        body {
            margin: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            background-color: var(--bg-light);
            color: var(--text-dark);
            line-height: 1.6;
        }

        /* --- 1. Header --- */
        header {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 1px solid var(--border-color);
        }

        .nav-container {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0.8rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo { font-weight: 800; font-size: 1.25rem; text-decoration: none; color: var(--text-dark); }

        /* --- 2. 顶部说明 (Hero Notice) - 还原图片风格 --- */
        .hero-section {
            max-width: 1200px;
            margin: 0px auto;
            padding: 20px 16px 5px;
        }

        .hero-notice {
            padding: 35px;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .notice-content {
            flex: 1;
            position: relative;
            padding-left: 30px;
        }

        /* 图片中的左侧蓝色粗线条 */
        .notice-content::before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            bottom: 2px;
            width: 6px;
            background: #3b82f6; /* 纯色或微渐变 */
            border-radius: 10px;
        }

        .notice-item {
            margin-bottom: 18px;
            display: flex;
            gap: 12px;
        }

        .notice-item:last-child { margin-bottom: 0; }

        /* 图片中的浅蓝色数字方块 */
        .notice-number {
            background: #eff6ff;
            color: var(--primary-blue);
            font-size: 13px;
            font-weight: 800;
            min-width: 24px;
            height: 24px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .notice-text {
            font-size: 14px;
            color: #334155;
            letter-spacing: 0.5px;
        }

        /* 还原图片中的红色强调文字 */
        .highlight-red {
            color: var(--danger-red);
            font-weight: 600;
        }

        .btn-group {
            display: flex;
            flex-direction: column;
            gap: 20px;
            min-width: 180px;
        }
        .btn2 {
        text-align: center;
        padding: 12px 24px;
        font-size: 16px;
        border-radius:8px;
        }

.btn-primary {
    background: var(--primary-blue);
    color: white;
}
.btn-secondary { background: #f1f5f9; color: var(--text-dark); border: 1px solid #e2e8f0; }



        /* 手机端适配 */
        @media (max-width: 768px) {
            .hero-notice { flex-direction: column; align-items: stretch; padding: 25px; }
            .btn-group { flex-direction: row; }
            .btn-group .btn2 { flex: 1; }
            .notice-content {padding-left: 20px;}
            .hero-notice {gap: 20px;}
        }
        


  body {
            font-family: Arial, sans-serif;
            margin: 0;
            background-color: #eeeff1;
            color: #444;
        }
        .biank {
            border: 1px solid #00c719;
            border-radius: 8px;
            padding: 16px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        display: none; 
        }
        .biank.visible {
            display: block; /* æ˜¾ç¤ºå¯è§çš„å¡ç‰‡ */
        }
        
        .border-success {
    border-color: #6fd088;
}

input#swal2-input {
    width: 70%;
    margin: 5px auto;
}

.xhj-title {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: #006fff;
    color: #fbfbfb;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.xhj-title span {
    display: block;  /* 让 span 变成可用 flex 居中的元素 */
}

.logo::before {
    content: "";
    display: inline-block;
    background-image: url(/js/xhj.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    vertical-align: middle;
}
#footer {
    position: fixed;
    background-color: #ebebeb;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
}

.user-card {
    border-radius: 12px;
    padding: 16px;
    text-align: left;
    border: 2px solid #fff;
    background-image: linear-gradient( #f3f5f9, #ffffff );
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.card-country {
    font-size: 16px;
}

.status-success {
    color: #347aff;
}

.username {
    font-weight: 600;
    font-size: 17px;
    text-overflow: ellipsis;
    color: #347aff;
    margin: 8px auto;
}

a {
    color: #0f9cf3;
    text-decoration: none;
}

.badge-success {
    background-color: #e2ffee;
    color: #009658;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-success::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #009658;
    border-radius: 50%;
}

.badge-danger {
    background-color: #ffe5e5;
    color: #cc3939;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-danger::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #cc3939;
    border-radius: 50%;
}

.badge-warning {
    background-color: #fff9eb;
    color: #f39c12;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-warning::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff9eb;
    border-radius: 50%;
}

.card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #505d69;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #6c757d;
    padding: 8px 18px;
    font-size: 15px;
    border-radius:6px;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
}
.btn:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.cards {
    display: grid;
    gap: 15px;
    padding: 16px;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

p {
    margin: 4px auto 6px;
}
.card-info {
    font-size: 13px;
}
        .no-data {
            color: #999;
        }
        .error {
            color: red;
        }
        #loadMore {
         
    display: initial!important;
    cursor: pointer;
        }
        #loadMore:hover {
            background-color: #0056b3;
        }
        
        img#correctButton1 { width: 90px; height: 108px; cursor: pointer;}
img#wrongButton1 { width: 90px; height: 108px; cursor: pointer;}

img#correctButton1:hover {filter: brightness(70%);}
img#wrongButton1:hover {filter: brightness(70%);}

.button-container { display: flex; justify-content: space-evenly; }
        p#wrongButton2 {
    background-color: #0078ff;
    border-radius: 10px;
    width: 85%;
    min-width: 250px;
    height: 44px;
    color: #fff;
    padding: 2px;
    align-items: center;
    font-size: calc(1.07rem + 0.3vw);
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    letter-spacing: 1px;
    cursor: pointer;
    }
    
    p#wrongButton2:hover {
   background-color: #023cb7;
}

    p#correctButton2 { 
    color: #0078ff; 
    cursor: pointer;
    font-size: calc(.87rem + 0.3vw);

    }      

p#correctButton2 {
    color: #0078ff;
    cursor: pointer;
    width: 200px;
    margin: 25px auto 10px;
    font-size: calc(1.07rem + 0.3vw);
}

p#correctButton2:hover {
    font-weight: bold;
    color: #0052ff;
}


div:where(.swal2-container).swal2-center>.swal2-popup {
    min-height: 400px !important;
}

div:where(.swal2-container) h2:where(.swal2-title){padding:.8em .5em 0 !important;font-size: 25px !important;color:#d63939 !important;}

div:where(.swal2-container) div:where(.swal2-html-container) {
    padding: 0 !important;}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #0067ec !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #0067ec !important;
}

[class^=swal2] {
    column-gap: 16px !important;
}

h2#swal2-title {
    /* margin-top: -15px; */
}

    .blue-button {
        background-color: #0067ec;
        border: none; 
        color: white; 
        padding: 12px 24px; 
        font-size: 16px;
        font-weight: bold; 
        border-radius: 8px; 
        cursor: pointer; 
    }

     .blue-button:hover {
        background: linear-gradient(135deg, #1ab2ff 0%, #0020ff 100%);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }