@charset "utf-8";

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto; 
}
body {
	width: 100%;
	min-width: 320px; 
	background-color: #FFF; 
	margin: 0;
}
html::-webkit-scrollbar {
	display: none
}
h1,h2,h3,h4,h4,h6{font-size: 1px;}
input, textarea {
	font-family: Arial, Helvetica, 'Microsoft YaHei', sans-serif
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: 0
}
ol, ul {
	list-style: none
}
a:hover {
	text-decoration: underline
}
a {
	text-decoration: none
}

.hide {
	display: none !important
}
.left{ float: left; }
.right{ float: right; }
.over{overflow: hidden;}
.relative{ position:relative; }
.absolute{ position:absolute; } 
@media screen and (min-width: 320px) {html{font-size:43px;}}
@media screen and (min-width: 375px) {html{font-size:50px;}}
@media screen and (min-width: 414px) {html{font-size:55.2px;}}
@media screen and (min-width: 540px) {html{font-size:72px;}}
@media screen and (min-width: 600px) {html{font-size:80px;}}
@media screen and (min-width: 640px) {html{font-size:85px;}}
@media screen and (min-width: 700px) {html{font-size:93px;}}
@media screen and (min-width: 750px) {html{font-size:100px;}} 