﻿/*html {
	-webkit-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}*/
body {
	/*padding-top: 50px;*/
	padding-bottom: 20px;
	box-shadow: none;
	background-color: #f8f9fa;
	/*background-image: linear-gradient(45deg, rgba(0, 90, 156, 0.2) 1px, transparent 1px), linear-gradient(-45deg, rgba(0, 90, 156, 0.2) 1px, transparent 1px);*/
	background-size: 40px 40px;
}
em, i {
	font-style: normal;
	text-align: left;
	font-size: inherit;
}
li, s {
	list-style: none;
}
a{
	text-decoration:none;
}
:root {
	--primary-color: #0d6efd;
	--secondary-color: #6c757d;
	--accent-color: #198754;
}

/*ul{
	margin:0;
	padding:0;
}*/
img {
    max-width: 100%;
}
@media (min-width: 1500px) {
	.container {
		width: 1450px !important; /* 自定义值，如 1280px、1400px */
		max-width: 1600px !important;
	}
}

/*.top-nav {
	background-color: #fff !important;
	border-color: #fff !important;
}

	.top-nav a:hover, .top-nav a:focus {
		color: #0d6efd;
		background-color: none !important;
	}*/
.navbar-header .icon-bar {
	background-color:black;
}
.header-right-msg {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	display: block;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
	padding-top:15px;
}

a:focus,a:hover {
	color: #23527c;
}
.top-nav-white a:active,
.top-nav-white a:hover {
	background-color: #fff;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

.hero-section {
/*	background: linear-gradient(to right, #4facfe, #00ccfe);*/
	padding: 3rem 0;
	margin-bottom: 2rem;
	/*border-radius: 0.3rem;*/

	background: linear-gradient(rgba(0, 45, 98, 0.7), rgba(0, 45, 98, 0.8)), url('asset/images/hero.jpg') no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	color: white;
	position: relative;
}

.feature-card {
	transition: transform 0.3s;
	margin-bottom: 1.5rem;
	height: 100%;
}

	.feature-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	}

.feature-icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #0d6efd;
}

.latest-section {
	margin-top: 2rem;
}

/*.section-title {
	border-bottom: 2px solid #0d6efd;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}*/

.c-white {
	color: white;
}

.b-light {
	background-color: #0b5ed7;
}

.navbar-brand .fa {
	margin-right: 5px;
}
.container-left {
	padding-left: 0px !important;
}

.container-box{
	background-color:#fff;
}

.container-box-h {
	background-color: #fff;
	padding: 0px 15px 0px 15px !important;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	font-size: 18px;
	color: #0aa284;
}
.container-box-p {
	background-color: #fff;
	padding: 5px 15px 5px 15px !important;
}


.container-right {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#right_site_articles {
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 2px;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	font-size: 12px;
}

.article_detail_bg {
	background-color: #fefefe !important;
}

.article-part-title {
	margin-right: 6px;
	margin-left: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
#right_site_articles ul {
	margin-right: 6px;
	margin-left: 10px;
	padding-bottom:10px;
	padding-left:0px;
}
.side_article_list_item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	border-bottom: 1px dashed #ccc;
	list-style-type: none;
	font-size: 14px;
}
.side_article_list_item_body {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px dashed #ccc;
	list-style-type: none;
	font-size: 13px;
	background-color: #D3D3D3;
}

.col-line {
	padding-top: 5px;
	padding-bottom:5px;
	border-bottom: 1px dashed #dbdbdb;
} 
.article-more {
	float: right;
	font-size: 14px;
	font-weight: 400;
}

.nav-container {
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	margin-bottom: 10px;
	padding: 5px 5px 10px 5px;
}

.nav-container {
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	border-bottom: 1px solid #0aa284;
}


.nav-container-body {
	padding: 5px 5px 0px 5px;
}
.s-icon-con{
	vertical-align:middle;

}
.s-icon {
	margin-top: 5px;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	margin-right: 5px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	color: white;
}
.s-link{

}
.s-link-desc {
	color: #999;
	font-size: 12px;
}

.new-label {
	display: inline-block;
	padding: 2px 4px;
	font-size: .9em;
	line-height: 16px;
	vertical-align: baseline;
	white-space: nowrap;
	background-color: #f2f2f2;
	color: #787878;
	text-decoration: none
}

