

/* Banner区域 - 全新设计：合规审查主题 */
.banner {
    height: 380px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
    position: relative;
    overflow: hidden;
}

/* 背景网格图案 - 象征规范与秩序 */
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
}

/* 左侧装饰：文件审查视觉元素 */
.banner-doc-left {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    height: 320px;
    opacity: 0.15;
}

.doc-sheet {
    position: absolute;
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.doc-sheet:nth-child(1) {
    width: 240px;
    height: 300px;
    top: 0;
    left: 20px;
    transform: rotate(-5deg);
}

.doc-sheet:nth-child(2) {
    width: 220px;
    height: 280px;
    top: 15px;
    left: 40px;
    transform: rotate(3deg);
    background: rgba(255,255,255,0.7);
}

.doc-lines {
    position: absolute;
    top: 60px;
    left: 40px;
    right: 40px;
}

.doc-line {
    height: 3px;
    background: #2a5298;
    margin-bottom: 20px;
    border-radius: 2px;
}

.doc-line.short {
    width: 60%;
}

/* 印章元素 - 象征审核与认证 */
.seal {
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 100px;
    height: 100px;
    border: 4px solid #c9302c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-15deg);
    opacity: 0.8;
}

.seal-inner {
    width: 80px;
    height: 80px;
    border: 2px solid #c9302c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9302c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

/* 右侧装饰：放大镜/审查元素 */
.banner-audit-right {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    opacity: 0.12;
}

.magnifier {
    width: 120px;
    height: 120px;
    border: 8px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    position: relative;
}

.magnifier::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 8px;
    background: rgba(255,255,255,0.8);
    bottom: -20px;
    right: -10px;
    transform: rotate(45deg);
    border-radius: 4px;
}

/* 中心光效 */
.banner-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(107, 156, 62, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* 底部波浪过渡 */
.banner-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23f5f5f5" fill-opacity="1" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,224C672,245,768,267,864,250.7C960,235,1056,181,1152,165.3C1248,149,1344,171,1392,181.3L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: 100% 100%;
}

.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 0;
    position: relative;
    z-index: 10;
    color: white;
    text-align: center;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.85;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    padding: 8px 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.breadcrumb a:hover {
    opacity: 0.8;
}

.banner-title {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 15px;
    letter-spacing: 4px;
}

.banner-subtitle {
    font-size: 18px;
    opacity: 0.9;
    font-weight: 300;
    letter-spacing: 2px;
}

/* 主要内容区域 */
.main-content {
    max-width: 1200px;
    margin: -40px auto 80px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* 除名查询卡片 - 核心功能区 */
.query-section {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    overflow: hidden;
}

/* 左侧表单区域 - 参考华为风格 */
.query-form {
    padding-right: 40px;
    border-right: 1px solid #eee;
}

.form-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.form-group {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.form-label {
    width: 100px;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.form-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ccc;
    font-size: 15px;
    transition: all 0.3s;
    outline: none;
}

.form-input:focus {
    border-color: #6b9c3e;
    box-shadow: 0 0 0 3px rgba(107, 156, 62, 0.1);
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    font-weight: 500;

    background: #6b9c3e;
    border-color: #6b9c3e;
    color: white;
}

.submit-btn:hover {
    background: #6b9c3e;
    border-color: #6b9c3e;
    color: white;
}

/* 右侧说明区域 */
.query-info {
    padding-left: 20px;
    position: relative;
}

.info-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #6b9c3e;
    border-radius: 2px;
}

.info-text {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.info-email {
    color: #6b9c3e;
    font-weight: 500;
}

/* 装饰性背景元素 */
.decoration-bg {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(107, 156, 62, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* 查询结果区域 - 新增 */
.result-section {
    display: none;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.result-section.show {
    display: block;
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-container {
    padding: 50px 60px;
}

.result-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.result-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

.result-icon.negative {
    background: #fee;
    color: #c9302c;
}

.result-icon.positive {
    background: #efe;
    color: #6b9c3e;
}

.result-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

/* 查询信息确认卡片 */
.query-confirm-card {
    background: white;
    border-radius: 8px;
    padding: 25px 30px;
    margin-bottom: 25px;
    border-left: 4px solid #2a5298;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.query-confirm-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.query-info-row {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.query-info-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.query-info-label {
    font-size: 13px;
    color: #999;
}

.query-info-value {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    font-family: "Courier New", monospace;
}

/* 结果详情卡片 */
.result-detail-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.result-status-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    background: #fef2f2;
    border-radius: 6px;
    margin-bottom: 25px;
    border: 1px solid #fecaca;
}

.status-badge {
    padding: 8px 20px;
    background: #c9302c;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 2px;
}

.status-text {
    font-size: 16px;
    color: #991b1b;
    font-weight: 500;
}

.result-divider {
    height: 1px;
    background: #eee;
    margin: 25px 0;
}

.result-section-title {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 600;
}

.violation-list {
    list-style: none;
}

.violation-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.violation-list li:last-child {
    border-bottom: none;
}

.violation-list li::before {
    content: '⚠';
    position: absolute;
    left: 0;
    color: #c9302c;
    font-weight: bold;
}

.result-footer {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result-note {
    font-size: 14px;
    color: #666;
}

.result-note strong {
    color: #333;
}

.result-actions {
    display: flex;
    gap: 15px;
}

.btn-secondary {
    padding: 10px 25px;
    border: 1px solid #ccc;
    background: white;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-secondary:hover {
    border-color: #999;
    color: #333;
}

.btn-primary {
    padding: 10px 25px;
    border: none;
    background: #2a5298;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #1e3c72;
}

/* 响应式设计 */
@media (max-width: 968px) {
    .banner {
        height: 300px;
    }

    .banner-title {
        font-size: 36px;
    }

    .banner-doc-left,
    .banner-audit-right {
        display: none;
    }

    .query-section {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px;
    }

    .query-form {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .query-info {
        padding-left: 0;
    }
}