.theme-color{
    color: #6759FF;
}

.f-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-s {
    display: flex;
    align-items: center;
}
.f-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a {
    text-decoration: none;
}

.container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}




/* 自定义滚动条样式 */
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-corner {
    background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #F2F2F3 !important;
    border-radius: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #d6d6d6 !important;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: transparent !important;
}
