html, body{
	font: 14px/1.5 "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif !important;
	color: #1c1f21;
	background:#fff url(../img/body-bg.jpg) repeat-x left top;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
	cursor: pointer;
}

img{
	border: 0;
}

p{
	word-break: break-all;
}

a:hover,input:hover{
	cursor: pointer;
}

