<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

html, body { font-size: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

::-moz-selection {
  background: #CCCCCC;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #CCCCCC;
  color: #fff;
  text-shadow: none;
}

a:link { -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}

h1 { padding-top: 8%; font-size: 36px; font-size: 2.25rem; }
h2 { padding-top: 8%; font-size: 24px; font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { padding-top: 15%; font-size: 18px; font-size: 1.2em; }
h5 { font-size: 1em; }

p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1.6em;
  line-height: 1.41em;
}

a, a:active, a:visited { color: #026dc7; text-decoration: none; }

a:hover { color: #3db4d9; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

html, body, #container {
  /*height: 100%;*/
  font-family: Arial, "黑体", "Hei", "Heiti", "Helvetica Neue", Helvetica, sans-serif;
  color: #222222;
  font-size: 16px;
}

#container {
  margin: 0 auto;
  position: relative;
}

.contain-content {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#fixed-nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 4px 2px -2px #ccc;
  z-index: 9999;
  background: #fff;
}

header {
  padding: 10px 0;
  -webkit-text-size-adjust: 100%;
}

#main { margin-top: 95px; }
#main .row { padding: 0 6%; }

@media (max-width: 480px) {
  #fixed-nav {
	position: relative;
	margin-bottom: 8%;
    box-shadow: none;
    border-bottom: 1px solid #c7c7c7;
  }
  
  #main { margin-top: 0; }
  
  h1 { padding-top: 0; font-size: 28px; font-size: 1.75rem; }
  h2 { padding-top: 0; font-size: 20px; font-size: 1.25em; }
  h4 { padding-top: 0; font-size: 16px; font-size: 1em; }
  
  p {
    font-size: 12px;
    font-size: 0.825rem;
    margin: 0 0 1.6em;
    line-height: 1.41em;
  }
  
  header #logo {
    margin: 0 auto;
    background: url(logo-2x.png) center center no-repeat;
    background-size: 48px 51px;
    display: block;
    width: 48px;
    height: 51px;
  }
  header #logo img { display: none; }
}</pre></body></html>