.weui-footer {
  padding-bottom: 19.2vw !important;
}

.foot-menu {
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 16vw;
  background-color: #fff;
  box-shadow: 0 0 1.6vw -0.53vw #00000030;
  font-size: 3.2vw;
  padding: 0 3.2vw;
}

.fm-item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fm-item span {
  color: #333;
}

.fm-item img {
  width: 6.933vw;
  margin-bottom: 0.53vw;
}

.fm-txt {
  flex-shrink: 0;
  min-width: 33.667vw;
  height: initial;
  background-color: #e8001e;
  box-shadow: .266vw .266vw .8vw 0 #00000030;
  border-radius: 0.8vw;
  padding: 2.66vw 0;
  margin: 0 4.8vw 0 7.8vw;
}

.fm-txt span {
  color: #fff;
}