<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,button{ margin:0; padding:0; -webkit-tap-highlight-color:rgba(255,255,255,0); }
html,body {height:100%; overflow:hidden;}
html {  width: 100%; font-family: 'Heiti SC', 'Microsoft YaHei'; font-size: 29px; color:#CCCCCC; outline: 0; -webkit-text-size-adjust:none;}
body {  width:100%; margin: 0; -webkit-user-select: none; position: relative; background-color:#000;}
a:hover,a:link,a:visited,a{ color:inherit; text-decoration:none;}
ul,li{list-style:none}
img{border:0;}

.itin_panel {width:100%; height:3rem; position:absolute;background:#333;color:#FFF;top:0;}
#itin_msg {width:100%;min-width:1rem;margin-right:0.3rem;margin-top:0.1rem; z-index:11;background:#333;color:#FFF;font-size:0.46rem;vertical-align:middle;}
.itin_panel img { float:left;height:1rem;margin: 0 0.5rem;}
.itin_panel #msg_big {ffont-size:0.60rem;font-weight:bold;padding-top:0rem;font-size: 20px;display: inline-block;}
.itin_panel #msg_sml {font-size:0.40rem;}
#itin_msg&gt;button{height:1rem; padding:0 0.7rem;}

.panobody {width:100%; position:absolute;top:2.9rem; bottom:1.8rem; height:auto;}
.panobody_tips {width:100%; position:absolute;top:40px; bottom:0rem; height:auto;}
.panobody_nohead {width:100%; position:absolute;top:0rem; bottom:1.8rem; height:auto;}
.panobody_nofoot {width:100%; position:absolute;top:2.9rem; bottom:0rem; height:auto;}
.panobody_nohead_nofoot {width:100%; position:absolute;top:0rem; bottom:0rem; height:auto;}

.footer {width:100%; height:1.8rem; position:absolute;bottom:0;overflow:hidden;}
.footer .foot{ float:left; width:28%; height:1.9rem; margin-left:4%; margin-top:0.15rem; text-align:center; overflow:hidden; color:#FFF;cursor:pointer;}
.footer .foot img{ width:0.8rem; height:0.8rem; margin:0 auto; display:block;}
.footer .foot p{ margin-top:0.15rem; font-size:0.45rem;}
.footer .act{ color:#9c9c9c;}

h1, h2, h3, footer, .gallery{text-align: center;}
pre{width: 340px;margin: 0 auto;border: dashed 1px #aaa;margin-bottom: 10px;}
@media (max-width: 480px){pre{max-width: 98%;}}header, footer{display: block;padding: .2em 0;background-color: #555;box-shadow: 0 0 8px #222;}
footer{margin-top: 1.5em;}
.content{max-width: 1160px;margin: 0 auto;}
.gallery:after{content: '';display: block;height: 2px;margin: .5em 0 1.4em;background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);}
.gallery img{height: 100%;}
.gallery a{width: 240px;height: 180px;display: inline-block;overflow: hidden;margin: 4px 6px;box-shadow: 0 0 4px -1px #000;}
.ribbon &gt; img{position: absolute;top: 0;right: 0;border: 0;}
@media (max-width: 768px){.sm-hidden{display: none;}}
/* Highlight.js Tomorrow Night style*/.hljs-comment,.hljs-quote{color:#969896}
.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#c66}
.hljs-tag{color: #f8f8f2}
.hljs-built_in,.hljs-builtin-name,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#de935f}
.hljs-attr{color:#f0c674}
.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#b5bd68}
.hljs-section,.hljs-title{color:#81a2be}
.hljs-keyword,.hljs-selector-tag{color:#b294bb}
.hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.8em}
.hljs-emphasis{font-style:italic}
.hljs-strong{font-weight:700}
/* 下边是新的放大图的css */
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
 #baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300000000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    #baguetteBox-overlay.visible {
      opacity: 1; }
    #baguetteBox-overlay .full-image {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      #baguetteBox-overlay .full-image figure {
        display: inline;
        margin: 0;
        height: 100%; }
      #baguetteBox-overlay .full-image img {
        display: inline-block;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
             box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
      #baguetteBox-overlay .full-image figcaption {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        line-height: 1.8;
        white-space: normal;
        color: #ccc;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.6);
        font-family: sans-serif; }
      #baguetteBox-overlay .full-image:before {
        content: "";
        display: inline-block;
        height: 50%;
        width: 1px;
        margin-right: -1px; }
  
  #baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }
    #baguetteBox-slider.bounce-from-right {
      -webkit-animation: bounceFromRight .4s ease-out;
              animation: bounceFromRight .4s ease-out; }
    #baguetteBox-slider.bounce-from-left {
      -webkit-animation: bounceFromLeft .4s ease-out;
              animation: bounceFromLeft .4s ease-out; }
  
  @-webkit-keyframes bounceFromRight {
    0% {
      margin-left: 0; }
    50% {
      margin-left: -30px; }
    100% {
      margin-left: 0; } }
  
  @keyframes bounceFromRight {
    0% {
      margin-left: 0; }
    50% {
      margin-left: -30px; }
    100% {
      margin-left: 0; } }
  
  @-webkit-keyframes bounceFromLeft {
    0% {
      margin-left: 0; }
    50% {
      margin-left: 30px; }
    100% {
      margin-left: 0; } }
  
  @keyframes bounceFromLeft {
    0% {
      margin-left: 0; }
    50% {
      margin-left: 30px; }
    100% {
      margin-left: 0; } }
  
  .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px; }
  
  .baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
         border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease; }
    .baguetteBox-button:focus, .baguetteBox-button:hover {
      background-color: rgba(50, 50, 50, 0.9); }
    .baguetteBox-button#next-button {
      right: 2%; }
    .baguetteBox-button#previous-button {
      left: 2%; }
    .baguetteBox-button#close-button {
      top: 20px;
      right: 2%;
      right: calc(2% + 6px);
      width: 30px;
      height: 30px; }
    .baguetteBox-button svg {
      position: absolute;
      left: 0;
      top: 0; }
  
  /*
      Preloader
      Borrowed from http://tobiasahlin.com/spinkit/
  */
  .baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px; }
  
  .baguetteBox-double-bounce1,
  .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
            animation: bounce 2s infinite ease-in-out; }
  
  .baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  
  @-webkit-keyframes bounce {
    0%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0); }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  @keyframes bounce {
    0%, 100% {
      -webkit-transform: scale(0);
         -moz-transform: scale(0);
              transform: scale(0); }
    50% {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
              transform: scale(1); } }
  </pre></body></html>