.footer {
display: flex;
align-items: center;
justify-content: center;
position: sticky;
bottom: 0;
background: #fff;
z-index: 1;
padding-top: 24rpx;
}