html{

	font-family: "Noto Sans SC","Microsoft YaHei",Arial, Helvetica, STHeiTi, sans-serif;

	font-size: 62.5%;

}

html,body,h1,h2,h3,h4,h5,h6,dt,dd,img,dl,ul,li,input,select{

	margin: 0;

	font-family: "Noto Sans SC","Microsoft YaHei",Arial, Helvetica, STHeiTi, sans-serif;

	padding:0;

	line-height: 1;

	font-size: 1.4rem;

}

ul,ol{

	list-style: none;

}

p{

	margin: 0;

	padding:0;

}

a,a:hover{

	text-decoration: none;

	-webkit-tap-highlight-color: transparent;

	-webkit-touch-callout: none;

	-webkit-user-select: none;

}

img{

	border: none;

	max-width: 100%;

}