@charset "utf-8";

/*重置*/

body {
	min-height: 100%;
	margin: 0;
}

html {
	height: 100%;
	font: normal 14px "microsoft yahei", arial, "simsun";
	color: #333333;
}

button {
	font-family: "microsoft yahei", arial, "simsun";
	outline: none;
	cursor: pointer;
	border: 0;
}

a {
	text-decoration: none;
	color: inherit;
}
p{
	margin: 0;
	word-break: break-all;
	word-wrap: break-word;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

dl,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	line-height: inherit;
}

.hide {
	display: none !important;
}

a {
	cursor: pointer;
	font: inherit;
}

i {
	font-style: normal;
}

img {
	border: none;
}

textarea {
	resize: none;
}

::-webkit-input-placeholder {
	color: #bbb;
}

:-moz-placeholder {
	color: #bbb;
}

::-moz-placeholder {
	color: #bbb;
}

:-ms-input-placeholder {
	color: #bbb;
}

/*重置end*/


.hide{
	display: none !important;
}