.new-label:hover {
		background-color: #0aa284;
		color: #fff
}


.dataTables_paginate {
	text-align: right;
	height:80px;
}

	.dataTables_paginate a {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #ddd;
		border-radius: 3px;
		color: var(--bs-blue);
		cursor: pointer;
		display: inline-block;
		float: left;
		line-height: 21px;
		margin-right: 5px;
		padding: 6px 12px;
		position: relative;
		text-decoration: none;
	}

	.dataTables_paginate strong {
		border: 1px solid #ddd;
		border-radius: 3px;
		cursor: pointer;
		float: left;
		line-height: 21px;
		margin-right: 5px;
		padding: 6px 12px;
		position: relative;
		background-color: var(--bs-blue);
		border-color: var(--bs-blue);
		color: #fff;
		display: block;
	}

	.dataTables_paginate > li:first-child > a, .dataTables_paginate > li:first-child > span {
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
	}

	.dataTables_paginate a:hover {
		background-color: #e4e7ea;
		text-decoration: none !important;
	}

	.dataTables_paginate a.current, .dataTables_paginate a.current:hover {
		background-color: #1caf9a;
		border-color: #1caf9a;
		color: #fff;
	}

	.dataTables_paginate a:focus {
		text-decoration: none;
	}

	.dataTables_paginate a.last {
		margin-right: 0;
	}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	border-radius: 3px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	float: left;
	padding: 6px 15px;
}

.paginate_enabled_previous, .paginate_enabled_next {
	background: #428bca none repeat scroll 0 0;
	border: 1px solid #357ebd;
	color: #fff;
}

	.paginate_enabled_previous:hover, .paginate_enabled_next:hover {
		background: #3276b1 none repeat scroll 0 0;
		border-color: #285e8e;
		color: #fff;
		text-decoration: none;
	}

.paginate_disabled_previous, .paginate_disabled_next {
	background-color: #ddd;
	border: 1px solid #ccc;
	color: #999;
}

	.paginate_disabled_previous:hover, .paginate_disabled_next:hover {
		color: #999;
		cursor: default;
		text-decoration: none;
	}

.paginate_disabled_next, .paginate_enabled_next {
	margin-left: 5px;
}

.paging_full_numbers {
	line-height: 21px;
}

	.paging_full_numbers a:active {
		outline: medium none;
	}

	.paging_full_numbers a:hover {
		text-decoration: none;
	}

.paginate_button_disabled {
	opacity: 0.5;
}

	.paginate_button_disabled:hover {
		background-color: #fff !important;
		cursor: default !important;
	}

.page_nav {
	clear: both;
	color: #666;
	font: 12px/24px Arial;
	padding: 10px 0;
	text-align: right;
}

	.page_nav a {
		background: none repeat scroll 0 0 #fff;
		border: 1px solid #dbe5ee;
		border-radius: 2px;
		color: #333;
		cursor: pointer;
		display: inline-block;
		font: 12px/22px Helvetica,Tahoma,Arial,sans-serif;
		height: 22px;
		margin: 0 2px;
		padding: 6px 12px;
	}

		.page_nav a:hover {
			background: none repeat scroll 0 0 #07519a;
			border: medium none;
			color: #fff;
			height: 24px;
			line-height: 24px;
			margin: 0 3px;
			text-decoration: none;
		}

		.page_nav a.select {
			cursor: default;
		}
.article_reply {
	border-top: 1px dashed #d3d3d3;
}
.reply{
	padding-top:30px;
}
.reply-header {
	font-size: 18px;
	color: #0c0c0c;
	margin-bottom: 10px;
}
.reply-Editor-body {
	display: inline-block;
	width: 100%;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 15px;
}

	.reply-Editor-body .editor-content {
		display: block;
		width: 100%;
		font-size: 16px;
		color: #333;
		line-height: 1.6;
		outline: none;
		resize: none;
		border: none;
	}

.reply-Editor-footer{
	height:30px;
}

.reply-Editor-footer .footer-item {
	line-height: 30px;
	margin-right:10px;
}
.all-answers-header {
	position: relative;
	font-size: 18px;
	color: #7a8f9a;
	line-height: 18px;
	margin: 7px auto 0;
}

.all-answers-header .all-answers-header-tile {
	display: inline-block;
	background: #FFF;
	position: relative;
	padding-right: 15px;
}
.all-answers-header .all-answers-header-line {
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e8ecee;
}

