<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *start 11.22 
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	background: #fff;
	font-family: "å¾®è½¯é›…é»‘", "Microsoft YaHei", "Arial", sans-serif;
}

table {
	border-collapse: collapse;
}

a {
	display: block;
	text-decoration: none;
}

img {
	display: block;
	border: none;
}

ul,
li {
	list-style: none;
	overflow: hidden;
	/*æ¸…é™¤æµ®åŠ¨*/
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

input,
textarea,
select,
button {
	font: 14px "Arial", "Microsoft YaHei", sans-serif;
}


/*å–æ¶ˆè‹¹æžœæ‰‹æœºè‡ªå¸¦inputæ&nbsp;·å¼*/
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

 ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #888;
	font-size: 14px;
}

 ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888;
	font-size: 14px;
}

 :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #888;
	font-size: 14px;
}

.fl {
	float: left
}

.fr {
	float: right
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none
}

.count {
	display: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*display: table;
	*zoom: 1;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}
.relist ul {
	padding: 0 10px;
}
</pre></body></html>