/*media - start*/
@media screen and (min-width: 320px) {
	html {
		font-size: 50px;
	}
}
@media screen and (min-width: 360px) {
	html {
		font-size: 56px;
	}
}
@media screen and (min-width: 400px) {
	html {
		font-size: 63px;
	}
}
@media screen and (min-width: 440px) {
	html {
		font-size: 69px;
	}
}
@media screen and (min-width: 480px) {
	html {
		font-size: 75px;
	}
}
html {
	font-size: 15.625vw;
}
@media screen and (min-width: 640px) {
	html {
		font-size: 100px;
	}
}
/*media - end*/

/*reset - start*/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	color: #242c35;
	font-size: 15.625vw;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
body {
	position: relative;
	overflow-scrolling: touch; 
	-webkit-overflow-scrolling: touch;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}
body,
input,
textarea,
button,
select,
label,
a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}
a,
a:link,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	 outline: none;
	 resize: none;
}
img {
	border: none;
}
header,
nav,
section,
article,
aside,
figure,
figcaption,
footer{
	display: block;
}
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
em,
i,
cite,
address {
	font-style: normal;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
/*reset - end*/

/*public - start*/
.pull-left,
.list-inline li {
	float: left;
}
.pull-right {
	float: right;
}
.clear {
	clear: both;
}
.boxSiz {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*public - end*/
