<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		body,
		td,
		th {
			font-size: 12px;
		}

		a:link {
			text-decoration: none;
			color: #000000;
		}

		a:visited {
			text-decoration: none;
			color: #000000;
		}

		a:hover {
			text-decoration: none;
			color: #000000;
		}

		a:active {
			text-decoration: none;
			color: #000000;
		}

		a.dao:link {
			text-decoration: none;
			color: #151515;
			font-size: 1.5rem;
			font-weight: bold;
		}

		a.dao:visited {
			text-decoration: none;
			color: #151515;
			font-size: 1.5rem;
			font-weight: bold;
		}

		a.dao:hover {
			text-decoration: none;
			color: #151515;
			font-size: 1.5rem;
			font-weight: bold;
		}

		a.dao:active {
			text-decoration: none;
			color: #151515;
			font-size: 1.5rem;
			font-weight: bold;
		}


		.mySwiper {
			width: 500px;
			height: 400px;
		}

		.jianjie {
			width: 500px;
			height: 240px;
			border-radius: 4px;
			top: 150px;
			position: absolute;
			right: 10%;
			color: white;
			background: rgba(0, 0, 0, 0.2);
			font-size: 16px;
			padding: 20px;
			overflow: hidden;
		}

		@media screen and (max-width: 1600px) {
			.jianjie {
				display: none;
			}
		}

		.jianjie li {
			width: 500px;
			list-style: none;
			line-height: 26px;
		}</pre></body></html>