﻿@font-face {
  font-family: 'iconFont';
  src: url("/static/css/Fonts/iconFont/iconFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

div, h1, h2, h3, h4, h5, h6, td, th, i, ul, li, dl, img, strong, em, span, a {
  background-repeat: no-repeat;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  color: inherit;
  font-size: inherit;
}

thead, tbody, tfoot {
  display: table-row-group;
  width: 100%;
}

tr {
  width: 100%;
  display: table-row;
}

th {
  font-weight: normal;
  padding: 0;
  vertical-align: top;
  text-align: left;
  display: table-cell;
}

td {
  padding: 0;
  vertical-align: top;
  display: table-cell;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input, button {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  font-family: inherit;
}

select {
  box-sizing: border-box; }

p {
  margin: 0;
  line-height: 1.6em;
}

q::after {
    content: '';
}

q::before {
    content: '';
}

img {
  border-width: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
  color: #666;
}

del, s {
    text-decoration: none;
}

a {
  text-decoration: none;
  color: #333;
}

body {
    font-family: 'Microsoft Yahei', '微软雅黑';
    margin: 0;
    padding: 0;
}