@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
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,
input,
textarea,
video {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */

}
:not(input,textarea){
	-webkit-touch-callout:none; /*系统默认菜单被禁用*/
  -webkit-user-select:none; /*webkit浏览器*/
  -khtml-user-select:none; /*早期浏览器*/
  -moz-user-select:none;/*火狐*/
  -ms-user-select:none; /*IE10*/
  user-select:none;
}


a {
	text-decoration: none;
	color: #968687;
}
ul,
ul li {
	list-style: none;
}
body {
	background: #FFFFFF;
	font-size: 0.3rem;
	font-family: "microsoft yahei";
	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*样式重置*/
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset,
img {
	border: 0;
	vertical-align: top
}
li {
	list-style: none
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
button,
input[type="submit"] {
	border: none;
	background: none;
	appearance: none;
	outline: none
}
input,
textarea {
	border: none;
	background: none;
	appearance: none;
	outline: none;
	margin: 0px;
	padding: 0px;

}
a {
	touch-callout: none;
	text-decoration: none;
}
textarea {
	resize: none
}

button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner {
	border: 0px;
	padding: 0px;
}
