@charset "utf-8";
/* CSS Style */

* {
	margin: 0;
	padding: 0
}
li {
	list-style: none
}
em,i {
	font-style: normal
}
p {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.1px;
    -moz-osx-font-smoothing: grayscale;
}
img {
	border: 0;
	vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: 100%
}
button {
	cursor: pointer
}
a {
	color: #6c7ba8;
	text-decoration: none
}
body {
	-webkit-font-smoothing:antialiased;
	font-family: 'Microsoft YaHei','Heiti SC','Tahoma','Arial','Hiragino Sans GB',"\5B8B\4F53",'sans-serif','Source HanSans SC','Source HanSerif SC',
}