        [class|=coco],[class|=coco]::after,[class|=coco]::before {
    box-sizing: border-box;
    outline: 0
}

.coco-msg-progress {
    width: 13px;
    height: 13px
}

.coco-msg__circle {
    stroke-width: 2;
    stroke-linecap: square;
    fill: none;
    transform: rotate(-90deg);
    transform-origin: center
}

.coco-msg-stage:hover .coco-msg__circle {
    -webkit-animation-play-state: paused!important;
    animation-play-state: paused!important
}

.coco-msg__background {
    stroke-width: 2;
    fill: none
}

.coco-msg-stage {
    position: fixed;
    top: 20px;
    left: 50%;
    width: auto;
    transform: translate(-50%,0);
    z-index: 3000
}

.coco-msg-wrapper {
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    transform: translate3d(-50%,0,0);
    transition: height .3s ease,padding .3s ease;
    padding: 6px 0;
    will-change: transform,opacity
}

.coco-msg {
    padding: 15px 21px;
    border-radius: 3px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    transform: translate3d(-50%,0,0);
    display: flex;
    align-items: center
}

.coco-msg-content,.coco-msg-icon,.coco-msg-wait {
    display: inline-block
}

.coco-msg-icon {
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.coco-msg-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 11px;
    height: 11px
}

.coco-msg-wait {
    width: 20px;
    height: 20px;
    position: relative;
    fill: #4eb127
}

.coco-msg-wait svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.coco-msg-close {
    width: 14px;
    height: 14px
}

.coco-msg-content {
    margin: 0 10px;
    min-width: 240px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system,Microsoft Yahei,sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,.01)
}

.coco-msg.info {
    color: #0fafad;
    background-color: #e7fdfc;
    box-shadow: 0 0 2px 0 rgba(0,1,1,.01),0 0 0 1px #c0faf9
}

.coco-msg.info .coco-msg-icon {
    background-color: #0fafad
}

.coco-msg.success {
    color: #4ebb23;
    background-color: #f3ffe8;
    box-shadow: 0 0 2px 0 rgba(0,1,0,.01),0 0 0 1px #d9f8bb
}

.coco-msg.success .coco-msg-icon {
    background-color: #4ebb23
}

.coco-msg.warning {
    color: #f1b306;
    background-color: #fff9eb;
    box-shadow: 0 0 2px 0 rgba(1,1,0,.01),0 0 0 1px #fcf2cd
}

.coco-msg.warning .coco-msg-icon {
    background-color: #f1b306
}

.coco-msg.error {
    color: #f34b51;
    background-color: #fff7f7;
    box-shadow: 0 0 2px 0 rgba(1,0,0,.01),0 0 0 1px #ffe3e3
}

.coco-msg.error .coco-msg-icon {
    background-color: #f34b51
}

.coco-msg.loading {
    color: #0fafad;
    background-color: #e7fdfc;
    box-shadow: 0 0 2px 0 rgba(0,1,1,.01),0 0 0 1px #c2faf9
}

.coco-msg_loading {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative
}

.coco-msg-circular {
    -webkit-animation: coco-msg-rotate 2s linear infinite both;
    animation: coco-msg-rotate 2s linear infinite both;
    transform-origin: center center;
    height: 18px!important;
    width: 18px!important
}

