/*类标签*/
* {
	box-sizing: border-box;
}

li {
	list-style: none;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

em,
i,
cite {
	font-style: normal;
}

strong,
a {
	text-decoration: none;
}

strong,
a:hover {
	text-decoration: none;
}

img {
	border: none;
}

body {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
	width: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	background: #fff;
	font-size: 16px;
}

input {
	outline: none;
	padding-left: 10px;
	border: 1px solid #DEDEDE;
}

select {
	border-color: #DEDEDE;
}

textarea {
	outline: none;
	resize: none;
	padding: 5px 0 0 10px;
	border-color: #DEDEDE;
}

a,
p,
b,
li {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

b {
	display: block;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

b,
em,
i,
small,
span,
u {
	font-weight: 400;
	font-style: normal;
}

table {
	border-collapse: collapse;
}

iframe {
	margin-bottom: -5px;
}

select {
	border-color: #DEDEDE;
}

label {
	font-weight: normal;
}
