* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul,
li {
  list-style: none;
}
.privacy-container {
  max-width: 1920px; /* 限制最大宽度为设计稿宽度 */
  width: 100%; /* 1920px以内时占满宽度 */
  margin: 0 auto; /* 超出1920px时居中 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.privacy-wrap {
  position: relative;
  margin: 116px auto 0;
}
.faq-container {
  width: 100%;
  max-width: 1200px; /* 限制最大宽度，适配大屏 */
  margin: -160px auto 80px; /* 上下间距20px，左右居中 */
  padding: 0 20px; /* 左右内边距，适配小屏 */
}
.title {
  font-family: HelveticaNeue, HelveticaNeue;
  font-weight: bold;
  font-size: 80px;
  color: #2a6f38;
  line-height: 60px;
}
.subtitle {
  margin-top: 20px;
  font-family: Helvetica;
  font-size: 40px;
  color: #666666;
  line-height: 50px;
}
.mean {
  margin-top: 60px;
  margin-bottom: 27px;
  font-family: HelveticaNeue, HelveticaNeue;
  font-weight: bold;
  font-size: 60px;
  color: #54be69;
  line-height: 60px;
}

.faq-item {
  width: 1200px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 17px;
  justify-content: space-between;
  display: flex; /* 弹性布局，让图标和标题并排 */
  align-items: center; /* 垂直居中对齐 */
  margin-bottom: 20px; /* 与下方描述的间距 */
}

.faq-icon {
  width: 55px; /* 图标宽度，可根据实际图标调整 */
  height: 55x; /* 图标高度，与宽度一致，保证比例 */
  object-fit: contain; /* 保持图标原有比例，不拉伸 */
  margin-right: 20px; /* 图标与标题之间的间距 */
}

.faq-title {
  font-family: HelveticaNeue, HelveticaNeue;
  font-weight: bold;
  font-size: 36px;
  color: #2a6f38;
  margin-left: 32px;
}
.main-bg {
  width: 1920px;
  height: 1288px;
  position: relative;
  /* background-image: url(../images/home/main--bg.png);
  background-position: center center;
  background-size: 100% auto; */
}
.item1 {
  position: absolute;
  top: 59px;
  left: 360px;
  width: 810px;
  height: 170px;

  p {
    font-family: Helvetica;
    font-size: 28px;
    color: #333333;
    line-height: 34px;
  }
}
.item2 {
  position: absolute;
  top: 395px;
  left: 152px;
  width: 928px;
  height: 399px;
}
.flex-row {
  position: absolute;
  top: 844px;
  left: 223px;
  display: flex;
  gap: 30px;
}
.icon {
  width: 226px;
  height: 61px;
}
.support {
  width: 1920px;
  height: 828px;
  position: relative;
  display: flex;
  justify-content: center;
}
.support-img {
  width: 1920px;
  height: 828px;
  position: relative;
}
.tagline {
  width: 1180px;
  height: 100px;
  box-sizing: border-box;
  padding: 0 60px;
  font-family: HiraMinProN, HiraMinProN;
  font-weight: normal;
  font-size: 39px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}

.section-title {
  width: 1141px;
  height: 50px;
  font-family: Helvetica;
  font-size: 54px;
  color: #ffffff;
  line-height: 50px;
  margin: 80px auto 0;
}
.brand {
  font-family: Helvetica;
  font-size: 32px;
  color: #ffffff;
  line-height: 50px;
  margin: 12px auto 40px;
}
.contact-info {
  position: absolute;
  top: 80px;
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-content {
  width: 1200px;
  height: 336px;
  background: rgba(231, 255, 236, 0.26);
  border-radius: 26px;
  border: 3px solid #a9deae;
  backdrop-filter: blur(4px);
  padding: 50px 60px;
  box-sizing: border-box;
}
.info-label {
  font-family: Helvetica;
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
  margin-bottom: 12px;
}
.card-wrap {
  position: relative;
  top: -221px;
}
.different {
  width: 600px;
  height: 120px;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 56px;
  color: #2a6f38;
  line-height: 60px;
}
.container {
  max-width: 1200px;
  margin: 40px auto 60px;
}

/* 项目通用样式 */
.item {
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin: 0 20px;
  background: #54be69;
  color: #fff;
  border-radius: 50%;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 44px;
  color: #ffffff;
}
.text {
  flex: 1;
  font-family: Helvetica;
  font-size: 30px;
  color: #666666;
}

/* 第1项样式（单独占行） */
.item-1 {
  margin-bottom: 20px;
  width: 930px;
  height: 100px;
  box-sizing: border-box;
}
.item-2 {
  width: 598px;
  height: 162px;
  box-sizing: border-box;
}
.item-3 {
  width: 582px;
  height: 162px;
  box-sizing: border-box;
}
.item-4 {
  width: 462px;
  height: 162px;
  box-sizing: border-box;
}
.item-5 {
  width: 717px;
  height: 162px;
  box-sizing: border-box;
}

/* 网格布局（第2-5项） */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1840px) {
  .item1 {
    left: 100px;
  }
}
