body {
    margin: 0!important;
    overflow-x: hidden;
    overflow-y: auto;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.justify-start {
    justify-content: start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: end;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: start;
}

.items-end {
    align-items: end;
}

a {
    text-decoration: none !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.linear-background {
    color: #2B60EB;
    background: linear-gradient(270deg, #8F35EA 0.1220703125%, #1B61FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mt-71 {
    margin-top: 71px;
}

.ml-82 {
    margin-left: 82px;
}

.my-32 {
    margin: 32px 0;
}

.mt-32 {
    margin-top: 32px;
}

.mt-22 {
    margin-top: 22px;
}

.my-29 {
    margin: 29px 0;
}

body {
    scrollbar-width: none; /* 或 'auto', 'none', 'thick' */
}

::-webkit-scrollbar {
    width: 0;
    height: 8px;
    background-color: #F0F0F0;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    width: 0;
    height: 8px;
    background-color: #D2D2D2;
    border-radius: 4px;
}
