html {
  font-size: 13.3333333333vw;
}

body {
  font-size: 16px;
  min-height: 100vh;
  background: #f7f7f9;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.footer-tab-bar .footer-tab-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  box-shadow: 0px -12px 40px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: 999;
  transition: all 0.3s;
}
.footer-tab-bar .footer-tab-wrapper .footer-tab-item {
  width: 33.3333%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0.14rem 0;
}
.footer-tab-bar .footer-tab-wrapper .footer-tab-item .footer-tab-item-icon {
  width: 0.44rem;
  height: 0.44rem;
  margin-bottom: 0.08rem;
}
.footer-tab-bar .footer-tab-wrapper .footer-tab-item .footer-tab-item-icon img {
  width: 100%;
}
.footer-tab-bar .footer-tab-wrapper .footer-tab-item .footer-tab-item-text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #666;
}
.footer-tab-bar .footer-tab-wrapper .footer-tab-item.act .footer-tab-item-text {
  color: #a67103;
  font-weight: bold;
}
.footer-tab-bar .active {
  bottom: -1.3rem;
}
.footer-tab-bar .footer-place-box {
  height: 1.14rem;
}

.wrap {
  width: 6.8rem;
  margin: 0 auto;
}

.wrap-30 {
  width: 6.9rem;
  margin: 0 auto;
}