.home-wrapper {
    width: 100%
}

.home-wrapper .sticky {
    position: sticky;
    top: 0;
    z-index: 999
}

.ant-spin.ant-spin-spinning {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffffff80;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center
}
