.footer {
  background: url(../images/image/foot_bg.jpg) no-repeat;
  background-size: cover;
  padding: 46px 0 68px 0;
}
.footer1_ul {
  display: flex;
  justify-content: space-evenly;
}
.footer1_li a {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.38px;
  text-align: center;
  font-weight: 500;
}
.footer1_li:nth-child(2) .footer2_ul::after {
  top: -15.4%;
}
.footer2_ul {
  margin-top: 40px;
  position: relative;
}
.footer2_ul::after {
  position: absolute;
  top: -40%;
  left: 0;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.footer2_li {
  margin-bottom: 10px;
}
.footer2_li a {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #EAEAEA;
  letter-spacing: -0.33px;
  text-align: center;
  font-weight: 400;
}
.footer_bottom {
  text-align: center;
  margin-top: 2.6vw;
}
.footer_bottom span {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #EFEFEF;
  letter-spacing: -0.33px;
  text-align: center;
  font-weight: 400;
  margin-right: 20px;
}
.footer_bottom p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #D5D5D5;
  letter-spacing: -0.33px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
