.footer {
  background-color: #10193a;
  padding-top: 40px;
  color: #fff;
}

.footer .container {
  display: flex;
}

.footer .left {
  padding-left: 110px;
  flex: 1;
  padding-bottom: 40px;
}

.footer .left .title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
}

.footer .left .info {
  font-family: PingFangSC-Light;
  font-size: 10px;
  color: #F4F4F4;
  line-height: 14px;
  line-height: 20px;
}

.footer .left {
  font-size: 10px;
  padding-bottom: 40px;
}

.footer .left .qrcode img {
  width: 44px;
}

.footer .bottom {
  text-align: center;
  padding: 14px 0;
  color: #919191;
  font-size: 10px;
  border-top: 1px solid #919191;
}

.footer .right {
  display: flex;
  padding-right: 78px;
}

.footer .right .tab {
  padding-left: 55px;
  color: #fff;
  text-decoration: none;
}