@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  font: 14px/1.5 serif,monospace;
  color: #333; }

a {
  text-decoration: none;
  outline: none; }

body {
  font-family: '微软雅黑';
  color: #333;
  font-size: 18px; }
  body .hide {
    display: none; }
  body .show {
    display: block; }
  body .txt-indent {
    text-indent: 30px; }
  body .txt-c {
    text-align: center; }
  body .txt-r {
    text-align: right; }
  body .txt-l {
    text-align: left; }
  body .f-w-b {
    color: #333;
    font-weight: 600; }
  body .top {
    margin-bottom: 80px; }
    body .top img {
      width: 100%; }
  body .container {
    max-width: 1200px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto; }
    body .container img {
      width: 100%;
      margin-bottom: 80px; }
  body .bottom {
    font-size: 14px;
    text-align: center;
    color: #FFEBBC;
    background: #262526;
    padding: 20px 0; }

/*# sourceMappingURL=index.css.map */
