footer {
  padding-top: 56px;
  background-color: #000000;
  padding-bottom: 88px;
}
footer .items {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(104, 110, 126, 0.3);
}
footer p.reserved {
  margin-top: 48px;
  color: #353945;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}
footer .item1 p {
  margin: 43px 0 8px;
  color: #fff;
  /* PF_font/r/t_r14 */
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}
footer .item1 .select-box {
  width: 148px;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  border: 0.5px solid #1f2126;
  border-radius: 8px;
}
footer .item1 select {
  width: 100%;
  border: none;
  text-align: center;
  border-radius: 8px;
  color: #777e90;
  /* OS_font/m/t_m16 */
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background-color: transparent;
}
footer .item2 {
  display: flex;
  margin-left: 10vw;
  width: 50%;
  justify-content: space-between;
}
footer .item2 dl {
  display: flex;
  flex-direction: column;
}
footer .item2 dl dt + dt {
  margin-top: 35px;
}
footer .item2 dl dt {
  color: white;
  font-family: 'PingFang SC';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .item2 dl dt a {
  color: white;
}
footer .item2 dl dd {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
footer .item2 dl dd a + a {
  margin-top: 12px;
}
footer .item2 dl dd a {
  color: #777e90;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
footer .item3 {
  margin-left: 10vw;
}
footer .item3 p.title {
  color: #fff;
  font-family: Gotham;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  margin-bottom: 24px;
}
footer .item3 a + a {
  margin-left: 16px;
}
footer .item3 a > img {
  width: 16px;
  height: 16px;
}
