[v-cloak] {
  display: none !important;
}
.logo {
  max-height: 80px;
  display: inline;
}

.site-titles {
  margin: 3px 4px;
  /* font-size: 0.9rem; */
  padding-left: 5px;
}

.site-titles li {
  white-space: nowrap;
  padding: 2px 0;
  font-size: small;
  list-style: none;
}

/* 轮播图高度控制 */
.carousel-section {
  max-height: 500px;
  overflow: hidden;
}

.stage-label.current {
  font-weight: 600;
  color: #409eff;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* 新增平台专区样式 */
.platform-section {
}
.tips {
  font-size: smaller;
  text-align: center;
}

.text-muted {
  min-height: 45px;
}

.platform-title {
  color: #2c3e50;
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.platform-card {
  transition: transform 0.3s ease;
  border: none !important;
}

.platform-card:hover {
  transform: translateY(-5px);
}

.comptition-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 3px solid #409eff;
}
.entry-icon {
  font-size: 2.5rem;
  color: #409eff;
}

.entry-title {
  color: #2c3e50;
  font-weight: 600;
}

/* 卡片悬停效果 */
.entry-card {
  transition: transform 0.3s ease;
}
/* 可点击卡片样式 */
.clickable-card {
    cursor: pointer;
    transition: all 0.3s;
}
.clickable-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}
.title-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 修正角标定位 */
.el-card__corner {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f56c6c;
    color: white;
    padding: 6px 12px;
    border-radius: 0 0 0 12px;
    font-size: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

/* 为卡片添加相对定位 */
.el-card {
    position: relative;
    overflow: visible;
}
.stage-active {
  background: #268b22;
}
.stage-red{
  background: #f56c6c;
}
.stage-finished {
  background: #909399;
}
.entry-card:hover {
  transform: translateY(-5px);
}

/* 时间线优化 */
.el-timeline {
  padding-left: 1rem;
}

/* 按钮间距调整 */
.el-button {
  margin-top: 1rem !important;
}

/* 友情链接样式 */
.friend-links a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.friend-links a:hover {
  opacity: 0.8;
}

.card-title {
  margin-bottom: 20px;
}

/* 通知公告区 */
.news-section {
  overflow-x: hidden;
}

.news-section-title i {
  margin-right: 0.35rem;
  color: #409eff;
}

.section-title {
  color: #2c3e50;
  font-size: 1.5rem;
  border-left: 4px solid #409eff;
  padding-left: 1rem;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.news-item {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-item:hover,
.news-item:focus-visible {
  text-decoration: none;
  color: inherit;
  transform: translateY(-2px);
}

.news-item:focus-visible {
  outline: 2px solid #409eff;
  outline-offset: 2px;
}

.news-card {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  min-height: 4.5rem;
}

.news-item:hover .news-card,
.news-item:focus-visible .news-card {
  box-shadow: 0 4px 16px rgba(64, 158, 255, 0.15);
}

.news-section .date-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  min-width: 3.5rem;
  padding: 0.5rem 0.35rem;
  background: linear-gradient(135deg, #409eff 0%, #378de5 100%);
  color: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 1.2;
}

.news-section .date-day {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.news-section .date-meta {
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
  font-size: 0.65rem;
  opacity: 0.95;
  white-space: nowrap;
}

.news-section .date-year {
  font-weight: 500;
}

.news-section .date-month {
  margin-top: 1px;
}

/* 平板及以上：年月完整显示在同一行 */
@media (min-width: 768px) {
  .news-section .date-block {
    width: auto;
    min-width: 5.25rem;
    padding: 0.55rem 0.7rem;
  }

  .news-section .date-day {
    font-size: 1.5rem;
  }

  .news-section .date-meta {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 0.25rem;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .news-section .date-year,
  .news-section .date-month {
    display: inline;
    margin-top: 0;
  }
}

.news-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.news-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c3e50;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}

.news-item:hover .news-title,
.news-item:focus-visible .news-title {
  color: #409eff;
}

.news-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #c0c4cc;
  font-size: 1rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.news-item:hover .news-arrow,
.news-item:focus-visible .news-arrow {
  color: #409eff;
  transform: translateX(3px);
}

@media (max-width: 576px) {
  .news-section .section-title {
    font-size: 1.2rem;
    padding-left: 0.75rem;
  }

  .news-list {
    gap: 0.625rem;
  }

  .news-card {
    gap: 0.625rem;
    padding: 0.75rem 0.625rem 0.75rem 0.75rem;
    min-height: auto;
  }

  .news-section .date-block {
    width: 3rem;
    min-width: 3rem;
    padding: 0.4rem 0.25rem;
    border-radius: 5px;
  }

  .news-section .date-day {
    font-size: 1.15rem;
  }

  .news-section .date-meta {
    font-size: 0.6rem;
  }

  .news-title {
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .news-arrow {
    font-size: 0.875rem;
  }
}

@media (max-width: 380px) {
  .news-card {
    padding: 0.625rem 0.5rem 0.625rem 0.625rem;
  }

  .news-section .date-block {
    width: 2.75rem;
    min-width: 2.75rem;
  }

  .news-section .date-day {
    font-size: 1rem;
  }

  .news-title {
    font-size: 0.8125rem;
  }
}

.more-btn {
  padding: 12px 30px;
  font-size: 1.1rem;
}

/* 证书查询 */
.about-us p {
  text-indent: 2em;
}
section.hero-area {
  padding-bottom: 50px;
  padding-top: 160px;
}

/* 新增验证码样式 */
.captcha-container {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}
#captchaImg {
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
/* 结果展示样式 */
.result-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}
.info-item {
  margin: 15px 0;
  display: flex;
}
.info-label {
  width: 160px;
  color: #666;
  font-weight: bold;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.error-msg {
  color: #dc3545;
  margin: 10px 0;
}

.sing-in-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  transition: background-color 0.3s ease;
}

.sing-in-btn:hover {
  background-color: #0056b3;
}

.sing-in-btn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.result-card {
  /* 背景水印图片 */
  background-image: url("images/valid.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.login-form input {
  width: 100%;
  border: 1px solid #cbd5e1;
  outline: none;
  background: #f8fafc;
  padding: 25px;
  border-radius: 12px;
}
.login-form input:focus {
  border-color: #39f;
}

/* 新增二维码样式 */
.qrcode-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border: 2px solid #eee;
  border-radius: 8px;
}

.qrcode-desc {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .qrcode-img {
    width: 120px;
    height: 120px;
  }
}

/* 新增悬浮按钮样式 */
.fixed-buttons {
  position: fixed;
  right: 30px;
  bottom: 30px;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 15px; */
  z-index: 999;
}

.fixed-buttons .el-button {
  width: 60px;
  height: 60px;
  font-size: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.lead{
  text-indent: 2em;
  text-align: justify;
}

/* 福建省职业院校教师技能大赛栏目样式 */
.comptition-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 50%, #f5f7fa 100%);
  border-top: 3px solid #409eff;
  position: relative;
  overflow: hidden;
}

.comptition-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23409eff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.competition-card {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.competition-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(64, 158, 255, 0.18);
}

.competition-card-body {
  padding: 20px;
}

.competition-title {
  color: #1a1a2e;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 12px;
  padding-bottom: 10px;
  padding-right: 70px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}

.competition-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #409eff, #67c23a);
}

.competition-desc {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 12px;
  line-height: 1.5;
}

.competition-info {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #409eff 0%, #67c23a 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.competition-info span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.competition-info i {
  font-size: 0.8rem;
}

.timeline-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 16px;
  border: 1px solid #e8e8e8;
}

.timeline-section h6 {
  color: #409eff;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.timeline-section h6 i {
  font-size: 1rem;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.timeline-item:hover {
  transform: translateX(5px);
}

.timeline-item i {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.timeline-time {
  font-weight: 600;
  min-width: 85px;
  color: #333;
  font-family: 'Courier New', monospace;
}

.timeline-event {
  color: #555;
  flex: 1;
}

.timeline-item.completed {
  background: linear-gradient(135deg, rgba(103, 194, 58, 0.15) 0%, rgba(103, 194, 58, 0.08) 100%);
  border-left: 3px solid #67c23a;
}

.timeline-item.current {
  background: linear-gradient(135deg, rgba(64, 158, 255, 0.15) 0%, rgba(64, 158, 255, 0.08) 100%);
  border-left: 3px solid #409eff;
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(64, 158, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 10px 2px rgba(64, 158, 255, 0.15);
  }
}

.timeline-item.upcoming {
  background: linear-gradient(135deg, rgba(230, 162, 60, 0.15) 0%, rgba(230, 162, 60, 0.08) 100%);
  border-left: 3px solid #e6a23c;
}

.competition-actions {
  display: flex;
  gap: 10px;
}

.competition-actions .el-button {
  flex: 1;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 10px 16px;
}

.competition-actions .el-button--primary {
  background: linear-gradient(135deg, #409eff 0%, #378de5 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(64, 158, 255, 0.3);
}

.competition-actions .el-button--primary:hover {
  background: linear-gradient(135deg, #378de5 0%, #2f7fd8 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(64, 158, 255, 0.4);
}

.competition-actions .el-button--default {
  background: #f5f7fa;
  border: 1px solid #e8e8e8;
  color: #666;
}

.competition-actions .el-button--default:hover {
  background: #f0f2f5;
  border-color: #d9d9d9;
  transform: translateY(-2px);
}

.competition-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 8px;
  border-radius: 0 0 0 4px;
  font-size: 0.7rem;
  font-weight: 600;
  color: white;
}

.competition-badge.active {
  background: linear-gradient(135deg, #67c23a 0%, #5eb838 100%);
}

.competition-badge.upcoming {
  background: linear-gradient(135deg, #e6a23c 0%, #d99236 100%);
}

.competition-badge.completed {
  background: linear-gradient(135deg, #909399 0%, #828488 100%);
}

/* @media (max-width: 768px) {
  .fixed-buttons {
    right: 15px;
    bottom: 15px;
  }
  .fixed-buttons .el-button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
} */
