<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px) and (min-width: 281px) {
	#cookieFrame {
		display: none;
		position: fixed;
		font-size: 14px;
		width: 90%;
		height: 55%;
		left: 0px;
		top: 43%;
		z-index: 999;
		margin: 0px 5%;
		box-shadow: 0 0 10px #0000007a;
	}
}
@media (min-width: 767px) {
	#cookieFrame {
		display: none;
		position: fixed;
		font-size: 14px;
		width: 36%;
		height: 40%;
		left: 0px;
		top: 58%;
		z-index: 999;
		margin: 0px 15px 0px 3rem;
		box-shadow: 0 0 10px #0000007a;
	}
}

#cookieHeader {
	display: flex;
	align-items: center;
	font-size: 18px;
	padding-left: 10px;
	background: #e70010;
	color: white;
	height: 10%;
	overflow: hidden;
}
#cookie {
	padding: 25px;
	background: #ffffff;
	height: 90%;
	overflow: auto;
}
#cookie .character {
	background-color: rgba(128, 128, 128, 0.178);
	border: 1px solid rgba(0, 0, 0, 0.034);
	border-bottom: none;
	color: #e70010;
	height: 30px;
	display: block;
	padding: 1% 0 0 3%;
}
#cookie .info {
	height: 40px;
	width: 100%;
	color: black;
}
.cookieButton {
	cursor: pointer;
	width: 100%;
	height: 50px;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.164);
	padding: 2% 0 0 0;
	display: inline-flex;
	justify-content: right;
}
.cookieButton .accept {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e70010;
	border-radius: 5px;
	color: white;
	width: 20%;
	height: 35px;
	margin: 0 1%;
	font-size: 12px;
}
.cookieButton .refuse {
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: #e70010 0 0 0 3px inset;
	border-radius: 5px;
	color: black;
	width: 20%;
	height: 35px;
	margin: 0 1%;
	font-size: 12px;
}

.sub-nav-container {
	position: relative;
	display: inline-block;
}

.sub-nav-container .sub-nav-main {
	display: inline-flex;
	color: #212529;
	text-decoration: none;
}

.sub-nav-container .sub-nav-submenu {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 160px;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
	display: none;
	z-index: 1000;
}

/* é¼&nbsp;æ&nbsp;‡æ‚¬åœæ—¶æ˜¾ç¤ºäºŒçº§èœå• */
.sub-nav-container:hover .sub-nav-submenu {
	display: block;
}

/* ç¡®ä¿ä¸»èœå•é¡¹åœ¨æ‚¬åœæ—¶ä¿æŒæ&nbsp;·å¼ */
.sub-nav-container:hover &gt; .sub-nav-main {
	text-decoration: none;
	color: white;
}

/* ä¿®æ”¹ç§»åŠ¨ç«¯äºŒçº§èœå•æ&nbsp;·å¼ */
@media (max-width: 768px) {
	.sub-nav-container {
		display: block; /* æ”¹ä¸ºå—çº§å¸ƒå±€ */
		width: 100%;
	}

	.sub-nav-container .sub-nav-submenu {
		display: none;
		position: static; /* å–æ¶ˆç»å¯¹å®šä½ */
		left: auto;
		top: auto;
		width: 100%;
		box-shadow: none;
		background-color: transparent;
		padding-left: 15px; /* æ·»åŠ&nbsp;ç¼©è¿› */
	}

	.sub-nav-container.show .sub-nav-submenu {
		display: block; /* é€šè¿‡JSæ·»åŠ&nbsp;showç±»æ—¶æ˜¾ç¤º */
	}

	/* è°ƒæ•´ç®­å¤´æ–¹å‘ */
	.sub-nav-container .dropdown-toggle {
		transform: rotate(0deg) !important; /* æ”¹ä¸ºå‘ä¸‹ç®­å¤´ */
		right: 15px !important;
		transition: transform 0.3s;
	}

	.sub-nav-container.show .dropdown-toggle {
		transform: rotate(180deg) !important; /* å±•å¼€æ—¶ç®­å¤´æœä¸Š */
	}
}

