@charset "UTF-8";

* {
	font-family: "Microsoft YaHei";
	box-sizing: border-box
}
a {
    text-decoration: none;
    color: #5698c3;
}
body,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
ol,
p,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

button,
input,
textarea {
	outline: 0;
	background-color: transparent;
	border: none
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
	outline: 0;
	background: 0 0;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}
