@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
  font-family: "微软雅黑", Arial, Microsoft YaHei;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
}

ul,
dl,
p,
address {
  margin-bottom: 0;
}

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

ul {
  padding-left: 0;
}

input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
