
html,
body,
div,
ul,
li,
input,
img,
p,
span {
	margin: 0;
	padding: 0;
}	

html,
body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	max-width: 800px;
	min-width: 320px;
	overflow-x: hidden;
}

body {
	font-size: 0.23rem;
	color: #000;
	font-family: "Microsoft YaHei", 微软雅黑;
	-webkit-overflow-scrolling: touch;
	background: rgb(255, 255, 255);
}

a {
	text-decoration: none;
}	

ul,
li {
	list-style: none;
}	

table {
	width: 100%;
	border-collapse: collapse;
}

table,table tr th, table tr td {
	border:1px solid #ccc;
	padding: 6px !important;
}

.notice-wrapper {
	/* line-height: 0.32rem;
	background: #fff;
	font-size: 0.22rem;
	color: #000000; */
	padding: 12px;
}