body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
input {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
* {
	box-sizing: border-box;
}
html {
	font-size: 26.67vw;
}

body{
	font-size:0.12rem;
	position: relative;
	overflow-x: hidden;
    font-family: 'Microsoft YaHei';
	background-color: #F5F5F5;
}
html,body{
	height: 100%;
}
