@charset "UTF-8";
.table-section .layui-table {
  border: none !important;
  margin: 0; }
  .table-section .layui-table th {
    background-color: #6d767f;
    height: 60px;
    border-bottom: none;
    font-size: 14px;
    color: #fff; }
  .table-section .layui-table td {
    height: 60px;
    line-height: 2;
    color: #000;
    font-size: 15px;
    border: none !important; }
    .table-section .layui-table td:first-child {
      width: 20%;
      font-weight: bold; }
    .table-section .layui-table td a {
      color: #124989;
      font-weight: bold; }
      .table-section .layui-table td a:hover {
        text-decoration: underline; }

.table-section .download-btn {
  background: #6d767f;
  margin-top: 20px; }

.table-section .spec-btn {
  background-color: #6d767f;
  border: none;
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 15px;
  color: #fff;
  text-align: center; }

.table-section2 {
  margin-top: 30px; }
  .table-section2 .layui-table {
    border: none !important;
    color: #333; }
    .table-section2 .layui-table th {
      background-color: #6d767f;
      height: 60px;
      border: none !important;
      color: #fff;
      font-size: 14px; }
      .table-section2 .layui-table th:last-child {
        width: 42px;
        padding: 0 4px; }
    .table-section2 .layui-table tr {
      cursor: pointer; }
    .table-section2 .layui-table td {
      border: none !important;
      font-size: 16px;
      height: 60px;
      line-height: 2; }
      .table-section2 .layui-table td img {
        max-height: 150px;
        max-width: 100px; }
      .table-section2 .layui-table td .layui-icon {
        color: #da8000;
        font-size: 20px;
        font-weight: bold; }

.product-detail-container .detail-left {
  flex: 1;
  margin-right: 30px; }
  .product-detail-container .detail-left .big-title {
    font-size: 34px; }
  .product-detail-container .detail-left .small-title {
    color: #124989;
    font-size: 18px; }
  .product-detail-container .detail-left .left_part2 {
    margin-top: 30px;
    font-size: 16px; }
  .product-detail-container .detail-left .left_part3 {
    margin-top: 30px; }

.product-detail-container .detail-right {
  width: 38%;
  text-align: right; }
  .product-detail-container .detail-right .tool-img {
    max-width: 100%;
    display: inline-block; }

.size-img {
  margin-top: 30px; }

@media (max-width: 768px) {
  .size-img {
    margin-top: 16px; }
  .product-detail-container .flex {
    flex-direction: column-reverse !important; }
  .product-detail-container .detail-left {
    margin-top: 20px;
    margin-right: 0; }
    .product-detail-container .detail-left .big-title {
      font-size: 24px; }
    .product-detail-container .detail-left .small-title {
      font-size: 16px; }
    .product-detail-container .detail-left .left-part1 {
      flex-direction: column;
      align-items: flex-start; }
    .product-detail-container .detail-left .comm-button {
      margin-top: 12px; }
    .product-detail-container .detail-left .left_part2 {
      margin-top: 16px;
      font-size: 14px; }
    .product-detail-container .detail-left .left_part3 {
      margin-top: 16px; }
  .product-detail-container .detail-right {
    width: 100%;
    text-align: center; }
  .table-section .layui-table th {
    height: 42px; }
  .table-section .layui-table td {
    height: 42px;
    font-size: 14px; }
  .table-section .spec-btn {
    height: 48px;
    line-height: 48px;
    font-size: 14px; }
  .table-section2 {
    margin-top: 16px; }
  .event-part1 {
    font-size: 14px;
    margin-top: 20px; }
    .event-part1 p {
      margin-bottom: 12px; }
  .event-part2 {
    font-size: 14px;
    margin-top: 15px; }
    .event-part2 a {
      text-decoration: underline;
      margin-top: 8px; }
      .event-part2 a:hover {
        color: #124989; }
  /* 1. 表格容器：禁止横向溢出，超出部分滚动（核心） */
  .responsive-table {
    display: block;
    /* 转为块级元素，支持溢出控制 */
    width: 100%;
    /* 占满父容器宽度 */
    overflow-x: auto;
    /* 横向溢出时显示滚动条 */
    white-space: nowrap;
    /* 防止表格整体换行 */
    -webkit-overflow-scrolling: touch;
    /* 优化移动端滚动体验 */ }
  /* 2. 表格单元格：内容换行（避免长文本撑破单元格） */
  .responsive-table td,
  .responsive-table th {
    white-space: normal;
    /* 允许内容换行 */
    word-wrap: break-word;
    /* 长单词/URL 强制换行 */
    word-break: break-all;
    /* 中文按字符换行，英文按单词截断 */
    padding: 8px 6px !important;
    /* 减小内边距，适配小屏幕 */
    font-size: 12px !important;
    /* 缩小字体，节省空间 */ } }

.event-part1 {
  font-size: 16px;
  margin-top: 40px; }
  .event-part1 p {
    margin-bottom: 20px; }
    .event-part1 p:last-child {
      margin-bottom: 0; }
  .event-part1 a {
    font-weight: bold;
    color: #124989; }

.event-part2 {
  font-size: 16px;
  margin-top: 30px; }
  .event-part2 a {
    text-decoration: underline;
    margin-top: 12px; }
    .event-part2 a:hover {
      color: #124989; }