.carousel-item {
	/* height: 30rem; */
	/* min-height: 300px; */
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.portfolio-item {
	margin-bottom: 30px;
}

/* ä¿®æ”¹åº•éƒ¨æŒ‡ç¤ºå™¨æŒ‰é’®ä¸ºçº¢è‰² */
.carousel-indicators button {
	background-color: gray !important;
}

/* åŠ&nbsp;ç²—å·¦å³æŽ§åˆ¶æŒ‰é’®å›¾æ&nbsp;‡ */
.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 40px !important; /* å¢žåŠ&nbsp;å®½åº¦ */
	height: 40px !important; /* å¢žåŠ&nbsp;é«˜åº¦ */
	background-size: 60% 60% !important; /* ä¿æŒç®­å¤´æ¯”ä¾‹ */
	filter: brightness(0.3) !important;
	opacity: 0.9 !important;
}

/* æ‚¬åœæ•ˆæžœ */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
	filter: brightness(0.5) !important;
}

#topContent {
	height: 56px; /* é»˜è®¤å¯¼èˆªæ&nbsp;é«˜åº¦ï¼Œæ&nbsp;¹æ®å®žé™…æƒ…å†µè°ƒæ•´ */
}

.img-zoom {
	transition: transform 0.5s cubic-bezier(0.25, 0.45, 0.45, 1.5); /* å¼¹æ€§ç¼“å†² */
}

.img-zoom:hover {
	transform: scale(1.08); /* è½»å¾®æ”¾å¤§ */
}
.navbar-nav .nav-item .nav-link {
	color: white;
}
/* ä¸»å¯¼èˆªé¡¹æ‚¬æµ®æ•ˆæžœ */
.navbar-nav .nav-item .nav-link:hover {
	color: red !important; /* å¼ºåˆ¶ç™½è‰²æ–‡å­— */
}

/* ä¸‹æ‹‰èœå•é¡¹æ‚¬æµ®æ•ˆæžœï¼ˆä¿æŒåŽŸæ&nbsp;·å¼ï¼‰ */
.dropdown-menu .dropdown-item:hover {
	background-color: rgb(225, 5, 5); /* æµ…ç°è‰²èƒŒæ™¯ */
	color: white !important; /* é»‘è‰²æ–‡å­— */
	transition: all 0.3s ease; /* å¹³æ»‘è¿‡æ¸¡ */
}

/* ä¿®å¤ä¸‹æ‹‰ç®­å¤´é¢œè‰²ï¼ˆæ‚¬æµ®æ—¶å˜ç™½ï¼‰ */
.navbar-nav .nav-item:hover .dropdown-toggle::after {
	border-color: red transparent transparent transparent;
}

/**Page**/
.section-title-custom {
	font-weight: bold;
	position: relative;
	padding-left: 2.5rem;
	margin: 2rem 0 1.5rem;
}

.section-title {
	font-weight: bold;
	position: relative;
	padding-left: 2.5rem;
	margin: 2rem 0 1.5rem;
	font-size: 1.8rem;
}

.section-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	background-color: #e70010;
}

.content-block {
	background-color: #ededed;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.content-border {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	border: 0.2rem solid #ededed;
}

.content-img {
	width: 100%;
}
.subtitle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(1rem + 4px);
	height: calc(1rem + 4px);
	background: #e70010; /* è¾¹æ¡†é¢œè‰² */
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 40% 50%, 0% 0%);
}

.subtitle::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	background: linear-gradient(to bottom, white 50%, #e70010 50%);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 40% 50%, 0% 0%);
}

.subtitle {
	font-weight: bold;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.subtitle .highlight {
	color: #e70010;
}

.content-box {
	position: relative; /* ä¸ºä¼ªå…ƒç´&nbsp;å®šä½æä¾›åŸºå‡† */
	padding: 1.5rem;
	border: 0.2rem solid #ededed;
	margin: 2rem 0;
}

.hidden-border {
	border: 0.2rem solid transparent;
	padding-top: 1.5rem;
}

.introduction-box {
	position: relative; /* ä¸ºä¼ªå…ƒç´&nbsp;å®šä½æä¾›åŸºå‡† */
	margin-bottom: 1.5rem;
	border: 0.2rem solid #ededed;
}

.box-label {
	position: absolute;
	top: -1.3rem;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	display: flex;
	align-items: center;
	gap: 5px;
}

.label-container {
	position: relative;
	padding: 0 40px; /* è°ƒæ•´ paddingï¼Œç¡®ä¿å›¾æ&nbsp;‡æœ‰è¶³å¤Ÿç©ºé—´ */
	min-width: 120px; /* é˜²æ­¢å†…å®¹å¤ªçª„å¯¼è‡´å›¾æ&nbsp;‡æŒ¤åŽ‹ */
	text-align: center;
	color: #e70010;
	font-size: 1.625rem;
	font-weight: bold;
	max-width: 80vw;
	white-space: nowrap; /* ç¦æ­¢æ¢è¡Œ */
	overflow: hidden; /* éšè—è¶…å‡ºéƒ¨åˆ† */
	text-overflow: ellipsis; /* è¶…å‡ºæ˜¾ç¤º... */
}

.label-container::before,
.label-container::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	background-color: #e70010;
	transform: translateY(-50%) rotate(45deg);
}

