.footer-new * {
  margin: 0;
}
.footer-new {
  margin: 50px auto;
  width: 1200px;
}
.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left {
  color: #7a7a7a;
  font-size: 16px;
}
.footer-left img {
  margin-bottom: 30px;
}
.footer-phone {
  font-size: 36px;
  color: #0968fe;
  font-weight: bold;
  line-height: 36px;
  margin: 15px 0;
}
.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-center a:not(:first-child) {
  text-decoration: none;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 16px;
}
.footer-center a:hover {
  color: #0968fe;
  text-decoration: underline;
}
.footer-title {
  text-decoration: none;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.footer-right {
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-qrcode {
  width: 160px;
  height: 210px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-qrcode img {
  width: 120px;
  height: 120px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 5px;
}
.footer-qrcode-1 {
  color: #333333;
  font-size: 14px;
  font-style: oblique;
  margin-top: 15px;
}
.footer-qrcode-2 {
  color: #0968fe;
  font-style: oblique;
  font-size: 16px;
  font-weight: bold;
}
.footer-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 30px 0;
}
.footer-bottom {
  width: 100%;
  text-align: center;
}
.footer-icp {
  color: #7a7a7a;
  font-size: 16px;
  letter-spacing: 2px;
}
.footer-icp a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.footer-icp a:hover {
  color: #0968fe;
  text-decoration: underline;
}
.footer-link {
  margin-top: 30px;
}
.footer-link img {
  width: 100px;
}
