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