footer {
  width: 100%;
  /* height: 363px; */
  background: #c5a86f center no-repeat;
  background-image: url("../img/header/bg.png");
  background-size: cover;
  padding: 80px 12.6%;
  display: flex;
}
footer .left {
  padding-right: 10.42vw;
}
footer .left > img {
  height: 50px;
  width: auto;
  object-fit: contain;
}
footer .left > div {
  display: flex;
}
footer .left > div:nth-child(2) {
  padding: 34px 0 10px 0;
  font-family: "PingFangSC-Light";
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 15px;
}
footer .left > div:nth-child(3) {
  padding-bottom: 45px;
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 18px;
}
footer .left > div:nth-child(4) > img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
footer .right {
  padding-top: 25px;
}
footer .right .title {
  display: flex;
  align-items: center;
  font-family: "PingFangSC-Regular";
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 15px;
  text-align: left;
  padding-top: 30px;
}
footer .right .title:first-of-type {
  padding-top: 0px;
}
footer .right .title > img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
footer .right .text {
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  text-align: left;
  padding-top: 10px;
}
footer .right .text > a {
  text-decoration: underline !important; /* 添加下划线 */
}
