* {
  padding: 0;
  margin: 0;
}

body,
ul,
ol,
dl,
li,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}
i{
    font-style: normal;
}
div{
    display:block;
}
img {
  border: none;
}
input,
button,
textarea,
select {
  *font-size: 100%;
  border: none;
     outline:none;
}

a {
  color: inherit;
  text-decoration: none;
}
body {
  background: #fff;
  color: #333333;
  font: 14px/24px Microsoft YaHei, SimSun, Arial;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} /*默认a标签样式*/
a:link,
a:visited {
  text-decoration: none;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  width:0;
  height: 0;
  visibility: visible;
  clear: both;
}
 /*显示隐藏*/
.hide {
  display: none;
}
.show {
  display: block;
}

.red{
  color: #d81e06;
}
a[href]:hover{
  color: #d81e06;
}