.reply-list .reply-item {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}
.reply-item-header {
	margin-bottom:10px;
}

.reply-list .reply-item .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
}
.reply-list .reply-item-header img {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin-right: 7px;
	border: 1px solid #eee;
	background-color: #eee;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.reply-list .reply-item .reply-item-body {
	color: #333;
	margin-bottom: 15px;
	color: #707070;
}
.reply-item-footer .reply-item-footer-item {
	font-size: 12px;
	color: #9eacb6;
}

.reply-item-footer .comment{
	margin-left:30px;
	cursor:pointer;
}

.reply-item-footer .comment i {
	margin-right: 5px;
}

	.reply-item-footer .comment:hover {
		color: #2aa84d;
	}



/***** 3.2 HEADER RIGHT *****/

.header-right {
	float: right;
}

.headermenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.headermenu:after {
		clear: both;
		display: block;
		content: '';
	}

	.headermenu > li {
		display: inline-block;
		float: left;
		border-left: 1px solid #eee;
		position: relative;
	}

	.headermenu .dropdown-toggle {
		padding: 12px 10px;
		border-color: #fff;
		background: #fff;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: 0;
	}

		.headermenu .dropdown-toggle:hover,
		.headermenu .dropdown-toggle:focus,
		.headermenu .dropdown-toggle:active,
		.headermenu .dropdown-toggle.active,
		.headermenu .open .dropdown-toggle.dropdown-toggle {
			background: #f9f9f9;
			color: #333;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.headermenu .dropdown-toggle img {
			vertical-align: middle;
			margin-right: 5px;
			width: 26px;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
			border-radius: 50px;
		}

		.headermenu .dropdown-toggle .caret {
			margin-left: 5px;
		}

	.headermenu .dropdown-menu-customs {
		border: 0;
		margin-top: 0px;
		margin-right: -1px;
		-moz-border-radius: 2px 0 2px 2px;
		-webkit-border-radius: 2px 0 2px 2px;
		border-radius: 2px 0 2px 2px;
		-moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
		box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
		padding: 5px;
	}

		.headermenu .dropdown-menu-customs:after {
			border-bottom: 6px solid #1d2939;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			content: "";
			display: inline-block;
			right: 17px;
			position: absolute;
			top: -6px;
		}

	.headermenu .dropdown-grid .grid-list {
		padding: 20px;
	}

	.headermenu .dropdown-menu-customs li {
		display: block;
		margin: 0;
		float: none;
		background: none;
		padding: 15px 5px;
	}

	.headermenu .dropdown-menu-customs-usermenu li {
		padding: 0;
	}

	.headermenu .dropdown-menu-customs-usermenu:after {
		right: 95px;
	}

	.headermenu .dropdown-menu-customs li a {
		color: #94989d;
		font-size: 13px;
		padding: 7px 10px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-transition: all 0.2s ease-out 0s;
		-webkit-transition: all 0.2s ease-out 0s;
		transition: all 0.2s ease-out 0s;
	}

		.headermenu .dropdown-menu-customs li a:hover {
			background: #1caf9a;
			color: #fff;
		}

	.headermenu .dropdown-menu-customs li i {
		font-size: 11px;
		margin-right: 5px;
	}

	.headermenu .dropdown-menu-customs-head {
		padding: 0;
		min-width: 300px;
	}

	.headermenu .tp-icon {
		padding: 12px 15px;
		height: 50px;
		font-size: 16px;
		background: #fff;
		color: #333;
		border-color: #fff;
		-moz-transition: all 0.2s ease-out 0s;
		-webkit-transition: all 0.2s ease-out 0s;
		transition: all 0.2s ease-out 0s;
	}

		.headermenu .tp-icon + .dropdown-menu-customs:after {
			right: 17px;
		}

	.headermenu .chat-icon {
		border-right: 0;
	}

	.headermenu .dropdown-menu-customs-usermenu {
		background: #1d2939;
		min-width: 200px;
	}

	.headermenu .dropdown-menu-customs-head ul {
		border: 1px solid #ddd;
		border-top: 0;
		padding: 0 10px;
	}

	.headermenu .dropdown-menu-customs-head li a {
		color: #333;
		padding: 0;
		opacity: 1;
	}

		.headermenu .dropdown-menu-customs-head li a:hover {
			background: none;
			color: #428BCA;
			text-decoration: none;
		}

	.headermenu .btn-group {
		margin-bottom: 0;
	}

