.footer {
  width: 100%;
  /*height: 5.6rem;*/
  background: linear-gradient(90deg, #934A29 0%, #58270F 100%);
}
.footer .footerLogo {
  margin: 0 1.85rem;
  padding: 0.52rem 0 0.22rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(239, 231, 218, 0.25);
}
.footer .footerLogo .logoImg {
  width: 2.46rem;
  height: 0.94rem;
  background-image: url('../img/footer/logo.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer .footerLogo .tel {
  display: flex;
  align-items: center;
  margin-bottom: 0.04rem;
}
.footer .footerLogo .tel .telImg {
  width: 0.31rem;
  height: 0.31rem;
  background-image: url('../img/footer/tel.png');
  background-size: 100%;
}
.footer .footerLogo .tel .telNum {
  font-family: 'Poppins-Black';
  font-size: 0.3rem;
  color: #FDEFD0;
  margin-left: 0.08rem;
  line-height: 0.41rem;
  font-weight: 900;
}
.footer .share {
  display: flex;
  margin: 0.34rem 1.85rem 0.48rem 1.85rem;
}
.footer .share .links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .share .links .linkItem {
  /*margin-left: 1.19rem;*/
  width: 0.96rem;
}
.footer .share .links .linkItem .title {
  font-family: 'DreamHanSerifCN19';
  font-size: 0.2rem;
  color: #FDEFD0;
  line-height: 0.24rem;
}
.footer .share .links .linkItem .link {
  font-family: 'DreamHanSerifCN7';
  font-size: 0.16rem;
  color: #FFD7C4;
  line-height: 0.27rem;
}
.footer .share .links .linkItem .link .line {
  width: 0.18rem;
  height: 0.22rem;
  margin-bottom: 0.18rem;
  border-bottom: 1px solid #FDEFD0;
}
.footer .share .links .linkItem:first-child {
  margin-left: 0;
}
.footer .share .qr {
  margin-left: 1.24rem;
  display: flex;
}
.footer .share .qr .qrItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.55rem;
}
.footer .share .qr .qrItem .qrImg {
  width: 1.17rem;
  height: 1.17rem;
  margin-bottom: 0.19rem;
}
.footer .share .qr .qrItem .qrText {
  font-family: 'DreamHanSerifCN7';
  font-size: 0.16rem;
  color: #FFD7C4;
  line-height: 0.3rem;
  white-space: nowrap;
}
.footer .share .qr .qrItem:first-child {
  margin-left: 0;
}
.footer .record {
  border-top: 1px solid rgba(239, 231, 218, 0.25);
  padding: 0.45rem 0 0.39rem 0;
  display: flex;
  justify-content: center;
  font-family: 'DreamHanSerifCN7';
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #FFD7C4;
}
.footer .record a {
  display: inline;
}
