/* 编辑资料弹层确认键：抬到底栏上方，不移动底栏 */
html .bottom-popup-h5,
html .bottom-popup.bottom-popup-modal {
  z-index: 6000 !important;
}
html .bottom-popup-h5 .bottom-popup-h5-main,
html .bottom-popup-h5 .bottom-popup-main {
  box-sizing: border-box !important;
  padding-bottom: calc(var(--hailiao-nav-h, 56px) + env(safe-area-inset-bottom, 0px) + 8px) !important;
}
html .bottom-popup-h5 .footer,
html .bottom-popup-h5 .footer-submit {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
}
html .bottom-popup-h5 .footer-submit {
  width: calc(100% - 40px) !important;
  margin: 0 auto !important;
}
