html,
body,
abbr,
acronym,
address,
area,
article,
aside,
audio,
b,
base,
bdi,
bdo,
big,
blockquote,
button,
canvas,
caption,
cite,
code,
col,
colgroup,
command,
datalist,
dd,
del,
details,
div,
dfn,
dialog,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hr,
i,
iframe,
img,
input,
ins,
kbd,
keygen,
label,
legend,
li,
menu,
menuitem,
meter,
nav,
object,
ol,
optgroup,
option,
output,
p,
param,
pre,
progress,
q,
rp,
rt,
ruby,
samp,
section,
select,
small,
source,
span,
strong,
sub,
summary,
sup,
table,
td,
textarea,
th,
time,
title,
tr,
track,
tt,
ul,
var,
video {
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #2b88f2;
  text-decoration: underline;
}
img {
  vertical-align: middle;
}
li {
  list-style: none;
}
.fr {
  float: right;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
input {
  font-size: 14px;
  border: 1px solid #ececec;
  text-indent: 20px;
  outline: none;
  vertical-align: middle;
}
button {
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
i {
  display: inline-block;
  background: url("../images/icon.png") center center no-repeat;
}
input,
button {
  vertical-align: middle;
}
i,
em,
address {
  font-style: normal;
  font-family: "Microsoft Yahei";
}
table {
  border: 1px solid #dfe2e6;
  border-collapse: collapse;
}
div,
li,
a,
img,
span {
  -webkit-transition: all 0.3s ease  0s;
  -moz-transition: all 0.3s ease  0s;
  -ms-transition: all 0.3s ease  0s;
  -o-transition: all 0.3s ease  0s;
  transition: all 0.3s ease  0s;
}
