* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	user-select: none;
	-webkit-user-select: none;
}

html,
body,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	/*清除移动端默认的点击高亮效果*/
	-webkit-tap-highlight-color: transparent;
	/*设置以边框开始计算宽度*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

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

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

ul,
ol,
li {
	list-style: none;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

div {
	box-sizing: border-box;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

/*突出文本*/
mark {
	background: #ff0;
	color: #000;
}

img {
	border: 0;
	-webkit-touch-callout: none;
}

b,
strong {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

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

td,
th {
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-touch-callout: none;
	background-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
}

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

[hidden],
template {
	display: none;
}

/* 英文缩写 */
abbr[title] {
	border-bottom: 1px dotted
}

/* 斜体 */
dfn {
	font-style: italic;
}

/* 缩小 */
small {
	font-size: 80%
}

/* 上标签下标签 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* 上标签 */
sup {
	top: -0.5em;
}

/* 下标签 */
sub {
	bottom: -0.25em;
}


svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px
}

/* 分割线 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 1px;
	background-color: #f1f1f1;
	border: none;
}

/* 预格式化的文本。*/
pre {
	overflow: auto;
}

/* <em>强调文本</em><br>
<strong>加粗文本</strong><br>
<dfn>定义项目</dfn><br>
<code>一段电脑代码</code><br>
<samp>计算机样本</samp><br>
<kbd>键盘输入</kbd><br>
<var>变量</var> */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	line-height: normal;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: none;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
}

button {
	overflow: visible;
	display: block;
}

button,
select {
	text-transform: none;
}

/* select分组 */
optgroup {
	font-weight: bold;
}

/* 组合表单中的相关元素 */
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: none;
}


::before,
::after {
	margin: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

/* 去除Chrome等浏览器文本框默认发光边框  */
input:focus,
textarea:focus {
	outline: none;
}

input:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

/* 去除IE10+浏览器文本框后面的小叉叉 */
input::-ms-clear {
	display: none;
}

/* input标签placeholder属性颜色 */
input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: inherit;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: inherit;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: inherit;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: inherit;

}

/* 清除浮动 */
.clearfix:after {
	content: "";
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	clear: both;
}