@charset 'utf-8';
/* CSS 重置 */
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,body{
  width: 100%;
  height:100%;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
html{
  font-size: 16px;
}
body {
  width: 100%;
  min-width: 320px;
  background: #fff;
  color: #000;
  font-family: "微软雅黑",Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
td, th, caption {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  /* color: #3ea4ea; */
  color: #ff7129;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: none;
  display: inline-block;
}
ol, ul, li {
  list-style: none;
}
input, textarea, select, button {
  outline:none;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
i, em{
  font-style: normal;
}
p{
  font-size:.75rem;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #666;
  font-size: .75rem;
  line-height: 25px;
}
.fl{float: left;}
.fr{float: right;}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}


