﻿@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Microsoft YaHei", 微软雅黑;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	min-width: 1366px;
	height: 100%;
}

* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

:focus {
	outline: none;
}

::-ms-clear,
 ::-ms-reveal {
	display: none;
}

button,
input,
textarea {
	outline: none;
	font-family: "Microsoft YaHei", 微软雅黑;
	font-size: 14px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
}

* {
	box-sizing: border-box;
}