body {
  background-color: #141414;
  color: #fff;
  font-size: 16px;
  background-image: url("../images/pc_bg_banner.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: top;
}

.ft-header,
.ft-hero,
.ft-list,
.ft-footer {
  width: 1200px;
  margin-inline: auto;
}

.ft-header {
  padding-block-start: 26px;
}

.ft-hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-block-start: 160px;
}
.ft-hero .slogan {
  font-size: 48px;
  font-weight: 600;
}

.ft-hero .text {
  color: #7c7f87;
  font-size: 28px;
  margin-block-start: 36px;
}

.dl-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-block-start: 76px;
}

.dl-link {
  width: 400px;
  height: 110px;
  background: #fff;
  border-radius: 20px;
  color: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: left;
  gap: 26px;
  font-size: 23px;
  line-height: 1.2;
}

.dl-link .title {
  font-size: 35px;
  font-weight: 600;
}

.ft-list {
  padding-block: 52px;
  margin-block-start: 137px;
}

.ft-list__header {
  font-size: 30px;
  font-weight: 600;
  padding-block-end: 32px;
}

.ft-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.ft-list__item {
  width: 184px;
  margin-block-end: 20px;
}

.ft-list__link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.ft-list__link > img {
  border-radius: 10px;
}

.ft-list__title {
  margin-block-start: 18px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ft-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
  font-size: 14px;
  color: #FFF;
}

.ft-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.ft-footer .copyright {
  color: rgba(255, 255, 255, .5);
  margin-block-start: 10px;
  font-size: 14px;
}

.ft-leading .links {
  display: flex;
  align-items: center;
  gap: 13px;
}

.ft-leading .links span {
  width: 1px; height: 12px;
  background-color: rgba(255, 255, 255, .6);
}

.ft-trailing {
  display: flex;
  align-items: center;
  gap: 12px;
}