﻿@media (max-width: 480px) {
  .qrcode {
    margin-bottom: 12px;
    font-size: 14px !important;
    text-align: center;
  }
  .footer {
    width: 100% !important;
  }
  .footer-main-center {
    width: 100% !important;
    flex-direction: column;
    height: auto !important;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .list-center {
    width: 100% !important;
    height: auto !important;
    padding: 0 12px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px !important;
  }
  .right-call > img {
    width: 38px !important;
  }
  .right-call > div > p {
    font-size: 16px !important;
    color: #FFFFFF;
    line-height: 20px !important;
  }
}
.footer {
  background: #045AFE;
  border-radius: 0px 0px 0px 0px;
}
.qrcode {
  width: 200px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
}
.qrcode > img {
  width: 132px;
  height: 132px;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}
.footer .footer-main-center {
  width: 1366px;
  height: 290px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .list-center {
  width: 671px;
  height: 26px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footer .list-center > p {
  margin-bottom: 20px;
}
.right-call {
  display: flex;
}
.right-call > img {
  width: 58px;
  object-fit: scale-down;
  margin-right: 8px;
}
.right-call > div > p {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
