<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zzsc {
	width: 100%;
	height: 200px;
	background: #7e1a82;
	font-family: 'å¾®è½¯é›…é»‘';
}

.zzsc .tab {
	display: flex;
    justify-content: space-around;
	overflow: hidden;
	background: #f1f1f1;
	border-top:solid 1px white;
	border-left:solid 1px white ;
	border-right:solid 1px white ;
}

.zzsc .tab a {
	font-size: 16px;
	width: 33.3333%;
	padding: 10px 0px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #7e1a82;
}

.zzsc .tab a:hover {
	background: #7e1a82;
	color: #fff;
	text-decoration: none;
}

.zzsc .tab a.on {
	background: #7e1a82;
	color: #fff;
	text-decoration: none;
}

.zzsc .content {
	overflow: hidden;
	padding: 10px;
	background-color: #FFFFFF;
	height: 195px;
}

.zzsc .content li {
	display: none;
}
.circle {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #7e1a82;
	border-radius: 50%;
}
</pre></body></html>