/* body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #f7f7f7;
} */
 body, html {
      margin: 0;
      padding: 0;
      height: 100%;
    }

.wrapper {
  margin-bottom: 10px;
  max-width: 760px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  /* 居中整体内容 */
  align-items: flex-start;
  /* 顶部对齐 */
  gap: 10px;
  /* 元素间距 */
  /* padding: 20px; */
  width: 100%;
  max-width: 960px;
  /* 或 800px，根据页面内容调整 */
  margin: 0 auto;
  /* 居中关键 */
  padding: 10px;
  
}

.container {
  gap: 5px;
  position: relative;
  max-width: 700px;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  position: relative;
  /* 控制按钮和图片之间的间距，可根据需要调整 */
}

.image-box {
  width: 400px;
  height: 280px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid rgb(92, 140, 241); */
}

.image-box img {

  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;

  height: auto;
}

.arrow {

  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
}

.left {
  left: 10px;
}

.right {
  right: 10px;
}

.arrow:hover {
  color: #948e8e98;
}


.table-container {
  width: 80%;
  max-width: 800px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

h1 {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px;
  /* background-color: #87CEFA; */
  background-color: #ffa07a;

  /* 天蓝色 */
  color: white;
  font-size: 28px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
  /* text-align: center; */
  color: #333;
  margin-bottom: 20px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9fbfd;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  display: flex;
  gap: 5px;
  align-items: flex-start;

}

.image-box img {
  max-width: 300px;
  height: auto;
}

.features {
  width: 350px;
  background-color: #fef2f2;
  padding: 16px;
  border-radius: 8px;
  margin-left: 105px;
}

.features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3px;
}

.features h5 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0 0 2px 0;
  /* margin-bottom: 2px; */
}

.features h5 img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.features p {
  font-size: 14px;
  margin: 0;
  margin-left: 42px;
  line-height: 0.5;
  /* 加上这一行，缩小段落行距 */
}

.container1000{
  margin-top: 175px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* height: 100vh;       */
        /* 占满整个视口高度 */
}

.container0 {
 
  width: 100%;
  max-width: 960px;
  /* 或 800px，根据页面内容调整 */
  margin: 0 auto;
  /* 居中关键 */
}

.container2 {
  width: 100%;
  max-width: 960px;
  /* 或 800px，根据页面内容调整 */
  margin: 0 auto;
  /* 居中关键 */
  margin-top: 0px;
  /* margin-top: 2px;
  margin: 20px auto; */

 
   /* padding: 8px; */
  /* box-sizing: border-box;  */
}
/* .wrapper, .container2 {
  outline: 1px solid red;
} */
.wrapper {
  margin-bottom: 6px;  /* 控制与 container2 的间距，建议不要为 0 完全贴死 */
}

.container2 {
  margin-top: 0; /* 去掉默认顶部空隙 */
}

/* 如果标题/段落太撑开，也一并控制 */
.wrapper h3,
.wrapper hr,
.container2 h3,
.container2 hr {
  margin-top: 0;
}
.container22 {
  display: flex;
  margin-top: 2px;
  align-items: center;
  /* ⬅️ 水平居中所有子项 */
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 15px #ff7f50;
  transition: transform 0.3s ease;
  margin-top: 25px;
}


.container22 div p {
  font-size: 16px;
  padding: 10px;
  background-color: #fff3e0;
  border-left: 5px solid #ff8c00;
  border-radius: 8px;
}

.connectMethonds1 {
  display: flex;
  align-items: center;
  /* ⬅️ 水平居中所有子项 */

   width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 15px #ff7f50;
  transition: transform 0.3s ease;
  margin-top: 25px;
}
  


.connectMethonds2 {
  display: flex;
   width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 15px #ff7f50;
  transition: transform 0.3s ease;
  margin-top: 25px;
}



.container3 {
    width: 100%;
  max-width: 960px;
  /* 或 800px，根据页面内容调整 */
  margin: 0 auto;
  /* 居中关键 */
/*   
  padding: 20px;
  box-sizing: border-box; */
}

.container4 {
  
  width: 100%;
  max-width: 960px;
  /* 或 800px，根据页面内容调整 */
  margin: 0 auto;
  /* 居中关键 */
}

h3 {
   margin: 0 auto;
  font-size: 24px;
  margin-bottom: 10px;
  /* color: #333; */
  color: #a0522d;
}

hr {
  border: none;
  height: 2px;
  background: #ffa07a;
  margin: 10px 0 20px;
}

/* ul {
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  line-height: 1.6;
} */

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

p {
  line-height: 1.8;
  color: #444;
}

table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  /* 横向居中 */
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  table-layout: auto;
  /* 关键设置：让列宽根据内容自适应 */
}

th {
  /* background-color: #87CEFA; */
  background-color: #ffa07a;
  color: white;
}

th,
td {

  border: 1px solid #ccc;
  padding: 10px 12px;
  text-align: center;
  white-space: nowrap;
  /* 防止文字换行 */
  overflow: hidden;
  /* 可选：隐藏超出 */
  text-overflow: ellipsis;
  /* 可选：显示省略号 */
}

thead {
  /* background-color: #87CEFA; */
  background-color: #ff8c00;
  color: white;
}

tbody tr:nth-child(even) {
  background-color: #f2f9ff;
}

 .spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fffaf5;
  }

  .spec-table th, .spec-table td {
    border: 1px solid #ffcba4;
    padding: 10px;
    font-size: 14px;
    vertical-align: top;
  }

  .spec-table th {
    background-color: #ffe0b2;
    color: #8b4a00;
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
  }

  .spec-table td {
    color: #333;
    background-color: #fffdf9;
  }

  .spec-table tr:nth-child(even) td {
    background-color: #fff5eb;
  }

  @media screen and (max-width: 768px) {
    .spec-table th, .spec-table td {
      font-size: 12px;
      padding: 6px;
    }
  }