header.nav.custom-container .container {
    max-width: 964px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 默认显示 desktop 导航 */
.desktop-nav {
    display: flex;
}

.gf_header{
    background-color: #171d25;
    height: 105px;
}

.container_mt_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50%;
}

.hamburger-menu{
    position: absolute;
    left: 8px;
    display: none;
}

.hamburger-menu img{
    width:40px;
    height: 40px;
}

.hamburger-menu-img{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}

.hamburger-menu-nav{
    gap: 1px;
    justify-content: flex-start;
}

.hamburger-menu-nav-a{
    color: #ffffff!important;
    font-size: 16px!important;
}

.nav-item-a a{
    color: #ffffff;
    font-size: 16px;

}

.userInfoNav{
    display: flex;
    align-items: center;
    gap: 10px;
}

.userInfoNav-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav-item-dropdown{
    color: #b7b5b3!important;
    font-size: 12px!important;
    padding: 0!important;
    cursor: pointer;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    max-width: 70px;
}

/* 默认是 PC 布局 */
.layout {
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 964px;
    margin: 0 auto;
    padding: 12px;

}
.item {
    flex: 1;
    background: lightgray;
}

@media (min-width: 910px) {
    #logoWith{
        width:176px;
        height: 44px;
    }

}


@media (max-width: 910px) {
    /*header*/
    .desktop-nav {
        display: none !important;
    }

    header.nav.custom-container {
        height: 62px !important;
    }

    header.nav.custom-container .container {
        justify-content: center !important;
    }

    /* 小屏幕时显示汉堡菜单 */
    .hamburger-menu {
        display: block !important;
    }

    #logoWith {
        width: 176px;
        height: 44px;
    }

}


@media (max-width: 700px) {
    .footer{
        display: none;
    }
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}



/*     sidebar    */
.Sidebar-gf{
    position: fixed!important;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100vh;
    background-color: #171a21;
    color: #fff;
    transition: left 0.3s;
    z-index: 9999;
}

.sidebar-container {
    padding: 10px;
    text-decoration: none;
}

.sidebar-menu-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-menu-item {
    margin: 1px 0;

}


.sidebar-menu a{
    background-color: #22252f;
}

.sidebar-menu a:hover {
    background-color: #3b4259;
}


.sidebar-menu-link {
    display: block;
    background-color: #22252f;
    color: #fff;
    text-align: left;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 10px;
    text-decoration: none;
}

.sidebar-menu-link:hover {
    background-color: #3b4259;
}

.sidebar-menu-link-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #22252f;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    line-height: 50px;
    border-radius: 5px;
    text-decoration: none;
}

.sidebar-menu-link-flex:hover {
    background-color: #3b4259;
}


.sidebar-submenu {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    display: none;
    background-color: rgb(25, 37, 51);
}

.sidebar-submenu-item {
    margin: 5px 0;
}

.sidebar-submenu-link {
    display: block;
    background-color: #192533;
    color: #fff;
    text-align: left;
    line-height: 50px;
    border-radius: 5px;
    padding-left: 35px;
    text-decoration: none;
}

.sidebar-links-container {
    width: 100%;
    height: auto;
    padding: 8px;
}

.sidebar-link-item {
    display: flex;
    align-items: center;
    height: 32px;
}

.sidebar-link-item-margin {
    display: flex;
    align-items: center;
    height: 32px;
    margin-bottom: 100px;
}


.sidebar-link {
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s ease;
    color: #757579;
}

.sidebar-link:hover {
    color: #ffffff;
}

.sidebar-content-container {
    padding: 10px;
}

.sidebar-user-container {
    position: relative;
    width: 100%;
    height: 125px;
}

.sidebar-user-background {
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sidebar-user-background-img {
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: .5;
    object-fit: cover;
}

.sidebar-user-content {
    width: 100%;
    height: 125px;
    position: relative;
    z-index: 2;
}

.sidebar-user-info {
    padding: 8px;
}

.sidebar-user-profile {
    display: flex;
    align-items: center;
}

.sidebar-user-details {
    padding: 0 10px;
}

.sidebar-user-name {
    color: white;
}

.sidebar-profile-link-container {
    width: 108px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-profile-link {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.sidebar-wallet-container {
    margin-top: 20px;
}

.sidebar-wallet-link {
    text-decoration: none;
}

.sidebar-wallet-text {
    color: white;
    font-size: 13px;
}

.sidebar-login-submenu {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    display: none;
    background-color: #192533;
}


/*滚动条  滚动条 滚动条*/
/* simplebar */
.simplebar-scrollbar::before {
    background: #3d6c8d !important;
}


/* 美化滚动条 */
.scroll-beauty::-webkit-scrollbar {
    width: 6px;  /* 垂直滚动条宽度 */
    height: 8px;/* 水平滚动条高度 */
}

.scroll-beauty::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-beauty::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.scroll-beauty::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

/* header 通知 */

.notification-bell {
    font-size: 11px;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    padding: 3px 15px 2px 15px;
    background: #272d37;
    border-radius: 2px;
}


.notification-bell:hover {
    background: #7a7a7a;
}


/* 铃铛动画 */
.bell-ring {
    animation: ring 0.5s ease-in-out;
}
@keyframes ring {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(-15deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}









/*加载动画1  */
/* 容器 */
.loading-wrapper {
    padding: 30px 0;
}
/* 加载条容器 */
.loading-bars {
    height: 55px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* 每个竖条 */
.bar {
    width: 12px;
    height: 31px; /* 默认高度 */
    background-color: #67c1f5;
    animation: loadingAnimation 1s ease-in-out infinite;
    transform-origin: center; /* 设置矩形的中心点 */
}

.loading-wrapper-title{
    color: #45a0db;
    font-size: 20px;
    text-align: center;padding: 10px
}

/* 动画1 */
@keyframes loadingAnimation {
    0% {
        transform: scaleY(1); /* 默认高度 */
    }
    50%
    {
        transform: scaleY(2.2); /* 上下两端变长 */
    }
    100% {
        transform: scaleY(1); /* 恢复默认高度 */
    }
}

/* 控制每个矩形的延迟时间 */
.bar:nth-child(1) {
    animation-delay: 0s; /* 第一个矩形立刻开始 */
}
.bar:nth-child(2) {
    animation-delay: 0.3s; /* 第二个矩形延迟1秒 */
}
.bar:nth-child(3) {
    animation-delay: 0.6s; /* 第三个矩形延迟2秒 */
}



/*加载动画2*/
.skeleton {
    position: relative;
    overflow: hidden;
    background-color: #1c2128;
    border-radius: 6px;
}

/* 扫光动画层 */
.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* 增加宽度以确保斜向扫掠时覆盖完整区域 */
    width: 200%;
    height: 100%;
    background: linear-gradient(
            110deg,
            rgba(255, 255, 255, 0) 20%,
            rgba(255, 255, 255, 0.08) 45%,
            rgba(255, 255, 255, 0.18) 50%, /* 峰值亮度提高 */
            rgba(255, 255, 255, 0.08) 55%,
            rgba(255, 255, 255, 0) 80%
    );
    /* 使用 transform 动画提升性能 */
    animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(50%);
    }
}

/*淡入加载效果*/
.fade-in {
    animation: fadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        filter: blur(8px); /* 初始模糊度稍微调高 */
        transform: scale(0.98); /* 稍微缩小，增加弹出感 */
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}