.support {
  padding: 50px 0;
  width: 1000px;
  margin: 0 auto;
}
.support h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 20px;
}
.support ul li {
  border-bottom: 0.0625rem solid var(--line-color-2);
}
.support ul li a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.support ul li a.disabled {
  background: var(--color-N10);
}
.support ul li a img {
  width: 28px;
  display: block;
}