
.protection[data-v-27a013d6] {
  min-height: 100vh;
  margin: 8px;
  /*background: #f5f5f5;*/
}
.top[data-v-27a013d6] {
    width: 120px;
    padding: 20px 10px 10px 10px;
}
.main-content[data-v-27a013d6] {
  position: relative;
}
.hero-section[data-v-27a013d6] {
  position: relative;
  width: 100%;
  height: 700px;
  background: url(../../static/images/b5e55d57900d23d8eb3f07f59bb13a05.png) center/cover no-repeat;
  display: flex;
  flex-direction: column;
}
.hero-content[data-v-27a013d6] {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay[data-v-27a013d6] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.hero-text[data-v-27a013d6] {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.main-title[data-v-27a013d6] {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 14px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}
.subtitle[data-v-27a013d6] {
  font-size: 16px;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* 二级导航样式（与 About.vue 保持一致） */
.subnav[data-v-27a013d6] {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  margin-top: 80px;
}
.subnav-inner[data-v-27a013d6] {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 20px;
  position: relative;
}
.subnav-list[data-v-27a013d6] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
.subnav-item[data-v-27a013d6] {
  position: relative;
  padding: 10px 16px;
  color: #666;
  cursor: pointer;
}
.subnav-item.active[data-v-27a013d6] {
  background: #c8402d;
  color: #fff;
}
.page-header[data-v-27a013d6] {
  background: #fff;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
}
.page-header h1[data-v-27a013d6] {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}
.page-header p[data-v-27a013d6] {
  font-size: 18px;
  color: #666;
}
.content[data-v-27a013d6] {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

/* 列表样式 */
.protect-list[data-v-27a013d6] {
  background: #fff;
  padding: 24px 0 0px;
  margin-top: 24px;
}
.section-header[data-v-27a013d6] {
  padding: 0 20px 8px;
  position: relative;
}
.pill[data-v-27a013d6] {
  display: inline-block;
  background: #ca3525 !important;
  color: #fff;
  padding: 8px 16px;
  border-radius: 2px;
  font-weight: 700;
  position: relative;
}
.pill[data-v-27a013d6]::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ca3525;
}
.list[data-v-27a013d6] {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.row a[data-v-27a013d6] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2px;
  padding: 8px 0px;
  border-bottom: 1px dashed #d8d8d8;
}
.row .title[data-v-27a013d6] {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.row .date[data-v-27a013d6] {
  color: #999;
  font-size: 14px;
}
.dot[data-v-27a013d6] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ca3525 !important;
  display: inline-block;
}
.protect-pagination[data-v-27a013d6] {
  margin: 30px 0 100px;
  display: flex;
  justify-content: center;
}
[data-v-27a013d6] .el-pagination.is-background .el-pager li.active {
  background-color: #ca3525 !important;
  border-color: #ca3525 !important;
  color: #fff;
}
.protection-card[data-v-27a013d6] {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.protection-card h3[data-v-27a013d6] {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}
.protection-card ul[data-v-27a013d6] {
  list-style: none;
  padding: 0;
}
.protection-card li[data-v-27a013d6] {
  padding: 10px 0;
  color: #666;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.protection-card li[data-v-27a013d6]:last-child {
  border-bottom: none;
}
.protection-card li[data-v-27a013d6]::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #409eff;
  font-size: 12px;
}
.contact-info[data-v-27a013d6] {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 30px;
}
.contact-info h3[data-v-27a013d6] {
  color: #333;
  margin-bottom: 15px;
  font-size: 24px;
}
.contact-info p[data-v-27a013d6] {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
}
.contact-methods[data-v-27a013d6] {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.contact-item[data-v-27a013d6] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #333;
}
.contact-item i[data-v-27a013d6] {
  color: #409eff;
  font-size: 20px;
}

/* 移动端适配 */
@media (max-width: 768px) {
.main-title[data-v-27a013d6] {
    font-size: 32px;
}
.subtitle[data-v-27a013d6] {
    font-size: 14px;
}
.hero-section[data-v-27a013d6] {
    height: 40vh;
}
.hero-overlay[data-v-27a013d6] {
    width: 200px;
    height: 200px;
}
.subnav-inner[data-v-27a013d6] {
    padding: 0 15px;
}
.subnav-list[data-v-27a013d6] {
    gap: 12px;
}
.subnav-item[data-v-27a013d6] {
    padding: 8px 12px;
    font-size: 14px;
}
.content[data-v-27a013d6] {
    /* padding: 0 15px; */
}
.protect-list[data-v-27a013d6] {
    padding: 0px 0 24px;
}
.list[data-v-27a013d6] {
    padding: 0 15px;
}
.row[data-v-27a013d6] {
    /* padding: 12px 2px; */
    gap: 8px;
}
.title[data-v-27a013d6] {
    font-size: 13px;
}
.date[data-v-27a013d6] {
    font-size: 12px !important;
}
.bullet[data-v-27a013d6] {
    width: 12px;
    height: 12px;
}
.bullet[data-v-27a013d6]::before,
  .bullet[data-v-27a013d6]::after {
    width: 8px;
    height: 8px;
}
.bullet[data-v-27a013d6]::after {
    left: 6px;
}
.contact-methods[data-v-27a013d6] {
    flex-direction: column;
    gap: 20px;
}
}
@media (max-width: 480px) {
.main-title[data-v-27a013d6] {
    font-size: 28px;
}
.hero-section[data-v-27a013d6] {
    height: 35vh;
}
.hero-overlay[data-v-27a013d6] {
    width: 150px;
    height: 150px;
}
.subnav-list[data-v-27a013d6] {
    flex-wrap: wrap;
    justify-content: center;
}
.subnav-item[data-v-27a013d6] {
    padding: 6px 10px;
    font-size: 12px;
}
.row[data-v-27a013d6] {
    padding: 10px 1px;
}
.title[data-v-27a013d6] {
    font-size: 12px;
}
.date[data-v-27a013d6] {
    font-size: 10px;
}
.bullet[data-v-27a013d6] {
    width: 10px;
    height: 10px;
}
.bullet[data-v-27a013d6]::before,
  .bullet[data-v-27a013d6]::after {
    width: 6px;
    height: 6px;
}
.bullet[data-v-27a013d6]::after {
    left: 4px;
}
}