.coco-msg-path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke: #0fafad;
    -webkit-animation: coco-msg-dash 1.5s ease-in-out infinite;
    animation: coco-msg-dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes coco-msg-rotate {
    100% {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@keyframes coco-msg-rotate {
    100% {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@-webkit-keyframes coco-msg-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes coco-msg-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.coco-msg.info .coco-msg-wait {
    fill: #0fafad
}

.coco-msg.success .coco-msg-wait {
    fill: #4ebb23
}

.coco-msg.warning .coco-msg-wait {
    fill: #f1b306
}

.coco-msg.error .coco-msg-wait {
    fill: #f34b51
}

.coco-msg.loading .coco-msg-wait {
    fill: #0fafad
}

.coco-msg-pointer {
    cursor: pointer
}

@-webkit-keyframes coco-msg_info {
    0% {
        stroke: #0fafad
    }

    to {
        stroke: #0fafad;
        stroke-dasharray: 0 100
    }
}

@keyframes coco-msg_info {
    0% {
        stroke: #0fafad
    }

    to {
        stroke: #0fafad;
        stroke-dasharray: 0 100
    }
}

@-webkit-keyframes coco-msg_success {
    0% {
        stroke: #4eb127
    }

    to {
        stroke: #4eb127;
        stroke-dasharray: 0 100
    }
}

@keyframes coco-msg_success {
    0% {
        stroke: #4eb127
    }

    to {
        stroke: #4eb127;
        stroke-dasharray: 0 100
    }
}

@-webkit-keyframes coco-msg_warning {
    0% {
        stroke: #fcbc0b
    }

    to {
        stroke: #fcbc0b;
        stroke-dasharray: 0 100
    }
}

@keyframes coco-msg_warning {
    0% {
        stroke: #fcbc0b
    }

    to {
        stroke: #fcbc0b;
        stroke-dasharray: 0 100
    }
}

@-webkit-keyframes coco-msg_error {
    0% {
        stroke: #eb262d
    }

    to {
        stroke: #eb262d;
        stroke-dasharray: 0 100
    }
}

@keyframes coco-msg_error {
    0% {
        stroke: #eb262d
    }

    to {
        stroke: #eb262d;
        stroke-dasharray: 0 100
    }
}

.coco-msg-fade-in {
    -webkit-animation: coco-msg-fade .2s ease-out both;
    animation: coco-msg-fade .2s ease-out both
}

.coco-msg-fade-out {
    animation: coco-msg-fade .3s linear reverse both
}

@-webkit-keyframes coco-msg-fade {
    0% {
        opacity: 0;
        transform: translate(-50%,0);
        transform: translate3d(-50%,-80%,0)
    }

    to {
        opacity: 1;
        transform: translate(-50%,0);
        transform: translate3d(-50%,0,0)
    }
}

@keyframes coco-msg-fade {
    0% {
        opacity: 0;
        transform: translate(-50%,0);
        transform: translate3d(-50%,-80%,0)
    }

    to {
        opacity: 1;
        transform: translate(-50%,0);
        transform: translate3d(-50%,0,0)
    }
}
.nav_tag_list {
    margin-bottom: 0.2rem;
}

.nav_tag_list  a {
    margin-right: 0.2rem;
    border: 1px solid var(--gray-200);
    padding: 2px 10px;
    border-radius: 5px;
}

.nav_tag_list .active {
    color: #FFFFFF;
    background-color: var(--primary);
    border-color: var(--primary);
}

.tag_option {
    border: 1px solid #bbb;
    padding: 1px 10px;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.tag_option:active, .tag_option.active {
    color: #FFFFFF;
    background-color: var(--primary);
    border-color: var(--primary);
}


.swiper {
    height: 18.75rem;
    border-radius: 1rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
        /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}




.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
}

.hamburger-line {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: 2px 0;
    transition: 0.3s;
}

.mobile-logo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mobile-logo .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.mobile-logo .logo-2 {
    max-height: 32px;
    width: auto;
    margin: 0 auto;
}
			  
			  /* 确保页眉样式2的LOGO完全居中 */
.mobile-header-style2 .mobile-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 10;
}
			  
			  /* 页眉样式2容器布局 */
.mobile-header-style2 .container {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-header-style2 .mobile-menu-toggle {
    position: relative;
    z-index: 11;
}

.mobile-header-style2 .mobile-right-btn {
    position: relative;
    z-index: 11;
    margin-left: auto;
}
			  
			  /* 消除移动端页眉样式2的下方间距 */
.mobile-header-style2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.mobile-header-style2 .navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.mobile-header-style2 .container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
			  
			  /* 强制消除所有可能的间距 */
.mobile-header-style2 * {
    margin-bottom: 0 !important;
}
			  
			  /* 确保页眉样式2紧贴下一个元素 */
.mobile-header-style2 + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.mobile-right-btn {
    padding: 8px;
}
			  
			  /* 移动端侧边栏 - 完全按照目标网站样式 */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100vh;
    background: #f5f5f5;
    z-index: 9999999;
    transition: left 0.3s ease;
    box-shadow: 2px 0 8px rgba(0,0,0,0.1);
}

.mobile-sidebar.active {
    left: 0;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9999998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}
			  
			  /* 确保侧边栏始终处于最顶层 - 清理重复规则 */
.mobile-sidebar,
			  .mobile-sidebar.active {
    z-index: 9999999 !important;
}
			  
			  /* 确保侧边栏内容也处于最顶层 */
.mobile-sidebar .sidebar-content,
			  .mobile-sidebar .sidebar-menu {
    z-index: 10000000 !important;
}

.mobile-sidebar .sidebar-header {
    z-index: 10000001 !important;
}
			  
			  /* 强制覆盖所有子元素 */
.mobile-sidebar * {
    z-index: inherit !important;
}
			  
			  /* 专门针对底部导航栏的覆盖 - 确保侧边栏高于所有可能的导航栏 */
.mobile-sidebar {
    z-index: 9999999 !important;
    position: fixed !important;
}
			  
			  /* 确保侧边栏在所有情况下都显示在最顶层 */
.mobile-sidebar.active {
    z-index: 9999999 !important;
    position: fixed !important;
}
			  
			  /* 覆盖可能的底部导航栏样式 */
.bottom-nav,
			  .bottom-nav-bt,
			  .header_fiexd {
    z-index: 9999998 !important;
}

.sidebar-content {
    height: 100%;
    overflow-y: auto;
    padding: 0;
    width: 100%;
    margin: 0;
}

.sidebar-header {
    padding: 0;
    background: #fff;
    position: relative;
    margin: 0;
    width: 100%;
}
			  
			  /* 四个容器的间距设置 */
.sidebar-container {
    margin: 10px 0;
    padding: 0;
    background: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

.sidebar-container:first-child {
    margin-top: 0;
}

.sidebar-container:last-child {
    margin-bottom: 0;
}
			  
			  /* 确保容器内容正确显示 */
.sidebar-container .menu-section {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
}

.sidebar-container .card-user-info {
    background: #fff;
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
}

.sidebar-container .forum-list-grid {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 15px;
    position: relative;
    left: 0;
    right: 0;
}
			  
			  /* 导航菜单样式优化 */
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin: 0;
    padding: 0;
}

.menu-list li a {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    border-radius: 6px;
    margin: 2px 8px;
    background: #fff;
}

.menu-list li a:hover {
    background: #f5f5f5;
    color: #409EFF;
}

.menu-list li a.active {
    background: #E6F7FF;
    color: #409EFF;
    font-weight: 500;
}

.menu-list li a i {
    margin-right: 12px;
    width: 18px;
    text-align: center;
    font-size: 16px;
}
			  
         .letone #sidebar.mibbs_con {
    background-color: #;
    height: 52px;
    position: relative;
}

.mibbs_con .mibbs_signpanel {
    height: 50px;
    display: block;
    position: relative;
    background-image: url(./plugin/iqismart_com_sign/img/tou.png);
    background-repeat: no-repeat;
    background-position: 14px 8px;
    cursor: pointer;
}

.mibbs_con .mibbs_signpanel .font {
    position: absolute;
    color: #fff;
    width: 48px;
    text-align: center;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    top: 11px;
    left: 44px;
}

.mibbs_con .mibbs_signpanel .nums {
    display: none;
}

.mibbs_con .mibbs_signpanel .fblock {
    height: 46px;
    width: 130px;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 14px;
    color: #606060;
}

.mibbs_con .mibbs_signpanel .fblock .all {
    height: 23px;
    line-height: 26px;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    background-image: url(./plugin/iqismart_com_sign/img/tou2.jpg);
    background-repeat: no-repeat;
    background-position: 5px 0;
    margin-bottom: 0;
    color: #606060;
}

.mibbs_con .mibbs_signpanel .fblock .line {
    height: 22px;
    line-height: 24px;
    padding-left: 30px;
    width: 130px;
    background-image: url(./plugin/iqismart_com_sign/img/tou2.jpg);
    background-repeat: no-repeat;
    background-position: 5px -25px;
    color: #606060;
}

.mibbs_con .visted .font {
    font-size: 20px;
    line-height: 25px;
    width: 60px;
    left: 46px;
    top: 8px;
    text-shadow: 0 1px 0 #ff4921;
}
    </style>
    <style>
        @import url("//at.alicdn.com/t/font_1706592_83vcpalnto3.css");
/*
box-shadow: 0 0 5px red;
*/
@keyframes xndigest {
    0% {
        color: red;
        text-shadow: 0 0 3px #FF8D8D;
    }

    20% {
        color: orange;
        text-shadow: 0 0 3px #FFE1AD;
    }

    40% {
        color: green;
        text-shadow: 0 0 3px #B3FFAF;
    }

    65% {
        color: blue;
        text-shadow: 0 0 3px #AFE4FF;
    }

    80% {
        color: purple;
        text-shadow: 0 0 3px #FFC9F3;
    }

    100% {
        color: red;
        text-shadow: 0 0 3px #FF8D8D;
    }
}

/*水晶闪烁效果 占内存*/
i.icon-diamond.flash {
    color: #D53D38;
  /*animation: xndigest 5s linear infinite;*/
}

/* i.icon-digest-1 {  text-shadow: 0 0 3px #AFE4FF; }
i.icon-digest-2 {  text-shadow: 0 0 3px #FFF177; }
i.icon-digest-3 {  text-shadow: 0 0 3px #FF8D8D; } */
.icon-digest-1:before {
    color: #5BC0DE;
} /* "\f0a5" */
.icon-digest-2:before {
    color: #ECA541;
}

.icon-digest-3:before {
    color: #D53D38;
}
 



			  .sidebar-container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
				  /* 应用col-12 p-0的样式特性 */
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
			  
			  /* 用户信息容器特殊处理 - 完全铺满侧边栏 */
.sidebar-container.user-info-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    display: block;
}

.sidebar-container * {
    box-sizing: border-box !important;
}
			  
			  /* 确保用户信息容器内的所有元素都遵循col-12 p-0特性 */
.sidebar-container.user-info-container * {
    box-sizing: border-box !important;
}
			  
			  /* 用户信息卡片内部元素样式 */
.sidebar-container .card-body {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
			  
			  /* 确保背景图片区域也完全铺满 */
.sidebar-container .index-siteInfo-bg {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
			  
		   /* 用户信息卡片样式 - 应用col-12 p-0特性 */
.sidebar-header .card-user-info {
    margin: 0 !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
			   /* 应用col-12 p-0的完整样式 */
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
		   
		   /* 用户信息区域顶部深色背景 */
.sidebar-header .user-info-header {
    background: #2C3E50;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
		   
		   /* 用户头像重叠效果 */
.sidebar-header .user-avatar-overlay {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ADD8E6;
    border: 3px solid #fff;
    z-index: 10;
}
		   
		   /* 用户信息内容区域 - 应用col-12 p-0特性 */
.sidebar-header .user-info-content {
    background: #fff;
    padding: 40px 20px 20px 20px;
    text-align: center;
			   /* 确保内容区域也完全铺满 */
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
		   
		   /* 欢迎文字样式 */
.sidebar-header .welcome-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.sidebar-header .welcome-subtext {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
		   
		   /* 登录注册按钮样式 */
.sidebar-header .auth-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.sidebar-header .btn-login {
    background: #409EFF;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sidebar-header .btn-register {
    background: #fff;
    color: #409EFF;
    border: 1px solid #409EFF;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sidebar-header .card-body {
    padding: 20px;
    background: #fff;
}

.sidebar-header .avatar-4 {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-header .badge {
    font-size: 11px;
    padding: 3px 6px;
}
		   
		   /* 确保所有徽章大小一致 */
.sidebar-header .badge-primary,
		   .sidebar-header .badge-info,
		   .sidebar-header .badge-danger {
    font-size: 11px;
    padding: 3px 6px;
}

.sidebar-header .btn {
    font-size: 12px;
    padding: 6px 12px;
}
		   
		   /* 用户操作徽章样式 - 与管理员组样式一致 */
.sidebar-header .badge {
    transition: all 0.2s ease;
    cursor: pointer;
}

.sidebar-header .badge:hover {
    opacity: 0.8;
    transform: translateY(-1px);
}

.sidebar-header .gap-2 {
    gap: 8px;
}

.sidebar-header .text-muted {
    font-size: 11px;
}
			  
		   /* 背景样式 - 与card-site-info和card-user-info一致 */
.sidebar-header .index-siteInfo-bg {
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sidebar-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    padding: 4px;
    border-radius: 3px;
}

.sidebar-close:hover {
    background: #f5f5f5;
    color: #666;
}
			  
			  /* 菜单样式 - 完全按照目标网站 */
.sidebar-menu {
    padding: 0;
}

.menu-section {
    margin-bottom: 20px;
}

.menu-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin-bottom: 2px;
}

.menu-list a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.menu-list a:hover {
    color: #1976d2;
}

.menu-list a.active {
    color: #1976d2;
    font-weight: 600;
}

.menu-list i {
    width: 20px;
    margin-right: 12px;
    text-align: center;
    font-size: 16px;
}
			  
		   /* 板块信息展示 - 左右结构，小字号 */
.forum-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 16px;
    padding: 0;
}

.forum-item {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.forum-item:hover {
    background: #f8f9fa;
    border-color: #409EFF;
    color: #409EFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.forum-logo {
    width: 1em;
    height: 1em;
    margin-right: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forum-logo img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    border-radius: 3px;
    display: block;
    margin: 5px;
}

.forum-icon {
    width: 50%;
    height: 50%;
    object-fit: contain;
    border-radius: 3px;
    display: block;
    margin: auto;
}

.forum-info {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.forum-name {
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #333;
}
			  
			  /* 退出登录按钮特殊样式 */
.menu-list a.text-danger {
    color: #dc3545 !important;
}

.menu-list a.text-danger:hover {
    background: #f8d7da;
    color: #721c24 !important;
}
			  
			  /* 响应式设计 - 目标网站适配 */
@media (max-width: 480px) {
    .mobile-sidebar {
        width: 280px;
        left: -280px;
    }

    .sidebar-header {
        padding: 0;
    }

    .sidebar-header .card-user-info {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .sidebar-header .card-body {
        padding: 15px;
    }

    .sidebar-header .user-avatar {
        width: 45px;
        height: 45px;
    }

    .sidebar-header .user-name {
        font-size: 15px;
    }

    .sidebar-menu {
        padding: 0;
    }

    .menu-list a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .menu-title {
        font-size: 13px;
    }

    .forum-list-grid {
        gap: 6px;
    }

    .forum-item {
        padding: 10px 30px;
        min-height: 20px;
    }

    .forum-logo {
        width: 28px;
        height: 28px;
        margin-right: 1px;
    }

    .forum-name {
        font-size: 10px;
    }
}
			  
			  /* 小屏幕优化 */
@media (max-width: 360px) {
    .mobile-sidebar {
        width: 260px;
        left: -260px;
    }

    .sidebar-header .user-info-card {
        padding: 12px;
    }

    .sidebar-header .user-avatar {
        width: 40px;
        height: 40px;
    }

    .sidebar-header .user-name {
        font-size: 14px;
    }

    .sidebar-header .badge {
        font-size: 10px;
        padding: 3px 6px;
    }
}
			  
			  /* 超小屏幕优化 */
@media (max-width: 320px) {
    .mobile-sidebar {
        width: 240px;
        left: -240px;
    }

    .quick-links-grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}



/*广告*/

.text-ads-container {
    margin: 10px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.text-ad-item {
    background: #f8f9fa;
    color: #333;
    padding: 8px 15px;
    margin: 5px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.text-ad-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.text-ad-item a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
}

/* 图标广告样式 */
.icon-ads-container {
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon-ads-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: bold;
    color: #ff6b6b;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 10px;
    flex-shrink: 0;
}

.icon-ads-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    flex: 1;
}

.icon-ad-item {
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-ad-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #007bff;
}

.icon-ad-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 5px;
}

.icon-ad-item span {
    font-size: 12px;
    color: #666;
    word-break: break-all;
    line-height: 1.2;
    display: block;
}

.icon-ad-item a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
}

/* 移动端响应式设计 */
@media (max-width: 768px) {
    /* 文字广告移动端布局 */
    .text-ads-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .text-ad-item {
        font-size: 13px;
        padding: 6px 12px;
        min-height: 35px;
    }
    
    /* 图标广告移动端布局 */
    .icon-ads-container {
        flex-direction: row;
        gap: 10px;
        align-items: flex-start;
    }

    .icon-ads-title {
        flex-direction: row;
        font-size: 14px;
        margin-right: 5px;
    }

    .icon-ads-grid {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        gap: 8px;
    }

    .icon-ad-item {
        min-height: 60px;
        padding: 6px;
    }

    .icon-ad-item img {
        width: 30px;
        height: 30px;
    }

    .icon-ad-item span {
        font-size: 11px;
    }
}




                   /* 轮播图样式优化 */
.theme-carousel-container {
    /* 移除强制边距设置，使用PHP变量控制 */
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    top: 0;
}

/* 确保轮播图完全置顶，消除任何空位 */
.theme-carousel-container,
.theme-carousel-container * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 消除首页顶部的任何空位 */
.row:first-child,
.main:first-child,
.card:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 确保轮播图是第一个元素 */
.theme-carousel-container:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 强制消除所有可能的顶部间距 */
body .theme-carousel-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

/* 确保轮播图紧贴页面顶部 */
.theme-carousel-container {
    position: relative;
    z-index: 1;
}

.theme-carousel-container .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-carousel-container .carousel-caption {
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 15px;
}

.theme-carousel-container .carousel-control-prev,
.theme-carousel-container .carousel-control-next {
    width: 5%;
}


/* 广告间距优化 */
.text-ads-container,
.icon-ads-container,
.scroll-announcement,
.site-stats-ad,
.welcome-member-ad {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* 文字广告样式 */
.text-ads-container {
    margin: 10px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.text-ad-item {
    background: #f8f9fa;
    color: #333;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.text-ad-item:hover {
    background: #e9ecef;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.text-ad-item a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
}

/* 图标广告样式 */
.icon-ads-container {
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon-ads-title {
    background: #fef3f3;
    color: #333;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    min-width: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}

.icon-ads-title span {
    display: block;
    line-height: 1;
}

.icon-ads-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    flex: 1;
}

.icon-ad-item {
    background: transparent;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}

.icon-ad-item img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 5px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.icon-ad-item div {
    font-size: 12px;
    color: #333;
    word-break: break-all;
    font-weight: 500;
    margin-top: 3px;
}

.icon-ad-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* 移动端响应式设计 */
@media (max-width: 768px) {
    /* 文字广告移动端布局 */
    .text-ads-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .text-ad-item {
        font-size: 13px;
        padding: 6px 12px;
        min-height: 35px;
    }
    
    /* 图标广告移动端布局 */
    .icon-ads-container {
        flex-direction: row;
        gap: 10px;
        align-items: flex-start;
    }

    .icon-ads-title {
        min-width: 35px;
        font-size: 12px;
        padding: 6px 8px;
    }

    .icon-ads-title span {
        line-height: 1;
    }

    .icon-ads-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .icon-ad-item {
        padding: 8px;
    }

    .icon-ad-item img {
        width: 40px;
        height: 40px;
    }

    .icon-ad-item div {
        font-size: 11px;
    }
    
    /* 移动端显示card-header */
    .card-header.hidden-sm {
        display: block !important;
    }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .theme-carousel-container {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
        margin-top: 0px !important;
        margin-bottom: 5px;
    }
    
    /* 移动端页眉样式2与轮播图无间距 - 强化版本 */
    .mobile-header-style2 + * .theme-carousel-container,
    .mobile-header-style2 ~ .theme-carousel-container,
    .mobile-header-style2 + .theme-carousel-container,
    .theme-carousel-container {
        margin-top: 0px !important;
        padding-top: 0px !important;
        border-top: none !important;
    }
    
    /* 确保移动端页眉样式2下方没有间距 */
    .mobile-header-style2 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }
    
    /* 确保轮播图紧贴页眉 - 强化版本 */
    .mobile-header-style2 + * {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* 强制消除轮播图容器的所有上间距 */
    .mobile-header-style2 ~ .theme-carousel-container,
    .mobile-header-style2 + .theme-carousel-container,
    .theme-carousel-container {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
        position: relative;
        top: 0;
    }
    
    /* 确保轮播图内部也没有上间距 */
    .theme-carousel-container #themeCarousel {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .theme-carousel-container #themeCarousel {
        height: 180px !important;
    }

    .theme-carousel-container .carousel-item {
        height: 180px !important;
    }
}

 
                        @keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll-announcement-gradient {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    animation: gradient 3s ease infinite;
}

.scroll-announcement-rainbow {
    background: linear-gradient(45deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    animation: rainbow 2s ease infinite;
}

.scroll-announcement-glow {
    text-shadow: 0 0 5px currentColor, 0 0 10px currentColor, 0 0 15px currentColor;
    animation: glow 1.5s ease-in-out infinite alternate;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px currentColor, 0 0 10px currentColor, 0 0 15px currentColor;
    }

    to {
        text-shadow: 0 0 10px currentColor, 0 0 20px currentColor, 0 0 30px currentColor;
    }
}


                        /* 帖子标题链接样式 */
.thread-title-link {
    color: #333 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.thread-title-link:hover {
    color: #007bff !important;
    text-decoration: none !important;
}

/* 确保标题在不同样式下都正常显示 */
.subject {
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* 精华高亮CSS样式 - 确保与主题插件兼容 */
/* 精华标题高亮样式 */
.xn-digest-title.digest-1 a {
    color: #5bc0de !important;
    font-weight: bold;
}

.xn-digest-title.digest-2 a {
    color: #eca541 !important;
    font-weight: bold;
}

.xn-digest-title.digest-3 a {
    color: #d53d38 !important;
    font-weight: bold;
}

/* 主题插件帖子列表中的精华高亮 */
.media.thread .xn-digest-title.digest-1 a {
    color: #5bc0de !important;
    font-weight: bold;
}

.media.thread .xn-digest-title.digest-2 a {
    color: #eca541 !important;
    font-weight: bold;
}

.media.thread .xn-digest-title.digest-3 a {
    color: #d53d38 !important;
    font-weight: bold;
}

/* 精华图标样式 */
.icon-digest-1:before {
    color: #5bc0de;
}

.icon-digest-2:before {
    color: #eca541;
}

.icon-digest-3:before {
    color: #d53d38;
}


.pagination{
    margin-top: 20px;
    text-align: center;

}
.pagination a{
    display: inline-block;
    background: #ffffff;
    color: #888;
    padding: 5px 10px;
    min-width: 15px;
	transition:background-color ease .5s;
	font-family:"microsoft yahei";
	border-radius:3px;

}
.pagination span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 15px;
}
 
.pagination .pagination li{
    display: flex;
    margin-right: 5px;
    text-align: center;
}
.pagination .pagination li.active span{
    background: #15c142;
	padding: 5px 10px;
    color: #fff;

}

.pagination-wrapper a,.pagination-wrapper span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border-radius: 4px;
    text-decoration: none;
    transition: all .2s ease;
    cursor: pointer
}
 