.safe-fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;

  /* #ifndef APP-NVUE */
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  /* #endif */

  background-color: #fff;
  /* #ifdef H5 */
  &.tabbar {
    bottom: 50px;
  }
  /* #endif */
}
