.footer-wrapper {
  padding-top: 75px;
  background-color: #6b9edf;
  background-image: url(../../../img/common/footer/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 309px 100%;
  background-position: left center;
}
.footer-wrapper > .footer-top {
  width: 1295px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
}
.footer-wrapper > .footer-top .left-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 130px;
}
.footer-wrapper > .footer-top .left-wrapper .qr-picture {
  margin-top: 60px;
}
.footer-wrapper > .footer-top .right-wrapper {
  flex: 1;
  display: flex;
}
.footer-wrapper > .footer-top .right-wrapper .item {
  margin-right: 80px;
}
.footer-wrapper > .footer-top .right-wrapper .item:last-child {
  margin-right: 0;
}
.footer-wrapper > .footer-top .right-wrapper .item a {
  display: block;
}
.footer-wrapper > .footer-top .right-wrapper .item a:hover {
  text-decoration: underline;
}
.footer-wrapper > .footer-top .right-wrapper .item .title {
  line-height: 50px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.footer-wrapper > .footer-top .right-wrapper .item .item-menu {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}
.footer-wrapper > .footer-middle {
  border-top: 1px solid #85afe3;
}
.footer-wrapper > .footer-middle .foot-content {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 40px 0;
}
.footer-wrapper > .footer-middle .foot-content > span {
  color: #286b9d;
  font-size: 18px;
  font-weight: bold;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
}
.footer-wrapper > .footer-middle .foot-content > a {
  color: #fff;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
}
.footer-wrapper > .footer-middle .foot-content > a:hover {
  text-decoration: underline;
}
.footer-wrapper > .footer-bottom {
  border-top: 1px solid #85afe3;
  height: 93px;
  line-height: 92px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.footer-wrapper > .footer-bottom a {
  color: #fff;
}
.footer-wrapper > .footer-bottom a:hover {
  text-decoration: underline;
}
