@charset "UTF-8";
.protection {
  /* 原二级导航（横向）样式 */
  /* 页面主体布局 */
  /* 竖向菜单样式 */
  /* 内容区域 */
  /* 列表样式 */
  /* 移动端适配 */
  /* 平板及以下：菜单改为顶部横向 */
  /* 手机：进一步缩小字号与间距 */
  /* Loading 状态 */
}
.protection .main-content {
    position: relative;
}
.protection .hero-section {
    position: relative;
    width: 100%;
    height: 450px;
    background: url(../../static/images/1c59b68dd25ab39fe0e145233d952f1b.png) center/cover no-repeat;
    display: flex;
    flex-direction: column;
}
.protection .hero-content {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.protection .hero-overlay {
    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;
}
.protection .hero-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.protection .main-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 14px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}
.protection .subtitle {
    font-size: 16px;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.protection .subnav {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    margin-top: 80px;
}
.protection .subnav-inner {
    max-width: 1200px;
    margin: 30px auto 0;
    position: relative;
}
.protection .subnav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}
.protection .subnav-item {
    position: relative;
    padding: 10px 16px;
    color: #666;
    cursor: pointer;
}
.protection .subnav-item.active {
    background: #c8402d;
    color: #fff;
}
.protection .page-header {
    background: #fff;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 40px;
}
.protection .page-header h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}
.protection .page-header p {
    font-size: 18px;
    color: #666;
}
.protection .page-body {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    gap: 40px;
}
.protection .side-menu {
    width: 220px;
    background: #fff;
}
.protection .side-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.protection .side-menu-item {
    padding: 12px 20px;
    color: #666;
    cursor: pointer;
}
.protection .side-menu-item.active {
    background: #c8402d;
    color: #fff;
}
.protection .content {
    flex: 1;
    max-width: none;
    padding: 0 20px;
    margin: 0;
}
.protection .protect-list {
    background: #fff;
    padding: 24px 0 0px;
    margin-top: 24px;
}
.protection .section-header {
    padding: 0 20px 8px;
    position: relative;
}
.protection .pill {
    display: inline-block;
    background: #ca3525 !important;
    color: #fff;
    padding: 8px 16px;
    border-radius: 2px;
    font-weight: 700;
    position: relative;
}
.protection .pill::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;
}
.protection .list {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.protection .row a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px 4px;
    border-bottom: 1px dashed #d8d8d8;
}
.protection .row .title {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.protection .row .date {
    color: #999;
    font-size: 14px;
}
.protection .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ca3525 !important;
    display: inline-block;
}
.protection .protect-pagination {
    margin: 100px 0 100px;
    display: flex;
    justify-content: center;
}
.protection ::v-deep(.el-pagination.is-background .el-pager li.active) {
    background-color: #ca3525 !important;
    border-color: #ca3525 !important;
    color: #fff;
}
.protection .protection-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.protection .protection-card h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}
.protection .protection-card ul {
    list-style: none;
    padding: 0;
}
.protection .protection-card li {
    padding: 10px 0;
    color: #666;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.protection .protection-card li:last-child {
    border-bottom: none;
}
.protection .protection-card li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #409eff;
    font-size: 12px;
}
.protection .contact-info {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 30px;
}
.protection .contact-info h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}
.protection .contact-info p {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}
.protection .contact-methods {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.protection .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #333;
}
.protection .contact-item i {
    color: #409eff;
    font-size: 20px;
}
@media (max-width: 768px) {
.protection .page-body {
      flex-direction: column;
}
.protection .side-menu {
      width: 100%;
      overflow-x: auto;
}
.protection .side-menu-list {
      display: flex;
      gap: 16px;
      padding: 10px 12px;
}
.protection .side-menu-item {
      flex-shrink: 0;
      padding: 8px 14px;
      font-size: 16px;
}
.protection .content {
      padding: 0 15px;
      margin-top: 20px;
}
.protection .main-title {
      font-size: 32px;
}
.protection .subtitle {
      font-size: 14px;
}
.protection .hero-section {
      height: 40vh;
}
.protection .hero-overlay {
      width: 200px;
      height: 200px;
}
.protection .subnav-inner {
      padding: 0 15px;
}
.protection .subnav-list {
      gap: 12px;
}
.protection .subnav-item {
      padding: 8px 12px;
      font-size: 16px;
}
.protection .content {
      padding: 0 15px;
}
.protection .protect-list {
      padding: 20px 0 24px;
}
.protection .list {
      padding: 0 15px;
}
.protection .row {
      padding: 12px 2px;
      gap: 8px;
}
.protection .title {
      font-size: 13px;
}
.protection .date {
      font-size: 11px;
}
.protection .bullet {
      width: 12px;
      height: 12px;
}
.protection .bullet::before,
    .protection .bullet::after {
      width: 8px;
      height: 8px;
}
.protection .bullet::after {
      left: 6px;
}
.protection .contact-methods {
      flex-direction: column;
      gap: 20px;
}
}
@media (max-width: 480px) {
.protection .side-menu-list {
      gap: 8px;
}
.protection .side-menu-item {
      padding: 6px 10px;
      font-size: 14px;
}
.protection .main-title {
      font-size: 28px;
}
.protection .hero-section {
      height: 35vh;
}
.protection .hero-overlay {
      width: 150px;
      height: 150px;
}
.protection .subnav {
      margin-top: 50px;
}
.protection .subnav-list {
      flex-wrap: wrap;
      gap: 8px;
}
.protection .subnav-item {
      padding: 6px 10px;
      font-size: 16px;
}
.protection .row {
      padding: 10px 1px;
}
.protection .title {
      font-size: 12px;
}
.protection .date {
      font-size: 10px;
}
.protection .bullet {
      width: 10px;
      height: 10px;
}
.protection .bullet::before,
    .protection .bullet::after {
      width: 6px;
      height: 6px;
}
.protection .bullet::after {
      left: 4px;
}
}
.protection .loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 80px 0;
}
.protection .loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #c8402d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

