.footer-tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0060b4;
  box-shadow: rgba(0, 96, 180, 0.05) 0 -5px 29px 0;
  z-index: 500;
}
.footer-tab-bar ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-tab-bar ul li {
  flex: 1;
  position: relative;
}
.footer-tab-bar ul li.active .footer-tab-bar-popover,
.footer-tab-bar ul li.active .footer-tab-bar-popover-mask {
  display: block;
}
.footer-tab-bar ul li a:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
}
.footer-tab-bar ul li .footer-tab-bar-popover-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8898;
  display: none;
  background: rgba(0, 0, 0, 0.05);
}
.footer-tab-bar ul li .footer-tab-bar-popover {
  position: absolute;
  bottom: 64px;
  background: #fff;
  padding: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  display: none;
  z-index: 8899;
}
.footer-tab-bar ul li .footer-tab-bar-popover::after {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  display: block;
  content: ' ';
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
}
.footer-tab-bar ul li .footer-qrcode {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.footer-tab-bar ul li .footer-qrcode img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-tab-bar ul li svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.footer-tab-bar ul li span {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  margin-top: 4px;
  letter-spacing: 2px;
}
/*# sourceMappingURL=index.css.map */
