.page-footer {
  width: 100%;
  padding: 0 10px;
  background: #242834;
  color: #fff;
}
.page-footer .about-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #fff;
}
.page-footer .about-info .left-module {
  width: 100%;
  padding-bottom: 24px;
}
.page-footer .about-info .left-module .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 24px;
}
.page-footer .about-info .left-module .content div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.page-footer .about-info .left-module .content div:last-child {
  margin-bottom: 0;
}
.page-footer .about-info .left-module .content div img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.page-footer .about-info .left-module .content div span {
  line-height: 1;
  font-size: 14px;
}
.page-footer .about-info .right-module {
  width: 100%;
  display: flex;
  padding-bottom: 12px;
}
.page-footer .about-info .right-module div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-footer .about-info .right-module div:first-child {
  margin-right: 24px;
}
.page-footer .about-info .right-module div span {
  font-size: 0.0729rem;
}
.page-footer .about-info .right-module img {
  width: 0.5208rem;
  min-width: 80px;
  min-height: 80px;
  margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
  .page-footer .about-info .left-module {
    flex: 2;
  }
  .page-footer .about-info .right-module {
    flex: 1;
    justify-content: flex-end;
  }
  .page-footer .about-info,
  .page-footer .copyright-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-footer .about-info,
  .page-footer .copyright-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-footer .about-info,
  .page-footer .copyright-container {
    max-width: 1140px;
  }
}
.page-footer .copyright-container {
  background: #242834;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.1667rem 0 0.125rem 0;
  margin-left: auto;
  margin-right: auto;
}
.page-footer .copyright-container > span {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
  margin-right: 24px;
  font-size: 0.0625rem;
}
.page-footer .copyright-container a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
.page-footer .copyright-container a span {
  line-height: 1;
  margin-right: 0.0833rem;
  font-size: 0.0625rem;
}
.page-footer .copyright-container a img {
  margin-right: 4px;
}
