@charset "utf-8";
@import url("/static/front/pc/iconfont/iconfont.css");
html,
body {
  position: relative;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body {
  font: 16px "MicrosoftYaHei", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}

a {
  color: #2d374b;
  text-decoration: none;
}

a:hover {
  /* color: #cd0200; */
  /* font-weight: bold; */
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

input {
  outline: none;
}

.db {
  display: block;
}

/* ¶¯»­ÑÓ³Ù */
.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
.delay-4 {
  animation-delay: 0.8s;
}
.delay-5 {
  animation-delay: 1s;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
}
