@charset "utf-8";
/* cat 页面精简 reset - 仅 68.php 使用 */

* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
html {
	background: url(../images/HTB1DN5ueRCw3KVjSZR0762cUpXar.png) repeat;
	background-attachment: fixed;
}
body {
	max-width: 720px;
	margin: 0 auto;
}
table {
	width: 100%;
}
