/* 村规民约考试页面样式 */
body {
    background: #f2f4f7;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.exam-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 15px;
}

.exam-page {
    display: block;
}

.exam-panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-top: 30px;
}

.exam-title {
    text-align: center;
    color: #1f3c66;
    margin: 0 0 10px;
    font-size: 30px;
}

.exam-subtitle {
    text-align: center;
    color: #888;
    margin-bottom: 25px;
}

.exam-rules {
    background: #f7f9fc;
    border: 1px solid #e4e9f0;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.rule-item {
    line-height: 26px;
    color: #444;
}

.exam-page .form-group label {
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}

.exam-page .btn-block {
    margin-top: 10px;
}

/* 答题页 */
.exam-header {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-left {
    font-size: 14px;
    color: #333;
}

.header-progress {
    color: #888;
    margin-top: 4px;
}

.header-right {
    display: flex;
    align-items: center;
}

.exam-timer {
    font-size: 16px;
    color: #d9534f;
    margin-right: 15px;
}

.exam-timer span {
    font-size: 22px;
    font-weight: bold;
}

.exam-question {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 15px;
}

.question-title {
    font-size: 16px;
    color: #222;
    line-height: 28px;
    margin-bottom: 12px;
}

.question-options {
    padding-left: 18px;
}

.option-item {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 34px;
    margin-bottom: 4px;
    cursor: pointer;
    font-weight: normal;
}

.option-item input[type=radio] {
    margin-right: 8px;
}

/* 成绩页 */
.result-score {
    text-align: center;
    font-size: 26px;
    color: #1f3c66;
    margin: 20px 0 10px;
}

.result-pass {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.result-pass.pass {
    color: #18a058;
}

.result-pass.fail {
    color: #d9534f;
}

.result-detail {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
}

.result-detail p {
    margin-bottom: 5px;
}
