<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Individual tab styles */

/*****************************/
/* Line */
/*****************************/

.tabs-style-line nav ul {
	padding: 0 0em;
	max-width: none;
	box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line nav a {
	padding: 0.7em 0.4em;
	box-shadow: inset 0 -2px #d1d3d2;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.5em;
	font-family:"微软雅黑";
	text-decoration:none;
	line-height: 1;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
	box-shadow: inset 0 -2px #006bdd;
	font-family:"微软雅黑";
	text-decoration:none;
}

.tabs-style-line nav li.tab-current a {
	box-shadow: inset 0 -2px #006bdd;
	color: #006bdd;
	font-family:"微软雅黑";
	text-decoration:none;
}

@media screen and (max-width: 58em) {
	.tabs-style-line nav ul {
		display: block;
		box-shadow: none;
	}
	.tabs-style-line nav ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
	}
}</pre></body></html>