@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}

/* 全屏提示覆盖层 */
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
}

.fullscreen-overlay.hidden {
    display: none;
}

.fullscreen-prompt {
    text-align: center;
    color: white;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.prompt-icon {
    font-size: 80px;
    margin-bottom: 20px;
}

.fullscreen-prompt h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 500;
}

.fullscreen-prompt p {
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.fullscreen-prompt .prompt-hint {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

*,body,html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,html {
  width: 100%;
  height: 100%;
}

#app {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}

/* 登录页面样式 */
.login {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
}

/* 左侧蓝色背景区域 */
.leftPath {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  background: linear-gradient(225deg, #2380f0, #155df5);
}

.sysTitle {
  display: block;
  max-width: 85%;
  height: auto;
  position: absolute;
  top: 60px;
  left: 60px;
  font-size: 1.84vw;
  font-family: FZXiaoBiaoSong-B05;
  font-weight: 400;
  color: #fff;
}

.sysImgBox {
  display: block;
  width: 46vw;
}

.sysImg {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
}

.sysImg img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* 右侧登录表单区域 */
.rightFormBox {
  display: flex;
  width: 40vw;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.rightForm {
  display: block;
  width: 25.6vw;
}

.formTitleBox {
  margin-bottom: 40px;
  text-align: left;
}

.formTitle {
  margin-bottom: 8px;
  line-height: 1.5;
}

.formTitleA {
  width: 100%;
  font-size: 1.84vw;
  line-height: 2.28vw;
  font-weight: 400;
  font-family: FZXiaoBiaoSong-B05;
  color: #2381f0;
}

.formTitleB {
  font-size: 14px;
  color: #999;
  margin-top: 16px;
  display: none;
}

.login .rightFormBox .rightForm .formTitleBox .formTitle {
    /*display: block;*/
    width: 100%;
    font-size: 1.84vw;
    line-height: 2.28vw;
    font-weight: 400;
    font-family: FZXiaoBiaoSong-B05;
    color: #2381f0;
}

/* 输入框样式 */
.inputBoxStyle {
  display: block;
  width: 100%;
  margin-top: 4.4vw;
  margin-bottom: 3.08vw;
}

.inputTitle {
  font-size: .84vw;
  font-weight: 400;
  font-family: Microsoft YaHei;
  color: #333;
  margin-bottom: .84vw;
  text-align: left;
}

.inputStyle {
  display: block;
  width: 100%;
  height: 2.56vw;
  position: relative;
}

.inputList {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.56vw;
  border: 1px solid #999;
  border-radius: .4vw;
  padding: 0 10px;
  padding-right: 3.6vw;
  font-size: .84vw;
  outline: none;
  box-sizing: border-box;
}

.inputList:focus {
  outline: none;
  border-color: #1F77F1;
  box-shadow: 0 0 0 2px rgba(31, 119, 241, 0.2);
}

.keyboardImg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #909399;
  font-size: 16px;
  cursor: pointer;
}

.keyboardImg:hover {
  color: #1F77F1;
}

/* 登录按钮 */
.login-btn {
  display: block;
  width: 100%;
  height: 2.56vw;
  text-align: center;
  line-height: 2.56vw;
  background: #2381f0;
  border-radius: .4vw;
  border:none;
  font-size: .84vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  margin-bottom: 2.16vw;
}

.login-btn:hover {
  background-color: #409EFF;
}

.login-btn:active {
  background-color: #1970E5;
}

/* 考试须知页面样式 */
.notice-page {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.notice-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px;
    max-width: 800px;
    width: 90%;
    margin: 20px;
}

.notice-header {
    background: #2381f0;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
}

.notice-header h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.exam-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.exam-info p {
    margin: 10px 0;
    color: #333;
}

.notice-section {
    margin-bottom: 30px;
}

.notice-section h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.notice-section ul {
    list-style: none;
    padding: 0;
}

.notice-section li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    color: #555;
}

.notice-section li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2381f0;
}

.start-exam {
    text-align: center;
    margin-top: 30px;
}

.start-exam button {
    background: #2381f0;
    color: white;
    border: none;
    padding: 15px 50px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.start-exam button:hover {
    background: #1a6ddb;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(35, 129, 240, 0.3);
}

/* AJAX考试页面样式 */
.exam-wrapper {
    width: 100%;
    min-height: 100vh;
}

.exam-container {
    width: 100%;
    margin: 0 auto;
}

.exam-body {
    display: flex;
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.answer-card {
    width: 280px;
    flex-shrink: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.q-num {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #e1e1e1;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.q-num:hover {
    background: #2381f0;
    color: white;
}

.q-num.answered {
    background: #2381f0;
    color: white;
}

.q-num.current {
    background: #666;
    color: white;
    border: 2px solid #333;
}

.type-stats {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-left: 10px;
}

/* AJAX考试页面响应式 */
@media screen and (max-width: 1024px) {
    .exam-body {
        flex-direction: column;
    }
    .answer-card {
        width: 100%;
        position: relative;
        max-height: none;
    }
}

/*PAD页面*/

@media screen and (max-width: 1024px) {
  @media screen and (orientation: portrait){
  body {
        transform-origin: 0 0;
        transform: rotate(90deg) translateY(-100%);
        width: 100vh;
        height: 100vw;
    }
  .login {
        position: relative;
        display: flex;
        align-items: center;
    }
  .login .leftPath {
        width: 100%;
        justify-content: left;
    }
   .login .leftPath .sysTitle {
        font-size: 2.3424vh;
        top: 4.8vh;
        left: 4.8vh;
    } 
  .login .leftPath .sysImgBox {
        display: block;
         width: 46vh;
        margin-left: 3.904vh;
    }
  .login .rightFormBox {
        display: flex;
        width: 48.8vh;
        height: 31.232vh;
        background-color: #fff;
        position: absolute;
        right: 5.856vh;
        border-radius: .7808vh;
        align-items: flex-start;
        margin-top: 50px;
    }
  .login .rightFormBox .rightForm {
        width: 39.04vh;
    }
  .login .rightFormBox .rightForm .formTitleBox .formTitle {
        display: block;
        width: 100%;
        font-size: 2.3424vh;
        line-height: 2.3424vh;
    }
  .login .rightFormBox .rightForm .formTitleBox .formTitleA {
        display: none;
    }
  .login .rightFormBox .rightForm .formTitleBox {
        margin-top: 3.904vh;
    }
  .login .rightFormBox .rightForm .inputBoxStyle {
        display: block;
        width: 100%;
        margin-top: 3.416vh;
        margin-bottom: 2.928vh;
    }
  .login .rightFormBox .rightForm .inputBoxStyle .inputTitle {
        font-size: 1.5616vh;
        margin-bottom: .976vh;
    }
  .login .rightFormBox .rightForm .inputBoxStyle .inputStyle {
        height: 4.88vh;
    }
  .login .rightFormBox .rightForm .inputBoxStyle .inputStyle .inputList {
        line-height: 4.88vh;
        border-radius: .7808vh;
        font-size: 1.5616vh;
        padding-right: 6.344vh;
    }
  .login .rightFormBox .rightForm .login-btn {
        height: 4.88vh;
        line-height: 4.88vh;
        border-radius: .7808vh;
        font-size: 1.5616vh;
        margin-bottom: 2.2448vh;
    }
  }
}

/* 考试计划列表页面样式 */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: center;
    margin-bottom: 30px;
}

header h1 {
    color: #333;
    margin-bottom: 10px;
}

.student-info {
    color: #ffffff;
    font-size: 14px;
}

.no-exams {
    text-align: center;
    padding: 50px 20px;
    background: #f5f5f5;
    border-radius: 8px;
    color: #666;
}

.exam-list {
    display: grid;
    gap: 20px;
}

.exam-card {
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.exam-card h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.exam-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.exam-info span {
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 12px;
}

.countdown {
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
    color: #ff0000;
}

.exam-btn {
    background: #2381f0;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.exam-btn:hover {
    background: #1F77F1;
}

.exam-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.exam-btn.participated {
    background: #4CAF50;
}

/* 考试页面样式 */
.exam-container {
    margin: 0 auto;
    /*padding: 20px;*/
}

.exam-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.exam-header h1 {
    color: #333;
    font-size: 20px;
}

.exam-info-section {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #eeecec;
}

.timer {
    font-weight: bold;
    color: #ff6b6b;
}

.question-section {
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.question-number {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.question-score {
    color: #666;
    font-size: 14px;
}

.question-content {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
}

.options-list {
    list-style: none;
    margin-bottom: 20px;
}

.option-item {
    margin-bottom: 10px;
}

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

.option-item label {
    cursor: pointer;
    color: #333;
}

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}

.nav-btn {
    background: #2381f0;
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.nav-btn:hover {
    background: #1F77F1;
}

.nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.submit-btn {
    background: #4CAF50;
}

.submit-btn:hover {
    background: #45a049;
}

/* 答题状态样式 */
.answer-status {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.answer-status h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.status-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.status-item {
    width: 60px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}

.status-item.unanswered {
    background: #f0f0f0;
    color: #666;
}

.status-item.answered {
    background: #e3f2fd;
    color: #1976D2;
}

.status-item.current {
    background: #2381f0;
    color: white;
}

/* 考试须知滚动容器 */
.notice-section {
    max-height: 84px; /* 约3行文字高度 */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.notice-section ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.notice-section li {
    line-height: 18px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

/* 自定义滚动条 */
.notice-section::-webkit-scrollbar {
    width: 6px;
}

.notice-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.notice-section::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.notice-section::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* 考试页面样式 */
.exam-container {
    min-height: 100vh;
    background: #f5f5f5;
}

/* 顶部导航栏 */
.exam-header {
    background: #2381f0;
    color: white;
    padding: 15px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.exam-info-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.header-info {
    flex: 1;
    color: #fff;
}

.exam-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.student-info {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.student-info span {
    display: inline-block;
}

.countdown-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.countdown-label {
    font-size: 14px;
}

.countdown {
    font-size: 24px;
    font-weight: bold;
    /*background: rgba(255,255,255,0.2);*/
    padding: 5px 15px;
    border-radius: 4px;
    min-width: 120px;
    text-align: center;
}

.recalc-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.recalc-btn:hover {
    background: rgba(255,255,255,0.3);
}

/* 考试主体内容 */
.exam-body {
    display: flex;
    margin: 20px auto;
    gap: 20px;
    padding: 0 20px;
}

/* 左侧答题卡 */
.answer-card {
    width: 300px;
    height: calc(100vh - 200px);
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 20px;
}

.answer-card-inner {
    overflow-y: auto;
    flex: 1;
}

.card-header {
    background: #f8f9fa;
    padding: 4px 8px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3 {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.status-indicators {
    display: flex;
    gap: 15px;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #666;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-dot.answered {
    background: #2381f0;
}

.status-dot.unanswered {
    background: #e1e1e1;
}

.card-content {
    padding: 8px;
}

.progress-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666;
}

.type-section {
    margin-bottom: 20px;
}

.type-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}

.question-nums {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.q-num {
    width: 26px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #e1e1e1;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.q-num:hover {
    background: #2381f0;
    color: white;
}

.q-num.answered {
    background: #2381f0;
    color: white;
}

.q-num.current {
    background: #4CAF50;
    color: white;
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: #2381f0;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 20px;
}

.submit-btn:hover {
    background: #1a67d2;
}

.submit-btn:disabled,
.submit-btn.disabled {
    background: #cccccc !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    pointer-events: none;
}

/* 右侧题目内容 */
.question-content {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    min-height: 600px;
}

.question {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.question-header h3 {
    color: #333;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    flex: 1;
}

.question-meta {
    color: #999;
    font-size: 12px;
    margin: 0;
}

.options {
    margin-top: 15px;
}

.option {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.option:hover {
    background: #e3f2fd;
}

.option input[type="radio"],
.option input[type="checkbox"] {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.option label {
    cursor: pointer;
    color: #333;
    flex: 1;
    line-height: 1.5;
}

.text-answer {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    margin-top: 15px;
}

.text-answer:focus {
    border-color: #2381f0;
}

.submit-section {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.submit-answer-btn {
    background: #2381f0;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.submit-answer-btn:hover {
    background: #1a67d2;
}

.submit-note {
    margin: 0;
    font-size: 12px;
    color: #666;
    flex: 1;
}

/* 导航按钮 */
.navigation-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    /*border-top: 1px solid #e1e1e1;*/
}

.font-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.font-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #e1e1e1;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s;
}

.font-btn:hover {
    background: #f5f5f5;
}

.nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-btn {
    padding: 8px 20px;
    border: 1px solid #e1e1e1;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.nav-btn:hover {
    background: #f5f5f5;
    border-color: #2381f0;
    color: #2381f0;
}

/* 提交成功页面样式 */
.result-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    margin-top: 100px;
}

.success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
}

.success-icon::before {
    content: "✓";
}

.result-container h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
}

.info-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.info-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.info-label {
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

.info-value {
    color: #333;
    font-size: 14px;
}

.time-used {
    margin: 20px 0;
    padding: 15px;
    background: #e3f2fd;
    border-radius: 4px;
    font-size: 16px;
    color: #1976D2;
}

.btn-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.btn {
    background: #2381f0;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    background: #1a67d2;
}

.btn-secondary {
    background: #6c757d;
}

.btn-secondary:hover {
    background: #5a6268;
}



/* 响应式设计 */
@media screen and (max-width: 768px) {
    /* 通用响应式 */
    .container {
        padding: 10px;
    }
    
    .exam-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .exam-info-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .student-info {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .navigation-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .nav-btn {
        width: 100%;
        text-align: center;
    }
    
    .answer-status {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin: 20px 0;
    }
    
    .status-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    
    .status-item {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }
    
    /* 考试页面响应式 */
    .exam-body {
        flex-direction: column;
    }
    
    .answer-card {
        width: 100%;
    }
    
    .nav-buttons {
        width: 100%;
        justify-content: space-between;
    }
    
    .nav-btn {
        flex: 1;
        text-align: center;
    }
    
    /* 提交成功页面响应式 */
    .result-container {
        margin: 50px 20px;
        padding: 30px 15px;
    }
    
    .success-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
    
    .result-container h1 {
        font-size: 20px;
    }
    
    .btn-container {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        text-align: center;
    }
}

/*PAD页面*/

@media screen and (max-width: 1024px) {
  @media screen and (orientation: portrait){
  body {
        transform-origin: 0 0;
        transform: rotate(90deg) translateY(-100%);
        width: 100vh;
        height: 100vw;
    }
  .login {
        position: relative;
        display: flex;
        align-items: center;
    }
  .login .leftPath {
        width: 100%;
        justify-content: left;
    }
   .login .leftPath .sysTitle {
        font-size: 2.3424vh;
        top: 4.8vh;
        left: 4.8vh;
    }
  .login .leftPath .sysImgBox {
        display: block;
         width: 46vh;
        margin-left: 3.904vh;
    }
  .login .rightFormBox {
        display: flex;
        width: 48.8vh;
        height: 31.232vh;
        background-color: #fff;
        position: absolute;
        right: 5.856vh;
        border-radius: .7808vh;
        align-items: flex-start;
        margin-top: 50px;
    }
  .login .rightFormBox .rightForm {
        width: 39.04vh;
    }
  .login .rightFormBox .rightForm .formTitleBox .formTitle {
        display: block;
        width: 100%;
        font-size: 2.3424vh;
        line-height: 2.3424vh;
    }
  .login .rightFormBox .rightForm .formTitleBox .formTitleA {
        display: none;
    }
  .login .rightFormBox .rightForm .formTitleBox {
        margin-top: 3.904vh;
    }
  .login .rightFormBox .rightForm .inputBoxStyle {
        display: block;
        width: 100%;
        margin-top: 3.416vh;
        margin-bottom: 2.928vh;
    }
  .login .rightFormBox .rightForm .inputBoxStyle .inputTitle {
        font-size: 1.5616vh;
        margin-bottom: .976vh;
    }
  .login .rightFormBox .rightForm .inputBoxStyle .inputStyle {
        height: 4.88vh;
    }
  .login .rightFormBox .rightForm .inputBoxStyle .inputStyle .inputList {
        line-height: 4.88vh;
        border-radius: .7808vh;
        font-size: 1.5616vh;
        padding-right: 6.344vh;
    }
  .login .rightFormBox .rightForm .login-btn {
        height: 4.88vh;
        line-height: 4.88vh;
        border-radius: .7808vh;
        font-size: 1.5616vh;
        margin-bottom: 2.2448vh;
    }
  }
}