#footer {
  display: flex;
  justify-content: center;
}
#footer > div {
  position: relative;
}
#footer .footer-first-wrapper {
  flex-basis: 4.34rem;
  padding: .15rem 0;
}
.line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: .01rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
#footer .footer-first-wrapper .logo-bottom {
  width: 1rem;
  height: .28rem;
  pointer-events: none;
}
#footer .footer-first-wrapper .logo-bottom-text {
  margin-top: .32rem;
}
#footer .footer-first-wrapper .logo-bottom-text p {
  font-size: 0.1rem;
  color: #ccc;
  line-height: 0.24rem;
}
#footer .footer-first-wrapper .logo-bottom-text a {
  font-size: 0.1rem;
  color: #ccc;
  line-height: 0.24rem;
}
#footer .footer-second-wrapper {
  display: flex;
  width: 4.82rem;
  justify-content: center;
  padding: .09rem 0;
}
.footer-second-wrapper .item-li:nth-child(1) {
  margin-right: 1.04rem;
}
.footer-second-wrapper .item-li li {
  display: block;
  color: #fff;
  font-size: .16rem;
}
.footer-second-wrapper .item-li li:nth-child(n+2) {
  margin-top: .25rem;
}
#footer .footer-third-wrapper {
  margin-left: 1.25rem;
  padding: .42rem 0;
}
.footer-third-wrapper ul {
  display: flex;
  justify-content: flex-start;
}
#footer .footer-third-wrapper li {
  position: relative;
  width: .50rem;
  height: .50rem;
  border-radius: 50%;
  cursor: pointer;
  margin-left: .35rem;
  color: #fff;
  line-height: .50rem;
  text-align: center;
}
#footer .footer-third-wrapper li:hover .qr_code_wrap {
  display: block;
}
.qr_code_wrap {
  display: none;
  position: absolute;
  bottom: .69rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: .06rem;
}
.qr_code_box {
  position: relative;
  background-color: #fff;
  padding: .19rem .19rem 0;
  overflow: hidden;
  border-radius: .06rem;
  z-index: 88;
}
.qr_code_box .qr_code_img {
  display: block;
  width: 1.24rem;
  height: 1.24rem;
}
.qr_code_box .qr_code_text {
  line-height: 1;
  font-size: .15rem;
  color: #000;
  margin: .06rem 0 .09rem 0;
}
.qr_code_arrow {
  position: absolute;
  bottom: -.06rem;
  left: 50%;
  width: .20rem;
  height: .20rem;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
  z-index: 77;
}
#footer .footer-third-wrapper li:first-child {
  margin-left: 0;
}