﻿@charset "utf-8";
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333333;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}

p,
li,
ul,
h1,
h2,
h3 ,
h4,
h5,
h6,
div,
span{
	margin: 0;
	padding: 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;
}

div,span,p,img,ul,li,a{
	box-sizing:border-box;
}
