* {
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}

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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

html {
	height: 100%;
	touch-action: manipulation;
}

body {
	font-size: 62.5%;
	line-height: 1;
	margin: 0 auto;
	min-width: 1280px;
	max-width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	-webkit-text-size-adjust: 100% !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	/*max-width: 100%;*/
}

a,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	/*color: #333;*/
}
a{color: #000;}
a,
button,
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}



/*common*/
@charset "UTF-8";*{margin:0;padding:0;border:0;vertical-align:baseline;}
ul.clearfix li{float:left;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
/*html{overflow-y:scroll;overflow-x:hidden;width:100%;height: 100%;}*/
body{width:100%;height: 100%;font-family:"微软雅黑";}
select{border:1px solid #dee1e3;color:#333;font-size:12px;line-height:12px;}
ul{list-style:none;}
ol{list-style:decimal inside;}
blockquote,q{quotes:none;}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}
a{text-decoration:none;cursor:pointer;color:#000}
a:hover{text-decoration:none;}
a:focus{outline:0;}
span{color:inherit;}
a img{max-width:100%;vertical-align:middle;}
label[for]{cursor:pointer;}

button,input,textarea,a{outline: none;cursor: pointer;}
/*init*/
*{margin:0;padding:0;box-sizing: border-box;}
ul,li{
	list-style: none;
}