.dropdown-list li {
	padding: 15px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

	.dropdown-list li:last-child {
		border-bottom: 0;
	}

.dropdown-list .thumb {
	width: 36px;
	float: left;
}

	.dropdown-list .thumb img {
		width: 100%;
		display: block;
		vertical-align: middle;
	}

.dropdown-list .desc {
	margin-left: 45px;
	display: block;
}

	.dropdown-list .desc h5 {
		font-size: 13px;
		margin-top: 7px;
	}

.dropdown-list li:last-child {
	padding: 7px 5px;
}

.dropdown-list li .badge {
	float: right;
}

.user-list {
	width: 300px;
}

.gen-list li a {
	display: block;
}

	.gen-list li a:hover {
		color: #333 !important;
		text-decoration: none;
	}

.gen-list li .name {
	font-size: 13px;
	font-family: 'LatoBold','Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
	line-height: 21px;
	display: block;
}

.gen-list li .msg {
	font-size: 11px;
	line-height: normal;
	color: #999;
	display: block;
}


.py24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}
.clear-both{
	clear:both;
}


.tag-master {
	margin-right: 6px;
	background-color: #A9A9A9;
	font-weight: 400;
	font-size:11px;
}
.article_body h2 {

	font-weight: 600;
	font-size: 32px;
	line-height: 200%;
}
.article_body h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 150%;
}

article_body p {
    margin: 10px auto;
    text-indent: 0;
}
.nav_tag {
	display: inline-block;
	min-width: 10px;
	padding: 2px 3px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #e45229;
	border-radius: 10px;
	position: relative;
	top: -10px;
	right: -5px;
	z-index: 10;
}

.bookmark_collection {
	height: 60px;
	padding: 11px 0 12px;
	background-color: #0d6efd;
}
.bookmark_wapper {
	height: 37px;
	line-height: 37px;
	margin: 0 auto;
	padding: 0 10px 0 15px;
	justify-content: space-between;
}
.bookmark_left {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	float: left;
}

.bookmark_right {
	display: flex;
	align-items: center;
	color: #fff;
	float: right;
}

.my-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.my-btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

footer {
	background: #2c3e50;
	color: #ecf0f1;
	padding: 30px 0;
}
	footer a {
		color: #ecf0f1;
	}
footer a:hover{
	color: #fff;
}
/*.nav > li > a {
	font-weight: 500;
	color: #34495e !important;
	padding: 15px 20px;
}

	.nav > li > a:hover,
	.nav > li > a:focus {
		background-color: transparent;
		color: #e74c3c !important;
	}
*/
.dropdown-menu-customs {
	padding: 20px;
	border-radius: 0;
	border: none;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	min-width: 600px;
}

.dropdown-header {
	font-weight: 600;
	color: #2c3e50;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.dropdown-menu-customs .col-md-4 {
	padding: 0 15px;
}

.dropdown-menu-customs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropdown-menu-customs li a {
	padding: 3px 10px;
	display: block;
	color: #34495e;
	text-decoration: none;
	transition: all 0.2s;
	border-radius: 3px;
}

	.dropdown-menu-customs li a:hover {
		background-color: #f8f9fa;
		color: #e74c3c;
		padding-left: 15px;
	}

	.dropdown-menu-customs li a i {
		margin-right: 8px;
		color: #7f8c8d;
		width: 20px;
		text-align: center;
	}

.dropdown:hover .dropdown-menu-customs {
	display: block;
}

.rec-content-side-content{
	font-size:15px;
}

/*ff navigation*/
.target-item {
	scroll-margin-top: 97px;
}

.nav-header {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #f1f4f9;
	margin-bottom: 5px;
}

.nav-header-sub {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.nav-header h2 {
	font-size: 20px;
	margin-top: 10px;
	font-weight: 500;
}

.nav-header-sub-title {
	float: left;
}

.nav-header-sub .nav-header-sub-title h3 {
	margin-top: 10px;
	font-size: 16px;
	color: #1a90ff;
}

.nav-category {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0.938rem;
	color: #1a90ff;
	font-weight: 600;
}

b, strong {
	font-weight: bolder;
}

.text-sm {
	font-size: 14px !important;
}

.text-xs {
	font-size: 12px !important;
}

.overflowClip_1 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.overflowClip_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.overflowClip_2 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}


