* {
	webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*vertical-align: baseline; delete by jican*/
}

html,
body {
	width: 100%;
	/*height: 100%;*/
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus,
a:hover,
a:visited {
	outline: 0;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
	outline: none;
	font-size: 14px;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
* {
	touch-action: pan-y;
}
a {
	text-decoration: none;
}

body {
	-webkit-text-size-adjust: none;
	font-size: 14px;
	color: #231815;
	background: #fff;
	font-family: PingFangSC, PingFang SC, Microsoft YaHei, MicrosoftYaHei, Hiragino Sans GB, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, Source Han Sans CN, WenQuanYi Micro Hei, sans-serif;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

img,
table {
	border: 0
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

select {
	-webkit-appearance: button;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,
input,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}
