<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p, input, a, i, u, em {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
img {
	border: none;
	display: block;
	
}
input, button {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: none;
	border:none;
	background:none;
}
input::-webkit-input-placeholder {
	color: #bbb;
}
a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
ul, li, dl, dt, dd {
	list-style: none;
	/*list-style-type: decimal;*/
}
div {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: arial;
}
section {
	width: 10rem;
	min-width: 320px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section::-webkit-scrollbar {
	height: 0;
	width: 0;
}
section::-moz-scrollbar {
	height: 0;
	width: 0;
}
section::-ms-scrollbar {
	height: 0;
	width: 0;
}
section::-o-scrollbar {
	height: 0;
	width: 0;
}</pre></body></html>