<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.sort{
		float: left;
		width: 100%;
	}
	.sort ul {
		padding: 0;
		margin: 0;
	}
	.sort ul li {
		width: 25%;
		padding: 0.5em 0;
	}
	.sort ul li a {
		border-right:1px solid #49CC9F;
	}
	.sort ul li:last-child a{
		border-right:none;
	}
	#banner {
		display: none;
		background: #FBFBFB;
		border-bottom: 1px solid #49CC9F;
		position: absolute;
		top: 50px;
		z-index: 5;
		right: 0;
		overflow: hidden;
		width: 100%;
	}
	#banner ul li {
		width: 100%;
		float: left;
		text-align: center;
		height: 35px;
		line-height: 35px;
		border-top: 1px dotted #F7CA00;
		overflow: hidden;
	}
	#banner ul li:first-child
	{
		border-top: none;
	}
	#HMDIV1{
		display: none !important;
	}
	#novelMain {
		margin:0;
	}
	.chapterList ul {
		margin:0;
	}</pre></body></html>