.label-container::before {
	left: 8px; /* å¾®è°ƒå·¦ä¾§å›¾æ&nbsp;‡ä½ç½® */
}

.label-container::after {
	right: 8px; /* å¾®è°ƒå³ä¾§å›¾æ&nbsp;‡ä½ç½® */
}

.custom-bullet-list li {
	position: relative; /* ä¸º ::before å®šä½æä¾›å‚è€ƒ */
	padding-left: 1.5rem; /* ç»™æ&nbsp;‡è¯†ç¬¦å·ç•™å‡ºç©ºé—´ */
	margin: 0.2rem 0;
}

.custom-bullet-list li::before {
	content: ''; /* å¿…é¡»ä¿ç•™ï¼Œä¸å¯çœç•¥ */
	display: inline-block; /* å…³é”®ï¼šè®© width/height ç”Ÿæ•ˆ */
	position: absolute;
	left: 0;
	top: 0.8rem; /* åž‚ç›´å¯¹é½è°ƒæ•´ */
	width: 0.5rem;
	height: 0.5rem;
	background-color: #e70010;
	border-radius: 2px; /* å¯é€‰ï¼šåœ†è§’æ•ˆæžœ */
}
/* å¯é€‰è‡ªå®šä¹‰æ&nbsp;·å¼ */
.product-card {
	/* border: 1px solid #eee; */
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.2s;
}
.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.table-header {
	--bs-table-bg: #e70010; /* Bootstrap çº¢è‰² */
	--bs-table-color: white;
	text-align: center;
}
/* äº§å“å•å…ƒæ&nbsp;¼å®¹å™¨ */
.product-cell {
	display: flex;
	flex-direction: column;
	align-items: center; /* æ°´å¹³å±…ä¸­ */
	text-align: center; /* æ–‡å­—å±…ä¸­ */
	padding: 10px;
}

/* ç¼©ç•¥å›¾æ&nbsp;·å¼ */
.product-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-top: 10px;
}

.product-img-middle {
	width: 80%;
	height: auto;
	object-fit: cover;
	margin-top: 10px;
}

.product-img-small {
	width: 50%;
	height: auto;
	object-fit: cover;
	margin-top: 10px;
}

.product-img-mini {
	width: 50%;
	height: auto;
	object-fit: cover;
	margin-top: 10px;
}

.img-size-h-30 {
	width: auto;
	height: 30% !important;
}

@media (min-width: 768px) {
	.product-img-middle {
		width: 50%;
	}
	.product-img-small {
		width: 20%;
	}
	.product-img-mini {
		width: 10%;
	}
}

/* äº§å“åç§°æ&nbsp;·å¼ */
.product-name {
	font-weight: 500; /* åŠ&nbsp;ç²— */
	margin-bottom: 5px; /* ä¸Žå›¾ç‰‡é—´è· */
	word-break: break-word; /* é•¿å•è¯æ¢è¡Œ */
}

