.anzhuangshipin {
  padding: 80px 0;
  text-align: center;
}

.anzhuangshipin-biaoti,
.fuwuzhengce-biaoti {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 48px;
  color: var(--hei);
}

.anzhuangshipin-biaoti::before,
.anzhuangshipin-biaoti::after,
.fuwuzhengce-biaoti::before,
.fuwuzhengce-biaoti::after {
  content: "\2014";
  margin: 0 15px;
  color: #999;
}

.shipin-wangge {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

.shipin-ka {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shipin-zhanwei {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--qianhui);
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.shipin-zhanwei img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shipin-lianjie {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.shipin-ming {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.fuwuzhengce {
  padding: 80px 0;
  text-align: center;
  background: var(--bai);
}

.fuwuzhengce-nei {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 17px;
  color: #555;
  line-height: 2;
  text-align: left;
}

.zc-biaoti {
  font-size: 32px;
  font-weight: 400;
  color: var(--hei);
  margin: 48px 0 24px;
  text-align: center;
}

.zc-biaoti:first-child {
  margin-top: 0;
}

.zc-hang {
  margin: 0;
  text-indent: 0;
}

.zc-jieshi {
  margin: 48px 0 0;
  text-align: center;
  color: #999;
  font-size: 13px;
}

.baoxiu-biao {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 24px;
  font-size: 14px;
}

.baoxiu-biao th,
.baoxiu-biao td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: center;
}

.baoxiu-biao th {
  background: var(--qianhui);
  font-weight: 400;
  color: var(--hei);
}

.baoxiu-biao td {
  height: 28px;
}

@media (max-width: 768px) {
  .shipin-wangge {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .anzhuangshipin,
  .fuwuzhengce {
    padding: 50px 0;
  }

  .anzhuangshipin-biaoti,
  .fuwuzhengce-biaoti {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
