.footer {
  background-color: #1D1D1F;
  padding: 56px 0 27px 0;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 1px solid #ffffff2c;
}
.footer_top_left {
  width: 60%;
}
.top_left_ul {
  display: flex;
  justify-content: space-between;
}
.top_left_ul a {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.38px;
  text-align: right;
  font-weight: 500;
}
.footer_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #ffffff2c;
}
.footer_center_left p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #EFEFEF;
  letter-spacing: -0.33px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer_center_left p:last-child {
  margin-bottom: 0px;
}
.footer_center_right p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #D5D5D5;
  letter-spacing: -0.33px;
  text-align: right;
  font-weight: 400;
  margin-top: 24px;
}
.footer_bottom .p1 {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #D5D5D5;
  letter-spacing: -0.33px;
  text-align: left;
  font-weight: 400;
  margin-top: 24px;
}
