@charset "utf-8";

/* css document */
body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}

body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
pre,
form,
div {
  border: 0;
}

td,
tr,
th {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

img,
a img {
  border: 0px;
  padding: 0;
  margin: 0;
}

ul,
li,
ol,
dt,
dl,
dd {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}

input,
select,
textarea,
form img,
button {
  vertical-align: middle;
  line-height: normal;
}

body {
  padding: 0;
  color: #333333;
  font: 12px "微软雅黑";
  background: #fff;
}

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

a:hover {
  color: #ed1c24;
  text-decoration: none;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

img {
  pointer-events: none;
  user-select: none;
}

.main {
  min-width: 1200px;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