.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0.25rem;
}

.card, .block {
	background: #fff;
	margin-bottom: 1rem;
	box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);
	transition: background-color .3s;
}

.url-card .url-body {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	will-change: transform;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

	.url-card .url-body:hover {
		transform: translateY(-6px);
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
		-webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
		-moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
	}

.url-card .url-like {
	position: absolute;
	top: 5px;
	right: 10px;
	opacity: 0;
	transition: opacity .3s
}

.url-card .url-body:hover .url-like {
	opacity: 1
}

.url-card .url-info {
	overflow: hidden;
	padding-right: 5px
}

.url-card .url-goto-after {
	height: 24px;
	border-top: 1px solid rgba(136,136,136,.2)
}

.url-card .url-goto {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0
}

.url-card .card-body {
	position: relative;
	padding: .938rem .2rem
}

.url-card .url-img {
	width: 40px;
	height: 40px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	background: rgba(128,128,128,.1);
	overflow: hidden
}

	.url-card .url-img > img {
		max-height: 100%;
		vertical-align: unset
	}

.url-card .max .url-img {
	width: 60px;
	height: 60px
}

.url-card .mini .url-img {
	width: 25px;
	height: 25px
}

.url-card .post-min .url-img {
	width: 20px;
	height: 20px
}

	.url-card .post-min .url-img > img {
		vertical-align: unset
	}

.url-card a.card {
	justify-content: center;
	color: #282a2d;
	text-decoration:none;
}

.url-card.wechat a.card::before {
	content: '\eb74';
	position: absolute;
	display: inline-block;
	font-family: "iconfont";
	font-size: 66px;
	color: #888;
	left: 1px;
	opacity: .2
}

.url-card.down a.card:after {
	content: '\e604';
	position: absolute;
	display: inline-block;
	font-family: "iconfont";
	font-size: 60px;
	color: #888;
	margin-left: 10px;
	right: 10px;
	opacity: .2
}

.url-card.down .mini a.card:after {
	font-size: 30px;
	margin-left: 10px;
	right: 10px
}

.url-card.down .max a.card:after {
	font-size: 30px
}

.url-card.wechat .mini a.card:before {
	font-size: 36px;
	left: 2px
}

.url-card.wechat .max a.card:before {
	font-size: 80px;
	left: 5px;
	top: -22px
}

.url-card.wechat .max .url-img, .url-card.wechat .mini .url-img {
	background: transparent
}

	.url-card.wechat .max .url-img img, .url-card.wechat .mini .url-img img {
		max-height: 80%
	}

.url-card.wechat .no_ico a.card:before {
	font-size: 26px;
	right: 2px;
	left: auto
}

.url-card.wechat .max.no_ico a.card:before {
	right: 11px;
	top: auto;
	bottom: -3px
}

.url-card .mini a.togo, .url-card .default a.togo {
	position: absolute;
	top: 20px;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	opacity: .2;
	transition: opacity .3s
}

.url-card .mini a.togo {
	top: 3px
}

.url-card .url-body:hover a.togo {
	opacity: 1
}

.url-card .max a.togo {
	margin-left: auto
}

.url-card .max .tga {
	width: calc(100% - 15px);
	overflow: hidden
}

	.url-card .max .tga a {
		font-size: 90%;
		padding: .125rem .4rem;
		background: rgba(134,134,134,.1);
		color: #888;
		border-radius: 10px;
		transition: .3s
	}

		.url-card .max .tga a:not(.no-tag):hover {
			background: #f1404b;
			color: #fff
		}

.slider_menu[sliderTab] {
	position: relative;
	background: rgba(0,0,0,.1);
	border-radius: 10px;
	border: 3px solid transparent;
	overflow: hidden;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

	.slider_menu[sliderTab] > .menu {
		position: relative;
		white-space: nowrap;
		flex-wrap: initial
	}

	.slider_menu[sliderTab] .anchor {
		background: #f1404b;
		border-radius: 100px;
		width: 60px;
		height: 40px;
		opacity: 0;
		-webkit-transition: .35s;
		transition: .35s
	}

	.slider_menu[sliderTab] > .menu > li {
		cursor: pointer;
		width: auto;
		height: auto
	}

		.slider_menu[sliderTab] > .menu > li.next, .slider_menu[sliderTab] > .menu > li.prev, .slider_menu[sliderTab] > .menu > li > .sub-menu {
			display: none
		}

		.slider_menu[sliderTab] > .menu > li > a {
			display: block;
			text-decoration: none;
			position: relative;
			color: #888;
			height: 40px;
			line-height: 40px;
			text-align: center;
			font-size: 14px;
			padding: 0 16px;
			-webkit-transition: .25s;
			transition: .25s
		}

			.slider_menu[sliderTab] > .menu > li > a:hover {
				color: #fff;
				background-color: #1a90ff;
			}

			.slider_menu[sliderTab] > .menu > li > a.active {
				color: #fff;
				background-color: #1a90ff;
			}

/*    .slider_menu[sliderTab] ul:hover li:not(.hover) a.active {
        color: #888 !important
    }*/

.slider_menu.mini_tab[sliderTab] > .menu > li > a {
	height: 28px;
	line-height: 28px;
	padding: 0 12px
}

.nav-pills.menu .nav-link.active, .nav-pills.menu .show > .nav-link {
	background: none
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.leftpanelinner {
	position: fixed;
}

	.leftpanelinner a.nav-link {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		color: #5e5d5b;
		line-height: 18px;
		padding: 5px;
		margin: 8px 0;
		font-size: 14px;
		border-radius: 4px;
		transition: .2s all ease-in-out;
	}

	.leftpanelinner a.active {
		color: #f1404b !important;
	}

	.leftpanelinner a.nav-link:hover {
		color: #fff !important;
		background: #f1404b;
	}
    
/*ff navigation*/

.small-text{
	font-size:12px;
}



.callout {
	padding: 1.25rem;
	margin: 1rem 0;
	border-left: 0.25rem solid;
	border-radius: 0.25rem;
	background-color: var(--bs-callout-bg, #f8f9fa);
}

.callout-primary {
	--bs-callout-bg: rgba(13, 110, 253, 0.1);
	border-left-color: #0d6efd;
}

.bottom-line {
	border-bottom: 1px solid #ddd;
}
.mar-bottom-5 {
	margin-bottom: 5px !important;
}
.word-break {
	overflow-wrap: anywhere;
}
.control-label-display {
	text-align: left !important;
	font-size: 12px;
}

.definition-panel {
	border-color: #3498db;
}

.purpose-panel {
	border-color: #2ecc71;
}

.rules-panel {
	border-color: #e74c3c;
}

.methods-panel {
	border-color: #f39c12;
}

.info-panel {
	border-color: #9b59b6;
}

.summary-panel {
	border-color: #1abc9c;
}


.highlight {
	background-color: #f8f9fa;
	padding: 2px 4px;
	border-radius: 3px;
}
.sidebar {

	z-index: 1000;
	max-width: 340px;
	padding: 20px 0;
	background-color: #f8f9fa;
	border-right: 1px solid #dee2e6;
	overflow-y: auto;
}

/*.nav-link {
	padding: 8px 20px;
	color: #212529;
	display: flex;
	align-items: center;
}*/
.nav-chevron {
	width: 16px;
	height: 16px;
	transition: transform 0.35s ease;
	margin-left: auto; /* 右对齐 */
}
/* 旋转展开状态 */
[aria-expanded="true"] .nav-chevron {
	transform: rotate(180deg);
}

.sidebar-dark-gray .sidebar .nav-link:hover, .sidebar-dark-gray .nav-link:focus {
		background-color: #0d6efd;
	
	color: #E3F2FD;
}

.sidebar .nav-link.active {
	color: #fff;
	background-color: #0d6efd;
}

.sidebar .nav-link .bi {
	margin-right: 8px;
	width: 20px;
	text-align: center;
}

.category-header {
	padding: 10px 20px;
	font-weight: 600;
	color: #495057;
	cursor: pointer;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.category-header:hover {
		background-color: #0d6efd;
		color: #E3F2FD;
	}

	.category-header .bi-chevron-right {
		transition: transform 0.3s;
	}

	.category-header[aria-expanded="true"] .bi-chevron-right {
		transform: rotate(90deg);
	}

.sub-menu {
	padding-left: 20px;
}

	.sub-menu .nav-link {
		/*padding: 5px 20px 5px 36px;*/
		font-size: 12px;

	}
.sidebar-dark-gray {
	background-color: #2d3748;
	border-right-color: #4a5568;
}

	.sidebar-dark-gray .nav-link {
		color: #e2e8f0;
	}

	.sidebar-dark-gray .category-header {
		color: #cbd5e0;
		border-bottom-color: #4a5568;
	}
.sidebar-white {
	background-color: #fff;
	border-right-color: #4a5568;
	border-right: none;
	padding:0;
}

.sub_header {
	position: relative;
}

.sub_title {
	background: #0d6efd;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 10px;
}

.sub_header h3 {
	margin-left: 15px;
}

.nav-other li {
	padding: 6px 0 4px 6px;
}

@media screen and (min-width: 1200px) {
	.nav-moredata li {
		width: calc(100% / 8 - 10px);
	}

	.nav-other li {
		width: calc(100% / 11 - 10px);
	}
}

@media screen and (max-width: 1200px) {
	.nav-moredata li {
		width: calc(100% / 6 - 10px);
	}
}

@media screen and (max-width: 960px) {
	.nav-moredata li {
		width: calc(100% / 4 - 10px);
	}

/*	.content-sidebar {
		display: none;
	}*/

	.nav-scroller {
		display: block;
	}

	.nav-other li {
		width: calc(100% / 6 - 10px);
	}
}

@media screen and (max-width: 720px) {
	.nav-moredata li {
		width: calc(100% / 3 - 10px);
	}

	.nav-other li {
		width: calc(100% /4 - 10px);
	}
}

@media screen and (max-width: 540px) {
	.nav-moredata li {
		width: calc(100% / 2 - 10px);
	}

	.nav-other li {
		width: calc(100% /3 - 10px);
	}
}

.nav-moredata li img {
	width: 24px;
	margin-right: 12px;
	height: 24px;
	position: relative;
	top: -2px;
}

.nav-moredata li a {
	padding: 7px 0;
	font-size: 14px;
	overflow: hidden;
	color: #183153;
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.nav-moredata li:hover {
	box-shadow: 0 1px 8px #ddd;
	background: #ffd43b;
	font-weight: bold;
}

	.nav-moredata li:hover .more {
		display: block !important;
		background: #ffd43b;
	}


.other-box {
	padding: 0;
}

.nav-moredata .other-lia a {
	padding: 0;
}


.nav-other li:first-child {
	font-weight: bold;
	width: 60px;
	padding: 6px 0 4px 6px;
	font-size: 14px;
}

	.nav-other li:first-child:hover {
		background: none;
		box-shadow: none;
	}

.nav-other li img {
	width: 16px;
	margin-right: 2px;
	height: 16px;
}

.nav-other ul {
	line-height: 16px;
	padding-bottom: 0;
}

.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
	background-color:#fff;
}
.fz-18{
	font-size:18px !important;
}
.tab-search-container {
	border-bottom: 2px solid rgb(236 236 236);
	height: 55px;
}
.search-input {
	padding-left: 40px;
}

.search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	z-index: 10;
	pointer-events: none;
}

.unit-group {
	margin-bottom: 20px;
}

.unit-group-title {
	font-weight: bold;
}

.unit-item {
	margin-bottom: 8px;
}

.unit-label {
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

.formula-card {
	margin-top: 30px;
}

.formula-item {
	margin-bottom: 5px;
	font-family: monospace;
}

.title-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dee2e6;
}

.section-title {
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
}

	.section-title:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50px;
		height: 3px;
		background-color: #0d6efd;
	}

/* 左侧菜单栏 */
.c-sidebar {
	position: fixed;
	top: var(--header-height);
	left: 0;
	width: var(--sidebar-width);
	height: calc(100vh - var(--header-height));
	overflow-y: auto;
	background-color: white;
	border-right: 1px solid var(--border-color);
	padding: 1rem;
	transition: transform 0.3s ease;
	z-index: 1000;
}

/* 右侧目录导航 */
.toc {
	position: fixed;
	top: var(--header-height);
	right: 0;
	width: var(--toc-width);
	height: calc(100vh - var(--header-height));
	overflow-y: auto;
	background-color: white;
	border-left: 1px solid var(--border-color);
	padding: 1rem;
}

/* 主内容区 */
.main-content {
	margin-left: var(--sidebar-width);
	margin-right: var(--toc-width);
	padding: 1rem;
	background-color: white;
	min-height: calc(100vh - var(--header-height));
}

/* 搜索框 */
.search-box {
	position: relative;
	margin-bottom: 1.5rem;
}

	.search-box input {
		padding-left: 2.5rem;
		border-radius: 4px;
		border: 1px solid var(--border-color);
	}

	.search-box i {
		position: absolute;
		left: 1rem;
		top: 50%;
		transform: translateY(-50%);
		color: #6c757d;
	}

/* 树形菜单 */
.tree-nav {
	list-style: none;
	padding-left: 0;
}

	.tree-nav .nav-item {
		position: relative;
	}

	.tree-nav .nav-link {
		display: flex;
		align-items: center;
		padding: 0.5rem 1rem;
		color: #212529;
		border-radius: 4px;
		margin-bottom: 2px;
		text-decoration: none;
	}

		.tree-nav .nav-link:hover,
		.tree-nav .nav-link.active {
			background-color: #f1f1f1;
			color: var(--primary-color);
		}

		.tree-nav .nav-link i {
			margin-right: 0.5rem;
			font-size: 0.875rem;
		}

		.tree-nav .nav-link .chevron {
			margin-left: auto;
			transition: transform 0.2s;
		}

		.tree-nav .nav-link.collapsed .chevron {
			transform: rotate(-90deg);
		}

	.tree-nav .sub-menu {
		list-style: none;
		padding-left: 1.5rem;
		margin-top: 0.25rem;
	}

.card-header {
	border-bottom: none;
	font-weight: 700;
	border-radius: 10px 10px 0 0 !important;
	padding: 1rem 1.25rem;
	color: #2c3e50;
}
.card-header-scheme1 {
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	color: white;
}
.card-header-scheme2 {
	background-color: #f8f9fa;
	color: #2c3e50;
	border-bottom: 2px solid #e9ecef;
}
.card-header-scheme3 {
	background-color: #4e73df;
}

.card-header-scheme4 {
	background-color: #1cc88a;
}

.card-header-scheme5 {
	background: linear-gradient(135deg, #e74a3b 0%, #f6c23e 100%);
}
.chapter-card {
	border-left: 4px solid #4e73df;
}
.card-header-light2 {
	background-color: #fefefe;
	border-bottom: 2px solid #f0f0f0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}




.common-card {
	transition: transform 0.2s;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	margin-bottom: 1.5rem;
	border-radius: 0.375rem;
}

	.common-card:hover {
		transform: translateY(-2px);
		box-shadow: 0 4px 8px rgba(0,0,0,.1);
	}

.sidebar-section {
	background-color: white;
	border-radius: 0.375rem;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	padding: 1.25rem;
	margin-bottom: 1.5rem;
}

.tag {
	display: inline-block;
	background-color: #e9ecef;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	color: #495057;
	text-decoration: none;
}

	.tag:hover {
		background-color: #dee2e6;
	}

.stats {
	text-align: center;
	padding: 0.5rem;
}

.stats-number {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--primary-color);
}

.stats-label {
	font-size: 0.875rem;
	color: var(--secondary-color);
}

.user-card {
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.badge-reputation {
	background-color: var(--accent-color);
}



.btn-ask {
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	font-weight: 600;
}

.question-title {
	color: #0d6efd;
	text-decoration: none;
	font-weight: 600;
}

	.question-title:hover {
		text-decoration: underline;
	}

.vote-count {
	text-align: center;
	font-weight: bold;
	color: #6c757d;
}

.answer-count {
	text-align: center;
	padding: 0.5rem;
	border-radius: 0.25rem;
	background-color: #f8f9fa;
}

	.answer-count.answered {
		background-color: #d1e7dd;
		color: #0f5132;
		border: 1px solid #badbcc;
	}

	.answer-count.accepted {
		background-color: #d1e7dd;
		color: #0f5132;
		border: 1px solid #198754;
	}

.user-info {
	font-size: 0.875rem;
	color: #6c757d;
}


.content-type {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
}

.qa-type {
	background-color: #cce5ff;
	color: #004085;
}

.preserve-line-breaks {
	white-space: pre-line;
}