<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px){
	.m-block {
		display: block !important;
	}
	.m-none {
		display: none !important;
	}
	#topbar, #es-header-center, #zrtrnlxm {
		display: none;
	}
	html, body {
		font-size: 14px;
		min-width: 100%;
		max-width: 100%;
	}
	.mt10 {
		margin-top: 5px;
	}
	.mb10 {
		margin-bottom: 5px;
	}
	.mtb30, .mtb20 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.w1000, .w1250, .w100p {
		width: calc(100% - 10px);
		min-width: calc(100% - 10px);
		max-width: calc(100% - 10px);
		padding-left: 5px;
		padding-right: 5px;
	}
	.w100p .w1250 {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.article-content table {
		width: 100% !important;
		max-width: 100% !important;
	}
	.article-content img {
		max-width: 100%;
		height: auto;
	}
}</pre></body></html>