* {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", "寰蒋闆呴粦", arial;
	font-size: 16px;
	line-height: 1.5;
	color: #5a5a5a;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
	border: 0 none;
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul li,
ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	vertical-align: baseline;
	zoom: 1;
}

input,
textarea,
select,
button {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
}

button {
	border: none;
	padding: 0;
}

button::-moz-focus-inner {
	border: none;
}

input[type=radio],
input[type=checkbox] {
	vertical-align: middle;
}

input {
	outline: 0 none;
}

input.checkbox {
	vertical-align: middle;
}

* html input {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

fieldset {
	border: 0 none
}

a:focus {
	outline-style: none;
	outline-width: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
	overflow: hidden;
	line-height: 0;
	font-size: 0
}

.none {
	display: none
}

.text-shenglue-dan {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-shenglue-duo {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.w-b {
	width: 100%;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.db {
	display: block;
}

.dib {
	display: inline-block;
}

.posr {
	position: relative;
}

.posa {
	position: absolute;
}

.posf {
	display: flex;
}

@media screen and (max-width:768px) {
	body,
	div,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	form,
	fieldset,
	legend,
	input,
	textarea,
	p,
	th,
	td,
	dl,
	dt,
	dd {
		font-size: 14px;
	}
}