html,body{height:100%;margin:0}
body{text-align:center;overflow-y:hidden}
#body{height:100%}
html,body,#body{color:#333;background-color:#FFFAF5}
pre{font-family:-apple-system,BlinkMacSystemFont,'Microsoft YaHei',sans-serif;font-size:10.5pt;line-height:1.75;text-align:left}
h2,h3,h4,h5{font-size:12pt}
.coderet,.code,.ret,li{font-family:Consolas,"Courier New",Courier,Monaco,Monospace;font-size:9pt;line-height:1.25}
@media only screen and (min-width: 1024px) {
  #menu{float:left;width:32.1%;height:100%;overflow-y:auto;padding-left:4px}
  #man{float:right;width:66.8%;height:100%;overflow-y:auto;padding-right:4px}
}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;padding:8px}
*html pre{word-wrap:break-word;white-space:normal}
@media only screen and (max-width: 1023px) {
  #menu,#man{padding:4px}
  h2,h3,h4,h5,pre{line-height:1.75em}
  .coderet,.code,.ret,li{font-size:1em;line-height:1em}
  .code{padding:0;overflow-x:auto;overflow-y:hidden}
  .code li{padding:0;margin-left:2.5rem}
  .code *{white-space:nowrap}
  .coderet,.code,li,li i,li i i{white-space:pre}
}
a{text-decoration:none;color:#26a}
a:hover{color:#392}
h1,h2,h3,h4,h5{margin:0}
h2:hover,h3:hover,h4:hover,h5:hover{color:#392}
.coderet{margin-left:3px;margin-right:2px;border:1px solid #ddd;border-radius:6px;box-shadow:0 0 4px #aaa}
code,.code{display:block}
code.ret,div.ret{padding:2px;background-color:#888;color:#fff;border-color:#000}
li{list-style-type:decimal-leading-zero}
.ln,ln,.code{color:#999}
.l1,l1{color:#888}
li{padding-left:4px}
i{font-style:normal;color:black}
.cm,cm{color:#777;font-style:italic}
.s1,s1{color:#7FBA00}
.o1,o1{color:#FFB900}
.n1,n1{color:#F25022}
.k1,k1{color:#00A4EF;font-weight:bold;font-style:italic}
.k2,k2{color:#00A4EF}
.id,id{color:#eee}
