.slideInDownInit {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transition-delay: 0.2s;
}

.slideInDown {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.scaleInit {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

/* 图片样式 */
.goods-section img {
  width: 100% !important;
  margin: 0 !important;
}

.backgroundPicture {
  width: 100%;
}

:root {
  --bgc-FFFFFF: #ffffff;
  --bgc-000000: #000000;
  --font-22: clamp(14px, 1.1vw, 22px);
  --font-48: clamp(24px, 2.5vw, 48px);
}

.goods-section {
  background-size: cover;
  line-height: normal;
  position: relative;
  display: flex;
  justify-content: center;
}

.section-con {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-con .section-con-title {
  font-weight: bold;
  font-size: var(--font-48);
  text-align: center;
  color: var(--bgc-000000);
  margin-top: clamp(50px, 7.8vw, 150px);
}

.section-con .section-con-content {
  font-size: var(--font-22);
  text-align: center;
  color: var(--bgc-000000);
  line-height: 1.8;
}



/* 容器：垂直排列所有项目 */
.cubemars-line-box {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.7vw, 30px);
  width: 100%;
  max-width: 1200px;
  margin-top: clamp(35px, 5vw, 90px);
  margin-bottom: clamp(35px, 5vw, 90px);
}

.cubemars-line-box .line-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: clamp(35px, 5vw, 90px);
  padding: 15px;
}

.cubemars-line-box .line-item img {
  width: 100% !important;
  max-width: 700px !important;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}

.cubemars-line-box .line-item .section-con-content {
  flex: 1;
  margin-left: 30px;
  text-align: left;
  font-size: 18px;
}

.section-1 .section-con {
  background-color: #f5f5f5;
  position: relative;
}


.section-1 .section-tips {
  margin-bottom: clamp(35px, 5vw, 90px);
}


.motor-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1f5fe;
}

.motor-table th,
.motor-table td {
  padding: 25px 10px;
  border: 1px solid #e0e0e0;
  line-height: 1.5;
  width: 25%;
  word-wrap: break-word;
}

.motor-table th {
  background-color: #f2f2f2;
  text-align: center;
  font-size: var(--font-22);
  line-height: 1.5;

}

.motor-table thead tr {
  background-color: #eeefef;
  color: #333;
  font-weight: bold;
}

.motor-table td {
  text-align: center;
  font-size: 14px;
  color: #231815;
}

.section-2 .section-con {
  position: relative;
  margin-top: clamp(35px, 5vw, 90px);
  margin-bottom: clamp(35px, 5vw, 90px);
}



@media (max-width: 768px) {
  .br-web {
    display: none;
  }

  .section-con {
    overflow-x: auto;
  }

  .motor-table{
    min-width: 600px;
  }

  .cubemars-line-box .line-item {
    flex-direction: column;
}

}