/* äº§å“è¯¦æƒ…å•å…ƒæ&nbsp;¼åž‚ç›´å±…ä¸­ */
.product-desc {
	vertical-align: middle;
	padding: 1rem; /* å¯é€‰ï¼šå¢žåŠ&nbsp;å†…è¾¹è· */
	line-height: 2;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.table-hide-header thead {
	visibility: collapse;
}

.table.table-inner-bordered {
	border-collapse: collapse; /* å…³é”®ï¼šåˆå¹¶è¾¹æ¡† */
	border: none; /* ç§»é™¤è¡¨æ&nbsp;¼å¤–è¾¹æ¡† */
}

.table.table-inner-bordered th {
	border: none; /* å…ˆæ¸…é™¤æ‰€æœ‰è¾¹æ¡† */
}
.table.table-inner-bordered td {
	border: none; /* å…ˆæ¸…é™¤æ‰€æœ‰è¾¹æ¡† */
	border-left: 3px solid #dee2e6; /* ä»…ä¿ç•™å·¦ä¾§è¾¹æ¡† */
	border-bottom: 3px solid #dee2e6; /* ä»…ä¿ç•™åº•éƒ¨è¾¹æ¡† */
}

/* ç§»é™¤ç¬¬ä¸€åˆ—çš„å·¦è¾¹æ¡† */
.table.table-inner-bordered th:first-child,
.table.table-inner-bordered td:first-child {
	border-left: none;
}

/* ç§»é™¤æœ€åŽä¸€è¡Œçš„åº•éƒ¨è¾¹æ¡†ï¼ˆå¯é€‰ï¼‰*/
.table.table-inner-bordered tr:last-child td {
	border-bottom: none;
}

/* åŸºç¡€è¡¨æ&nbsp;¼æ&nbsp;·å¼ï¼šä»…ä¿ç•™å¤–éƒ¨è¾¹æ¡† */
.table.table-outer-bordered {
	border: 1px solid #dee2e6; /* å¤–éƒ¨è¾¹æ¡† */
	border-collapse: collapse; /* ç¡®ä¿è¾¹æ¡†åˆå¹¶ */
	border-spacing: 0; /* æ¶ˆé™¤å•å…ƒæ&nbsp;¼é—´è· */
}

/* æ¸…é™¤æ‰€æœ‰å†…éƒ¨å•å…ƒæ&nbsp;¼è¾¹æ¡† */
.table.table-outer-bordered th,
.table.table-outer-bordered td {
	border: none !important; /* å¼ºåˆ¶è¦†ç›–æ‰€æœ‰å¯èƒ½çš„å†…è”æˆ–ç»§æ‰¿æ&nbsp;·å¼ */
}

/* ä¿®å¤å¯èƒ½æ®‹ç•™çš„è¾¹æ¡†ï¼ˆé’ˆå¯¹ç‰¹æ®Šåœºæ™¯ï¼‰ */
.table.table-outer-bordered tr {
	border: none !important;
}

/* ç¡®ä¿å¤´éƒ¨å’Œä¸»ä½“ä¹‹é—´æ—&nbsp;è¾¹æ¡† */
.table.table-outer-bordered thead tr:last-child th,
.table.table-outer-bordered tbody tr:first-child td {
	border-top: none !important;
}

.enhancement-introduction {
	background-color: #ededed;
	height: 100%;
	padding: 0.8rem;
	margin: 0 calc(var(--bs-gutter-x) * -0.5);
	display: grid;
	place-items: center;
}

.highlight-name {
	color: #e70010;
	font-weight: bold;
}

@media (min-width: 768px) {
	.img-right {
		display: flex; /* å¯ç”¨ flexbox */
		flex-direction: row-reverse; /* åè½¬é¡ºåºï¼ˆè§†è§‰ä¸Šå›¾ç‰‡åœ¨å³ï¼‰*/
		align-items: flex-end; /* é¡¶éƒ¨å¯¹é½ */
	}
}

.img-right &gt; .product-cell {
	/* æŽ§åˆ¶å›¾ç‰‡å¤§å°ï¼ˆå¯é€‰ï¼‰ */
	max-width: 40%; /* æˆ–å›ºå®šå®½åº¦å¦‚ 200px */
	height: auto; /* ä¿æŒæ¯”ä¾‹ */
}

.img-right &gt; .text-content {
	/* æ–‡å­—éƒ¨åˆ†æ&nbsp;·å¼ */
	flex: 1; /* å&nbsp;æ®å‰©ä½™ç©ºé—´ */
	text-align: left; /* ç¡®ä¿æ–‡å­—å·¦å¯¹é½ */
	align-self: stretch; /* å¦‚æžœéœ€è¦æ–‡å­—åŒºåŸŸé«˜åº¦ä¸Žå›¾ç‰‡ä¸€è‡´ */
	word-break: break-word;
}

.table-header-image {
	height: 300px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.table-container {
	min-height: 52vh;
	margin-bottom: 20px;
}
.pagination-container {
	display: flex;
	justify-content: center;
}
.btn-primary {
	background-color: #e70010 !important;
	border-color: #e70010 !important;
}
.btn-primary:hover {
	background-color: #d2010f !important;
	border-color: #d2010f !important;
}
.pagination .active {
	background-color: #e70010;
	border-color: #e70010;
}
.pagination a {
	color: #000000;
}

.page-link.active {
	background-color: #e70010 !important;
	border-color: #e70010 !important;
}

.pagination .page-item.active .page-link {
	color: #e70010;
	border-color: #e70010;
}
.link-article {
	margin-left: 10px;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.link-job {
	margin-left: 10px;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.link-job:hover {
	margin-left: 10px;
	color: #e70010;
	text-decoration: none;
}

.link-underline-hide {
	color: white;
	text-decoration: none;
}

.loadingContainer {
	width: 100%;
	height: 85vh;
	display: flex;
	justify-content: center; /* æ°´å¹³å±…ä¸­ */
	align-items: center;
}

.loading {
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-top-color: transparent;
	border-radius: 100%;

	animation: circle infinite 0.75s linear;
}

@keyframes circle {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.pageTitle {
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
}

.pageTitle h2 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.language-selector .btn-link:hover {
	color: #e70010 !important;
}

.language-selector .btn.show {
	color: #ffffff !important;
}

/* è‡ªå®šä¹‰è¯­è¨€é€‰æ‹©å™¨æ&nbsp;·å¼ */
.language-selector .dropdown-toggle {
	padding: 0.5rem;
	color: #ffffff; /* æ–‡å­—é¢œè‰² */
	text-decoration: none;
	font-weight: 500;
}
.language-selector .dropdown-toggle::before {
	content: 'ðŸŒ';
	filter: brightness(0) invert(1);
}
.language-selector .dropdown-menu {
	min-width: 120px;
	border: 1px solid #eee;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.language-selector .dropdown-item.active {
	background-color: #ffffff; /* é€‰ä¸­é¡¹èƒŒæ™¯è‰² */
	color: #e70010;
}

.language-selector .dropdown-item:hover {
	background-color: #e70010;
}
.content-item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	height: 100%;
}

/* ä¾æ¬¡å»¶è¿ŸåŠ¨ç”» */
.content-item:nth-child(1) {
	transition-delay: 0.1s;
}
.content-item:nth-child(2) {
	transition-delay: 0.2s;
}
.content-item:nth-child(3) {
	transition-delay: 0.3s;
}
/* æ›´å¤šå­å…ƒç´&nbsp;... */

.content-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.container h5 {
	line-height: 1.75;
}

#pagecell p {
	text-indent: 0 !important;
}

.container p {
	text-indent: 2em;
}

.container p.en {
	text-indent: 0em;
}

.show-box-shadow {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link {
	border: none !important; /* åŽ»æŽ‰é»˜è®¤è¾¹æ¡† */
	position: relative;
	color: black;
}
.nav-tabs .nav-link.active {
	color: #e70010 !important;
}

.nav-tabs .nav-link:hover {
	color: #e70010;
}

.nav-tabs .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #e70010; /* Bootstrap ä¸»è‰² */
	transition: width 0.3s;
}
.nav-tabs .nav-link.active::after {
	width: 100%; /* æ¿€æ´»æ—¶æ˜¾ç¤ºä¸‹åˆ’çº¿ */
}

.top-message {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	padding: 12px 24px;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	animation: fadeIn 0.3s;
}
.top-message.success {
	background: #4caf50;
}

.top-message.error {
	background: #e70010;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		top: 0;
	}
	to {
		opacity: 1;
		top: 20px;
	}
}

#breadCrumb {
	display: none;
}

#acticle_area img {
	max-width: 100%;
	height: auto !important;
}

/* åŸºç¡€ç›®å½•æ&nbsp;·å¼ */
.toc-container {
	position: fixed;
	top: 100px;
	right: 20px;
	max-width: 250px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
	z-index: 1000;
	max-height: 85vh;
	overflow-y: auto;
}

.toc-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.toc-list,
.toc-sublist {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.toc-list &gt; li,
.toc-sublist &gt; li {
	margin: 5px 0;
}

/* æ&nbsp;‘å½¢ç¼©è¿› */
.toc-sublist {
	padding-left: 15px;
	border-left: 1px dashed #ddd;
}

/* é“¾æŽ¥æ&nbsp;·å¼ */
.toc-link {
	color: black;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	transition: all 0.2s;
}

.toc-link:hover {
	text-decoration: underline;
}
.toc-link.active {
	color: #e70010;
	font-weight: 500;
}

/* å“åº”å¼è°ƒæ•´ */
@media (max-width: 1200px) {
	.toc-container {
		display: none;
	}
}

#acticle_area .table {
	width: 100% !important;
}

.table.table-bordered p {
	text-indent: 0em;
}
</pre></body></html>