@root-entry-name: 'default';
@import (reference) '~antd/es/style/themes/index.less';

.pro-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 101;
  width: 100%;
  padding: calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1))
    var(--zaui-space-size-lg, 32px);
  background: var(--zaui-base-bg, #ffffff);
  box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
}
