@charset "utf-8";
/* CSS Document */
.text-magin-top{
	margin-top: 10px;
}
.text-magin-bottom{
	margin-bottom: 10px;
}
.h3{
	color: white;
}

.padleft-maxwidh{
	padding-left: 30px; max-width: 820px;
	font-size: 1.05rem;
}

.pic4-padleft-maxwidh {
                display: grid;
                grid-template-columns: repeat(2, 2fr);
                gap: 1rem;
                max-width: 800px;
                margin: 0 auto;
            }
 @media (min-width: 768px) {
                .pic4-padleft-maxwidh {
                    grid-template-columns: repeat(4, 1fr);
                }
				
            }
.pic4-padleft-maxwidh img {
	            width: 100%;
	            object-fit: cover;                
                border-radius: 0.5rem;
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
                transition: transform 0.3s ease;
            }
.pic4-padleft-maxwidh img:hover {
                transform: translateY(-5px);
            }
.pic4-image-caption {
                margin-top: 0.5rem;
                text-align: center;
                font-size: 0.875rem;
                color: #4b5563;
            }

.pro-hhhtitle {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: flex-start; /* 水平左对齐 */
    padding-left: 1.3rem;
    box-sizing: border-box;
    width: 235px;
    height: 45px;
    background: linear-gradient(90deg, #0f4ca9 0%, #4169E1 100%);
    border-radius: 15px;
    color: white;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    /* 添加以下属性 */
    text-align: left;
    line-height: 1;
}




.pro-hhh-mainpic{
	  max-width: 800px;
   }
 .pro-hhh-main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
  }
.pro-txt-style{
	font-size: 1em; 
     }


  table.table-aa11-td td {
    padding-left: 10px;
  }

  .pro-table-aa {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  
  .pro-table-aa11 {
    width: 560px; /* 固定宽度 */
  }
  
  .pro-table-aa22 {
    flex: 1; /* 自动填充剩余空间 */
  }

  @media (max-width: 768px) {
    .pro-table-aa {
      flex-direction: column;
    }
    
    .pro-table-aa11 {
      width: 100%;
      margin-bottom: 10px;
    }
    
    .pro-table-aa22 {
      width: 100%;
    }
  }

  .content-auto {
    content-visibility: auto;
  }
  
  .table-shadow {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  
  .table-hover-effect {
    transition: all 0.2s ease;
  }
  
  .table-hover-effect:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  }
  
  .title-gradient {
    background: linear-gradient(90deg, #0f4ca9 0%, #4169E1 100%);
    padding-left: 20px;
    width: 260px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    color: white;
    margin-bottom: 1.5rem;
  }
  
  .faq-item {
    border-bottom: 1px solid #e4e7ed;
    transition: all 0.3s ease;
  }
  
  .faq-item:hover {
    background-color: rgba(245, 247, 250, 0.5);
  }
  
  .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding-left: 1.5rem;
  }
  
  .faq-answer.active {
    max-height: 500px;
    padding-bottom: 1rem;
  }
  
  .faq-icon {
    transition: transform 0.3s ease;
    color: #0f4ca9;
  }
  
  .faq-icon.active {
    transform: rotate(180deg);
  }
  
  .product-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
  }
  
  .component-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
  }
  
  @media (min-width: 768px) {
    .component-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  .component-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .component-card:hover {
    transform: translateY(-4px);
  }
  
  .component-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  
  .component-name {
    padding: 0.75rem;
    text-align: center;
    font-weight: 600;
    color: #333;
  }
  
  .pro-table-com {
    margin: 1rem;
  }