@charset "UTF-8";
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
embed {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html, input, textarea {
  font-family: "Lantinghei SC", "Microsoft YaHei", "微软雅黑", SimSun, Arial;
  -webkit-font-smoothing: antialiased;
  font-weight: lighter;
}

em,
i {
  font-style: normal;
}

b,
strong {
  font-weight: normal;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:active {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*# sourceMappingURL=reset.css.map */
.mt10 {
  margin-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.fz0 {
  font-size: 0;
  overflow: hidden;
}

.fz12 {
  font-size: 12px;
}

.hr {
  margin: 0;
  border: none;
  height: 1px;
  overflow: hidden;
  background-color: #fdfdfd;
}

.di-vm {
  display: inline-block;
  vertical-align: middle;
}

.bt {
  border-top: 1px solid #f4f4f4;
}

.br {
  border-right: 1px solid #f4f4f4;
}

.bb {
  border-bottom: 1px solid #f4f4f4;
}

.bl {
  border-left: 1px solid #f4f4f4;
}

.brn {
  border-right: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  /* //大小不固定元素的垂直居中 */
}

/*base end*/
/*# sourceMappingURL=base.css.map */
/*base end*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Lantinghei SC", "Microsoft YaHei", "微软雅黑", SimSun, Arial;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

body {
  min-width: 1210px;
}

i {
  display: inline-block;
  /*background-size: contain;*/
   /*background-repeat: no-repeat;*/
}

.wrap {
  width: 1210px;
  margin: 0 auto;
}

/*# sourceMappingURL=common.css.map */
