@font-face {
    font-family: "霞鹜文楷等宽 GB";
    src: url('/fonts/LXGWWenKaiMonoGB-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "霞鹜文楷等宽 GB";
    src: url('/fonts/LXGWWenKaiMonoGB-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-size: 15pt;
    color:#333;
    background:#fff;
    font-family: "霞鹜文楷等宽 GB", Avenir, "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 10% 5% 10%;

    @media (min-width: 1371px) and (max-width: 2800px) {
      font-size: 17pt;
      color:#333;
      background:#fff;
      font-family: "霞鹜文楷等宽 GB", Avenir, "Helvetica Neue", Arial, Helvetica, sans-serif;
      margin: 0;
      padding: 0 25% 5% 25%;
    }

    @media (min-width: 2801px) {
      font-size: 20pt;
      color:#333;
      background:#fff;
      font-family: "霞鹜文楷等宽 GB", Avenir, "Helvetica Neue", Arial, Helvetica, sans-serif;
      margin: 0;
      padding: 0 25% 5% 25%;
    }
}

h1 {
    font-size: 2em;
    font-weight: bold;
    text-align:center;
    line-height: 1.3em;

    padding-top: 16px;
    margin-bottom: 30px;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    text-align:center;
    line-height: 1.3em;
    padding-top: 16px;
    margin-bottom: 30px;
}

h3 {
  padding-top: 16px;
  margin-bottom: 32px;
  font-size: 1.2em;
  font-weight: normal;
  color: #ea4c89;
  line-height: 1.1em;
}

h4, h5 {
  line-height: 1.1em;
  padding-top: 16px;
  margin-bottom: 4px;
}


h4 {
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
  font-size: 1em;
}

h5 {
  font-size: .8em;
}

h5 {
  color: #339BCB;
  font-weight: bold;
  text-transform: uppercase;
}

h6 {
    font-size: 1em;
    color:#333;
    margin: 0;
    text-align:right;
}

img {width: 100%; border-radius: 5px; display: block; margin-top: 0px; margin-bottom: auto;  margin-left: auto; margin-right: auto;}

dl,ol,ul,p,blockquote,pre {
    margin-top: 12px;
    margin-bottom: 18px;
}

a:focus, a:hover {color:#EA4C89;text-decoration:none;}
a {color:#47B1C7;text-decoration:none;}
blockquote {
    margin-left: 0;
    margin-right: 0;
    border-left: solid .4em #ddd;
    padding-left: 10px;
    quotes: none;
}
strong, dfn {font-weight:bold; color: #ff0000;}
em, dfn {font-style:italic;}

del {color:#666;}
pre {margin:1em 0;white-space:pre;}
pre, code, tt {font:1em 'Bitstream Vera Sans Mono', Courier New, monospace;}

/*code {font-size:90%;}*/
/*pre {text-align:left; overflow-x: scroll; color: #257fa0; background: #f6f6f6; padding: 10pt 15pt; border-radius: 3px; border: solid 1px #e2e2e2;}*/

pre {
    background-color: #f8f8f8;
    border: #E8E8E8 1px solid;
    color: #444;
    display: block;
    margin: 12px 0;
    overflow: auto;
    padding: 6px 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    cursor: text;
    max-width: 100%;
    overflow: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

code {
    font-size: .95em;
    color: #2c92b0;
}

p > code {
    color: #2c92b0;
    border: 1px solid #E8E8E8;
    font-size: .95em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ol,ul {
    margin: .8em 1em;
    padding-left: .8em;
}

ol li {
    margin-left: 1em;
    margin-bottom: .3em;
}

ul li {
    margin-left: 1em;
    margin-bottom: .3em;
}

ol ol,ol ul,ul ol,ul ul {
    margin: .3em 0;
}

ul {list-style-type:disc;}
ol {list-style-type:decimal;}

figure {margin: 1em 0;}
figcaption {font-size: 1.1em; padding:0.5em 2em; margin-bottom:0; text-align:center}
figure img {margin-bottom: 0px;}

hr {
    border: 0;
    border-top: 1px solid #eaeaea;
    display: block;
    height: 1px;
    margin: 2em 0em;
    padding: 0;
}

h1 + hr {margin-top: 2em;}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  text-align: center;
  overflow-wrap: break-word;
  padding: 7.5px;
}

ol p, ul p {margin-bottom: 0px;}
li {margin-bottom: 0.75em;margin-top: 0.75em;}

ol#footnotes {
    font-size: 0.9em;
    padding-top: 1em;
    margin-top: 1em;
    margin-left: 0;
    border-top: 1px solid #eaeaea;
    counter-reset: footer-counter;
    list-style: none;
}

ol#footnotes li {
    margin-bottom: 10px;
    margin-left: 16px;
    font-weight: 400;
    list-style: none;
}

ol#footnotes li:before {
    content: counter(footer-counter) ". ";
    counter-increment: footer-counter;
    font-weight: 800;
    font-size: .9em;
}

@keyframes highfade {
    0% {
        background-color: none;
    }
    20% {
        background-color: yellow;
    }
    100% {
        background-color: none;
    }
}

@-webkit-keyframes highfade {
    0% {
        background-color: none;
    }
    20% {
        background-color: yellow;
    }
    100% {
        background-color: none;
    }
}

a:target, ol#footnotes li:target, sup a:target  {
    animation-name: highfade;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: highfade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

a:target {border:0;outline: 0;}animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

a:target {border:0;outline: 0;}tion-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

a:target {border:0;outline: 0;}	