@charset "UTF-8";

@import url("//at.alicdn.com/t/font_1760821_g2h4wqzu4zu.css");

:root {
	--dark: #000
}

a {
	color: var(--dark);
}

a:hover{
	color:#0084ff;
}

/* 页面背景图 */
/*body {
    background-image: url('/plugin/zaesky_theme_zhihulan/img/beijing11.webp') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}*/

body {
    background: 
        linear-gradient(#d0d8e0 1px, transparent 1px),
        linear-gradient(90deg, #d0d8e0 1px, transparent 1px);
    background-size: 40px 40px;
    background-color: #eef2f5;
}

ul{
	margin:0;
	padding:0;
}

button:focus {
  outline: 0;
  outline: 0;
}

ul{
	margin:0;
	padding:0;
}


.shu{color:#0084ff;}


/* ========== 标题样式美化 - 圆润卡片风格 ========== */
/* 颜色体系：
   H1 - 红 #fde7e7 / 边框 #e74c3c
   H2 - 绿 #e8f6ef / 边框 #27ae60
   H3 - 紫 #f4eaf8 / 边框 #8e44ad
   H4 - 粉 #fde8f3 / 边框 #e91e8f
   H5 - 橄榄 #f2f5ec / 边框 #7d8e5e
   H6 - 蓝 #eef4fc / 边框 #5a9ce0
*/

/* 公共基础样式 - 圆润卡片风格 */
.card-body .message h1,
.card-body .message h2,
.card-body .message h3,
.card-body .message h4,
.card-body .message h5,
.card-body .message h6 {
    position: relative;
    font-weight: 600;
    padding: 12px 18px;
    margin: 24px 0 16px 0;
    line-height: 1.4;
    transition: all 0.25s ease;
    text-indent: 0;
    border-left: none;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

/* H1 - 红色调 */
.card-body .message h1 {
    background: linear-gradient(135deg, #fef0f0 0%, #fde7e7 100%);
    border-left: 5px solid #e74c3c;
    font-size: 1.7rem;
    color: #2c3e50;
}

/* H2 - 绿色调 */
.card-body .message h2 {
    background: linear-gradient(135deg, #f0faf4 0%, #e8f6ef 100%);
    border-left: 5px solid #27ae60;
    font-size: 1.5rem;
    color: #2c3e50;
}

/* H3 - 紫色调 */
.card-body .message h3 {
    background: linear-gradient(135deg, #f8f0fc 0%, #f4eaf8 100%);
    border-left: 4px solid #8e44ad;
    font-size: 1.35rem;
    color: #2c3e50;
}

/* H4 - 粉色调 */
.card-body .message h4 {
    background: linear-gradient(135deg, #fef0f7 0%, #fde8f3 100%);
    border-left: 4px solid #e91e8f;
    font-size: 1.2rem;
    color: #2c3e50;
}

/* H5 - 橄榄色调 */
.card-body .message h5 {
    background: linear-gradient(135deg, #f7f9f3 0%, #f2f5ec 100%);
    border-left: 3px solid #7d8e5e;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c3e50;
}

/* H6 - 蓝色调 */
.card-body .message h6 {
    background: linear-gradient(135deg, #f3f8fe 0%, #eef4fc 100%);
    border-left: 3px solid #5a9ce0;
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 悬停效果 - 轻微上浮 */
.card-body .message h1:hover,
.card-body .message h2:hover,
.card-body .message h3:hover,
.card-body .message h4:hover,
.card-body .message h5:hover,
.card-body .message h6:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* 左侧小圆点装饰（替代原来的边框感） */
.card-body .message h1::before,
.card-body .message h2::before,
.card-body .message h3::before,
.card-body .message h4::before,
.card-body .message h5::before,
.card-body .message h6::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.6;
}

.card-body .message h1::before { background: #e74c3c; }
.card-body .message h2::before { background: #27ae60; }
.card-body .message h3::before { background: #8e44ad; }
.card-body .message h4::before { background: #e91e8f; }
.card-body .message h5::before { background: #7d8e5e; }
.card-body .message h6::before { background: #5a9ce0; }

/* 让文字和圆点有间距 */
.card-body .message h1,
.card-body .message h2,
.card-body .message h3,
.card-body .message h4,
.card-body .message h5,
.card-body .message h6 {
    padding-left: 28px;
}



.search_btn{
	position: absolute;
    right: 0;
    height: 30px;
    z-index: 10;
    background: transparent;
    border: 0;padding:0px 10px;
}


.card-header-tabs>.nav-item>.nav-link:hover{
	border:none;
}



.navbar {
	padding: 0;
}
.navbar>.container {
	padding-right: 0
}

.navbar.bg-dark {
	background-color: var(--white) !important
}


.modal-content{
	border:none;
}

.modal-header{
	border-bottom:none;
}

.modal-footer{
	border-top:none;
}


@media (max-width: 992px){
#nav > ul:first-child > li:not(:first-child) {
    padding-left: 0rem;
}
}


.navbar-dark .navbar-toggler {
	border-color: transparent !important;
	color: var(--dark);
	padding: 1rem
}

.navbar-dark .navbar-toggler:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c9"
}

.navbar-dark .navbar-toggler-icon {
	display: none
}

.navbar-dark .navbar-brand {
	color: var(--dark);
}


.navbar-dark .navbar-nav .nav-link {
	color: #8590a6;
	font-size: 15px;
}

.navbar-nav .nav-link{
	padding: 0.7rem 1rem;
	
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding:1rem 0rem;
	margin-right:1.1rem;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: var(--dark)
}

/*.subject {
    font-size: 1.04rem;
    height: 1.7rem;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}*/


.navbar-dark .navbar-nav .nav-item.active>.nav-link {
	color:#0084ff;
	font-weight: 600
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--dark);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--dark)
}

.aside>a.btn {
	border-width: 0
}

.card {
	background: var(--white);
	border:none;
	box-shadow: 0 0px 0px rgba(26, 26, 26, .1);
	border-radius:6px;
}


.card:hover{
	box-shadow: 0px 0px 10px rgba(26, 26, 26, .1);
	transition: box-shadow .5s ease-in-out;
}

.card-footer:last-child {
    border-radius: 0 0 calc(6px - 0px) calc(6px - 0px);
}

.imgbg_top{
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.card>.card-header {
	background-image: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(178, 186, 194, .15);
	font-weight:bold;
}

.card-header-tabs {
	margin-top: -.25rem
}

.card-header-tabs>.nav-item>.nav-link {
	border-width: 0 0 2px 0;
	padding-top: 4px;
}

.card-header-tabs>.nav-item>.nav-link:hover:not(.active) {
	border-width: 0 0 2px 0;
}

.card-header-tabs:hover {
	border-bottom:0px;
}

.nav-tabs .nav-item {
    margin-bottom: 3px;
}

.card-header-tabs>.nav-item>.nav-link.active {
	    background-image: none;
    background: #939faa;
    border-color: #0084ff;
    border-width: 0 0 2px 0;
    border-radius: 2rem;
    color: white;
	padding: 2px 1rem;
    margin-top: 2px;
	border-bottom:0;
}

.card.card-threadlist>.card-body {
	padding: 1rem 15px
}

.card.card-threadlist>.card-body>.threadlist .ml-2.d-none {
	display: inline-flex !important
}

.card.card-threadlist>.card-body>.threadlist .d-flex.justify-content-between.small {
	font-size: 13px
}

.card.card-postlist {
	border-top-width: 0;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	font-size: 14px
}

.card.card-thread {
	margin-bottom: 0;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.breadcrumb {
	background-color: var(--white) !important;
	font-size: 14px;
	box-shadow: 0 0px 0px rgba(26, 26, 26, .1);
	border: none;
	margin-bottom: 0.5rem;
	border-radius:6px;
	
}

.breadcrumb:hover{
	    box-shadow: 0px 0px 10px rgba(26, 26, 26, .1);
    transition: box-shadow .5s ease-in-out;
}

.nav_tag_list {
	display: flex;
	flex-direction: column
}

.btn-primary {
	color: #fff;
	background-color: #0084ff;
	border-color: #0084ff;
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-secondary{
	color:#0084ff;
	border-color:#0084ff;
}

.btn-outline-secondary:hover{
	background-color:#f0f8ff;
	color:#0084ff;
	border-color:#0084ff;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	border-top: 1px solid rgba(178, 186, 194, .15);
	background-color: white;
}

.btn-primary:hover {
	color: #fff;
	background-color: #1874CD;
	border-color: #1874CD;
}

li {
	list-style: outside none none;
}

.thread {
	border-bottom: 1px solid rgba(178, 186, 194, .15);
}

.badge-yellow{
	color:white;background:#fbbc05;
}

.header-dropdown {
	display: none;
	position: absolute;
	margin-top: 45px;
	z-index: 1500;
	margin-left:-90px;
	width:250px;
	box-shadow: 0px 0px 10px rgba(26, 26, 26, .1);
}

.card.card-thread .message a {
    color: #1f4977;
}

.card.card-thread .message a:hover{
    color: blue;
}

.header-dropdown li{
	padding:5px 10px;
	float:left;
	width:50%;
}

.show {
	display: block;
	
}

.personal li {
	float: left;
	margin: 0px;
}

#nav_pc_2 {
	background: white;
	padding: 10px 0px;
}

#nav_pc_2 a {
	color: #8590a6;
	margin-right: 5px;
	border-radius: 3px;
}

#nav_pc_2 a:hover {
	color: #000;
}

#nav_pc_2 .active a {
	color: white;
	font-weight: 600;
	background: #0084ff;
}

ul {
	padding-inline-start: 0px;
	margin-block-end: 0em;
}

@media (max-width: 992px) {
	#nav {
		padding-top: 0rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	#nav>ul>li>a.nav-link {
		border-bottom: 1px solid rgba(178, 186, 194, .15);
	}
        
        .navbar {
    box-shadow: 0 0px 0px rgba(26, 26, 26, .1);
    border-bottom:1px solid #efefef;
}
        


}

.blockquote {
    background-color: #DFECFE;
    border-left: 5px solid #0084ff;
}

.functions ul li{padding:10px 15px;border-bottom: 1px solid rgba(178, 186, 194, .15);}
.functions  {margin-bottom:5px;}
.functionsname_2{color:#8590a6;float:right;line-height: 22px;}


.my_tzxx ul li{float:left;margin: 5px 0px;width:25%;}
.my_tzxx ul{width:100%;}
.resetpwd{float:right;font-size:10px;} 



.myname2{
	text-shadow: 0 0 1px #00000052;
	padding:60px 0px;
	}
.xianshishu{font-size:14px;font-weight:600;}
.my-profilecard{
	margin-bottom:5px;
	margin-top:0.5rem;
	}

@media (max-width: 576px){
		.my-profilecard{
    margin-left: -8px;
    margin-right: -8px;
	}
		.functions{
			margin-left:-8px;
			margin-right:-8px;
			}
			
	    #body {
    padding-top: 0rem;
	}
	

.navbar-expand-lg .navbar-nav .nav-link {
    padding:1rem 0rem;
	margin:0rem 0.5rem;
}
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0084ff;
    border-color: #0084ff;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin: 3px;
    border-radius: 3px;
}

.list-group-flush .list-group-item {
    border:0;
}

.list-group-item.active {
    z-index: 2;
    color: #777;
    background-color: #DFECFE;
	border-right:3px solid #0084ff;
}

.sl_mobile {padding:20px 0px;}
			.sl_mobile li{float:left;margin:17px 25px 0px 0px;}
			.clear{clear:both}


.user_option li{float:left;width:100px;margin-left: 10px;}
			.user_option {position: absolute;
    top: 110px;
    right: 105px;}


@media (min-width: 992px){
.user-thread-list{
	flex: 0 0 72.333333%;
    max-width: 72.333333%;
}
}


.index_smalllogo img{width: 50px;
    border: 2px solid white;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    position: absolute;
    top: 60px;
    border-radius: 3px;}
	
	
	

.userxx_info li{
	float:left;
	width:50%;
	line-height:2.5em;
	}


.bing_text_bottom{
	color:white;
	position:absolute;
	bottom:0;
	font-size:11px;
	margin:1rem;
	text-shadow: #000 1px 1px 1px;
	}
	
.bing_text_top{
	color:white;
	margin:1rem;
	text-shadow: #000 1px 1px 1px;
	font-size:11px;
	font-family:Arial,Verdana,Sans-serif;
}

.wzxx li {
    float: left;
	width:50%;
}

.thread_pl{
	background: #bec2cd;color:#fff;padding: 2px 10px 2px 10px;border-radius: 12px;
}


.my_jifen span{
	margin-right:10px;
}


.thread_user_profile{
	margin-right:10px;
}

.an{
	border-radius:2rem;
}



/* 4/18新增 */
/* 极简白卡片 */
.threadlist > li {
    background: #ffffff !important;
    border-radius: 16px !important;
    margin-bottom: 12px !important;
  /*  margin-left: -10px !important;
    margin-right: -10px !important;*/
    padding: 8px 16px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 1px 6px rgba(0,0,0,0.02) !important;
    transition: all 0.2s ease !important;
    border: 1px solid #eef2f6 !important;
}

.threadlist > li:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
    transform: translateY(-1px) !important;
    border-color: #d0d7de !important;
}

/* 置顶帖 - 左边框 */
.threadlist > li.top_1,
.threadlist > li.top_2,
.threadlist > li.top_3 {
    border-left: 3px solid #f59e0b !important;
}

/* 精华帖 - 左边框 */
.threadlist > li:has(i.icon-digest-1),
.threadlist > li:has(i.icon-digest-2),
.threadlist > li:has(i.icon-digest-3) {
    border-left: 3px solid #3b82f6 !important;
}






/* 帖子列表改为药丸卡片 */
/*.threadlist > li {
    background: #f5f5f5 !important;
    border-radius: 20px !important;
    margin-bottom: 14px !important;
    margin-left: -20px !important;   /* 突破外层容器，向左拉宽 */
/*    margin-right: -20px !important;  /* 突破外层容器，向右拉宽 */
/*    padding: 8px 16px !important;    /* 胶囊内部左右留一点空间 */
/*    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    transition: all 0.2s ease !important;
    border: 1px solid #e8e8e8 !important;
}

.threadlist > li:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px) !important;
    border-color: #0084ff !important;
}

.threadlist > li.top_1,
.threadlist > li.top_2,
.threadlist > li.top_3 {
    background: rgba(255, 248, 225, 0.9) !important;
    border-left: 3px solid #ff9800 !important;
}

.threadlist > li:has(i.icon-digest-1),
.threadlist > li:has(i.icon-digest-2),
.threadlist > li:has(i.icon-digest-3) {
    background: #f0f7ff !important;
    border-left: 4px solid #0084ff !important;
}*/



/* ========== 卡片背景图+Logo样式 ========== */
/* 背景图片容器 */
.index-siteInfo-bg {
    height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* 网站logo样式 */
.site-info-logo {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    border: 3px solid #fff;
    object-fit: cover;
    background-color: #fff !important;
    border-radius: 12px;
}

/* 确保卡片内容不溢出 */
.card-site-info {
    overflow: hidden;
}

/*帖子头像背景*/
/*帖子头像背景*/
.index-siteInfo-bg {
    height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.card.sticky-top {
    overflow: hidden !important;
}







/* ========== 综合美化增强包 ========== */

/* 1. 导航栏毛玻璃 */
.navbar {
    padding: 0;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    z-index: 1000;
}

/* 2. 滚动条美化 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0084ff;
}

/* 3. 引用块升级 */
.blockquote {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f2fc 100%);
    border-left: 5px solid #0084ff;
    border-radius: 0 12px 12px 0;
    padding: 16px 20px;
    margin: 16px 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 132, 255, 0.08);
}
.blockquote::before {
    content: "❝";
    font-size: 48px;
    color: rgba(0, 132, 255, 0.15);
    position: absolute;
    left: 12px;
    top: -8px;
    font-family: serif;
}

/* 4. 按钮动效 */
.btn-primary {
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 132, 255, 0.2);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 132, 255, 0.3);
}
.btn-outline-secondary {
    transition: all 0.25s ease;
}
.btn-outline-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 132, 255, 0.1);
}

/* 5. 图片圆角统一 */
.message img,
.card img:not(.site-info-logo):not(.avatar) {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.message img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: scale(1.01);
}
.avatar, 
.thread_user_profile img {
    border-radius: 50% !important;
    object-fit: cover;
}

/* 6. 选中文字主题色 */
::selection {
    background: rgba(0, 132, 255, 0.2);
    color: #1a1a1a;
}
::-moz-selection {
    background: rgba(0, 132, 255, 0.2);
    color: #1a1a1a;
}




/* ========== 🎨 终极美化全家桶（无冲突版） ========== */

/* ---------- 1. 代码块美化 ---------- */
pre, code {
    font-family: 'Fira Code', 'Consolas', 'Monaco', 'Courier New', monospace;
}
pre {
    background: linear-gradient(145deg, #1e1e2f 0%, #2a2a40 100%);
    color: #f8f8f2;
    padding: 20px;
    border-radius: 16px;
    overflow-x: auto;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 8px 20px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    line-height: 1.6;
}
pre::-webkit-scrollbar { height: 6px; }
pre::-webkit-scrollbar-thumb { background: #5a5a7a; border-radius: 10px; }
code:not(pre code) {
    background: #f0f3f8;
    color: #e74c3c;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 0.9em;
}

/* ---------- 2. 表格美化 ---------- */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
th {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f6 100%);
    font-weight: 600;
    padding: 14px 16px;
    border-bottom: 2px solid #0084ff;
    color: #2c3e50;
}
td {
    padding: 12px 16px;
    border-bottom: 1px solid #eaeef2;
    background: white;
}
tr:last-child td { border-bottom: none; }
tr:hover td { background: #f8fbfe; }

/* ---------- 3. 分割线美化 ---------- */
hr {
    border: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #0084ff 20%, #0084ff 80%, transparent 100%);
    margin: 30px 0;
}

/* ---------- 4. 标签/徽章美化 ---------- */
.badge, [class*="badge-"] {
    padding: 5px 12px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}
.badge:hover { transform: scale(1.05); }

/* ---------- 5. 链接下划线动画 ---------- */
.message a:not(.btn):not(.badge):not(.nav-link) {
    position: relative;
    font-weight: 500;
}
.message a:not(.btn):not(.badge):not(.nav-link)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0084ff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.message a:not(.btn):not(.badge):not(.nav-link):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* ---------- 6. 平滑滚动 ---------- */
html { scroll-behavior: smooth; }

/* ---------- 7. 加载动画 ---------- */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
.loading-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 12px;
}

/* ---------- 8. 打印样式 ---------- */
@media print {
    .navbar, .sidebar, .footer, .btn { display: none !important; }
    body { background: white !important; }
}

/* ---------- 9. 焦点可见性 ---------- */
*:focus-visible {
    outline: 3px solid #0084ff;
    outline-offset: 2px;
    border-radius: 8px;
}

/* 10. 移动端优化 */
@media (max-width: 576px) {
    .card-body {
        padding: 1rem !important;
    }
    h1 { font-size: 1.6rem !important; }
    h2 { font-size: 1.4rem !important; }
    h3 { font-size: 1.25rem !important; }
    .message img {
        border-radius: 8px !important;
    }
    pre {
        padding: 12px !important;
        font-size: 0.85rem !important;
    }
}







/* 4/18更新 */
/* ========== 统一圆角 12px ========== */
.card,
.threadlist > li,
.breadcrumb,
.modal-content,
.modal-header,
.modal-footer,
.dropdown-menu,
.list-group-item:first-child,
.list-group-item:last-child,
.nav-tabs .nav-link,
pre,
table,
input.form-control,
textarea.form-control,
select.form-control,
.btn {
    border-radius: 12px !important;
}

/* 卡片头部/底部单独控制 */
.card > .card-header:first-child {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.card > .card-footer:last-child {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

/* 模态框头部/底部 */
.modal-header:first-child {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.modal-footer:last-child {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

/* 卡片头部背景图 */
.index-siteInfo-bg {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

/* 网站 logo */
.site-info-logo {
    border-radius: 12px !important;
}


/*2026/4/26*/
/* 删除卡片容器 */
.card.card-threadlist {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

.card.card-threadlist > .card-header {
    background: #fff !important;
    border-radius: 12px 12px 0 0 !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee !important;
}

.card.card-threadlist > .card-body {
    background: transparent !important;
    padding: 0 !important;
}

.card.card-threadlist > .card-header:last-child {
    border-radius: 12px !important;
}

.card.card-threadlist > .card-header {
    border-radius: 12px !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee !important;
}