/* ===== 全局布局 ===== */
.content {
    background: url(/assets/share/img/content_hederbg.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.header {
    background-color: transparent;
    transition: background-color 0.5s ease;
    box-shadow: 0 0 0 0 #eaeaea;
}

/* ===== 动画 ===== */
@keyframes word {
    0% { background-position: 0 0; }
    to { background-position: -100% 0; }
}

/* ===== 头部内容区 ===== */
.frist-box {
    padding-top: 20px;
    margin-bottom: 80px;
}

.information-box { background: none; padding: 0px 50px;}

.information-box-text .subspan {
    background-color: #58b568;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 20px;
    width: 200px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
}

.information-box-text h1 {
    padding: 30px 0 40px;
    background-size: 200% 100%;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    -webkit-animation: word 5s linear infinite;
}

.information-box-text p {
    text-align: center;
    font-size: 18px;
}

.information-box .image_yindao {
    max-width: 450px;
    width: 90%;
    padding: 0 30px;
}

.information-box .focus_box {
    padding: 30px 10px 0 0;
    font-size: 24px;
    letter-spacing: 4px;
}

.information-box .focus_txt {
    font-size: 36px;
    color: #349d00;
    letter-spacing: 1px;
}

.information-box .image_changjing {
    max-width: 850px;
    width: 100%;
}

/* ===== 主按钮 ===== */
.btn-batch-start {
    display: inline-block;
    background: linear-gradient(135deg, #007BFF, #0056d2);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 200px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    margin: 5px;
    min-width: 220px;
    border-radius: 50px;
}

.btn-batch-start:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0069d9, #004bbd);
}

/* ===== 下载按钮 ===== */
.btn-download-client {
    display: inline-block;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 200px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    margin: 5px;
    min-width: 220px;
    border-radius: 50px;
}

.btn-download-client:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(255, 152, 0, 0.4);
    background: linear-gradient(135deg, #fb8c00, #ef6c00);
}

/* ===== 通用容器 ===== */
.industry-section {
    margin-bottom: 50px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

/* ===== 标题与描述 ===== */
.section-title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
    color: #555;
}

.section-desc {
    font-size: 18px;
    text-align: center;
    color: #555;
    margin-bottom: 40px;
}

/* ===== 表格样式 ===== */
.industry-table-wrap {
    overflow-x: auto;
    padding: 20px;
}

.industry-table {
    max-width: 90%;
    min-width: 90%;
    border-collapse: collapse;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    border: 5px solid #fff;
}

.industry-table th,
.industry-table td {
    padding: 20px 15px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}

.industry-table th {
    background: linear-gradient(90deg, #4a90e2, #357ae8);
    color: #fff;
    font-weight: 600;
}

.industry-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.industry-table tbody tr:hover {
    background: #e6f0ff;
    transition: background 0.3s;
}

/* ===== 引导区域 ===== */
.information-box-yindao {
    padding: 10px 10px 50px;
    border-radius: 35px;
    background: linear-gradient(167deg, #5775d2, #1e3d72);
    margin: 80px 0 70px;
    transition: background 1s ease;
}

/* ===== 步骤展示 ===== */
.container-step {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-step .item {
    text-align: center;
    width: 75%;
}

.container-step .item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
    cursor: pointer;
    box-shadow: 0 6px 18px rgb(22 57 136 / 85%);
}

.container-step .item img:hover {
    transform: scale(1.2);
}

.container-step .item video {
    box-shadow: 0 6px 20px 2px rgb(22 57 136 / 85%);
    border-radius: 5px;
}

.container-step .title {
    margin: 30px 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.container-step .sub-title {
    margin: 30px 10px;
    font-size: 22px;
    font-weight: 500;
    color: #bfd7f9;
}

/* ===== 客户评价区域 ===== */
.testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #f8fafc;
  border-radius: 20px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.testimonials h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1e293b;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}

.testimonials h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #5ec152;
  margin: 16px auto 0;
  border-radius: 2px;
}

.testimonial-item {
  background-color: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  border-left: 4px solid #5ec152;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-item p {
   font-size: 14px;
   line-height: 1.2;
   color: #334155;
   margin: 0 0 16px;
}

.testimonial-item p::before {
  content: open-quote;
  font-size: 2.5rem;
  color: #3b82f6;
  opacity: 0.2;
  position: relative;
  top: 12px;
  margin-right: 8px;
}

.testimonial-item span {
  display: block;
  font-size: 0.875rem;
  color: #64748b;
  font-style: italic;
  margin-left: 2px;
}

/* ===== 响应式布局 ===== */
@media (min-width: 768px) {
  .testimonials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .testimonials h2 {
    grid-column: 1 / -1;
  }

  .testimonial-item {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .testimonials {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
    .industry-table th,
    .industry-table td {
        padding: 12px 10px;
        font-size: 14px;
    }
    .section-title { font-size: 26px; }
    .section-desc { font-size: 16px; }
    .container-step .title { font-size: 26px; }
    .information-box-yindao {
    	padding: 0px 0px 20px;
    	border-radius: 5px;
    }
    .container-step .item {width: 95%;}
    .container-step .item video {box-shadow:none;}
    .content-body {
        line-height: 23px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .information-box {
    	padding: 5px 5px;
    }
    .industry-table-wrap{
        padding: 0px;
    }
    .industry-table{
    	max-width:100%;
    	box-shadow:none;
    }
    .subkey-box{
    	padding:10px;
    }
    .video-box video{
		width: 100%;
		border-radius: 10px;
	}
}

/* 工具卡片网格样式 */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
  gap: 16px; /* 卡片之间的间距 */
  padding: 16px 36px;
  box-sizing: border-box;
}

/* 工具卡片样式 */
.tool-card {
  background-color: #ffffff66;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  transition: transform 0.3s ease; /* 添加轻微的动画效果 */
  cursor: pointer;
}

/* 鼠标悬停时的卡片效果 */
.tool-card:hover {
  transform: translateY(-3px); /* 上移卡片 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* 简单的阴影效果 */
}

.tool-card:hover .tool-title{
	color:#0d47a1;
}

/* 工具标题样式 */
.tool-title {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin: 3px 0;
}

/* 工具描述样式 */
.tool-desc {
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
  line-height: 1.3;
}

.video-box {
	text-align: center;
	margin-top: 50px;
}
.video-box video{
	width: 80%;
	border-radius: 10px;
}

/* 响应式设计：适配小屏幕 */
@media (max-width: 768px) {
  .tools-grid {
    grid-template-columns: 1fr; /* 在小屏幕上，卡片堆叠成一列 */
  }
  .video-box video{
		width: 100%;
		border-radius: 10px;
  }
}
