﻿.footer {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
}
.story-title p:nth-of-type(2):hover{
  color:#FCA635;
}
.footer-content {
  border-top: 6px solid rgba(243, 142, 42, 0.84);
  background: url("../../static/footer/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-content .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left {
  padding: 70px 0 75px;
}
.footer-left p:nth-of-type(1) {
  margin-bottom: 25px;
  color: #fff;
  font-size: 24px;
  line-height: 33px;
}
.footer-left p:nth-of-type(2) {
  margin-bottom: 19px;
}
.footer-center {
  max-width: 480px;
}
.footer-right {
  display: flex;
  padding: 50px 0;
}
.footer-right .qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
}
.footer-right .qrcode-item img {
  margin-bottom: 14px;
  width: 120px;
  height: 120px;
}
.footer-copyright {
  padding: 18px 14px;
  background: #137242;
  text-align: center;
}

@media (max-width: 1000px) {
  .footer-content .inner {
    flex-direction: column;
  }
  .footer-right .qrcode-item:nth-of-type(1) {
    margin-left: 0;
  }
}