@charset "UTF-8";
/* CSS Document */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
hr,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  color: #333;
  font-family: "微软雅黑", Arial, Lucida, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

hr {
  border: none;
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #990000;
}

img {
  border: none;
  vertical-align: middle;
}

input,
textarea, button {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

/* Clear Fix */
/*清除浮动--推荐使用*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/*清除浮动*/
.clearfix {
  zoom: 1;
}

/* Hide from IE Mac */
.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
