input,
button {
	font-family: "微软雅黑";
}

*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul{
	margin: 0;
	padding: 0;
	font-weight: 400;
}



a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #f60;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

i,
em {
	font-style: normal;
}

li {
	list-style-type: none;
}

textarea {
	resize: vertical;
}

input,
select,
textarea {
	font-family: "微软雅黑", "Microsoft Yahei", "Arial";
	background-color: #fff;
	margin: 0;
	padding: 0;
	outline: none;
}

.topIndex{
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 40px;
	z-index:99;
}
.topIndex img{
	width: 40px;
	height: 40px;
}
