   /* 目录页表 */

.mycontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 2 auto;
  padding: 0 15px;
}


.mycontent {
  padding: 20px;
  background-color: #fff; /* 更改: 背景色改为白色 */
  color: #333;
  text-align: left;
  width: 100%; /* 新增: 确保内容区域占满宽度 */
}

.myitem {
  position: relative;s
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  /* 新增: 使用padding-top来创建一个比例固定的容器 */
  
  overflow: hidden;
}



.myitem img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 2px solid #ccc;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.myitem img:hover {
  transform: scale(1.05);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2);
}





.mycaption {
  position: sticky;
  bottom: 0;
  background-color: rgba(0, 128, 128, 0.8);
  width: 100%;
  padding: 10px 0;
}




.mycaption a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 5px;
}


/* Enhanced CSS for responsiveness */
.split-section {
  display: flex;
  flex-wrap: wrap; /* Allows children to wrap onto new lines as needed */
  width: 100%;
}







.left-side {
  width: 40%; /* Full width on mobile */
  box-sizing: border-box; /* Includes padding and border in the width */
}


.left-side img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border: 2px solid #ccc;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.left-side img:hover {
  transform: scale(1.05);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2);
}



.right-side {
  width: 60%;
  padding: 20px;
  background-color: #fff;
  color: #333;
  box-sizing: border-box; /* Includes padding and border in the width */
}



/* 新增: 添加标题样式 */
.mycontent h2 {
  color: #0000FF; /* 蓝色标题 */
  margin-top: 20px;
  margin-bottom: 10px;
}

/* 新增: 添加勾选图标样式 */
.mycontent h2::before {
  content: "•";
  color: #0000FF;
  margin-right: 10px;
}

@media (min-width: 768px) { /* 更改: 调整断点 */
  .myitem {
    width: 40%; /* 更改: 调整宽度比例 */
  }
  .mycontent {
    width: 58%; /* 更改: 调整宽度比例 */
  }
  .mycontainer {
    flex-wrap: nowrap; /* 更改: 大屏幕时不换行 */
  }
}

@media (max-width: 767px) { /* 更改: 调整断点 */
  .mycontainer {
    padding: 0 10px;
    flex-direction: column; /* 新增: 小屏幕时改为纵向排列 */
  }
  .myitem, .mycontent {
    width: 100%; /* 更改: 小屏幕时宽度占满 */
    margin-bottom: 15px;
  }
}
        
 /* Media Query for Mobile Devices */
@media (max-width: 768px) {
  .split-section {
    flex-direction: column; /* Stacks flex children vertically */
  }

  .left-side,
  .right-side {
    width: 100%; /* Each side takes full width of the screen on small devices */
  }
} 
   
  
  
  
  
/* 新增: FAQ样式 */
  
   .faq-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin: 20px;
        padding: 20px;
    }
    .faq-column {
        flex: 1 1 45%; /* Each column takes roughly 45% of the container width */
        display: flex;
        flex-direction: column;
        gap: 20px; /* Space between boxes */
        margin-right: 20px; /* Space between columns */
    }
    .faq-column:last-child {
        margin-right: 0; /* Remove margin for the last column */
    }
    .faq-title {
        text-align: center;
        color: #333;
        width: 100%; /* Full width */
    }
    .faq-item {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        cursor: pointer;
    }
    .faq-question {
        padding: 15px;
        margin: 0;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #ddd; /* Only if you want a separator inside the box */
    }
    .faq-answer {
        padding: 15px;
        margin: 0;
        display: none; /* Hide by default */
        font-size: 14px;
        color: #666;
    }

    @media (max-width: 768px) {
        .faq-column {
            flex-basis: 100%; /* Each column takes full width on smaller screens */
            margin-right: 0; /* Remove margin in mobile view */
            gap: 10px; /* Smaller gap on mobile */
        }
    }
  
  
  
   /* 表格容器样式，实现响应式滚动 */
  .table-container {
    overflow-x: auto; /* 横向滚动 */
  }

  /* 表格样式 */
  table {
    width: 100%; /* 宽度自适应容器 */
    border-collapse: collapse; /* 边框合并 */
    box-shadow: 0 2px 15px rgba(0,0,0,0.1); /* 轻微阴影效果 */
    background-color: #fff; /* 背景色 */
  }

  /* 表格单元格和表头样式 */
  th, td {
    padding: 8px 16px; /* 内边距 */
    text-align: left; /* 文字左对齐 */
    border: 0px solid #ddd; /* 边框颜色 */
  }

  /* 表头样式 */
  th {
    background-color: #f2f2f2; /* 表头背景色 */
    color: #333; /* 文字颜色 */
  }

  /* 鼠标悬停效果 */
  tr:hover {
    background-color: #e1f5fe; /* 行背景色改变 */
    color: #01579b; /* 文字颜色改变 */
  }

  /* 媒体查询，优化小屏幕显示 */
  @media screen and (max-width: 600px) {
    th, td {
      padding: 4px 8px; /* 减小内边距 */
      font-size: 12px; /* 减小字体大小 */
    }
    table {
      box-shadow: none; /* 移动设备上去掉阴影 */
    }
  }