.s-list1 {
  display: grid;
  grid-template-columns: repeat(2, 640px);
  column-gap: 20px;
}
.s-item1 {
  margin-top: 30px;
  height: 140px;
box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
  padding: 24px;
}
.s-link1 i {
  line-height: 1;
  font-size: 32px;
  color: rgba(166, 166, 166, 0.5);
  margin-right: 30px;
}
.s-link1:hover i {
  color: var(--primary);
}
.s-link1 p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
  color: #888;
}

/* 常见问题 */
.s-item2 {
  padding: 12px 44px;
box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
  margin-bottom: 28px;
}
.s-item2:hover {
 box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.s2-row i {
  line-height: 1;
  font-size: 30px;
  margin-right: 15px;
  
}
.s2-row {
  padding: 12px 0;
}
.s2-row p {
  font-size: 15px;
  line-height: 28px;
  color: #888;
}

.s-table3 {
  margin-top: 30px;
}
.s-th3, .s-td3 {
  display: grid;
  grid-template-columns: 40% 18% 18% 24%;
  align-items: center;
}
.s-th3 {
  font-size: 18px;
  color: #fff;
  height: 60px;
  background-color: var(--primary);
}
.s-td3 {
  padding: 10px 0;
  min-height: 72px;
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}