html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ol,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe,
body,
html {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

a,
dl {
	text-decoration: none;
	list-style: none;
}
img{
	draggable: false; 
	-webkit-user-drag: none;
}
body{
	background-image: url(../img/bj.jpg);
	width: 100%;
	height: 100vh;
	background-size: 100%;
	overflow: hidden atuo;
}
@font-face {
	font-family: 'MiSans-Bold';
	src: url('../font/MiSans-Bold.ttf');
}
@font-face {
	font-family: 'MiSans-Heavy';
	src: url('../font/MiSans-Heavy.ttf');
}
@font-face {
	font-family: 'MiSans-Light';
	src: url('../font/MiSans-Light.ttf');
}
@font-face {
	font-family: 'MiSans-Medium';
	src: url('../font/MiSans-Medium.ttf');
}
@font-face {
	font-family: 'MiSans-Regular';
	src: url('../font/MiSans-Regular.ttf');
}
